2026-03-26 08:00:09 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-26 08: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-26 08:00:09 [bca.uk] INFO: Starting spider bca.uk
2026-03-26 08:00:09 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-26 08:00:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 08:00:09 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2123
2026-03-26 08:00:09 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-26 08:00:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-26 08:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:00:10 [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-26 08:00:10 [bca.uk] INFO: No cached cookies found, will perform fresh login
2026-03-26 08:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:00:10 [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-26 08:00:10 [bca.uk] INFO: Loaded cached Auth0 token from Azure Tables (length=1492)
2026-03-26 08:00:10 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-26 08:00:10 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-26 08:00:10 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-26 08:00:10 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-26 08:00:10 [scrapy.extensions.telnet] INFO: Telnet Password: 077e15b1ab20b0b6
2026-03-26 08: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-26 08: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-26T08_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-26 08:00:10 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 08:00:10 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 08: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-26 08:00:10 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-26 08: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-26 08:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:00:10 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-26 08: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-26 08:00:10 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-26 08:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-26 08: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-26 08: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-26 08:00:10 [scrapy.core.engine] INFO: Spider opened
2026-03-26 08:00:10 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 08:00:10 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-03-26 08:00:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-26 08:00:10 [scrapy-playwright] INFO: Starting download handler
2026-03-26 08:00:10 [scrapy-playwright] INFO: Starting download handler
2026-03-26 08:00:10 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-03-26 08:00:10 [scrapy-playwright] INFO: Launching browser chromium
2026-03-26 08:00:10 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-03-26 08:00:10 [scrapy-playwright] INFO: Launching browser chromium
2026-03-26 08:00:11 [scrapy-playwright] INFO: Browser chromium launched
2026-03-26 08:00:11 [scrapy-playwright] INFO: Browser chromium launched
2026-03-26 08:00:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-26 08:00:11 [scrapy-playwright] INFO: Startup context(s) launched
2026-03-26 08:00:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-26 08:00:11 [scrapy-playwright] INFO: Startup context(s) launched
2026-03-26 08:00:15 [bca.uk] INFO: No cached cookies available, starting login process with credentials
2026-03-26 08:00:15 [bca.uk] INFO: Zyte login attempt 1/3
2026-03-26 08: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-26 08:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/> (referer: None) ['zyte-api']
2026-03-26 08:00:51 [bca.uk] INFO: Action 0 (waitForTimeout): status=success, elapsed=5s
2026-03-26 08:00:51 [bca.uk] INFO: Action 1 (waitForSelector): status=success, elapsed=0.012s
2026-03-26 08:00:51 [bca.uk] INFO: Action 2 (evaluate): status=success, elapsed=0.003s
2026-03-26 08:00:51 [bca.uk] INFO: Action 3 (waitForTimeout): status=success, elapsed=0.999s
2026-03-26 08:00:51 [bca.uk] INFO: Action 4 (click): status=success, elapsed=1.805s
2026-03-26 08:00:51 [bca.uk] INFO: Action 5 (waitForSelector): status=success, elapsed=0.835s
2026-03-26 08:00:51 [bca.uk] INFO: Action 6 (waitForTimeout): status=success, elapsed=1s
2026-03-26 08:00:51 [bca.uk] INFO: Action 7 (click): status=success, elapsed=1.727s
2026-03-26 08:00:51 [bca.uk] INFO: Action 8 (type): status=success, elapsed=0.023s
2026-03-26 08:00:51 [bca.uk] INFO: Action 9 (waitForTimeout): status=success, elapsed=1.001s
2026-03-26 08:00:51 [bca.uk] INFO: Action 10 (click): status=success, elapsed=1.092s
2026-03-26 08:00:51 [bca.uk] INFO: Action 11 (type): status=success, elapsed=0.015s
2026-03-26 08:00:51 [bca.uk] INFO: Action 12 (waitForTimeout): status=success, elapsed=1s
2026-03-26 08:00:51 [bca.uk] INFO: Action 13 (click): status=success, elapsed=2.086s
2026-03-26 08:00:51 [bca.uk] INFO: Action 14 (waitForSelector): status=success, elapsed=2.718s
2026-03-26 08:00:51 [bca.uk] INFO: Action 15 (evaluate): status=success, elapsed=0.001s
2026-03-26 08:00:51 [bca.uk] INFO: Action 16 (waitForTimeout): status=success, elapsed=10.001s
2026-03-26 08:00:51 [bca.uk] INFO: Action 17 (evaluate): status=success, elapsed=0.001s
2026-03-26 08:00:51 [bca.uk] INFO: Page URL after login: https://www.bca.co.uk/
2026-03-26 08:00:51 [bca.uk] INFO: Successfully logged in via Zyte API session
2026-03-26 08:00:51 [bca.uk] INFO: Scrapy-formatted cookies: [{'name': 'AMCVS_E5F2C8A15481C0E20A4C98BC%40AdobeOrg', 'value': '1', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'ASLBSA', 'value': '000323392f7a18bd2b0ff7209c28bb25c0f06dee33a9cf62b65238d7d6868fdf5ddf', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'csrf', 'value': 'juw-dLEc5LL1oZGoh9TmnYobvKSyDb0Gmc7fQKxjY12i3qj4fC4WHYFLHxMFIOj5ZlGd_nGqAT4ru2kH7kDk_A:AAABnSkojc8:bGr5Q0syEhlWDK1AN2CDYg', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'dtSa', 'value': '-', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Thu+Mar+26+2026+04%3A00%3A38+GMT-0400+(Eastern+Daylight+Time)&version=202510.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&consentId=65095c74-0c6a-43d0-a1ed-4f851546900b&interactionCount=1&isAnonUser=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0003%3A1%2CC0004%3A1%2CC0002%3A1&intType=1&geolocation=US%3BUT&AwaitingReconsent=false', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'ASLBSACORS', 'value': '000323392f7a18bd2b0ff7209c28bb25c0f06dee33a9cf62b65238d7d6868fdf5ddf', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': '__cf_bm', 'value': 'AXB2B3FNPB.E4cyw0QCuxgiYnmnGLdsPy7Vhr5Ww0ws-1774512016.4265442-1.0.1.1-avXFkwj5arq31qtQM20P0EGCh5MKrl2lv3by4MpvL4CCd0qzp4vcZeIwk4QmZ88G0fSVfqjqJk09PIgzG6TKNVJWHU417flZ3u0ZRQCWlyXNd37bYy1GFclxzGDAFgVYC1OL6I_wWoshM8rHjxdcjA', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'gpv_pn', 'value': 'auctionview', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'OptanonAlertBoxClosed', 'value': '2026-03-26T08:00:25.480Z', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'auth0.VS7z7E8b9vqJ2LYaGXEbb1f5CP1SGRLD.is.authenticated', 'value': 'true', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 's_cc', 'value': 'true', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'AMCV_E5F2C8A15481C0E20A4C98BC%40AdobeOrg', 'value': '179643557%7CMCMID%7C23329326562815434161335511149194999892%7CMCAAMLH-1775116829%7C7%7CMCAAMB-1775116829%7C6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y%7CMCOPTOUT-1774519229s%7CNONE%7CMCSYNCSOP%7C411-20546%7CvVersion%7C5.5.0%7CMCIDTS%7C20539', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dtPC', 'value': '6$312038809_160h-vWVMURTTAQMGRBGAEMUEQGFAJUIWAUCAB-0e0', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'sc_dslv', 'value': '1774512039638', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'rxvt', 'value': '1774513839528|1774512018269', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 's_getNewRepeat', 'value': '1774512039638-New', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'INGRESSCOOKIE', 'value': '1a91fbfdcf7c21d11096f66ca73960cf|17148814d3d29f21517da122aae4be83', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'dest', 'value': 'https://www.bca.co.uk/', 'domain': '.bca.co.uk', 'path': '/'}, {'name': '_legacy_auth0.VS7z7E8b9vqJ2LYaGXEbb1f5CP1SGRLD.is.authenticated', 'value': 'true', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'rxVisitor', 'value': '1774512018268GTKPBTESRR4VHOP6A53MC0966T1K2DLC', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'sc_dslv_s', 'value': 'First%20Visit', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 's_sq', 'value': '%5B%5BB%5D%5D', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'JSESSIONID', 'value': '1A0A7BEE9FCE802CCF11106CE4B42CB9', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'dtCookie', 'value': 'v_4_srv_6_sn_4A3D70123DD5391DE3D5B502F604108C_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3Aea7c4b59f27d43eb_1', 'domain': '.bca.co.uk', 'path': '/'}]
2026-03-26 08:00:51 [bca.uk] INFO: Extracted 24 cookies from Zyte login response
2026-03-26 08:00:51 [bca.uk] INFO: Merged 15 browser cookies, total: 24
2026-03-26 08:00:51 [bca.uk] INFO: Auth0 token capture: token=yes, error=client-created
2026-03-26 08:00:51 [bca.uk] INFO: Got Auth0 access token via dynamic SDK (length=1492)
2026-03-26 08:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='BCAUk',RowKey='auth_token') HTTP/1.1" 204 0
2026-03-26 08:00:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded
2026-03-26 08:00:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:00:51 [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-26 08:00:51 [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-26 08:00:51 [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-26 08:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:01:01 [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-26 08:01:01 [bca.uk] INFO: Total items found: 100
2026-03-26 08:01:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded
2026-03-26 08:01:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:01:01 [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-26 08:01:01 [bca.uk] INFO: Found listing with ID: HG10%20EHF
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:01 [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-26 08:01:01 [bca.uk] INFO: Scrape type for HG10%20EHF: 1
2026-03-26 08:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f314c00-7468-57f6-a79e-707e8b6060c6 with identifier: HG10%20EHF
2026-03-26 08:01:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:01 [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-26 08:01:01 [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-26 08: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-26 08:01:01 [bca.uk] INFO: Found listing with ID: HX64%20YAK
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:01 [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-26 08:01:01 [bca.uk] INFO: Scrape type for HX64%20YAK: 1
2026-03-26 08:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b96e61-7bbd-580f-aeec-b6758a559769 with identifier: HX64%20YAK
2026-03-26 08:01:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:01 [bca.uk] INFO: Found listing with ID: RV11%20YCY
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV11%2520YCY%27 HTTP/1.1" 200 None
2026-03-26 08:01:01 [bca.uk] INFO: Scrape type for RV11%20YCY: 1
2026-03-26 08:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15f6044f-1af5-5483-9658-d00b9f158f76 with identifier: RV11%20YCY
2026-03-26 08:01:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:01 [bca.uk] INFO: Found listing with ID: CE66%20VAA
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:01 [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-26 08:01:01 [bca.uk] INFO: Scrape type for CE66%20VAA: 1
2026-03-26 08:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb7cf2b2-c9ac-5aad-a768-2620cfabad24 with identifier: CE66%20VAA
2026-03-26 08:01:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:01 [bca.uk] INFO: Found listing with ID: CU15%20UKL
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:01 [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-26 08:01:01 [bca.uk] INFO: Scrape type for CU15%20UKL: 1
2026-03-26 08:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7314ac5-731a-52ec-951a-00744edf4e25 with identifier: CU15%20UKL
2026-03-26 08:01:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d7314ac5-731a-52ec-951a-00744edf4e25
2026-03-26 08:01:01 [bca.uk] INFO: Found listing with ID: BN66%20PSY
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN66%2520PSY%27 HTTP/1.1" 200 None
2026-03-26 08:01:01 [bca.uk] INFO: Scrape type for BN66%20PSY: 2
2026-03-26 08:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6f8b0d2-eb73-5454-87bd-8b75e4b093b1 with identifier: BN66%20PSY
2026-03-26 08:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6f8b0d2-eb73-5454-87bd-8b75e4b093b1 with scrape type 2
2026-03-26 08:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6f8b0d2-eb73-5454-87bd-8b75e4b093b1 with scrape type 2
2026-03-26 08:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6f8b0d2-eb73-5454-87bd-8b75e4b093b1, identifier: BN66%20PSY
2026-03-26 08:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6f8b0d2-eb73-5454-87bd-8b75e4b093b1 with identifier: BN66%20PSY
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white HTTP/1.1" 200 None
2026-03-26 08:01:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-26 08:01:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6f8b0d2-eb73-5454-87bd-8b75e4b093b1 with identifier: BN66%20PSY
2026-03-26 08:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6f8b0d2-eb73-5454-87bd-8b75e4b093b1 with identifier: BN66%20PSY to the API
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:02 [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': 103,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN66%20PSY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a6f8b0d2-eb73-5454-87bd-8b75e4b093b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN66 PSY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN66%20PSY&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'RENAULT',
'model': 'KADJAR',
'odometer': 84236,
'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 SIGNATURE Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 SIGNATURE',
'vin': 'VF1RFE00655714002',
'year': 2016}
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN66%2520PSY%27 HTTP/1.1" 200 None
2026-03-26 08:01:02 [bca.uk] INFO: Saving data for BN66%20PSY: {'auction_closing_time': 1774605600.0, 'created_time': 1774304596.601155, 'last_price_update_time': 1774512062.196576}
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN66%2520PSY') HTTP/1.1" 204 0
2026-03-26 08:01:02 [bca.uk] INFO: Found listing with ID: RY19%20HVK
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY19%2520HVK%27 HTTP/1.1" 200 None
2026-03-26 08:01:02 [bca.uk] INFO: Scrape type for RY19%20HVK: 0
2026-03-26 08:01:02 [bca.uk] INFO: Found listing with ID: CK22%20PXE
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:02 [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-26 08:01:02 [bca.uk] INFO: Scrape type for CK22%20PXE: 0
2026-03-26 08:01:02 [bca.uk] INFO: Found listing with ID: YM16%20WZX
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM16%2520WZX%27 HTTP/1.1" 200 None
2026-03-26 08:01:02 [bca.uk] INFO: Scrape type for YM16%20WZX: 2
2026-03-26 08:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e197575-17d5-51ff-adbe-8a49f72d268b with identifier: YM16%20WZX
2026-03-26 08:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e197575-17d5-51ff-adbe-8a49f72d268b with scrape type 2
2026-03-26 08:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e197575-17d5-51ff-adbe-8a49f72d268b with scrape type 2
2026-03-26 08:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e197575-17d5-51ff-adbe-8a49f72d268b, identifier: YM16%20WZX
2026-03-26 08:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e197575-17d5-51ff-adbe-8a49f72d268b with identifier: YM16%20WZX
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-26 08:01:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e197575-17d5-51ff-adbe-8a49f72d268b with identifier: YM16%20WZX
2026-03-26 08:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e197575-17d5-51ff-adbe-8a49f72d268b with identifier: YM16%20WZX to the API
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:03 [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=YM16%20WZX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1e197575-17d5-51ff-adbe-8a49f72d268b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YM16 WZX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM16%20WZX&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'CITROEN',
'model': 'C1',
'odometer': 69718,
'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 C1 1.2 P/T 82 FLAIR Hatchback',
'transmission': 'manual',
'trim': 'P/T 82 FLAIR',
'vin': 'VF7PAHMTCGR782566',
'year': 2016}
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM16%2520WZX%27 HTTP/1.1" 200 None
2026-03-26 08:01:03 [bca.uk] INFO: Saving data for YM16%20WZX: {'auction_closing_time': 1774605600.0, 'created_time': 1774365141.670717, 'last_price_update_time': 1774512063.085741}
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM16%2520WZX') HTTP/1.1" 204 0
2026-03-26 08:01:03 [bca.uk] INFO: Found listing with ID: MA70%20BJO
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:03 [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-26 08:01:03 [bca.uk] INFO: Scrape type for MA70%20BJO: 0
2026-03-26 08:01:03 [bca.uk] INFO: Found listing with ID: WK19%20OCS
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:03 [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-26 08:01:03 [bca.uk] INFO: Scrape type for WK19%20OCS: 2
2026-03-26 08:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0dbc6a7-ee9a-5101-b72a-80628500c0cf with identifier: WK19%20OCS
2026-03-26 08:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0dbc6a7-ee9a-5101-b72a-80628500c0cf with scrape type 2
2026-03-26 08:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0dbc6a7-ee9a-5101-b72a-80628500c0cf with scrape type 2
2026-03-26 08:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0dbc6a7-ee9a-5101-b72a-80628500c0cf, identifier: WK19%20OCS
2026-03-26 08:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0dbc6a7-ee9a-5101-b72a-80628500c0cf with identifier: WK19%20OCS
2026-03-26 08:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0dbc6a7-ee9a-5101-b72a-80628500c0cf with identifier: WK19%20OCS
2026-03-26 08:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0dbc6a7-ee9a-5101-b72a-80628500c0cf with identifier: WK19%20OCS to the API
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:03 [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': 173,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK19%20OCS-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e0dbc6a7-ee9a-5101-b72a-80628500c0cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WK19 OCS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK19%20OCS&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'PEUGEOT',
'model': 'BOXER 335',
'odometer': 60506,
'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 BOXER 335 2.0 BLUEHDI 160 L3 PLUS Luton',
'transmission': 'manual',
'trim': 'BLUEHDI 160 L3 PLUS',
'vin': 'VF3YC3MAU12J86337',
'year': 2019}
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:03 [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-26 08:01:03 [bca.uk] INFO: Saving data for WK19%20OCS: {'auction_closing_time': 1774778400.0, 'created_time': 1774305042.538378, 'last_price_update_time': 1774512063.692197}
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK19%2520OCS') HTTP/1.1" 204 0
2026-03-26 08:01:03 [bca.uk] INFO: Found listing with ID: WR68%20MXC
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:03 [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-26 08:01:03 [bca.uk] INFO: Scrape type for WR68%20MXC: 0
2026-03-26 08:01:03 [bca.uk] INFO: Found listing with ID: DG16%20ZPF
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520ZPF%27 HTTP/1.1" 200 None
2026-03-26 08:01:03 [bca.uk] INFO: Scrape type for DG16%20ZPF: 2
2026-03-26 08:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46798eaa-60f9-5901-b76c-295e28ba7e9c with identifier: DG16%20ZPF
2026-03-26 08:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46798eaa-60f9-5901-b76c-295e28ba7e9c with scrape type 2
2026-03-26 08:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46798eaa-60f9-5901-b76c-295e28ba7e9c with scrape type 2
2026-03-26 08:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46798eaa-60f9-5901-b76c-295e28ba7e9c, identifier: DG16%20ZPF
2026-03-26 08:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46798eaa-60f9-5901-b76c-295e28ba7e9c with identifier: DG16%20ZPF
2026-03-26 08:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46798eaa-60f9-5901-b76c-295e28ba7e9c with identifier: DG16%20ZPF
2026-03-26 08:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46798eaa-60f9-5901-b76c-295e28ba7e9c with identifier: DG16%20ZPF to the API
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:04 [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': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG16%20ZPF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '46798eaa-60f9-5901-b76c-295e28ba7e9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DG16 ZPF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG16%20ZPF&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 74240,
'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 MICRA 1.2 ACENTA Hatchback',
'transmission': 'manual',
'trim': 'ACENTA',
'vin': 'MDHFBUK13U0868009',
'year': 2016}
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520ZPF%27 HTTP/1.1" 200 None
2026-03-26 08:01:04 [bca.uk] INFO: Saving data for DG16%20ZPF: {'auction_closing_time': 1774605600.0, 'created_time': 1773933620.38568, 'last_price_update_time': 1774512064.311664}
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG16%2520ZPF') HTTP/1.1" 204 0
2026-03-26 08:01:04 [bca.uk] INFO: Found listing with ID: AK67%20NYR
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK67%2520NYR%27 HTTP/1.1" 200 None
2026-03-26 08:01:04 [bca.uk] INFO: Scrape type for AK67%20NYR: 2
2026-03-26 08:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f2989fe-1f54-5d3c-9c5c-33487d43bf5e with identifier: AK67%20NYR
2026-03-26 08:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f2989fe-1f54-5d3c-9c5c-33487d43bf5e with scrape type 2
2026-03-26 08:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f2989fe-1f54-5d3c-9c5c-33487d43bf5e with scrape type 2
2026-03-26 08:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f2989fe-1f54-5d3c-9c5c-33487d43bf5e, identifier: AK67%20NYR
2026-03-26 08:01:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG10%20EHF-GB>
2026-03-26 08:01:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV11%20YCY-GB>
2026-03-26 08:01:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX64%20YAK-GB>
2026-03-26 08:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f2989fe-1f54-5d3c-9c5c-33487d43bf5e with identifier: AK67%20NYR
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey HTTP/1.1" 200 None
2026-03-26 08:01:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f2989fe-1f54-5d3c-9c5c-33487d43bf5e with identifier: AK67%20NYR
2026-03-26 08:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f2989fe-1f54-5d3c-9c5c-33487d43bf5e with identifier: AK67%20NYR to the API
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:04 [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': 138,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK67%20NYR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8f2989fe-1f54-5d3c-9c5c-33487d43bf5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK67 NYR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK67%20NYR&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 111563,
'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': 'DACIA DUSTER 1.2 TCE 125 LAUREATE StationWagon',
'transmission': 'manual',
'trim': 'TCE 125 LAUREATE',
'vin': 'UU1HSDCW658213111',
'year': 2017}
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK67%2520NYR%27 HTTP/1.1" 200 None
2026-03-26 08:01:04 [bca.uk] INFO: Saving data for AK67%20NYR: {'auction_closing_time': 1774605600.0, 'created_time': 1774305389.773865, 'last_price_update_time': 1774512064.948899}
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK67%2520NYR') HTTP/1.1" 204 0
2026-03-26 08:01:04 [bca.uk] INFO: Found listing with ID: PX18%20VFG
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX18%2520VFG%27 HTTP/1.1" 200 None
2026-03-26 08:01:04 [bca.uk] INFO: Scrape type for PX18%20VFG: 0
2026-03-26 08:01:04 [bca.uk] INFO: Found listing with ID: MD71%20DXO
2026-03-26 08:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:05 [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-26 08:01:05 [bca.uk] INFO: Scrape type for MD71%20DXO: 0
2026-03-26 08:01:05 [bca.uk] INFO: Found listing with ID: WF67%20YPL
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF67%2520YPL%27 HTTP/1.1" 200 None
2026-03-26 08:01:05 [bca.uk] INFO: Scrape type for WF67%20YPL: 0
2026-03-26 08:01:05 [bca.uk] INFO: Found listing with ID: WG17%20CYE
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520CYE%27 HTTP/1.1" 200 None
2026-03-26 08:01:05 [bca.uk] INFO: Scrape type for WG17%20CYE: 0
2026-03-26 08:01:05 [bca.uk] INFO: Found listing with ID: SF67%20WSN
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:05 [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-26 08:01:05 [bca.uk] INFO: Scrape type for SF67%20WSN: 0
2026-03-26 08:01:05 [bca.uk] INFO: Found listing with ID: WG17%20NNM
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520NNM%27 HTTP/1.1" 200 None
2026-03-26 08:01:05 [bca.uk] INFO: Scrape type for WG17%20NNM: 0
2026-03-26 08:01:05 [bca.uk] INFO: Found listing with ID: SK21%20VMP
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:05 [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-26 08:01:05 [bca.uk] INFO: Scrape type for SK21%20VMP: 2
2026-03-26 08:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 372a1fa1-ebb8-5d13-babf-f0101d42fe43 with identifier: SK21%20VMP
2026-03-26 08:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 372a1fa1-ebb8-5d13-babf-f0101d42fe43 with scrape type 2
2026-03-26 08:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 372a1fa1-ebb8-5d13-babf-f0101d42fe43 with scrape type 2
2026-03-26 08:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 372a1fa1-ebb8-5d13-babf-f0101d42fe43, identifier: SK21%20VMP
2026-03-26 08:01:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE66%20VAA-GB>
2026-03-26 08:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 372a1fa1-ebb8-5d13-babf-f0101d42fe43 with identifier: SK21%20VMP
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black HTTP/1.1" 200 None
2026-03-26 08:01:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 372a1fa1-ebb8-5d13-babf-f0101d42fe43 with identifier: SK21%20VMP
2026-03-26 08:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 372a1fa1-ebb8-5d13-babf-f0101d42fe43 with identifier: SK21%20VMP to the API
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:05 [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': 244,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK21%20VMP-GB',
'category': 'LightCommercialVehicle',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '372a1fa1-ebb8-5d13-babf-f0101d42fe43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK21 VMP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK21%20VMP&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'RANGER',
'odometer': 51921,
'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': '6FPPXXMJ2PLS45043',
'year': 2021}
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:05 [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-26 08:01:05 [bca.uk] INFO: Saving data for SK21%20VMP: {'auction_closing_time': 1774951200.0, 'created_time': 1774275504.399656, 'last_price_update_time': 1774512065.829035}
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK21%2520VMP') HTTP/1.1" 204 0
2026-03-26 08:01:05 [bca.uk] INFO: Found listing with ID: LY21%20BCK
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:05 [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-26 08:01:05 [bca.uk] INFO: Scrape type for LY21%20BCK: 0
2026-03-26 08:01:05 [bca.uk] INFO: Found listing with ID: D18%20COH
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27D18%2520COH%27 HTTP/1.1" 200 None
2026-03-26 08:01:05 [bca.uk] INFO: Scrape type for D18%20COH: 2
2026-03-26 08:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a2ef2ef-5cbb-5ca3-bf9a-b3745562643d with identifier: D18%20COH
2026-03-26 08:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a2ef2ef-5cbb-5ca3-bf9a-b3745562643d with scrape type 2
2026-03-26 08:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a2ef2ef-5cbb-5ca3-bf9a-b3745562643d with scrape type 2
2026-03-26 08:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a2ef2ef-5cbb-5ca3-bf9a-b3745562643d, identifier: D18%20COH
2026-03-26 08:01:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CU15UKL/42784734?sv=2020-08-04&st=2026-03-26T08%3A01%3A05Z&se=2026-03-26T08%3A26%3A05Z&sr=b&sp=r&sig=N1HBKN2mV4G3%2FiT%2FofRjBmqI2LMf7UKgsJ2azTr6C9g%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU15%20UKL-GB>
2026-03-26 08:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a2ef2ef-5cbb-5ca3-bf9a-b3745562643d with identifier: D18%20COH
2026-03-26 08:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=blue HTTP/1.1" 200 None
2026-03-26 08:01:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a2ef2ef-5cbb-5ca3-bf9a-b3745562643d with identifier: D18%20COH
2026-03-26 08:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a2ef2ef-5cbb-5ca3-bf9a-b3745562643d with identifier: D18%20COH to the API
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01: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-26 08:01:06 [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': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=D18%20COH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6a2ef2ef-5cbb-5ca3-bf9a-b3745562643d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'D18 COH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=D18%20COH&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 78687,
'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': 'SALRA2AN8HA015855',
'year': 2017}
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27D18%2520COH%27 HTTP/1.1" 200 None
2026-03-26 08:01:06 [bca.uk] INFO: Saving data for D18%20COH: {'auction_closing_time': 1774605600.0, 'created_time': 1773828371.561674, 'last_price_update_time': 1774512066.497921}
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='D18%2520COH') HTTP/1.1" 204 0
2026-03-26 08:01:06 [bca.uk] INFO: Found listing with ID: SY69%20OOC
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:06 [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-26 08:01:06 [bca.uk] INFO: Scrape type for SY69%20OOC: 2
2026-03-26 08:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with identifier: SY69%20OOC
2026-03-26 08:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with scrape type 2
2026-03-26 08:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with scrape type 2
2026-03-26 08:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0, identifier: SY69%20OOC
2026-03-26 08:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with identifier: SY69%20OOC
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FElectric HTTP/1.1" 200 None
2026-03-26 08:01:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with identifier: SY69%20OOC
2026-03-26 08:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with identifier: SY69%20OOC to the API
2026-03-26 08:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:07 [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': 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-27T10: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-26 08:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:07 [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-26 08:01:07 [bca.uk] INFO: Saving data for SY69%20OOC: {'auction_closing_time': 1774605600.0, 'created_time': 1774365497.168125, 'last_price_update_time': 1774512067.225507}
2026-03-26 08:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:07 [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-26 08:01:07 [bca.uk] INFO: Found listing with ID: KJ68%20NVO
2026-03-26 08:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:07 [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-26 08:01:07 [bca.uk] INFO: Scrape type for KJ68%20NVO: 2
2026-03-26 08:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca07d899-d475-5fc6-a381-9165c286e2a8 with identifier: KJ68%20NVO
2026-03-26 08:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca07d899-d475-5fc6-a381-9165c286e2a8 with scrape type 2
2026-03-26 08:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca07d899-d475-5fc6-a381-9165c286e2a8 with scrape type 2
2026-03-26 08:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca07d899-d475-5fc6-a381-9165c286e2a8, identifier: KJ68%20NVO
2026-03-26 08:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca07d899-d475-5fc6-a381-9165c286e2a8 with identifier: KJ68%20NVO
2026-03-26 08:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca07d899-d475-5fc6-a381-9165c286e2a8 with identifier: KJ68%20NVO
2026-03-26 08:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca07d899-d475-5fc6-a381-9165c286e2a8 with identifier: KJ68%20NVO to the API
2026-03-26 08:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:07 [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=KJ68%20NVO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10: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-26 08:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:07 [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-26 08:01:07 [bca.uk] INFO: Saving data for KJ68%20NVO: {'auction_closing_time': 1774605600.0, 'created_time': 1774265251.475117, 'last_price_update_time': 1774512067.721347}
2026-03-26 08:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:07 [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-26 08:01:07 [bca.uk] INFO: Found listing with ID: YR69%20FHJ
2026-03-26 08:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520FHJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:07 [bca.uk] INFO: Scrape type for YR69%20FHJ: 2
2026-03-26 08:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0346c6f0-c7fe-572e-823e-6aa4d6cbb779 with identifier: YR69%20FHJ
2026-03-26 08:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0346c6f0-c7fe-572e-823e-6aa4d6cbb779 with scrape type 2
2026-03-26 08:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0346c6f0-c7fe-572e-823e-6aa4d6cbb779 with scrape type 2
2026-03-26 08:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0346c6f0-c7fe-572e-823e-6aa4d6cbb779, identifier: YR69%20FHJ
2026-03-26 08:01:07 [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-26 08:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0346c6f0-c7fe-572e-823e-6aa4d6cbb779 with identifier: YR69%20FHJ
2026-03-26 08:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0346c6f0-c7fe-572e-823e-6aa4d6cbb779 with identifier: YR69%20FHJ
2026-03-26 08:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0346c6f0-c7fe-572e-823e-6aa4d6cbb779 with identifier: YR69%20FHJ to the API
2026-03-26 08:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:08 [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': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR69%20FHJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0346c6f0-c7fe-572e-823e-6aa4d6cbb779',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR69 FHJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR69%20FHJ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'VAUXHALL',
'model': 'MOKKA X',
'odometer': 42017,
'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 MOKKA X 1.4 T 140 ACTIVE Hatchback',
'transmission': 'automatic',
'trim': 'T 140 ACTIVE',
'vin': 'W0VJC7E8XKB958417',
'year': 2019}
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520FHJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:08 [bca.uk] INFO: Saving data for YR69%20FHJ: {'auction_closing_time': 1774605600.0, 'created_time': 1773933761.541807, 'last_price_update_time': 1774512068.219754}
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR69%2520FHJ') HTTP/1.1" 204 0
2026-03-26 08:01:08 [bca.uk] INFO: Found listing with ID: WV69%20JWM
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:08 [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-26 08:01:08 [bca.uk] INFO: Scrape type for WV69%20JWM: 2
2026-03-26 08:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8293cb0-3b49-54d6-a704-dbc19b7cb17b with identifier: WV69%20JWM
2026-03-26 08:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8293cb0-3b49-54d6-a704-dbc19b7cb17b with scrape type 2
2026-03-26 08:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8293cb0-3b49-54d6-a704-dbc19b7cb17b with scrape type 2
2026-03-26 08:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8293cb0-3b49-54d6-a704-dbc19b7cb17b, identifier: WV69%20JWM
2026-03-26 08:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8293cb0-3b49-54d6-a704-dbc19b7cb17b with identifier: WV69%20JWM
2026-03-26 08:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8293cb0-3b49-54d6-a704-dbc19b7cb17b with identifier: WV69%20JWM
2026-03-26 08:01:08 [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-26 08:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:08 [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': 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-27T10: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-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:08 [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-26 08:01:08 [bca.uk] INFO: Saving data for WV69%20JWM: {'auction_closing_time': 1774605600.0, 'created_time': 1774303871.112571, 'last_price_update_time': 1774512068.685576}
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:08 [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-26 08:01:08 [bca.uk] INFO: Found listing with ID: BL68%20FEJ
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:08 [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-26 08:01:08 [bca.uk] INFO: Scrape type for BL68%20FEJ: 0
2026-03-26 08:01:08 [bca.uk] INFO: Found listing with ID: CJ17%20ZBC
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:08 [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-26 08:01:08 [bca.uk] INFO: Scrape type for CJ17%20ZBC: 0
2026-03-26 08:01:08 [bca.uk] INFO: Found listing with ID: AU65%20UYP
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU65%2520UYP%27 HTTP/1.1" 200 None
2026-03-26 08:01:08 [bca.uk] INFO: Scrape type for AU65%20UYP: 0
2026-03-26 08:01:08 [bca.uk] INFO: Found listing with ID: DX70%20LOJ
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:08 [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-26 08:01:08 [bca.uk] INFO: Scrape type for DX70%20LOJ: 0
2026-03-26 08:01:08 [bca.uk] INFO: Found listing with ID: SK69%20NBX
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:08 [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-26 08:01:08 [bca.uk] INFO: Scrape type for SK69%20NBX: 0
2026-03-26 08:01:08 [bca.uk] INFO: Found listing with ID: SH68%20YAR
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520YAR%27 HTTP/1.1" 200 None
2026-03-26 08:01:08 [bca.uk] INFO: Scrape type for SH68%20YAR: 2
2026-03-26 08:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fd70641-c1b3-5da7-9511-8f268f8f1a16 with identifier: SH68%20YAR
2026-03-26 08:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fd70641-c1b3-5da7-9511-8f268f8f1a16 with scrape type 2
2026-03-26 08:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fd70641-c1b3-5da7-9511-8f268f8f1a16 with scrape type 2
2026-03-26 08:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fd70641-c1b3-5da7-9511-8f268f8f1a16, identifier: SH68%20YAR
2026-03-26 08:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fd70641-c1b3-5da7-9511-8f268f8f1a16 with identifier: SH68%20YAR
2026-03-26 08:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fd70641-c1b3-5da7-9511-8f268f8f1a16 with identifier: SH68%20YAR
2026-03-26 08:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fd70641-c1b3-5da7-9511-8f268f8f1a16 with identifier: SH68%20YAR to the API
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:09 [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=SH68%20YAR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0fd70641-c1b3-5da7-9511-8f268f8f1a16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH68 YAR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH68%20YAR&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 72236,
'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 EVOQUE 2.0 D180 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'D180 4WD R-DYNAMIC SE',
'vin': 'SALZA2AN9LH026671',
'year': 2019}
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520YAR%27 HTTP/1.1" 200 None
2026-03-26 08:01:09 [bca.uk] INFO: Saving data for SH68%20YAR: {'auction_closing_time': 1774605600.0, 'created_time': 1774304645.216672, 'last_price_update_time': 1774512069.241422}
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH68%2520YAR') HTTP/1.1" 204 0
2026-03-26 08:01:09 [bca.uk] INFO: Total items found: 100
2026-03-26 08:01:09 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded
2026-03-26 08:01:09 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:01: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-26 08:01:09 [bca.uk] INFO: Found listing with ID: LY66%20GWW
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY66%2520GWW%27 HTTP/1.1" 200 None
2026-03-26 08:01:09 [bca.uk] INFO: Scrape type for LY66%20GWW: 2
2026-03-26 08:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ec3c1a3-eb25-5771-8514-c2ad8326d91c with identifier: LY66%20GWW
2026-03-26 08:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ec3c1a3-eb25-5771-8514-c2ad8326d91c with scrape type 2
2026-03-26 08:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ec3c1a3-eb25-5771-8514-c2ad8326d91c with scrape type 2
2026-03-26 08:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ec3c1a3-eb25-5771-8514-c2ad8326d91c, identifier: LY66%20GWW
2026-03-26 08:01: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-26 08:01: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-26 08:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ec3c1a3-eb25-5771-8514-c2ad8326d91c with identifier: LY66%20GWW
2026-03-26 08:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ec3c1a3-eb25-5771-8514-c2ad8326d91c with identifier: LY66%20GWW
2026-03-26 08:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ec3c1a3-eb25-5771-8514-c2ad8326d91c with identifier: LY66%20GWW to the API
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:09 [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=LY66%20GWW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1ec3c1a3-eb25-5771-8514-c2ad8326d91c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LY66 GWW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY66%20GWW&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 23052,
'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 N-CONNECTA Hatchback',
'transmission': 'automatic',
'trim': 'N-CONNECTA',
'vin': 'SJNFBAF15U7254203',
'year': 2016}
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY66%2520GWW%27 HTTP/1.1" 200 None
2026-03-26 08:01:09 [bca.uk] INFO: Saving data for LY66%20GWW: {'auction_closing_time': 1774605600.0, 'created_time': 1774304616.889074, 'last_price_update_time': 1774512069.749243}
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY66%2520GWW') HTTP/1.1" 204 0
2026-03-26 08:01:09 [bca.uk] INFO: Found listing with ID: Y157%20RVY
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y157%2520RVY%27 HTTP/1.1" 200 None
2026-03-26 08:01:09 [bca.uk] INFO: Scrape type for Y157%20RVY: 0
2026-03-26 08:01:09 [bca.uk] INFO: Found listing with ID: KP73%20VCJ
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:09 [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-26 08:01:09 [bca.uk] INFO: Scrape type for KP73%20VCJ: 0
2026-03-26 08:01:09 [bca.uk] INFO: Found listing with ID: CN71%20OMB
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:09 [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-26 08:01:09 [bca.uk] INFO: Scrape type for CN71%20OMB: 0
2026-03-26 08:01:09 [bca.uk] INFO: Found listing with ID: EA72%20ZLZ
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:09 [bca.uk] INFO: Scrape type for EA72%20ZLZ: 0
2026-03-26 08:01:09 [bca.uk] INFO: Found listing with ID: EK20%20ODT
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520ODT%27 HTTP/1.1" 200 None
2026-03-26 08:01:09 [bca.uk] INFO: Scrape type for EK20%20ODT: 0
2026-03-26 08:01:09 [bca.uk] INFO: Found listing with ID: KJ19%20WBM
2026-03-26 08:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:09 [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-26 08:01:09 [bca.uk] INFO: Scrape type for KJ19%20WBM: 0
2026-03-26 08:01:09 [bca.uk] INFO: Found listing with ID: KV71%20AEO
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:10 [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-26 08:01:10 [bca.uk] INFO: Scrape type for KV71%20AEO: 0
2026-03-26 08:01:10 [bca.uk] INFO: Found listing with ID: KW69%20XRT
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520XRT%27 HTTP/1.1" 200 None
2026-03-26 08:01:10 [bca.uk] INFO: Scrape type for KW69%20XRT: 2
2026-03-26 08:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76e5b7d5-bd7c-563a-b5c7-8e1a83272e2e with identifier: KW69%20XRT
2026-03-26 08:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76e5b7d5-bd7c-563a-b5c7-8e1a83272e2e with scrape type 2
2026-03-26 08:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76e5b7d5-bd7c-563a-b5c7-8e1a83272e2e with scrape type 2
2026-03-26 08:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76e5b7d5-bd7c-563a-b5c7-8e1a83272e2e, identifier: KW69%20XRT
2026-03-26 08:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:01:10 [bca.uk] INFO: Found listing with ID: YC67%20YXG
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520YXG%27 HTTP/1.1" 200 None
2026-03-26 08:01:10 [bca.uk] INFO: Scrape type for YC67%20YXG: 2
2026-03-26 08:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec2c704c-15b8-5d82-a09e-3f06467c4622 with identifier: YC67%20YXG
2026-03-26 08:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec2c704c-15b8-5d82-a09e-3f06467c4622 with scrape type 2
2026-03-26 08:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec2c704c-15b8-5d82-a09e-3f06467c4622 with scrape type 2
2026-03-26 08:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec2c704c-15b8-5d82-a09e-3f06467c4622, identifier: YC67%20YXG
2026-03-26 08:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76e5b7d5-bd7c-563a-b5c7-8e1a83272e2e with identifier: KW69%20XRT
2026-03-26 08:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76e5b7d5-bd7c-563a-b5c7-8e1a83272e2e with identifier: KW69%20XRT
2026-03-26 08:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76e5b7d5-bd7c-563a-b5c7-8e1a83272e2e with identifier: KW69%20XRT to the API
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:10 [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': 96,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW69%20XRT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '76e5b7d5-bd7c-563a-b5c7-8e1a83272e2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KW69 XRT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW69%20XRT&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 37122,
'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 TURBO 100 SE PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'TURBO 100 SE PREMIUM',
'vin': 'VXKUPHNKKL4103586',
'year': 2020}
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520XRT%27 HTTP/1.1" 200 None
2026-03-26 08:01:10 [bca.uk] INFO: Saving data for KW69%20XRT: {'auction_closing_time': 1774605600.0, 'created_time': 1774130736.971774, 'last_price_update_time': 1774512070.651811}
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW69%2520XRT') HTTP/1.1" 204 0
2026-03-26 08:01:10 [scrapy.extensions.logstats] INFO: Crawled 3 pages (at 3 pages/min), scraped 14 items (at 14 items/min)
2026-03-26 08:01:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
2026-03-26 08:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec2c704c-15b8-5d82-a09e-3f06467c4622 with identifier: YC67%20YXG
2026-03-26 08:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec2c704c-15b8-5d82-a09e-3f06467c4622 with identifier: YC67%20YXG
2026-03-26 08:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec2c704c-15b8-5d82-a09e-3f06467c4622 with identifier: YC67%20YXG to the API
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:10 [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': 231,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC67%20YXG-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '4.4L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ec2c704c-15b8-5d82-a09e-3f06467c4622',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC67 YXG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC67%20YXG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': 'M6 GRAN COUPE',
'odometer': 66975,
'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 M6 GRAN COUPE 4.4 DCT Coupe',
'transmission': 'automatic',
'trim': 'DCT',
'vin': 'WBS6E92070G990514',
'year': 2017}
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520YXG%27 HTTP/1.1" 200 None
2026-03-26 08:01:10 [bca.uk] INFO: Saving data for YC67%20YXG: {'auction_closing_time': 1774605600.0, 'created_time': 1773831981.239689, 'last_price_update_time': 1774512070.995268}
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC67%2520YXG') HTTP/1.1" 204 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: LS20%20KHX
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS20%2520KHX%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for LS20%20KHX: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: LV22%20FPP
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV22%2520FPP%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for LV22%20FPP: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: MJ19%20HHK
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ19%2520HHK%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for MJ19%20HHK: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: NGZ%203029
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NGZ%25203029%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for NGZ%203029: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: BK20%20FLM
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK20%2520FLM%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for BK20%20FLM: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: EJ69%20OGS
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ69%2520OGS%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for EJ69%20OGS: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: GK19%20YFD
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK19%2520YFD%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for GK19%20YFD: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: HV20%20GTY
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV20%2520GTY%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for HV20%20GTY: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: WN19%20VBY
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN19%2520VBY%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for WN19%20VBY: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: BP20%20OVJ
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP20%2520OVJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for BP20%20OVJ: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: FG22%20WWB
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG22%2520WWB%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for FG22%20WWB: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: RXZ%201425
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RXZ%25201425%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for RXZ%201425: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: DS19%20CTX
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS19%2520CTX%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for DS19%20CTX: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: YH21%20PZU
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH21%2520PZU%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for YH21%20PZU: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: BL66%20PXR
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL66%2520PXR%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for BL66%20PXR: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: EG68%20GZT
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EG68%2520GZT%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for EG68%20GZT: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: SM69%20BYW
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM69%2520BYW%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for SM69%20BYW: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: LE04%20AFJ
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LE04%2520AFJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for LE04%20AFJ: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: NG19%20PXT
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG19%2520PXT%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for NG19%20PXT: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: FL69%20SVT
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL69%2520SVT%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for FL69%20SVT: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: LL20%20VBC
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL20%2520VBC%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for LL20%20VBC: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: YY68%20LXG
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY68%2520LXG%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for YY68%20LXG: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: SJ72%20VMU
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ72%2520VMU%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for SJ72%20VMU: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: SL70%20OLJ
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL70%2520OLJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for SL70%20OLJ: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: SY18%20HHJ
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY18%2520HHJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for SY18%20HHJ: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: WG20%20KJY
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG20%2520KJY%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for WG20%20KJY: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: DG69%20VJO
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG69%2520VJO%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for DG69%20VJO: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: KJ19%20XCZ
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ19%2520XCZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for KJ19%20XCZ: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: SW21%20EVN
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW21%2520EVN%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for SW21%20EVN: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: SL69%20UDY
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL69%2520UDY%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for SL69%20UDY: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: AO71%20FNZ
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO71%2520FNZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for AO71%20FNZ: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: KS70%20JKZ
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS70%2520JKZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for KS70%20JKZ: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: LS73%20EAO
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS73%2520EAO%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for LS73%20EAO: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: WF20%20BSY
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF20%2520BSY%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for WF20%20BSY: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: YB69%20WZU
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB69%2520WZU%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for YB69%20WZU: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: BK18%20LVB
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK18%2520LVB%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for BK18%20LVB: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: DV19%20KTE
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV19%2520KTE%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for DV19%20KTE: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: EY22%20CJZ
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY22%2520CJZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for EY22%20CJZ: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: HJ69%20WRA
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ69%2520WRA%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for HJ69%20WRA: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: LR72%20YRF
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR72%2520YRF%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for LR72%20YRF: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: LS23%20PFJ
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS23%2520PFJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for LS23%20PFJ: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: SY21%20HDX
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY21%2520HDX%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for SY21%20HDX: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: YC19%20SED
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC19%2520SED%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for YC19%20SED: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: DA21%20LTF
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA21%2520LTF%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for DA21%20LTF: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: OY16%20VNK
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY16%2520VNK%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for OY16%20VNK: 0
2026-03-26 08:01:11 [bca.uk] INFO: Found listing with ID: CF71%20BGX
2026-03-26 08:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF71%2520BGX%27 HTTP/1.1" 200 None
2026-03-26 08:01:11 [bca.uk] INFO: Scrape type for CF71%20BGX: 2
2026-03-26 08:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ad43bfe-96a1-5163-a487-cdd09f75c27c with identifier: CF71%20BGX
2026-03-26 08:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ad43bfe-96a1-5163-a487-cdd09f75c27c with scrape type 2
2026-03-26 08:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ad43bfe-96a1-5163-a487-cdd09f75c27c with scrape type 2
2026-03-26 08:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ad43bfe-96a1-5163-a487-cdd09f75c27c, identifier: CF71%20BGX
2026-03-26 08:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:12 [bca.uk] INFO: Found listing with ID: FL69%20KFD
2026-03-26 08:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL69%2520KFD%27 HTTP/1.1" 200 None
2026-03-26 08:01:12 [bca.uk] INFO: Scrape type for FL69%20KFD: 0
2026-03-26 08:01:12 [bca.uk] INFO: Found listing with ID: LS18%20NWU
2026-03-26 08:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS18%2520NWU%27 HTTP/1.1" 200 None
2026-03-26 08:01:12 [bca.uk] INFO: Scrape type for LS18%20NWU: 2
2026-03-26 08:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68b3108f-7031-5640-9938-461cf0607f34 with identifier: LS18%20NWU
2026-03-26 08:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68b3108f-7031-5640-9938-461cf0607f34 with scrape type 2
2026-03-26 08:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68b3108f-7031-5640-9938-461cf0607f34 with scrape type 2
2026-03-26 08:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68b3108f-7031-5640-9938-461cf0607f34, identifier: LS18%20NWU
2026-03-26 08:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ad43bfe-96a1-5163-a487-cdd09f75c27c with identifier: CF71%20BGX
2026-03-26 08:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=orange HTTP/1.1" 200 None
2026-03-26 08:01:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08: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-26 08:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ad43bfe-96a1-5163-a487-cdd09f75c27c with identifier: CF71%20BGX
2026-03-26 08:01:12 [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-26 08:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:12 [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': 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-27T10: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-26 08:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF71%2520BGX%27 HTTP/1.1" 200 None
2026-03-26 08:01:12 [bca.uk] INFO: Saving data for CF71%20BGX: {'auction_closing_time': 1774605600.0, 'created_time': 1773909990.930818, 'last_price_update_time': 1774512072.636574}
2026-03-26 08:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:12 [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-26 08:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68b3108f-7031-5640-9938-461cf0607f34 with identifier: LS18%20NWU
2026-03-26 08:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68b3108f-7031-5640-9938-461cf0607f34 with identifier: LS18%20NWU
2026-03-26 08:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68b3108f-7031-5640-9938-461cf0607f34 with identifier: LS18%20NWU to the API
2026-03-26 08:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08: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': 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-27T10: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-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS18%2520NWU%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Saving data for LS18%20NWU: {'auction_closing_time': 1774605600.0, 'created_time': 1774304616.526386, 'last_price_update_time': 1774512073.077626}
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:13 [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-26 08:01:13 [bca.uk] INFO: Found listing with ID: CN18%20WHE
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN18%2520WHE%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for CN18%20WHE: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: DY70%20GVG
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY70%2520GVG%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for DY70%20GVG: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: LO69%20GRK
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO69%2520GRK%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for LO69%20GRK: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: BG20%20KFY
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG20%2520KFY%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for BG20%20KFY: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: CA19%20YSD
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA19%2520YSD%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for CA19%20YSD: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: CT19%20TWP
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CT19%2520TWP%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for CT19%20TWP: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: EY68%20EHH
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY68%2520EHH%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for EY68%20EHH: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: FE70%20XRF
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE70%2520XRF%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for FE70%20XRF: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: KS70%20VXG
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS70%2520VXG%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for KS70%20VXG: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: KT18%20DWO
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT18%2520DWO%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for KT18%20DWO: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: L28%20PYN
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27L28%2520PYN%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for L28%20PYN: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: LC24%20EZZ
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC24%2520EZZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for LC24%20EZZ: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: VX69%20GVM
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX69%2520GVM%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for VX69%20GVM: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: WP68%20NWT
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP68%2520NWT%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for WP68%20NWT: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: WR69%20YFM
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR69%2520YFM%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for WR69%20YFM: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: WJ15%20ZVL
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ15%2520ZVL%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for WJ15%20ZVL: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: BF69%20XKV
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF69%2520XKV%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for BF69%20XKV: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: SE19%20UWZ
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE19%2520UWZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for SE19%20UWZ: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: YD19%20VKP
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD19%2520VKP%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for YD19%20VKP: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: HD19%20NDX
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HD19%2520NDX%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for HD19%20NDX: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: NU23%20VBZ
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU23%2520VBZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for NU23%20VBZ: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: HN71%20ZHH
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for HN71%20ZHH: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: B2%20SJX
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27B2%2520SJX%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for B2%20SJX: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: HG69%20VOK
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG69%2520VOK%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for HG69%20VOK: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: HV20%20UWZ
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV20%2520UWZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for HV20%20UWZ: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: HX24%20ZKK
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX24%2520ZKK%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for HX24%20ZKK: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: SK71%20ODG
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK71%2520ODG%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for SK71%20ODG: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: WK69%20TNV
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK69%2520TNV%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for WK69%20TNV: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: YH73%20OHE
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH73%2520OHE%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for YH73%20OHE: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: HY21%20CVT
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY21%2520CVT%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for HY21%20CVT: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: KF68%20KPJ
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF68%2520KPJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for KF68%20KPJ: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: LB69%20WFT
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB69%2520WFT%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for LB69%20WFT: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: LB71%20XCU
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB71%2520XCU%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for LB71%20XCU: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: LD22%20EZW
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD22%2520EZW%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for LD22%20EZW: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: LR23%20UNY
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR23%2520UNY%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for LR23%20UNY: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: LT71%20GFJ
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT71%2520GFJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for LT71%20GFJ: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: NV69%20MYB
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV69%2520MYB%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for NV69%20MYB: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: PG19%20LXN
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PG19%2520LXN%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for PG19%20LXN: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: PO69%20UFM
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO69%2520UFM%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for PO69%20UFM: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: RK69%20AJU
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK69%2520AJU%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for RK69%20AJU: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: RK70%20OPA
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK70%2520OPA%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for RK70%20OPA: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: RO70%20GLK
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO70%2520GLK%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for RO70%20GLK: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: HX23%20ZVW
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX23%2520ZVW%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for HX23%20ZVW: 0
2026-03-26 08:01:13 [bca.uk] INFO: Found listing with ID: YM67%20LCT
2026-03-26 08:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM67%2520LCT%27 HTTP/1.1" 200 None
2026-03-26 08:01:13 [bca.uk] INFO: Scrape type for YM67%20LCT: 2
2026-03-26 08:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69507097-3faa-5663-8427-9a266df55cdd with identifier: YM67%20LCT
2026-03-26 08:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69507097-3faa-5663-8427-9a266df55cdd with scrape type 2
2026-03-26 08:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69507097-3faa-5663-8427-9a266df55cdd with scrape type 2
2026-03-26 08:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69507097-3faa-5663-8427-9a266df55cdd, identifier: YM67%20LCT
2026-03-26 08:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:14 [bca.uk] INFO: Found listing with ID: YE68%20VEY
2026-03-26 08:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE68%2520VEY%27 HTTP/1.1" 200 None
2026-03-26 08:01:14 [bca.uk] INFO: Scrape type for YE68%20VEY: 2
2026-03-26 08:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0425cfc2-05d9-5768-a40c-75597655f885 with identifier: YE68%20VEY
2026-03-26 08:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0425cfc2-05d9-5768-a40c-75597655f885 with scrape type 2
2026-03-26 08:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0425cfc2-05d9-5768-a40c-75597655f885 with scrape type 2
2026-03-26 08:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0425cfc2-05d9-5768-a40c-75597655f885, identifier: YE68%20VEY
2026-03-26 08:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69507097-3faa-5663-8427-9a266df55cdd with identifier: YM67%20LCT
2026-03-26 08:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69507097-3faa-5663-8427-9a266df55cdd with identifier: YM67%20LCT
2026-03-26 08:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69507097-3faa-5663-8427-9a266df55cdd with identifier: YM67%20LCT to the API
2026-03-26 08:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:14 [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': 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-31T10: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-26 08:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM67%2520LCT%27 HTTP/1.1" 200 None
2026-03-26 08:01:14 [bca.uk] INFO: Saving data for YM67%20LCT: {'auction_closing_time': 1774951200.0, 'created_time': 1773957772.847823, 'last_price_update_time': 1774512074.576124}
2026-03-26 08:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:14 [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-26 08:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0425cfc2-05d9-5768-a40c-75597655f885 with identifier: YE68%20VEY
2026-03-26 08:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0425cfc2-05d9-5768-a40c-75597655f885 with identifier: YE68%20VEY
2026-03-26 08:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0425cfc2-05d9-5768-a40c-75597655f885 with identifier: YE68%20VEY to the API
2026-03-26 08:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08: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': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE68%20VEY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0425cfc2-05d9-5768-a40c-75597655f885',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YE68 VEY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE68%20VEY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'INSIGNIA ST',
'odometer': 74626,
'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 INSIGNIA ST 1.6 TURBO D 110 ECOTEC SRI Estate',
'transmission': 'manual',
'trim': 'TURBO D 110 ECOTEC SRI',
'vin': 'W0VZS8EJ1K1016759',
'year': 2018}
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE68%2520VEY%27 HTTP/1.1" 200 None
2026-03-26 08:01:15 [bca.uk] INFO: Saving data for YE68%20VEY: {'auction_closing_time': 1774605600.0, 'created_time': 1773840659.492258, 'last_price_update_time': 1774512075.041142}
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE68%2520VEY') HTTP/1.1" 204 0
2026-03-26 08:01:15 [bca.uk] INFO: Found listing with ID: CV55%20OPY
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV55%2520OPY%27 HTTP/1.1" 200 None
2026-03-26 08:01:15 [bca.uk] INFO: Scrape type for CV55%20OPY: 0
2026-03-26 08:01:15 [bca.uk] INFO: Found listing with ID: YA19%20LVF
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA19%2520LVF%27 HTTP/1.1" 200 None
2026-03-26 08:01:15 [bca.uk] INFO: Scrape type for YA19%20LVF: 0
2026-03-26 08:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CU15UKL/42784734?sv=2020-08-04&st=2026-03-26T08%3A01%3A05Z&se=2026-03-26T08%3A26%3A05Z&sr=b&sp=r&sig=N1HBKN2mV4G3%2FiT%2FofRjBmqI2LMf7UKgsJ2azTr6C9g%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:15 [bca.uk] INFO: Found listing with ID: YE17%20VPY
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE17%2520VPY%27 HTTP/1.1" 200 None
2026-03-26 08:01:15 [bca.uk] INFO: Scrape type for YE17%20VPY: 2
2026-03-26 08:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f31f932-95bc-543e-b83f-d56e5e8a8a62 with identifier: YE17%20VPY
2026-03-26 08:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f31f932-95bc-543e-b83f-d56e5e8a8a62 with scrape type 2
2026-03-26 08:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f31f932-95bc-543e-b83f-d56e5e8a8a62 with scrape type 2
2026-03-26 08:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f31f932-95bc-543e-b83f-d56e5e8a8a62, identifier: YE17%20VPY
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac1136510>
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2119
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_expert_report_file_6df8b9fb-e9ba-4929-bfe7-e3ac1fb6b1f3.pdf HTTP/1.1" 201 0
2026-03-26 08:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7f314c00-7468-57f6-a79e-707e8b6060c6, skipping ID generation
2026-03-26 08:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3DHG10EHF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HG10EHF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e9b250>
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_expert_report_file_3533db05-3389-482e-a26d-88dd549101d8.pdf HTTP/1.1" 201 0
2026-03-26 08:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f6b96e61-7bbd-580f-aeec-b6758a559769, skipping ID generation
2026-03-26 08:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3DHX64YAK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HX64YAK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b13bd0>
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_expert_report_file_ae64b270-ff17-469c-a682-cb1ab1120638.pdf HTTP/1.1" 201 0
2026-03-26 08:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 15f6044f-1af5-5483-9658-d00b9f158f76, skipping ID generation
2026-03-26 08:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3DRV11YCY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RV11YCY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f31f932-95bc-543e-b83f-d56e5e8a8a62 with identifier: YE17%20VPY
2026-03-26 08:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f31f932-95bc-543e-b83f-d56e5e8a8a62 with identifier: YE17%20VPY
2026-03-26 08:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f31f932-95bc-543e-b83f-d56e5e8a8a62 with identifier: YE17%20VPY to the API
2026-03-26 08:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08: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': 189,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE17%20VPY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1f31f932-95bc-543e-b83f-d56e5e8a8a62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YE17 VPY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE17%20VPY&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 69632,
'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 3.0 TD6 258 SE StationWagon',
'transmission': 'automatic',
'trim': 'TD6 258 SE',
'vin': 'SALRA2AK6HA012054',
'year': 2017}
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE17%2520VPY%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [bca.uk] INFO: Saving data for YE17%20VPY: {'auction_closing_time': 1774605600.0, 'created_time': 1773959405.302221, 'last_price_update_time': 1774512076.073866}
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE17%2520VPY') HTTP/1.1" 204 0
2026-03-26 08:01:16 [bca.uk] INFO: Found listing with ID: AE67%20XTV
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE67%2520XTV%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [bca.uk] INFO: Scrape type for AE67%20XTV: 0
2026-03-26 08:01:16 [bca.uk] INFO: Found listing with ID: FT68%20OJC
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT68%2520OJC%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [bca.uk] INFO: Scrape type for FT68%20OJC: 0
2026-03-26 08:01:16 [bca.uk] INFO: Found listing with ID: KU69%20VRR
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU69%2520VRR%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [bca.uk] INFO: Scrape type for KU69%20VRR: 0
2026-03-26 08:01:16 [bca.uk] INFO: Found listing with ID: LD70%20TDX
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD70%2520TDX%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [bca.uk] INFO: Scrape type for LD70%20TDX: 0
2026-03-26 08:01:16 [bca.uk] INFO: Found listing with ID: DV19%20OXP
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV19%2520OXP%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [bca.uk] INFO: Scrape type for DV19%20OXP: 2
2026-03-26 08:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4885c20f-14d9-5e77-b2af-af94a87bc169 with identifier: DV19%20OXP
2026-03-26 08:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4885c20f-14d9-5e77-b2af-af94a87bc169 with scrape type 2
2026-03-26 08:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4885c20f-14d9-5e77-b2af-af94a87bc169 with scrape type 2
2026-03-26 08:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4885c20f-14d9-5e77-b2af-af94a87bc169, identifier: DV19%20OXP
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697586081%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586081 not downloaded yet
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697877901%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877901 not downloaded yet
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697585806%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585806 not downloaded yet
2026-03-26 08:01:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b18f50>
2026-03-26 08:01:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_expert_report_file_78bb0d99-61c2-40b6-8766-ef15f1bf975e.pdf HTTP/1.1" 201 0
2026-03-26 08:01:16 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fb7cf2b2-c9ac-5aad-a768-2620cfabad24, skipping ID generation
2026-03-26 08:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3DCE66VAA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CE66VAA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4885c20f-14d9-5e77-b2af-af94a87bc169 with identifier: DV19%20OXP
2026-03-26 08:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4885c20f-14d9-5e77-b2af-af94a87bc169 with identifier: DV19%20OXP
2026-03-26 08:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4885c20f-14d9-5e77-b2af-af94a87bc169 with identifier: DV19%20OXP to the API
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08: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': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV19%20OXP-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4885c20f-14d9-5e77-b2af-af94a87bc169',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV19 OXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV19%20OXP&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 59801,
'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': 'HONDA CIVIC 1.0 VTEC TURBO 126 EX Hatchback',
'transmission': 'manual',
'trim': 'VTEC TURBO 126 EX',
'vin': 'SHHFK6780JU012531',
'year': 2019}
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV19%2520OXP%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [bca.uk] INFO: Saving data for DV19%20OXP: {'auction_closing_time': 1774605600.0, 'created_time': 1774304578.796944, 'last_price_update_time': 1774512076.921372}
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV19%2520OXP') HTTP/1.1" 204 0
2026-03-26 08:01:16 [bca.uk] INFO: Found listing with ID: LC65%20YLF
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC65%2520YLF%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [bca.uk] INFO: Scrape type for LC65%20YLF: 0
2026-03-26 08:01:16 [bca.uk] INFO: Found listing with ID: WN70%20YOE
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN70%2520YOE%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [bca.uk] INFO: Scrape type for WN70%20YOE: 0
2026-03-26 08:01:16 [bca.uk] INFO: Found listing with ID: MH18%20UTF
2026-03-26 08:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MH18%2520UTF%27 HTTP/1.1" 200 None
2026-03-26 08:01:16 [bca.uk] INFO: Scrape type for MH18%20UTF: 2
2026-03-26 08:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1d5f066-2873-56eb-b3a4-300e4c7c984c with identifier: MH18%20UTF
2026-03-26 08:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1d5f066-2873-56eb-b3a4-300e4c7c984c with scrape type 2
2026-03-26 08:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1d5f066-2873-56eb-b3a4-300e4c7c984c with scrape type 2
2026-03-26 08:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1d5f066-2873-56eb-b3a4-300e4c7c984c, identifier: MH18%20UTF
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697586082%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586082 not downloaded yet
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697877905%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877905 not downloaded yet
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697585808%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585808 not downloaded yet
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697662570%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662570 not downloaded yet
2026-03-26 08:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1d5f066-2873-56eb-b3a4-300e4c7c984c with identifier: MH18%20UTF
2026-03-26 08:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1d5f066-2873-56eb-b3a4-300e4c7c984c with identifier: MH18%20UTF
2026-03-26 08:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1d5f066-2873-56eb-b3a4-300e4c7c984c with identifier: MH18%20UTF to the API
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08: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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH18%20UTF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e1d5f066-2873-56eb-b3a4-300e4c7c984c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MH18 UTF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH18%20UTF&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HYUNDAI',
'model': 'I10',
'odometer': 14082,
'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 I10 1.0 GO SE Hatchback',
'transmission': 'manual',
'trim': 'GO SE',
'vin': 'NLHA851ALKZ473080',
'year': 2018}
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MH18%2520UTF%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [bca.uk] INFO: Saving data for MH18%20UTF: {'auction_closing_time': 1774605600.0, 'created_time': 1774304250.204703, 'last_price_update_time': 1774512077.491992}
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH18%2520UTF') HTTP/1.1" 204 0
2026-03-26 08:01:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a8e950>
2026-03-26 08:01:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7314ac5-731a-52ec-951a-00744edf4e25/d7314ac5-731a-52ec-951a-00744edf4e25_expert_report_file_18b99112-990a-46c1-ac37-2dc4a4aed876.pdf HTTP/1.1" 201 0
2026-03-26 08:01:17 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d7314ac5-731a-52ec-951a-00744edf4e25
2026-03-26 08:01:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d7314ac5-731a-52ec-951a-00744edf4e25, skipping ID generation
2026-03-26 08:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item d7314ac5-731a-52ec-951a-00744edf4e25
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3DCU15UKL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CU15UKL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:17 [bca.uk] INFO: Found listing with ID: EY22%20OYZ
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY22%2520OYZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [bca.uk] INFO: Scrape type for EY22%20OYZ: 1
2026-03-26 08:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3e44aff-8fb6-5a52-95af-41f4184b03b8 with identifier: EY22%20OYZ
2026-03-26 08:01:17 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697586085%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586085 not downloaded yet
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697877907%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877907 not downloaded yet
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697585814%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585814 not downloaded yet
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697662574%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662574 not downloaded yet
2026-03-26 08:01:17 [bca.uk] INFO: Found listing with ID: KU70%20VTP
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU70%2520VTP%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [bca.uk] INFO: Scrape type for KU70%20VTP: 0
2026-03-26 08:01:17 [bca.uk] INFO: Found listing with ID: OV69%20JRX
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV69%2520JRX%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [bca.uk] INFO: Scrape type for OV69%20JRX: 0
2026-03-26 08:01:17 [bca.uk] INFO: Found listing with ID: WR21%20LYV
2026-03-26 08:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR21%2520LYV%27 HTTP/1.1" 200 None
2026-03-26 08:01:17 [bca.uk] INFO: Scrape type for WR21%20LYV: 2
2026-03-26 08:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57d8859d-dc2e-5882-aa65-5c11f9060216 with identifier: WR21%20LYV
2026-03-26 08:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57d8859d-dc2e-5882-aa65-5c11f9060216 with scrape type 2
2026-03-26 08:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57d8859d-dc2e-5882-aa65-5c11f9060216 with scrape type 2
2026-03-26 08:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57d8859d-dc2e-5882-aa65-5c11f9060216, identifier: WR21%20LYV
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697586087%27 HTTP/1.1" 200 None
2026-03-26 08:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586087 not downloaded yet
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697877908%27 HTTP/1.1" 200 None
2026-03-26 08:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877908 not downloaded yet
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697585819%27 HTTP/1.1" 200 None
2026-03-26 08:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585819 not downloaded yet
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697662576%27 HTTP/1.1" 200 None
2026-03-26 08:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662576 not downloaded yet
2026-03-26 08:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57d8859d-dc2e-5882-aa65-5c11f9060216 with identifier: WR21%20LYV
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-26 08:01:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57d8859d-dc2e-5882-aa65-5c11f9060216 with identifier: WR21%20LYV
2026-03-26 08:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57d8859d-dc2e-5882-aa65-5c11f9060216 with identifier: WR21%20LYV to the API
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08: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': 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-27T10: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-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR21%2520LYV%27 HTTP/1.1" 200 None
2026-03-26 08:01:18 [bca.uk] INFO: Saving data for WR21%20LYV: {'auction_closing_time': 1774605600.0, 'created_time': 1774365187.941418, 'last_price_update_time': 1774512078.599041}
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:18 [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-26 08:01:18 [bca.uk] INFO: Found listing with ID: DL18%20WYD
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL18%2520WYD%27 HTTP/1.1" 200 None
2026-03-26 08:01:18 [bca.uk] INFO: Scrape type for DL18%20WYD: 2
2026-03-26 08:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03716068-07ad-5eaf-99b1-bb6d28e2b4f9 with identifier: DL18%20WYD
2026-03-26 08:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03716068-07ad-5eaf-99b1-bb6d28e2b4f9 with scrape type 2
2026-03-26 08:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03716068-07ad-5eaf-99b1-bb6d28e2b4f9 with scrape type 2
2026-03-26 08:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03716068-07ad-5eaf-99b1-bb6d28e2b4f9, identifier: DL18%20WYD
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697586091%27 HTTP/1.1" 200 None
2026-03-26 08:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586091 not downloaded yet
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697877911%27 HTTP/1.1" 200 None
2026-03-26 08:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877911 not downloaded yet
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697585826%27 HTTP/1.1" 200 None
2026-03-26 08:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585826 not downloaded yet
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697662577%27 HTTP/1.1" 200 None
2026-03-26 08:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662577 not downloaded yet
2026-03-26 08:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03716068-07ad-5eaf-99b1-bb6d28e2b4f9 with identifier: DL18%20WYD
2026-03-26 08:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03716068-07ad-5eaf-99b1-bb6d28e2b4f9 with identifier: DL18%20WYD
2026-03-26 08:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03716068-07ad-5eaf-99b1-bb6d28e2b4f9 with identifier: DL18%20WYD to the API
2026-03-26 08:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08: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': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL18%20WYD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '03716068-07ad-5eaf-99b1-bb6d28e2b4f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL18 WYD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL18%20WYD&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'A180 D',
'odometer': 68727,
'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 A180 D 1.5 SPORT EXECUTIVE DCT Hatchback',
'transmission': 'automatic',
'trim': 'SPORT EXECUTIVE DCT',
'vin': 'WDD1770032J008912',
'year': 2018}
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL18%2520WYD%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [bca.uk] INFO: Saving data for DL18%20WYD: {'auction_closing_time': 1774605600.0, 'created_time': 1774363820.969235, 'last_price_update_time': 1774512079.231879}
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL18%2520WYD') HTTP/1.1" 204 0
2026-03-26 08:01:19 [bca.uk] INFO: Found listing with ID: LD19%20LGG
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD19%2520LGG%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [bca.uk] INFO: Scrape type for LD19%20LGG: 0
2026-03-26 08:01:19 [bca.uk] INFO: Found listing with ID: BD22%20KNF
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD22%2520KNF%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [bca.uk] INFO: Scrape type for BD22%20KNF: 0
2026-03-26 08:01:19 [bca.uk] INFO: Found listing with ID: MH63%20ALY
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MH63%2520ALY%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [bca.uk] INFO: Scrape type for MH63%20ALY: 2
2026-03-26 08:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5011acb-6932-5c9f-81b9-12ed62f2b93b with identifier: MH63%20ALY
2026-03-26 08:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5011acb-6932-5c9f-81b9-12ed62f2b93b with scrape type 2
2026-03-26 08:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5011acb-6932-5c9f-81b9-12ed62f2b93b with scrape type 2
2026-03-26 08:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5011acb-6932-5c9f-81b9-12ed62f2b93b, identifier: MH63%20ALY
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697586095%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586095 not downloaded yet
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697877916%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877916 not downloaded yet
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697585829%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585829 not downloaded yet
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697662580%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662580 not downloaded yet
2026-03-26 08:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5011acb-6932-5c9f-81b9-12ed62f2b93b with identifier: MH63%20ALY
2026-03-26 08:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5011acb-6932-5c9f-81b9-12ed62f2b93b with identifier: MH63%20ALY
2026-03-26 08:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5011acb-6932-5c9f-81b9-12ed62f2b93b with identifier: MH63%20ALY to the API
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08: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': 156,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH63%20ALY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.9L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f5011acb-6932-5c9f-81b9-12ed62f2b93b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MH63 ALY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH63%20ALY&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'CLS 350 D',
'odometer': 71635,
'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 CLS 350 D 2.9 AMG LINE PREMIUM PLUS 4M 9G Coupe',
'transmission': 'manual',
'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
'vin': 'WDD2573212A012332',
'year': 2019}
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MH63%2520ALY%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [bca.uk] INFO: Saving data for MH63%20ALY: {'auction_closing_time': 1774605600.0, 'created_time': 1773908607.035784, 'last_price_update_time': 1774512079.861564}
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH63%2520ALY') HTTP/1.1" 204 0
2026-03-26 08:01:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585797/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RV11YCY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877897/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HX64YAK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586079/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HG10EHF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:19 [bca.uk] INFO: Found listing with ID: FD62%20KVP
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD62%2520KVP%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [bca.uk] INFO: Scrape type for FD62%20KVP: 1
2026-03-26 08:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7dbba11-6501-585b-804b-50c3f02a1348 with identifier: FD62%20KVP
2026-03-26 08:01:19 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697586099%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586099 not downloaded yet
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697877921%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877921 not downloaded yet
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697585832%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585832 not downloaded yet
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697662583%27 HTTP/1.1" 200 None
2026-03-26 08:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662583 not downloaded yet
2026-03-26 08:01:19 [bca.uk] INFO: Found listing with ID: DE13%20DJF
2026-03-26 08:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE13%2520DJF%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [bca.uk] INFO: Scrape type for DE13%20DJF: 1
2026-03-26 08:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3e6c81f-db76-5341-926b-1b09bb77354f with identifier: DE13%20DJF
2026-03-26 08:01:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697586100%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586100 not downloaded yet
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697877926%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877926 not downloaded yet
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697585836%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585836 not downloaded yet
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697662589%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662589 not downloaded yet
2026-03-26 08:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877905/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877905>
2026-03-26 08:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585806/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585806>
2026-03-26 08:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586081/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586081>
2026-03-26 08:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877901/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877901>
2026-03-26 08:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586082/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586082>
2026-03-26 08:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585808/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585808>
2026-03-26 08:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662568/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CE66VAA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:20 [bca.uk] INFO: Found listing with ID: SY70%20YGL
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY70%2520YGL%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [bca.uk] INFO: Scrape type for SY70%20YGL: 1
2026-03-26 08:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 813c9187-2b9d-5b76-96e2-5c9e05a638c5 with identifier: SY70%20YGL
2026-03-26 08:01:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697586107%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586107 not downloaded yet
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697877930%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877930 not downloaded yet
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697585840%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585840 not downloaded yet
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697662592%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662592 not downloaded yet
2026-03-26 08:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662570/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662570>
2026-03-26 08:01:20 [bca.uk] INFO: Found listing with ID: LO69%20DVF
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO69%2520DVF%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [bca.uk] INFO: Scrape type for LO69%20DVF: 1
2026-03-26 08:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fe85f48-e70e-5d84-bd9c-f56019fb0942 with identifier: LO69%20DVF
2026-03-26 08:01:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697662593%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662593 not downloaded yet
2026-03-26 08:01:20 [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-26 08:01:20 [bca.uk] INFO: Found listing with ID: AO72%20ZBC
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO72%2520ZBC%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [bca.uk] INFO: Scrape type for AO72%20ZBC: 1
2026-03-26 08:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4077981-7849-51b4-b956-93aae8a5c23d with identifier: AO72%20ZBC
2026-03-26 08:01:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585814/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585814>
2026-03-26 08:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877907/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877907>
2026-03-26 08:01:20 [bca.uk] INFO: Found listing with ID: LP69%20OCN
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP69%2520OCN%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [bca.uk] INFO: Scrape type for LP69%20OCN: 1
2026-03-26 08:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b15097e6-9176-542b-977c-2652548e3b71 with identifier: LP69%20OCN
2026-03-26 08:01:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CU15UKL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CU15UKL/42784734?sv=2020-08-04&st=2026-03-26T08%3A01%3A05Z&se=2026-03-26T08%3A26%3A05Z&sr=b&sp=r&sig=N1HBKN2mV4G3%2FiT%2FofRjBmqI2LMf7UKgsJ2azTr6C9g%3D)
2026-03-26 08:01:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662574/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662574>
2026-03-26 08:01:20 [bca.uk] INFO: Found listing with ID: LL69%20HUO
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL69%2520HUO%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [bca.uk] INFO: Scrape type for LL69%20HUO: 1
2026-03-26 08:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b39d7e1-36c9-5610-a14d-cc59fc923e17 with identifier: LL69%20HUO
2026-03-26 08:01:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:20 [bca.uk] INFO: Found listing with ID: EK15%20OWX
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK15%2520OWX%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [bca.uk] INFO: Scrape type for EK15%20OWX: 1
2026-03-26 08:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f533ffd-f531-5b61-b8e0-88b85463e60d with identifier: EK15%20OWX
2026-03-26 08:01:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:20 [bca.uk] INFO: Found listing with ID: BX70%20NKD
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX70%2520NKD%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [bca.uk] INFO: Scrape type for BX70%20NKD: 2
2026-03-26 08:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a77673bb-09be-55e8-acc7-c6048cbaf43c with identifier: BX70%20NKD
2026-03-26 08:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77673bb-09be-55e8-acc7-c6048cbaf43c with scrape type 2
2026-03-26 08:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a77673bb-09be-55e8-acc7-c6048cbaf43c with scrape type 2
2026-03-26 08:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a77673bb-09be-55e8-acc7-c6048cbaf43c, identifier: BX70%20NKD
2026-03-26 08:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a77673bb-09be-55e8-acc7-c6048cbaf43c with identifier: BX70%20NKD
2026-03-26 08:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a77673bb-09be-55e8-acc7-c6048cbaf43c with identifier: BX70%20NKD
2026-03-26 08:01:20 [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-26 08:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08: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': 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-27T10: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-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX70%2520NKD%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [bca.uk] INFO: Saving data for BX70%20NKD: {'auction_closing_time': 1774605600.0, 'created_time': 1773834786.635314, 'last_price_update_time': 1774512080.797527}
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:20 [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-26 08:01:20 [bca.uk] INFO: Found listing with ID: BN20%20UGF
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN20%2520UGF%27 HTTP/1.1" 200 None
2026-03-26 08:01:20 [bca.uk] INFO: Scrape type for BN20%20UGF: 1
2026-03-26 08:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c92b5e84-6477-5804-8561-0d7960b59865 with identifier: BN20%20UGF
2026-03-26 08:01:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:20 [bca.uk] INFO: Total items found: 100
2026-03-26 08:01:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded
2026-03-26 08:01:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:01:20 [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-26 08:01:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cc7150>
2026-03-26 08:01:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7314ac5-731a-52ec-951a-00744edf4e25/d7314ac5-731a-52ec-951a-00744edf4e25_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DCU15UKL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5') HTTP/1.1" 204 0
2026-03-26 08:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CU15UKL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 saved to cache
2026-03-26 08:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d7314ac5-731a-52ec-951a-00744edf4e25
2026-03-26 08:01:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d7314ac5-731a-52ec-951a-00744edf4e25, skipping ID generation
2026-03-26 08:01:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d7314ac5-731a-52ec-951a-00744edf4e25 sending to next pipeline
2026-03-26 08:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7314ac5-731a-52ec-951a-00744edf4e25, identifier: CU15%20UKL
2026-03-26 08:01:21 [bca.uk] INFO: Found listing with ID: YD03%20MPY
2026-03-26 08:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD03%2520MPY%27 HTTP/1.1" 200 None
2026-03-26 08:01:21 [bca.uk] INFO: Scrape type for YD03%20MPY: 2
2026-03-26 08:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02367215-4a47-5501-8fc7-8736f498c71f with identifier: YD03%20MPY
2026-03-26 08:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02367215-4a47-5501-8fc7-8736f498c71f with scrape type 2
2026-03-26 08:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02367215-4a47-5501-8fc7-8736f498c71f with scrape type 2
2026-03-26 08:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02367215-4a47-5501-8fc7-8736f498c71f, identifier: YD03%20MPY
2026-03-26 08:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7314ac5-731a-52ec-951a-00744edf4e25 with identifier: CU15%20UKL
2026-03-26 08:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7314ac5-731a-52ec-951a-00744edf4e25 with identifier: CU15%20UKL
2026-03-26 08:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7314ac5-731a-52ec-951a-00744edf4e25 with identifier: CU15%20UKL to the API
2026-03-26 08:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CU15UKL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7314ac5-731a-52ec-951a-00744edf4e25/d7314ac5-731a-52ec-951a-00744edf4e25_expert_report_file_18b99112-990a-46c1-ac37-2dc4a4aed876.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU15%20UKL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd7314ac5-731a-52ec-951a-00744edf4e25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CU15 UKL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU15%20UKL&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 72888,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 1,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7314ac5-731a-52ec-951a-00744edf4e25/d7314ac5-731a-52ec-951a-00744edf4e25_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 21922,
'Height': 300,
'OriginUrl': 'https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CU15UKL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
'Width': 400}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'NISSAN MICRA 1.2 VISIA Hatchback',
'transmission': 'manual',
'trim': 'VISIA',
'vin': 'MDHFBUK13U0805001',
'year': 2015}
2026-03-26 08:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU15%2520UKL%27 HTTP/1.1" 200 None
2026-03-26 08:01:21 [bca.uk] INFO: Saving data for CU15%20UKL: {'created_time': 1774512081.701548, 'last_price_update_time': 1774512081.701565, 'auction_closing_time': 1774778400.0}
2026-03-26 08:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU15%2520UKL') HTTP/1.1" 204 0
2026-03-26 08:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02367215-4a47-5501-8fc7-8736f498c71f with identifier: YD03%20MPY
2026-03-26 08:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02367215-4a47-5501-8fc7-8736f498c71f with identifier: YD03%20MPY
2026-03-26 08:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02367215-4a47-5501-8fc7-8736f498c71f with identifier: YD03%20MPY to the API
2026-03-26 08:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08: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': 216,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD03%20MPY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '02367215-4a47-5501-8fc7-8736f498c71f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YD03 MPY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD03%20MPY&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 164752,
'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': 'HONDA CR-V 2.0 I-VTEC SE SPORT Estate',
'transmission': 'manual',
'trim': 'I-VTEC SE SPORT',
'vin': 'SHSRD87603U110321',
'year': 2003}
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD03%2520MPY%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Saving data for YD03%20MPY: {'auction_closing_time': 1774778400.0, 'created_time': 1773925157.343622, 'last_price_update_time': 1774512082.095667}
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD03%2520MPY') HTTP/1.1" 204 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: BD68%20NLP
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD68%2520NLP%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for BD68%20NLP: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: SA18%20CFY
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA18%2520CFY%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for SA18%20CFY: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: NJ21%20LZE
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ21%2520LZE%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for NJ21%20LZE: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: OW23%20BFN
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OW23%2520BFN%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for OW23%20BFN: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: T777%20NKG
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27T777%2520NKG%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for T777%20NKG: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: DN20%20WWH
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN20%2520WWH%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for DN20%20WWH: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: EX69%20KKT
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX69%2520KKT%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for EX69%20KKT: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: GF69%20MVS
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF69%2520MVS%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for GF69%20MVS: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: GJ75%20FCP
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ75%2520FCP%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for GJ75%20FCP: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: KJ24%20HVT
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ24%2520HVT%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for KJ24%20HVT: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: LM25%20VBV
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM25%2520VBV%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for LM25%20VBV: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: RE70%20KPT
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE70%2520KPT%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for RE70%20KPT: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: OU66%20YVP
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OU66%2520YVP%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for OU66%20YVP: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: YF66%20KXE
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF66%2520KXE%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for YF66%20KXE: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: PK02%20GXD
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK02%2520GXD%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for PK02%20GXD: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: BT53%20ZYG
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT53%2520ZYG%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for BT53%20ZYG: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: KE71%20OYG
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE71%2520OYG%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for KE71%20OYG: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: TA03%20TRO
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27TA03%2520TRO%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for TA03%20TRO: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: NJ16%20UYX
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ16%2520UYX%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for NJ16%20UYX: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: SN22%20OPG
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN22%2520OPG%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for SN22%20OPG: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: YB71%20TAV
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB71%2520TAV%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for YB71%20TAV: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: LK65%20VPG
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LK65%2520VPG%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for LK65%20VPG: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: SJ68%20CYU
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ68%2520CYU%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for SJ68%20CYU: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: DS66%20USD
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS66%2520USD%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for DS66%20USD: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: K60%20MDC
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27K60%2520MDC%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for K60%20MDC: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: LC67%20RCZ
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC67%2520RCZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for LC67%20RCZ: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: PE17%20KGA
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE17%2520KGA%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for PE17%20KGA: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: S706%20NFV
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S706%2520NFV%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for S706%20NFV: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: WW66%20ATW
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WW66%2520ATW%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for WW66%20ATW: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: CV66%20MDJ
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV66%2520MDJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for CV66%20MDJ: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: AJ62%20BKY
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ62%2520BKY%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for AJ62%20BKY: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: PK12%20GOE
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK12%2520GOE%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for PK12%20GOE: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: BX20%20FKV
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX20%2520FKV%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for BX20%20FKV: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: WG56%20YEJ
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG56%2520YEJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for WG56%20YEJ: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: S20%20HNN
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S20%2520HNN%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for S20%20HNN: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: SK18%20FOH
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK18%2520FOH%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for SK18%20FOH: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: VE11%20WDD
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE11%2520WDD%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for VE11%20WDD: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: WG17%20JYX
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG17%2520JYX%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for WG17%20JYX: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: L19%20WKR
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27L19%2520WKR%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for L19%20WKR: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: AU19%20VNL
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU19%2520VNL%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for AU19%20VNL: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: GL12%20ZTJ
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL12%2520ZTJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for GL12%20ZTJ: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: FY65%20MYB
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY65%2520MYB%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for FY65%20MYB: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: VU18%20SUV
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU18%2520SUV%27 HTTP/1.1" 200 None
2026-03-26 08:01:22 [bca.uk] INFO: Scrape type for VU18%20SUV: 0
2026-03-26 08:01:22 [bca.uk] INFO: Found listing with ID: MF19%20OFT
2026-03-26 08:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF19%2520OFT%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for MF19%20OFT: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: SB52%20LUR
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB52%2520LUR%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for SB52%20LUR: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: PX72%20KFY
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX72%2520KFY%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for PX72%20KFY: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: HJ17%20NYR
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ17%2520NYR%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for HJ17%20NYR: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: LN17%20NYW
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN17%2520NYW%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for LN17%20NYW: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: VA65%20OWB
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA65%2520OWB%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for VA65%20OWB: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: WL16%20FDM
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WL16%2520FDM%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for WL16%20FDM: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: SM66%20FUY
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM66%2520FUY%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for SM66%20FUY: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: RJ62%20BRZ
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ62%2520BRZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for RJ62%20BRZ: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: AO05%20HYJ
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO05%2520HYJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for AO05%20HYJ: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: CK05%20YGR
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK05%2520YGR%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for CK05%20YGR: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: FE65%20VCD
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE65%2520VCD%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for FE65%20VCD: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: FL60%20TTX
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL60%2520TTX%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for FL60%20TTX: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: HN15%20VCJ
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN15%2520VCJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for HN15%20VCJ: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: MC74%20RHU
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC74%2520RHU%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for MC74%20RHU: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: HD02%20BSU
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HD02%2520BSU%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for HD02%20BSU: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: VK67%20KFZ
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK67%2520KFZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for VK67%20KFZ: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: YR69%20NVT
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR69%2520NVT%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for YR69%20NVT: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: BN22%20OZW
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN22%2520OZW%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for BN22%20OZW: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: LN17%20OKT
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN17%2520OKT%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for LN17%20OKT: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: LV72%20OEZ
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV72%2520OEZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for LV72%20OEZ: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: MF69%20GVT
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF69%2520GVT%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for MF69%20GVT: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: AV56%20LPL
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV56%2520LPL%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for AV56%20LPL: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: MT09%20DVB
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT09%2520DVB%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for MT09%20DVB: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: CE71%20OCB
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE71%2520OCB%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for CE71%20OCB: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: LX19%20OHG
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX19%2520OHG%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for LX19%20OHG: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: BX21%20HSJ
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX21%2520HSJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for BX21%20HSJ: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: RV57%20WUJ
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV57%2520WUJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for RV57%20WUJ: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: HF13%20ONH
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF13%2520ONH%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for HF13%20ONH: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: KJ02%20AAA
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ02%2520AAA%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for KJ02%20AAA: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: MC53%20GXE
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC53%2520GXE%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for MC53%20GXE: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: ET14%20OKL
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET14%2520OKL%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for ET14%20OKL: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: HG66%20FYY
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG66%2520FYY%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for HG66%20FYY: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: RF18%20ATV
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF18%2520ATV%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for RF18%20ATV: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: YN64%20XMG
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN64%2520XMG%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for YN64%20XMG: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: MA10%20HVT
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA10%2520HVT%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for MA10%20HVT: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: ND71%20DUU
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND71%2520DUU%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for ND71%20DUU: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: AP65%20KLL
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP65%2520KLL%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for AP65%20KLL: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: J60%20ONN
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27J60%2520ONN%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for J60%20ONN: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: OE66%20HBZ
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE66%2520HBZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for OE66%20HBZ: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: SV66%20NYX
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV66%2520NYX%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for SV66%20NYX: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: L10%20CLU
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27L10%2520CLU%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for L10%20CLU: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: EK09%20FWF
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK09%2520FWF%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for EK09%20FWF: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: KX70%20NLM
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KX70%2520NLM%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for KX70%20NLM: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: YR22%20RVW
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR22%2520RVW%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for YR22%20RVW: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: BU22%20YSD
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU22%2520YSD%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for BU22%20YSD: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: YM72%20ZNF
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM72%2520ZNF%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for YM72%20ZNF: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: MF25%20XKY
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for MF25%20XKY: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: MF25%20XLC
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF25%2520XLC%27 HTTP/1.1" 200 None
2026-03-26 08:01:23 [bca.uk] INFO: Scrape type for MF25%20XLC: 0
2026-03-26 08:01:23 [bca.uk] INFO: Found listing with ID: MM74%20GRZ
2026-03-26 08:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM74%2520GRZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:24 [bca.uk] INFO: Scrape type for MM74%20GRZ: 0
2026-03-26 08:01:24 [bca.uk] INFO: Found listing with ID: LY71%20EVG
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY71%2520EVG%27 HTTP/1.1" 200 None
2026-03-26 08:01:24 [bca.uk] INFO: Scrape type for LY71%20EVG: 0
2026-03-26 08:01:24 [bca.uk] INFO: Found listing with ID: MJ72%20KDV
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ72%2520KDV%27 HTTP/1.1" 200 None
2026-03-26 08:01:24 [bca.uk] INFO: Scrape type for MJ72%20KDV: 0
2026-03-26 08:01:24 [bca.uk] INFO: Found listing with ID: YE19%20FEL
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE19%2520FEL%27 HTTP/1.1" 200 None
2026-03-26 08:01:24 [bca.uk] INFO: Scrape type for YE19%20FEL: 0
2026-03-26 08:01:24 [bca.uk] INFO: Found listing with ID: YR72%20AAX
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR72%2520AAX%27 HTTP/1.1" 200 None
2026-03-26 08:01:24 [bca.uk] INFO: Scrape type for YR72%20AAX: 0
2026-03-26 08:01:24 [bca.uk] INFO: Found listing with ID: FE67%20JCX
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE67%2520JCX%27 HTTP/1.1" 200 None
2026-03-26 08:01:24 [bca.uk] INFO: Scrape type for FE67%20JCX: 0
2026-03-26 08:01:24 [bca.uk] INFO: Found listing with ID: SK21%20XXR
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK21%2520XXR%27 HTTP/1.1" 200 None
2026-03-26 08:01:24 [bca.uk] INFO: Scrape type for SK21%20XXR: 0
2026-03-26 08:01:24 [bca.uk] INFO: Found listing with ID: HG24%20SZV
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG24%2520SZV%27 HTTP/1.1" 200 None
2026-03-26 08:01:24 [bca.uk] INFO: Scrape type for HG24%20SZV: 0
2026-03-26 08:01:24 [bca.uk] INFO: Found listing with ID: VX16%20HDY
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX16%2520HDY%27 HTTP/1.1" 200 None
2026-03-26 08:01:24 [bca.uk] INFO: Scrape type for VX16%20HDY: 1
2026-03-26 08:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d90e759-b129-5dbc-be96-35fd785b3970 with identifier: VX16%20HDY
2026-03-26 08:01:24 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:24 [bca.uk] INFO: Found listing with ID: BP71%20WPU
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP71%2520WPU%27 HTTP/1.1" 200 None
2026-03-26 08:01:24 [bca.uk] INFO: Scrape type for BP71%20WPU: 2
2026-03-26 08:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 912511e0-d2d1-5248-b0b2-cef9a642a8a4 with identifier: BP71%20WPU
2026-03-26 08:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 912511e0-d2d1-5248-b0b2-cef9a642a8a4 with scrape type 2
2026-03-26 08:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 912511e0-d2d1-5248-b0b2-cef9a642a8a4 with scrape type 2
2026-03-26 08:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 912511e0-d2d1-5248-b0b2-cef9a642a8a4, identifier: BP71%20WPU
2026-03-26 08:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 912511e0-d2d1-5248-b0b2-cef9a642a8a4 with identifier: BP71%20WPU
2026-03-26 08:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 912511e0-d2d1-5248-b0b2-cef9a642a8a4 with identifier: BP71%20WPU
2026-03-26 08:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 912511e0-d2d1-5248-b0b2-cef9a642a8a4 with identifier: BP71%20WPU to the API
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP71%20WPU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Electric',
'id': '912511e0-d2d1-5248-b0b2-cef9a642a8a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BP71 WPU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP71%20WPU&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 39097,
'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': 'JAGUAR I-PACE EV400 BLACK (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 BLACK (11KW)',
'vin': 'SADHA2A10N1622574',
'year': 2022}
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP71%2520WPU%27 HTTP/1.1" 200 None
2026-03-26 08:01:24 [bca.uk] INFO: Saving data for BP71%20WPU: {'auction_closing_time': 1774864800.0, 'created_time': 1773986822.882241, 'last_price_update_time': 1774512084.939552}
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP71%2520WPU') HTTP/1.1" 204 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: LO61%20OVG
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO61%2520OVG%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for LO61%20OVG: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: FY58%20TXA
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY58%2520TXA%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for FY58%20TXA: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: AK65%20SXZ
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK65%2520SXZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for AK65%20SXZ: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: V444%20DGE
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27V444%2520DGE%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for V444%20DGE: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: OE24%20FKN
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE24%2520FKN%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for OE24%20FKN: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: VK22%20LGG
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK22%2520LGG%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for VK22%20LGG: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: GN69%20VPM
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN69%2520VPM%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for GN69%20VPM: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: K321%20PXX
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27K321%2520PXX%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for K321%20PXX: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: RJ19%20YTT
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ19%2520YTT%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for RJ19%20YTT: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: EF72%20YJG
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF72%2520YJG%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for EF72%20YJG: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: KK24%20AEF
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KK24%2520AEF%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for KK24%20AEF: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: XIG%206081
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27XIG%25206081%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for XIG%206081: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: BP70%20BJE
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP70%2520BJE%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for BP70%20BJE: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: LV69%20SZF
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV69%2520SZF%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for LV69%20SZF: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: YD19%20CPN
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD19%2520CPN%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for YD19%20CPN: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: BL19%20KCX
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL19%2520KCX%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for BL19%20KCX: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: DW24%20HFP
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DW24%2520HFP%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for DW24%20HFP: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: ML68%20ZNH
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML68%2520ZNH%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for ML68%20ZNH: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: AW19%20OLV
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AW19%2520OLV%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for AW19%20OLV: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: BP21%20XBO
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP21%2520XBO%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for BP21%20XBO: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: FM19%20TVL
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM19%2520TVL%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for FM19%20TVL: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: GV19%20DVR
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV19%2520DVR%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for GV19%20DVR: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: KX19%20JLK
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KX19%2520JLK%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for KX19%20JLK: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: AF24%20KLL
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF24%2520KLL%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for AF24%20KLL: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: AF69%20BZY
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF69%2520BZY%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for AF69%20BZY: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: DA72%20RSU
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA72%2520RSU%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for DA72%20RSU: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: KN19%20TRO
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN19%2520TRO%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for KN19%20TRO: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: LB24%20EUL
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB24%2520EUL%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for LB24%20EUL: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: YB21%20CSZ
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB21%2520CSZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for YB21%20CSZ: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: D11%20HPM
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27D11%2520HPM%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for D11%20HPM: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: GN09%20GZC
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN09%2520GZC%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for GN09%20GZC: 0
2026-03-26 08:01:25 [bca.uk] INFO: Found listing with ID: SV53%20TWC
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV53%2520TWC%27 HTTP/1.1" 200 None
2026-03-26 08:01:25 [bca.uk] INFO: Scrape type for SV53%20TWC: 0
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586082/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D)
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586079/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D)
2026-03-26 08:01:25 [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-26 08:01:25 [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-26 08:01:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877901/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D)
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877897/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D)
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585808/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D)
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585797/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D)
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662568/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D)
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877905/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D)
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585806/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D)
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586081/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D)
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877907/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D)
2026-03-26 08:01:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662593/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662593>
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662570/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D)
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585814/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D)
2026-03-26 08:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e02b50>
2026-03-26 08:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHG10EHF%252F697586082%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586082/600 saved to cache
2026-03-26 08:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662574/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D)
2026-03-26 08:01:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO72%20ZBC-GB>
2026-03-26 08:01:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX16%20HDY-GB>
2026-03-26 08:01:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN20%20UGF-GB>
2026-03-26 08:01:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL69%20HUO-GB>
2026-03-26 08:01:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK15%20OWX-GB>
2026-03-26 08:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab32113d0>
2026-03-26 08:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHG10EHF%252F697586079%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586079/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fbe790>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHX64YAK%252F697877901%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877901/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fceb90>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHX64YAK%252F697877897%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877897/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fda750>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FRV11YCY%252F697585808%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585808/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fbd990>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FRV11YCY%252F697585797%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585797/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fc7d10>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FCE66VAA%252F697662568%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662568/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fd5390>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHX64YAK%252F697877905%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877905/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fc8110>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FRV11YCY%252F697585806%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585806/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fcf190>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHG10EHF%252F697586081%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586081/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e42b50>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHX64YAK%252F697877907%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877907/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cd82d0>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FCE66VAA%252F697662570%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662570/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fcaed0>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FRV11YCY%252F697585814%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585814/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877930/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877930>
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662592/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662592>
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585840/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585840>
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586107/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586107>
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY70%20YGL-GB>
2026-03-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662593/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D)
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31d44d0>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FCE66VAA%252F697662574%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662574/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3255690>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FCE66VAA%252F697662593%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662593/600 saved to cache
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662589/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662589>
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO69%20DVF-GB>
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP69%20OCN-GB>
2026-03-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585836/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585836>
2026-03-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586107/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D)
2026-03-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877930/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D)
2026-03-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585840/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D)
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877926/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877926>
2026-03-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662592/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D)
2026-03-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3223f10>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_expert_report_file_25a645d0-ac40-43cc-9afb-cc1c53656955.pdf HTTP/1.1" 201 0
2026-03-26 08:01:26 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5d90e759-b129-5dbc-be96-35fd785b3970, skipping ID generation
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DVX16HDY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VX16HDY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31e49d0>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_expert_report_file_386d7ffa-cad7-4f0f-a444-fa5795b1b497.pdf HTTP/1.1" 201 0
2026-03-26 08:01:26 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b39d7e1-36c9-5610-a14d-cc59fc923e17, skipping ID generation
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DLL69HUO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LL69HUO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE13%20DJF-GB>
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662583/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662583>
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586100/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586100>
2026-03-26 08:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585832/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585832>
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696009306%27 HTTP/1.1" 200 None
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009306 not downloaded yet
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696682734%27 HTTP/1.1" 200 None
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682734 not downloaded yet
2026-03-26 08:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662589/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D)
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696009307%27 HTTP/1.1" 200 None
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009307 not downloaded yet
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696682737%27 HTTP/1.1" 200 None
2026-03-26 08:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682737 not downloaded yet
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2dab350>
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_expert_report_file_2535fea5-1808-4aee-8a97-70757e6a96c1.pdf HTTP/1.1" 201 0
2026-03-26 08:01:27 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e4077981-7849-51b4-b956-93aae8a5c23d, skipping ID generation
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DAO72ZBC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AO72ZBC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac26809d0>
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_expert_report_file_ce44fc4d-c1be-45b5-ab0c-627463dd2350.pdf HTTP/1.1" 201 0
2026-03-26 08:01:27 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f533ffd-f531-5b61-b8e0-88b85463e60d, skipping ID generation
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DEK15OWX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EK15OWX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b4f490>
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHG10EHF%252F697586107%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586107/600 saved to cache
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31c0650>
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHX64YAK%252F697877930%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877930/600 saved to cache
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c40c10>
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FRV11YCY%252F697585840%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585840/600 saved to cache
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e9fe10>
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FCE66VAA%252F697662592%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662592/600 saved to cache
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e78c50>
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_expert_report_file_a91f8110-3662-45c8-be9e-df9525cbbd9c.pdf HTTP/1.1" 201 0
2026-03-26 08:01:27 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c92b5e84-6477-5804-8561-0d7960b59865, skipping ID generation
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DBN20UGF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BN20UGF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586099/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586099>
2026-03-26 08:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877921/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877921>
2026-03-26 08:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD62%20KVP-GB>
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696009310%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009310 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696682740%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682740 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695102280%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102280 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696814804%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814804 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D694728603%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694728603 not downloaded yet
2026-03-26 08:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585836/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D)
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696009311%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009311 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696682742%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682742 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695102292%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102292 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696814805%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814805 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D694710131%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694710131 not downloaded yet
2026-03-26 08:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877926/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D)
2026-03-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0264190>
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FCE66VAA%252F697662589%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662589/600 saved to cache
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cd8e90>
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_expert_report_file_e18f58ca-a6a1-45a2-82ca-27f489a886b2.pdf HTTP/1.1" 201 0
2026-03-26 08:01:27 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b15097e6-9176-542b-977c-2652548e3b71, skipping ID generation
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DLP69OCN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LP69OCN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cd1c90>
2026-03-26 08:01:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_expert_report_file_82189bd8-4b82-4294-bb56-78765b230a02.pdf HTTP/1.1" 201 0
2026-03-26 08:01:27 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7fe85f48-e70e-5d84-bd9c-f56019fb0942, skipping ID generation
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DLO69DVF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LO69DVF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662580/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662580>
2026-03-26 08:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585829/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585829>
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696009314%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009314 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696682743%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682743 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695102315%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102315 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696814807%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814807 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D694728612%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694728612 not downloaded yet
2026-03-26 08:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586100/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D)
2026-03-26 08:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662583/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D)
2026-03-26 08:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585832/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D)
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D686700527%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700527 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D692219572%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219572 not downloaded yet
2026-03-26 08:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682734/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682734>
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696009317%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009317 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696682746%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682746 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695102329%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102329 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696814808%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814808 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D694710139%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694710139 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D686700534%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700534 not downloaded yet
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D692219581%27 HTTP/1.1" 200 None
2026-03-26 08:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219581 not downloaded yet
2026-03-26 08:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877921/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D)
2026-03-26 08:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586099/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D)
2026-03-26 08:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814803/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EK15OWX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728597/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BN20UGF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696009322%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009322 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696682748%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682748 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695102343%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102343 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696814809%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814809 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D694728613%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694728613 not downloaded yet
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0264190>
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FRV11YCY%252F697585836%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585836/600 saved to cache
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31aa410>
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHX64YAK%252F697877926%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877926/600 saved to cache
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D686700540%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700540 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D692219587%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219587 not downloaded yet
2026-03-26 08:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728603/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694728603>
2026-03-26 08:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102267/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AO72ZBC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696009326%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009326 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696682753%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682753 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695102360%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102360 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696814810%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814810 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D694710143%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694710143 not downloaded yet
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31d7010>
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHG10EHF%252F697586100%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586100/600 saved to cache
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fc70d0>
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FCE66VAA%252F697662583%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662583/600 saved to cache
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b4cc50>
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FRV11YCY%252F697585832%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585832/600 saved to cache
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cd8610>
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_expert_report_file_10adaf55-fef4-4ef6-8083-610dcd6c1d21.pdf HTTP/1.1" 201 0
2026-03-26 08:01:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 813c9187-2b9d-5b76-96e2-5c9e05a638c5, skipping ID generation
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DSY70YGL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SY70YGL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b2ea50>
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_expert_report_file_51f18aea-4761-4d61-ae08-296d97309b24.pdf HTTP/1.1" 201 0
2026-03-26 08:01:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f3e6c81f-db76-5341-926b-1b09bb77354f, skipping ID generation
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DDE13DJF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DE13DJF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662580/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D)
2026-03-26 08:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219566/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LO69DVF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710131/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694710131>
2026-03-26 08:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700521/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LP69OCN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585829/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D)
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D686700548%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700548 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D692219598%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219598 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696009330%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009330 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696682755%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682755 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695102378%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102378 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696814811%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814811 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D694728617%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694728617 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D676189876%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189876 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D691479147%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479147 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D686700558%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700558 not downloaded yet
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D692219608%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219608 not downloaded yet
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab300c190>
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHX64YAK%252F697877921%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877921/600 saved to cache
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3002e50>
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHG10EHF%252F697586099%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586099/600 saved to cache
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3017110>
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_expert_report_file_079be98b-51f1-4219-991d-bc30df26640e.pdf HTTP/1.1" 201 0
2026-03-26 08:01:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f7dbba11-6501-585b-804b-50c3f02a1348, skipping ID generation
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DFD62KVP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FD62KVP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728612/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694728612>
2026-03-26 08:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682734/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D)
2026-03-26 08:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814807/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814807>
2026-03-26 08:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728597/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D)
2026-03-26 08:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814803/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D)
2026-03-26 08:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102267/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D)
2026-03-26 08:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710139/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694710139>
2026-03-26 08:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814808/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814808>
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695102389%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102389 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696814812%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814812 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D694710148%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694710148 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D676189891%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189891 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D691479148%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479148 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D686700570%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700570 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D692219627%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219627 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697130526%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130526 not downloaded yet
2026-03-26 08:01:29 [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-26 08:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bfdd50>
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FCE66VAA%252F697662580%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662580/600 saved to cache
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bd95d0>
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FRV11YCY%252F697585829%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585829/600 saved to cache
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695102408%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102408 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D696814813%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814813 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D694728621%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694728621 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D676189913%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189913 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D691479150%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479150 not downloaded yet
2026-03-26 08:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710131/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D)
2026-03-26 08:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219566/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D)
2026-03-26 08:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700521/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D)
2026-03-26 08:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728603/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D)
2026-03-26 08:01:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219587/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219587>
2026-03-26 08:01:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700540/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700540>
2026-03-26 08:01:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728613/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694728613>
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D686700582%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700582 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D692219645%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219645 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697130529%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130529 not downloaded yet
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b31110>
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLL69HUO%252F696682734%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682734/600 saved to cache
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b20b50>
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FBN20UGF%252F694728597%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728597/600 saved to cache
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02cbc50>
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FEK15OWX%252F696814803%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814803/600 saved to cache
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c08a90>
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FAO72ZBC%252F695102267%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102267/600 saved to cache
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814808/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D)
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D676189929%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189929 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D691479151%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479151 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D686700595%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700595 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D692219661%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219661 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697130532%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130532 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D676189948%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189948 not downloaded yet
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D691479152%27 HTTP/1.1" 200 None
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479152 not downloaded yet
2026-03-26 08:01:29 [bca.uk] INFO: Total items found: 100
2026-03-26 08:01:29 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded
2026-03-26 08:01:29 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:01:29 [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-26 08:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac032b5d0>
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FBN20UGF%252F694710131%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710131/600 saved to cache
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fda8d0>
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLO69DVF%252F692219566%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219566/600 saved to cache
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fe8650>
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLP69OCN%252F686700521%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700521/600 saved to cache
2026-03-26 08:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ff6790>
2026-03-26 08:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FBN20UGF%252F694728603%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728603/600 saved to cache
2026-03-26 08:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814807/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D)
2026-03-26 08:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814811/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814811>
2026-03-26 08:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189876/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189876>
2026-03-26 08:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728617/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694728617>
2026-03-26 08:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479147/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479147>
2026-03-26 08:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728612/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D)
2026-03-26 08:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710139/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D)
2026-03-26 08:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479148/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479148>
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D686700615%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700615 not downloaded yet
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D692219680%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219680 not downloaded yet
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697130537%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130537 not downloaded yet
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D676189972%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189972 not downloaded yet
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D691479153%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479153 not downloaded yet
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: EA69%20EWG
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA69%2520EWG%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for EA69%20EWG: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: DC21%20KUE
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [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-26 08:01:30 [bca.uk] INFO: Scrape type for DC21%20KUE: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: EN16%20CLX
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520CLX%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for EN16%20CLX: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: DT14%20GOX
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT14%2520GOX%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for DT14%20GOX: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: YG66%20MEV
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [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-26 08:01:30 [bca.uk] INFO: Scrape type for YG66%20MEV: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: CP17%20DYG
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [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-26 08:01:30 [bca.uk] INFO: Scrape type for CP17%20DYG: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: KO08%20YOK
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [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-26 08:01:30 [bca.uk] INFO: Scrape type for KO08%20YOK: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: EJ09%20HGF
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [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-26 08:01:30 [bca.uk] INFO: Scrape type for EJ09%20HGF: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: GK62%20BTO
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK62%2520BTO%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for GK62%20BTO: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: MD11%20XHJ
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [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-26 08:01:30 [bca.uk] INFO: Scrape type for MD11%20XHJ: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: RV13%20EFH
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV13%2520EFH%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for RV13%20EFH: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: WV61%20BXW
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV61%2520BXW%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for WV61%20BXW: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: CE18%20YJB
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE18%2520YJB%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for CE18%20YJB: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: DV64%20UEP
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [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-26 08:01:30 [bca.uk] INFO: Scrape type for DV64%20UEP: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: YM65%20XFJ
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM65%2520XFJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for YM65%20XFJ: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: WR71%20PBU
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR71%2520PBU%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for WR71%20PBU: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: DY59%20NHM
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [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-26 08:01:30 [bca.uk] INFO: Scrape type for DY59%20NHM: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: AP57%20OHZ
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP57%2520OHZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for AP57%20OHZ: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: DS74%20HCY
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [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-26 08:01:30 [bca.uk] INFO: Scrape type for DS74%20HCY: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: FJ62%20VNH
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ62%2520VNH%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for FJ62%20VNH: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: GF59%20CTV
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF59%2520CTV%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for GF59%20CTV: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: KW13%20HCL
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW13%2520HCL%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for KW13%20HCL: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: LM59%20LFF
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM59%2520LFF%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for LM59%20LFF: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: LV10%20ZHG
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV10%2520ZHG%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for LV10%20ZHG: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: MW11%20XFG
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW11%2520XFG%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for MW11%20XFG: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: OY61%20XKG
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY61%2520XKG%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for OY61%20XKG: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: WN57%20EYX
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN57%2520EYX%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for WN57%20EYX: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: YE61%20LFU
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE61%2520LFU%27 HTTP/1.1" 200 None
2026-03-26 08:01:30 [bca.uk] INFO: Scrape type for YE61%20LFU: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: BJ74%20MGU
2026-03-26 08:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:30 [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-26 08:01:30 [bca.uk] INFO: Scrape type for BJ74%20MGU: 0
2026-03-26 08:01:30 [bca.uk] INFO: Found listing with ID: AV61%20LYA
2026-03-26 08:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:31 [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-26 08:01:31 [bca.uk] INFO: Scrape type for AV61%20LYA: 2
2026-03-26 08:01:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8472b83a-ddd3-5e85-b379-4edea78d234a with identifier: AV61%20LYA
2026-03-26 08:01:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8472b83a-ddd3-5e85-b379-4edea78d234a with scrape type 2
2026-03-26 08:01:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8472b83a-ddd3-5e85-b379-4edea78d234a with scrape type 2
2026-03-26 08:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8472b83a-ddd3-5e85-b379-4edea78d234a, identifier: AV61%20LYA
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697130541%27 HTTP/1.1" 200 None
2026-03-26 08:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130541 not downloaded yet
2026-03-26 08:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8472b83a-ddd3-5e85-b379-4edea78d234a with identifier: AV61%20LYA
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red HTTP/1.1" 200 None
2026-03-26 08:01:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8472b83a-ddd3-5e85-b379-4edea78d234a with identifier: AV61%20LYA
2026-03-26 08:01:32 [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-26 08:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:32 [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=AV61%20LYA-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10: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-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:32 [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-26 08:01:32 [bca.uk] INFO: Saving data for AV61%20LYA: {'auction_closing_time': 1774605600.0, 'created_time': 1773820262.62169, 'last_price_update_time': 1774512092.580633}
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:32 [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-26 08:01:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cb9350>
2026-03-26 08:01:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FEK15OWX%252F696814808%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814808/600 saved to cache
2026-03-26 08:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728613/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D)
2026-03-26 08:01:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479150/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479150>
2026-03-26 08:01:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189891/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189891>
2026-03-26 08:01:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219627/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219627>
2026-03-26 08:01:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130526/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130526>
2026-03-26 08:01:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700570/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700570>
2026-03-26 08:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219587/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D)
2026-03-26 08:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700540/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D)
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D676189994%27 HTTP/1.1" 200 None
2026-03-26 08:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189994 not downloaded yet
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D691479160%27 HTTP/1.1" 200 None
2026-03-26 08:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479160 not downloaded yet
2026-03-26 08:01:32 [bca.uk] INFO: Found listing with ID: CX11%20XLL
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:32 [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-26 08:01:32 [bca.uk] INFO: Scrape type for CX11%20XLL: 0
2026-03-26 08:01:32 [bca.uk] INFO: Found listing with ID: DP11%20NCY
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:32 [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-26 08:01:32 [bca.uk] INFO: Scrape type for DP11%20NCY: 0
2026-03-26 08:01:32 [bca.uk] INFO: Found listing with ID: FE03%20ODK
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE03%2520ODK%27 HTTP/1.1" 200 None
2026-03-26 08:01:32 [bca.uk] INFO: Scrape type for FE03%20ODK: 0
2026-03-26 08:01:32 [bca.uk] INFO: Found listing with ID: HY61%20GFK
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY61%2520GFK%27 HTTP/1.1" 200 None
2026-03-26 08:01:32 [bca.uk] INFO: Scrape type for HY61%20GFK: 0
2026-03-26 08:01:32 [bca.uk] INFO: Found listing with ID: KL56%20WPM
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL56%2520WPM%27 HTTP/1.1" 200 None
2026-03-26 08:01:32 [bca.uk] INFO: Scrape type for KL56%20WPM: 0
2026-03-26 08:01:32 [bca.uk] INFO: Found listing with ID: KP61%20KHZ
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:32 [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-26 08:01:32 [bca.uk] INFO: Scrape type for KP61%20KHZ: 0
2026-03-26 08:01:32 [bca.uk] INFO: Found listing with ID: KU14%20VPZ
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:32 [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-26 08:01:32 [bca.uk] INFO: Scrape type for KU14%20VPZ: 0
2026-03-26 08:01:32 [bca.uk] INFO: Found listing with ID: MJ58%20WDP
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ58%2520WDP%27 HTTP/1.1" 200 None
2026-03-26 08:01:32 [bca.uk] INFO: Scrape type for MJ58%20WDP: 2
2026-03-26 08:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf453b3c-0a63-5a81-98aa-548ddd52b669 with identifier: MJ58%20WDP
2026-03-26 08:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf453b3c-0a63-5a81-98aa-548ddd52b669 with scrape type 2
2026-03-26 08:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf453b3c-0a63-5a81-98aa-548ddd52b669 with scrape type 2
2026-03-26 08:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf453b3c-0a63-5a81-98aa-548ddd52b669, identifier: MJ58%20WDP
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697130544%27 HTTP/1.1" 200 None
2026-03-26 08:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130544 not downloaded yet
2026-03-26 08:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf453b3c-0a63-5a81-98aa-548ddd52b669 with identifier: MJ58%20WDP
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver HTTP/1.1" 200 None
2026-03-26 08:01:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf453b3c-0a63-5a81-98aa-548ddd52b669 with identifier: MJ58%20WDP
2026-03-26 08:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf453b3c-0a63-5a81-98aa-548ddd52b669 with identifier: MJ58%20WDP to the API
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:33 [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=MJ58%20WDP-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bf453b3c-0a63-5a81-98aa-548ddd52b669',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ58 WDP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ58%20WDP&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 112594,
'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 140 GT Hatchback',
'transmission': 'manual',
'trim': 'TDI 140 GT',
'vin': 'WVWZZZ1KZ9W430773',
'year': 2009}
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ58%2520WDP%27 HTTP/1.1" 200 None
2026-03-26 08:01:33 [bca.uk] INFO: Saving data for MJ58%20WDP: {'auction_closing_time': 1774605600.0, 'created_time': 1774044139.970737, 'last_price_update_time': 1774512093.784007}
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ58%2520WDP') HTTP/1.1" 204 0
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D676190014%27 HTTP/1.1" 200 None
2026-03-26 08:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676190014 not downloaded yet
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D691479168%27 HTTP/1.1" 200 None
2026-03-26 08:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479168 not downloaded yet
2026-03-26 08:01:33 [bca.uk] INFO: Found listing with ID: MM11%20JNV
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM11%2520JNV%27 HTTP/1.1" 200 None
2026-03-26 08:01:33 [bca.uk] INFO: Scrape type for MM11%20JNV: 0
2026-03-26 08:01:33 [bca.uk] INFO: Found listing with ID: OY62%20KUU
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:33 [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-26 08:01:33 [bca.uk] INFO: Scrape type for OY62%20KUU: 0
2026-03-26 08:01:33 [bca.uk] INFO: Found listing with ID: R23%20CMH
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R23%2520CMH%27 HTTP/1.1" 200 None
2026-03-26 08:01:33 [bca.uk] INFO: Scrape type for R23%20CMH: 2
2026-03-26 08:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb34165a-e2c4-57c1-a354-b170f926eba6 with identifier: R23%20CMH
2026-03-26 08:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb34165a-e2c4-57c1-a354-b170f926eba6 with scrape type 2
2026-03-26 08:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb34165a-e2c4-57c1-a354-b170f926eba6 with scrape type 2
2026-03-26 08:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb34165a-e2c4-57c1-a354-b170f926eba6, identifier: R23%20CMH
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fdc490>
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FEK15OWX%252F696814807%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814807/600 saved to cache
2026-03-26 08:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c51850>
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FBN20UGF%252F694728612%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728612/600 saved to cache
2026-03-26 08:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac224ad90>
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FBN20UGF%252F694710139%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710139/600 saved to cache
2026-03-26 08:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479148/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D)
2026-03-26 08:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814811/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D)
2026-03-26 08:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479147/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D)
2026-03-26 08:01:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219661/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219661>
2026-03-26 08:01:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700595/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700595>
2026-03-26 08:01:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130532/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130532>
2026-03-26 08:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728617/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D)
2026-03-26 08:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189876/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D)
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D697130549%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130549 not downloaded yet
2026-03-26 08:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb34165a-e2c4-57c1-a354-b170f926eba6 with identifier: R23%20CMH
2026-03-26 08:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb34165a-e2c4-57c1-a354-b170f926eba6 with identifier: R23%20CMH
2026-03-26 08:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb34165a-e2c4-57c1-a354-b170f926eba6 with identifier: R23%20CMH to the API
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:34 [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': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R23%20CMH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bb34165a-e2c4-57c1-a354-b170f926eba6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'R23 CMH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=R23%20CMH&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'BMW',
'model': '116D',
'odometer': 100592,
'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 116D 2.0 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WBA1C72060E704530',
'year': 2011}
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27R23%2520CMH%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Saving data for R23%20CMH: {'auction_closing_time': 1774605600.0, 'created_time': 1774130648.184239, 'last_price_update_time': 1774512094.534881}
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R23%2520CMH') HTTP/1.1" 204 0
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D676190028%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676190028 not downloaded yet
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%3D691479180%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479180 not downloaded yet
2026-03-26 08:01:34 [bca.uk] INFO: Found listing with ID: VK07%20UHF
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK07%2520UHF%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Scrape type for VK07%20UHF: 0
2026-03-26 08:01:34 [bca.uk] INFO: Found listing with ID: YB12%20VSO
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB12%2520VSO%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Scrape type for YB12%20VSO: 0
2026-03-26 08:01:34 [bca.uk] INFO: Found listing with ID: AO65%20AOR
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO65%2520AOR%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Scrape type for AO65%20AOR: 0
2026-03-26 08:01:34 [bca.uk] INFO: Found listing with ID: AU08%20LBF
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU08%2520LBF%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Scrape type for AU08%20LBF: 0
2026-03-26 08:01:34 [bca.uk] INFO: Found listing with ID: BG74%20YVZ
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG74%2520YVZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Scrape type for BG74%20YVZ: 0
2026-03-26 08:01:34 [bca.uk] INFO: Found listing with ID: IGZ%203878
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27IGZ%25203878%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Scrape type for IGZ%203878: 0
2026-03-26 08:01:34 [bca.uk] INFO: Found listing with ID: NK19%20LMM
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK19%2520LMM%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Scrape type for NK19%20LMM: 0
2026-03-26 08:01:34 [bca.uk] INFO: Found listing with ID: RV58%20BZO
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV58%2520BZO%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Scrape type for RV58%20BZO: 0
2026-03-26 08:01:34 [bca.uk] INFO: Found listing with ID: YX13%20FTY
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX13%2520FTY%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Scrape type for YX13%20FTY: 0
2026-03-26 08:01:34 [bca.uk] INFO: Found listing with ID: GL67%20YWJ
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL67%2520YWJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Scrape type for GL67%20YWJ: 0
2026-03-26 08:01:34 [bca.uk] INFO: Found listing with ID: GU15%20LXO
2026-03-26 08:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU15%2520LXO%27 HTTP/1.1" 200 None
2026-03-26 08:01:34 [bca.uk] INFO: Scrape type for GU15%20LXO: 2
2026-03-26 08:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 872e95fe-c8a6-500d-9be5-068e8fa85664 with identifier: GU15%20LXO
2026-03-26 08:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 872e95fe-c8a6-500d-9be5-068e8fa85664 with scrape type 2
2026-03-26 08:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 872e95fe-c8a6-500d-9be5-068e8fa85664 with scrape type 2
2026-03-26 08:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 872e95fe-c8a6-500d-9be5-068e8fa85664, identifier: GU15%20LXO
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697130561%27 HTTP/1.1" 200 None
2026-03-26 08:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130561 not downloaded yet
2026-03-26 08:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 872e95fe-c8a6-500d-9be5-068e8fa85664 with identifier: GU15%20LXO
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brown HTTP/1.1" 200 None
2026-03-26 08:01:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 872e95fe-c8a6-500d-9be5-068e8fa85664 with identifier: GU15%20LXO
2026-03-26 08:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 872e95fe-c8a6-500d-9be5-068e8fa85664 with identifier: GU15%20LXO to the API
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:35 [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': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU15%20LXO-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '872e95fe-c8a6-500d-9be5-068e8fa85664',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU15 LXO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU15%20LXO&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'BMW',
'model': '420D GRAN COUPE',
'odometer': 99654,
'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 GRAN COUPE 2.0 190 XDRIVE SE Coupe',
'transmission': 'manual',
'trim': '190 XDRIVE SE',
'vin': 'WBA4F12010G195601',
'year': 2015}
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU15%2520LXO%27 HTTP/1.1" 200 None
2026-03-26 08:01:35 [bca.uk] INFO: Saving data for GU15%20LXO: {'auction_closing_time': 1774605600.0, 'created_time': 1773930652.6515, 'last_price_update_time': 1774512095.543013}
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU15%2520LXO') HTTP/1.1" 204 0
2026-03-26 08:01:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0307fd0>
2026-03-26 08:01:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FBN20UGF%252F694728613%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728613/600 saved to cache
2026-03-26 08:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e9ea90>
2026-03-26 08:01:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLO69DVF%252F692219587%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219587/600 saved to cache
2026-03-26 08:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0263010>
2026-03-26 08:01:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLP69OCN%252F686700540%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700540/600 saved to cache
2026-03-26 08:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189891/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D)
2026-03-26 08:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479150/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D)
2026-03-26 08:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479153/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479153>
2026-03-26 08:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189972/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189972>
2026-03-26 08:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130537/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130537>
2026-03-26 08:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130526/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D)
2026-03-26 08:01:35 [bca.uk] INFO: Found listing with ID: LD23%20HDU
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD23%2520HDU%27 HTTP/1.1" 200 None
2026-03-26 08:01:35 [bca.uk] INFO: Scrape type for LD23%20HDU: 0
2026-03-26 08:01:35 [bca.uk] INFO: Found listing with ID: VN18%20OLK
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN18%2520OLK%27 HTTP/1.1" 200 None
2026-03-26 08:01:35 [bca.uk] INFO: Scrape type for VN18%20OLK: 0
2026-03-26 08:01:35 [bca.uk] INFO: Found listing with ID: CY62%20HLP
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CY62%2520HLP%27 HTTP/1.1" 200 None
2026-03-26 08:01:35 [bca.uk] INFO: Scrape type for CY62%20HLP: 0
2026-03-26 08:01:35 [bca.uk] INFO: Found listing with ID: KM62%20HVG
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM62%2520HVG%27 HTTP/1.1" 200 None
2026-03-26 08:01:35 [bca.uk] INFO: Scrape type for KM62%20HVG: 0
2026-03-26 08:01:35 [bca.uk] INFO: Found listing with ID: MT61%20BJF
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT61%2520BJF%27 HTTP/1.1" 200 None
2026-03-26 08:01:35 [bca.uk] INFO: Scrape type for MT61%20BJF: 0
2026-03-26 08:01:35 [bca.uk] INFO: Found listing with ID: NK13%20ZYY
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK13%2520ZYY%27 HTTP/1.1" 200 None
2026-03-26 08:01:35 [bca.uk] INFO: Scrape type for NK13%20ZYY: 0
2026-03-26 08:01:35 [bca.uk] INFO: Found listing with ID: NV12%20UTM
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV12%2520UTM%27 HTTP/1.1" 200 None
2026-03-26 08:01:35 [bca.uk] INFO: Scrape type for NV12%20UTM: 0
2026-03-26 08:01:35 [bca.uk] INFO: Found listing with ID: SH63%20KGN
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH63%2520KGN%27 HTTP/1.1" 200 None
2026-03-26 08:01:35 [bca.uk] INFO: Scrape type for SH63%20KGN: 0
2026-03-26 08:01:35 [bca.uk] INFO: Found listing with ID: SR14%20DYH
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SR14%2520DYH%27 HTTP/1.1" 200 None
2026-03-26 08:01:35 [bca.uk] INFO: Scrape type for SR14%20DYH: 0
2026-03-26 08:01:35 [bca.uk] INFO: Found listing with ID: YA12%20OMH
2026-03-26 08:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA12%2520OMH%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [bca.uk] INFO: Scrape type for YA12%20OMH: 0
2026-03-26 08:01:36 [bca.uk] INFO: Found listing with ID: HV73%20OZE
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV73%2520OZE%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [bca.uk] INFO: Scrape type for HV73%20OZE: 0
2026-03-26 08:01:36 [bca.uk] INFO: Found listing with ID: OU18%20XPH
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OU18%2520XPH%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [bca.uk] INFO: Scrape type for OU18%20XPH: 0
2026-03-26 08:01:36 [bca.uk] INFO: Found listing with ID: WK66%20VBY
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK66%2520VBY%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [bca.uk] INFO: Scrape type for WK66%20VBY: 0
2026-03-26 08:01:36 [bca.uk] INFO: Found listing with ID: BG60%20UVM
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG60%2520UVM%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [bca.uk] INFO: Scrape type for BG60%20UVM: 0
2026-03-26 08:01:36 [bca.uk] INFO: Found listing with ID: BV12%20KTL
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV12%2520KTL%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [bca.uk] INFO: Scrape type for BV12%20KTL: 2
2026-03-26 08:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bb54a25-4c47-51fc-bbaa-dd0ce342b2b4 with identifier: BV12%20KTL
2026-03-26 08:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bb54a25-4c47-51fc-bbaa-dd0ce342b2b4 with scrape type 2
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bb54a25-4c47-51fc-bbaa-dd0ce342b2b4 with scrape type 2
2026-03-26 08:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bb54a25-4c47-51fc-bbaa-dd0ce342b2b4, identifier: BV12%20KTL
2026-03-26 08:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219627/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D)
2026-03-26 08:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700570/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D)
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697130564%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130564 not downloaded yet
2026-03-26 08:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bb54a25-4c47-51fc-bbaa-dd0ce342b2b4 with identifier: BV12%20KTL
2026-03-26 08:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bb54a25-4c47-51fc-bbaa-dd0ce342b2b4 with identifier: BV12%20KTL
2026-03-26 08:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1bb54a25-4c47-51fc-bbaa-dd0ce342b2b4 with identifier: BV12%20KTL to the API
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:36 [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=BV12%20KTL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1bb54a25-4c47-51fc-bbaa-dd0ce342b2b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV12 KTL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV12%20KTL&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VAUXHALL',
'model': 'INSIGNIA TOURER',
'odometer': 106495,
'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 INSIGNIA TOURER 2.0 CDTI E/F 160 EXCLUSIV S/S Estate',
'transmission': 'manual',
'trim': 'CDTI E/F 160 EXCLUSIV S/S',
'vin': 'W0LGM8EM3C1131658',
'year': 2012}
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV12%2520KTL%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [bca.uk] INFO: Saving data for BV12%20KTL: {'auction_closing_time': 1774605600.0, 'created_time': 1774418833.556636, 'last_price_update_time': 1774512096.608236}
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV12%2520KTL') HTTP/1.1" 204 0
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3022150>
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FDE13DJF%252F691479148%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479148/600 saved to cache
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ab82d0>
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FEK15OWX%252F696814811%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814811/600 saved to cache
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c82dd0>
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FDE13DJF%252F691479147%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479147/600 saved to cache
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e0a2d0>
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FBN20UGF%252F694728617%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728617/600 saved to cache
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab300ef10>
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FSY70YGL%252F676189876%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189876/600 saved to cache
2026-03-26 08:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:36 [bca.uk] INFO: Found listing with ID: EA09%20OZO
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA09%2520OZO%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [bca.uk] INFO: Scrape type for EA09%20OZO: 0
2026-03-26 08:01:36 [bca.uk] INFO: Found listing with ID: KP54%20RAX
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP54%2520RAX%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [bca.uk] INFO: Scrape type for KP54%20RAX: 0
2026-03-26 08:01:36 [bca.uk] INFO: Found listing with ID: WG59%20EZT
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG59%2520EZT%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [bca.uk] INFO: Scrape type for WG59%20EZT: 0
2026-03-26 08:01:36 [bca.uk] INFO: Found listing with ID: EJ69%20CFL
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ69%2520CFL%27 HTTP/1.1" 200 None
2026-03-26 08:01:36 [bca.uk] INFO: Scrape type for EJ69%20CFL: 0
2026-03-26 08:01:36 [bca.uk] INFO: Found listing with ID: GY68%20ATV
2026-03-26 08:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY68%2520ATV%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for GY68%20ATV: 0
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: MA15%20DXH
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA15%2520DXH%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for MA15%20DXH: 0
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: RE70%20VVR
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE70%2520VVR%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for RE70%20VVR: 0
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: SM19%20FDK
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM19%2520FDK%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for SM19%20FDK: 0
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: CE12%20KZJ
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE12%2520KZJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for CE12%20KZJ: 0
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: DV15%20BDX
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV15%2520BDX%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for DV15%20BDX: 2
2026-03-26 08:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 726fe0cf-79ff-5bd4-8fe1-6749f735c342 with identifier: DV15%20BDX
2026-03-26 08:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 726fe0cf-79ff-5bd4-8fe1-6749f735c342 with scrape type 2
2026-03-26 08:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 726fe0cf-79ff-5bd4-8fe1-6749f735c342 with scrape type 2
2026-03-26 08:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 726fe0cf-79ff-5bd4-8fe1-6749f735c342, identifier: DV15%20BDX
2026-03-26 08:01:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189994/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189994>
2026-03-26 08:01:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479160/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479160>
2026-03-26 08:01:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130544/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130544>
2026-03-26 08:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130532/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D)
2026-03-26 08:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 726fe0cf-79ff-5bd4-8fe1-6749f735c342 with identifier: DV15%20BDX
2026-03-26 08:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 726fe0cf-79ff-5bd4-8fe1-6749f735c342 with identifier: DV15%20BDX
2026-03-26 08:01:37 [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-26 08:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:37 [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=DV15%20BDX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10: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-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV15%2520BDX%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Saving data for DV15%20BDX: {'auction_closing_time': 1774605600.0, 'created_time': 1774418834.029839, 'last_price_update_time': 1774512097.702129}
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:37 [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-26 08:01:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bc5850>
2026-03-26 08:01:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FSY70YGL%252F676189891%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189891/600 saved to cache
2026-03-26 08:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3043d50>
2026-03-26 08:01:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FDE13DJF%252F691479150%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479150/600 saved to cache
2026-03-26 08:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bd6650>
2026-03-26 08:01:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FFD62KVP%252F697130526%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130526/600 saved to cache
2026-03-26 08:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219680/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219680>
2026-03-26 08:01:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130541/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130541>
2026-03-26 08:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700595/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D)
2026-03-26 08:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219661/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D)
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: FT10%20ZFF
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT10%2520ZFF%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for FT10%20ZFF: 0
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: GF13%20WKW
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF13%2520WKW%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for GF13%20WKW: 0
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: GF61%20NTE
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF61%2520NTE%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for GF61%20NTE: 0
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: GK14%20AYT
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK14%2520AYT%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for GK14%20AYT: 0
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: GY09%20BBY
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY09%2520BBY%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for GY09%20BBY: 0
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: GY61%20KVJ
2026-03-26 08:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY61%2520KVJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:37 [bca.uk] INFO: Scrape type for GY61%20KVJ: 0
2026-03-26 08:01:37 [bca.uk] INFO: Found listing with ID: KP12%20PKA
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP12%2520PKA%27 HTTP/1.1" 200 None
2026-03-26 08:01:38 [bca.uk] INFO: Scrape type for KP12%20PKA: 0
2026-03-26 08:01:38 [bca.uk] INFO: Found listing with ID: LB59%20YLF
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB59%2520YLF%27 HTTP/1.1" 200 None
2026-03-26 08:01:38 [bca.uk] INFO: Scrape type for LB59%20YLF: 0
2026-03-26 08:01:38 [bca.uk] INFO: Found listing with ID: LY10%20AOH
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY10%2520AOH%27 HTTP/1.1" 200 None
2026-03-26 08:01:38 [bca.uk] INFO: Scrape type for LY10%20AOH: 0
2026-03-26 08:01:38 [bca.uk] INFO: Found listing with ID: LY12%20KKB
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY12%2520KKB%27 HTTP/1.1" 200 None
2026-03-26 08:01:38 [bca.uk] INFO: Scrape type for LY12%20KKB: 0
2026-03-26 08:01:38 [bca.uk] INFO: Found listing with ID: RA61%20ONB
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA61%2520ONB%27 HTTP/1.1" 200 None
2026-03-26 08:01:38 [bca.uk] INFO: Scrape type for RA61%20ONB: 2
2026-03-26 08:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76d7c381-a209-5454-8dfd-1b7577bac6eb with identifier: RA61%20ONB
2026-03-26 08:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76d7c381-a209-5454-8dfd-1b7577bac6eb with scrape type 2
2026-03-26 08:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76d7c381-a209-5454-8dfd-1b7577bac6eb with scrape type 2
2026-03-26 08:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76d7c381-a209-5454-8dfd-1b7577bac6eb, identifier: RA61%20ONB
2026-03-26 08:01:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02d6550>
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLO69DVF%252F692219627%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219627/600 saved to cache
2026-03-26 08:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cef9d0>
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLP69OCN%252F686700570%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700570/600 saved to cache
2026-03-26 08:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76d7c381-a209-5454-8dfd-1b7577bac6eb with identifier: RA61%20ONB
2026-03-26 08:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76d7c381-a209-5454-8dfd-1b7577bac6eb with identifier: RA61%20ONB
2026-03-26 08:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76d7c381-a209-5454-8dfd-1b7577bac6eb with identifier: RA61%20ONB to the API
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:38 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA61%20ONB-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '76d7c381-a209-5454-8dfd-1b7577bac6eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RA61 ONB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA61%20ONB&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 66569,
'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 GOLF 1.9 TDI PD 100 SE Hatchback',
'transmission': 'manual',
'trim': 'TDI PD 100 SE',
'vin': 'WVWZZZ1KZCW060481',
'year': 2023}
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA61%2520ONB%27 HTTP/1.1" 200 None
2026-03-26 08:01:38 [bca.uk] INFO: Saving data for RA61%20ONB: {'auction_closing_time': 1774605600.0, 'created_time': 1774418889.981443, 'last_price_update_time': 1774512098.630652}
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA61%2520ONB') HTTP/1.1" 204 0
2026-03-26 08:01:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479180/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479180>
2026-03-26 08:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130537/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D)
2026-03-26 08:01:38 [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-26 08:01:38 [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-26 08:01:38 [bca.uk] INFO: Found listing with ID: SH62%20HUO
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH62%2520HUO%27 HTTP/1.1" 200 None
2026-03-26 08:01:38 [bca.uk] INFO: Scrape type for SH62%20HUO: 2
2026-03-26 08:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4baba79b-74c0-557f-9a1c-46c660aa08f6 with identifier: SH62%20HUO
2026-03-26 08:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4baba79b-74c0-557f-9a1c-46c660aa08f6 with scrape type 2
2026-03-26 08:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4baba79b-74c0-557f-9a1c-46c660aa08f6 with scrape type 2
2026-03-26 08:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4baba79b-74c0-557f-9a1c-46c660aa08f6, identifier: SH62%20HUO
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac256d610>
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FFD62KVP%252F697130532%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130532/600 saved to cache
2026-03-26 08:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:01:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676190028/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676190028>
2026-03-26 08:01:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130561/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130561>
2026-03-26 08:01:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130549/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130549>
2026-03-26 08:01:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479168/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479168>
2026-03-26 08:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479153/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D)
2026-03-26 08:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189972/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D)
2026-03-26 08:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4baba79b-74c0-557f-9a1c-46c660aa08f6 with identifier: SH62%20HUO
2026-03-26 08:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4baba79b-74c0-557f-9a1c-46c660aa08f6 with identifier: SH62%20HUO
2026-03-26 08:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4baba79b-74c0-557f-9a1c-46c660aa08f6 with identifier: SH62%20HUO to the API
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:39 [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=SH62%20HUO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4baba79b-74c0-557f-9a1c-46c660aa08f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SH62 HUO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH62%20HUO&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'HYUNDAI',
'model': 'I20',
'odometer': 99203,
'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': 'HYUNDAI I20 1.2 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'ACTIVE',
'vin': 'MALBB51BLDM468036',
'year': 2012}
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH62%2520HUO%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Saving data for SH62%20HUO: {'auction_closing_time': 1774605600.0, 'created_time': 1774130590.462978, 'last_price_update_time': 1774512099.255072}
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH62%2520HUO') HTTP/1.1" 204 0
2026-03-26 08:01:39 [bca.uk] INFO: Found listing with ID: VN12%20AYP
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN12%2520AYP%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Scrape type for VN12%20AYP: 0
2026-03-26 08:01:39 [bca.uk] INFO: Found listing with ID: CK19%20XST
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK19%2520XST%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Scrape type for CK19%20XST: 0
2026-03-26 08:01:39 [bca.uk] INFO: Found listing with ID: LA18%20AET
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA18%2520AET%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Scrape type for LA18%20AET: 0
2026-03-26 08:01:39 [bca.uk] INFO: Found listing with ID: LT24%20PPK
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT24%2520PPK%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Scrape type for LT24%20PPK: 0
2026-03-26 08:01:39 [bca.uk] INFO: Found listing with ID: NC21%20XCP
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NC21%2520XCP%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Scrape type for NC21%20XCP: 0
2026-03-26 08:01:39 [bca.uk] INFO: Found listing with ID: NG71%20LSV
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG71%2520LSV%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Scrape type for NG71%20LSV: 0
2026-03-26 08:01:39 [bca.uk] INFO: Found listing with ID: NY68%20HZV
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NY68%2520HZV%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Scrape type for NY68%20HZV: 0
2026-03-26 08:01:39 [bca.uk] INFO: Found listing with ID: RV20%20UWL
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV20%2520UWL%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Scrape type for RV20%20UWL: 0
2026-03-26 08:01:39 [bca.uk] INFO: Found listing with ID: WN68%20UVO
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN68%2520UVO%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Scrape type for WN68%20UVO: 0
2026-03-26 08:01:39 [bca.uk] INFO: Found listing with ID: CA56%20UDS
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA56%2520UDS%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Scrape type for CA56%20UDS: 0
2026-03-26 08:01:39 [bca.uk] INFO: Found listing with ID: EN08%20JWO
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN08%2520JWO%27 HTTP/1.1" 200 None
2026-03-26 08:01:39 [bca.uk] INFO: Scrape type for EN08%20JWO: 0
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b19e10>
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLP69OCN%252F686700595%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700595/600 saved to cache
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a80b10>
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLO69DVF%252F692219661%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219661/600 saved to cache
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479160/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D)
2026-03-26 08:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130544/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D)
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e283d0>
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FFD62KVP%252F697130537%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130537/600 saved to cache
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e2a4d0>
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FDE13DJF%252F691479153%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479153/600 saved to cache
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ba0d90>
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FSY70YGL%252F676189972%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189972/600 saved to cache
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130541/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D)
2026-03-26 08:01:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700615/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700615>
2026-03-26 08:01:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676190014/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676190014>
2026-03-26 08:01:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130564/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130564>
2026-03-26 08:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219680/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D)
2026-03-26 08:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479180/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D)
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02e1a50>
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FDE13DJF%252F691479160%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479160/600 saved to cache
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31cb7d0>
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FFD62KVP%252F697130544%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130544/600 saved to cache
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189994/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D)
2026-03-26 08:01:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479152/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479152>
2026-03-26 08:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130561/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D)
2026-03-26 08:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676190028/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D)
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b19d50>
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FFD62KVP%252F697130541%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130541/600 saved to cache
2026-03-26 08:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130549/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D)
2026-03-26 08:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479168/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D)
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ba1510>
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLO69DVF%252F692219680%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219680/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02e01d0>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FDE13DJF%252F691479180%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479180/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189948/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189948>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479151/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=691479151>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189929/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189929>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219645/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219645>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130529/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697130529>
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676190014/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D)
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130564/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D)
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700615/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D)
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cfb2d0>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FSY70YGL%252F676189994%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189994/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ea8f90>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FFD62KVP%252F697130561%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130561/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02d0c10>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FSY70YGL%252F676190028%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676190028/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cf2f50>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FFD62KVP%252F697130549%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130549/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3043450>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FDE13DJF%252F691479168%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479168/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728621/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694728621>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700582/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700582>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189913/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=676189913>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814813/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814813>
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479152/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D)
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f07c10>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FSY70YGL%252F676190014%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676190014/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bc6c90>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FFD62KVP%252F697130564%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130564/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e84b50>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLP69OCN%252F686700615%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700615/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130529/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D)
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710148/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694710148>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102408/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102408>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814812/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814812>
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189948/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D)
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189929/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D)
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219645/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D)
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479151/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D)
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c66050>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FDE13DJF%252F691479152%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479152/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189913/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D)
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102389/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102389>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130524/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FD62KVP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814813/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D)
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a82390>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FFD62KVP%252F697130529%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130529/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728621/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D)
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700582/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D)
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219608/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219608>
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814812/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D)
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710148/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D)
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02ee210>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FSY70YGL%252F676189948%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189948/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02cdad0>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FSY70YGL%252F676189929%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189929/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31b89d0>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLO69DVF%252F692219645%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219645/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2567dd0>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FDE13DJF%252F691479151%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479151/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700558/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700558>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102378/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102378>
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130524/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD62KVP/42775245?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=lbdxeLkQvZk3xZRtCaPKwPaxG%2Fnoco8bC4YfwpqTtYA%3D)
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219598/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219598>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009330/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009330>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700548/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700548>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682755/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682755>
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102408/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D)
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31b8490>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FSY70YGL%252F676189913%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189913/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d14b50>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FEK15OWX%252F696814813%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814813/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac256df90>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FBN20UGF%252F694728621%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728621/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b13cd0>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLP69OCN%252F686700582%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700582/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ced990>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FEK15OWX%252F696814812%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814812/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bd5190>
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FBN20UGF%252F694710148%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710148/600 saved to cache
2026-03-26 08:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102360/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102360>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479146/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DE13DJF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189856/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SY70YGL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814810/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814810>
2026-03-26 08:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710143/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694710143>
2026-03-26 08:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219608/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D)
2026-03-26 08:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102389/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D)
2026-03-26 08:01:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e08a10>
2026-03-26 08:01:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FFD62KVP%252F697130524%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130524/600 saved to cache
2026-03-26 08:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f7dbba11-6501-585b-804b-50c3f02a1348
2026-03-26 08:01:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f7dbba11-6501-585b-804b-50c3f02a1348, skipping ID generation
2026-03-26 08:01:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f7dbba11-6501-585b-804b-50c3f02a1348 sending to next pipeline
2026-03-26 08:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7dbba11-6501-585b-804b-50c3f02a1348, identifier: FD62%20KVP
2026-03-26 08:01:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac262c2d0>
2026-03-26 08:01:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FAO72ZBC%252F695102408%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102408/600 saved to cache
2026-03-26 08:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7dbba11-6501-585b-804b-50c3f02a1348 with identifier: FD62%20KVP
2026-03-26 08:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7dbba11-6501-585b-804b-50c3f02a1348 with identifier: FD62%20KVP
2026-03-26 08:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7dbba11-6501-585b-804b-50c3f02a1348 with identifier: FD62%20KVP to the API
2026-03-26 08:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130524/600>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_expert_report_file_079be98b-51f1-4219-991d-bc30df26640e.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD62%20KVP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f7dbba11-6501-585b-804b-50c3f02a1348',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FD62 KVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD62%20KVP&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 81428,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45179,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130524/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44339,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130526/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45671,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130529/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44553,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130532/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45500,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130537/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44221,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130541/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86828,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130544/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82507,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130549/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87240,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130561/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7dbba11-6501-585b-804b-50c3f02a1348/f7dbba11-6501-585b-804b-50c3f02a1348_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91184,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD62KVP/697130564/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 170 BMT 4M R LINE StationWagon',
'transmission': 'manual',
'trim': 'TDI 170 BMT 4M R LINE',
'vin': 'WVGZZZ5NZDW051642',
'year': 2012}
2026-03-26 08:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD62%2520KVP%27 HTTP/1.1" 200 None
2026-03-26 08:01:41 [bca.uk] INFO: Saving data for FD62%20KVP: {'created_time': 1774512101.908593, 'last_price_update_time': 1774512101.908606, 'auction_closing_time': 1774605600.0}
2026-03-26 08:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD62%2520KVP') HTTP/1.1" 204 0
2026-03-26 08:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682753/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682753>
2026-03-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700558/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D)
2026-03-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219598/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D)
2026-03-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700548/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D)
2026-03-26 08:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009326/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009326>
2026-03-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682755/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D)
2026-03-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102378/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D)
2026-03-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009330/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D)
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e85710>
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLO69DVF%252F692219608%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219608/600 saved to cache
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac31a2ed0>
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FAO72ZBC%252F695102389%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102389/600 saved to cache
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479146/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE13DJF/42696022?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=GyxIPmyG2a%2BgoycvKY4NB0RgVX%2Fce6DqqIeV2BwK%2FLI%3D)
2026-03-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814810/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D)
2026-03-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189856/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY70YGL/42370016?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=70CCjNQY0Ial6azY4zdjeYz%2FWafcDMaGO%2B7g7sX6gVY%3D)
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2dab7d0>
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLP69OCN%252F686700558%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700558/600 saved to cache
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710143/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN20UGF/42635073?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=5mil8lFDvZNiO%2FT%2FvD6v2sD7B9biHAxGDF2lnCzMYI4%3D)
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3043e10>
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLO69DVF%252F692219598%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219598/600 saved to cache
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cf32d0>
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLP69OCN%252F686700548%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700548/600 saved to cache
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c808d0>
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLL69HUO%252F696682755%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682755/600 saved to cache
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2565ed0>
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FAO72ZBC%252F695102378%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102378/600 saved to cache
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab302d990>
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FVX16HDY%252F696009330%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009330/600 saved to cache
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814809/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814809>
2026-03-26 08:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102343/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102343>
2026-03-26 08:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682748/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682748>
2026-03-26 08:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009322/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009322>
2026-03-26 08:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219581/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219581>
2026-03-26 08:01:42 [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-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682753/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D)
2026-03-26 08:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102360/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D)
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b2dc50>
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FDE13DJF%252F691479146%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479146/600 saved to cache
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f3e6c81f-db76-5341-926b-1b09bb77354f
2026-03-26 08:01:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f3e6c81f-db76-5341-926b-1b09bb77354f, skipping ID generation
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f3e6c81f-db76-5341-926b-1b09bb77354f sending to next pipeline
2026-03-26 08:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3e6c81f-db76-5341-926b-1b09bb77354f, identifier: DE13%20DJF
2026-03-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab302fed0>
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FEK15OWX%252F696814810%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814810/600 saved to cache
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fad990>
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FSY70YGL%252F676189856%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189856/600 saved to cache
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5
2026-03-26 08:01:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 813c9187-2b9d-5b76-96e2-5c9e05a638c5, skipping ID generation
2026-03-26 08:01:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 813c9187-2b9d-5b76-96e2-5c9e05a638c5 sending to next pipeline
2026-03-26 08:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 813c9187-2b9d-5b76-96e2-5c9e05a638c5, identifier: SY70%20YGL
2026-03-26 08:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3e6c81f-db76-5341-926b-1b09bb77354f with identifier: DE13%20DJF
2026-03-26 08:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3e6c81f-db76-5341-926b-1b09bb77354f with identifier: DE13%20DJF
2026-03-26 08:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3e6c81f-db76-5341-926b-1b09bb77354f with identifier: DE13%20DJF to the API
2026-03-26 08:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479146/600>
{'auction_title': '',
'c_o_2_emission_value': 132,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_expert_report_file_51f18aea-4761-4d61-ae08-296d97309b24.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE13%20DJF-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f3e6c81f-db76-5341-926b-1b09bb77354f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE13 DJF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE13%20DJF&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'KIA',
'model': 'CARENS',
'odometer': 90657,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42172,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479146/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40594,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479147/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42400,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479148/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41682,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479150/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44010,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479151/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42258,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479152/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78152,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479153/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60030,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479160/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70529,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479168/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3e6c81f-db76-5341-926b-1b09bb77354f/f3e6c81f-db76-5341-926b-1b09bb77354f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73752,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE13DJF/691479180/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'KIA CARENS 1.7 CRDI 134 3 MPV',
'transmission': 'manual',
'trim': 'CRDI 134 3',
'vin': 'KNAHU815LE7003055',
'year': 2013}
2026-03-26 08:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE13%2520DJF%27 HTTP/1.1" 200 None
2026-03-26 08:01:43 [bca.uk] INFO: Saving data for DE13%20DJF: {'created_time': 1774512103.284122, 'last_price_update_time': 1774512103.284134, 'auction_closing_time': 1774605600.0}
2026-03-26 08:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE13%2520DJF') HTTP/1.1" 204 0
2026-03-26 08:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 813c9187-2b9d-5b76-96e2-5c9e05a638c5 with identifier: SY70%20YGL
2026-03-26 08:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 813c9187-2b9d-5b76-96e2-5c9e05a638c5 with identifier: SY70%20YGL
2026-03-26 08:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 813c9187-2b9d-5b76-96e2-5c9e05a638c5 with identifier: SY70%20YGL to the API
2026-03-26 08:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189856/600>
{'auction_title': '',
'c_o_2_emission_value': 151,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_expert_report_file_10adaf55-fef4-4ef6-8083-610dcd6c1d21.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY70%20YGL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-28T10:00:00Z',
'fuel_type': 'Diesel',
'id': '813c9187-2b9d-5b76-96e2-5c9e05a638c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY70 YGL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY70%20YGL&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 55952,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46283,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189856/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46320,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189876/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45998,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189891/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46935,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189913/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42860,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189929/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39969,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189948/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77668,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189972/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74114,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676189994/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79897,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676190014/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_813c9187-2b9d-5b76-96e2-5c9e05a638c5/813c9187-2b9d-5b76-96e2-5c9e05a638c5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56220,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY70YGL/676190028/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 CRDI 136 48V MHD 2WD N LINE StationWagon',
'transmission': 'manual',
'trim': 'CRDI 136 48V MHD 2WD N LINE',
'vin': 'TMAJ3817LLJ130157',
'year': 2020}
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY70%2520YGL%27 HTTP/1.1" 200 None
2026-03-26 08:01:44 [bca.uk] INFO: Saving data for SY70%20YGL: {'created_time': 1774512104.159057, 'last_price_update_time': 1774512104.159067, 'auction_closing_time': 1774692000.0}
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY70%2520YGL') HTTP/1.1" 204 0
2026-03-26 08:01:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102315/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102315>
2026-03-26 08:01:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700527/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700527>
2026-03-26 08:01:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009317/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009317>
2026-03-26 08:01:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700534/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=686700534>
2026-03-26 08:01:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102329/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102329>
2026-03-26 08:01:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682746/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682746>
2026-03-26 08:01:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219572/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=692219572>
2026-03-26 08:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009326/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D)
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac22a4ad0>
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FBN20UGF%252F694710143%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710143/600 saved to cache
2026-03-26 08:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c92b5e84-6477-5804-8561-0d7960b59865
2026-03-26 08:01:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c92b5e84-6477-5804-8561-0d7960b59865, skipping ID generation
2026-03-26 08:01:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c92b5e84-6477-5804-8561-0d7960b59865 sending to next pipeline
2026-03-26 08:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c92b5e84-6477-5804-8561-0d7960b59865, identifier: BN20%20UGF
2026-03-26 08:01:44 [bca.uk] INFO: Total items found: 100
2026-03-26 08:01:44 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded
2026-03-26 08:01:44 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:01:44 [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-26 08:01:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b29e10>
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLL69HUO%252F696682753%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682753/600 saved to cache
2026-03-26 08:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b5b610>
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FAO72ZBC%252F695102360%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102360/600 saved to cache
2026-03-26 08:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c92b5e84-6477-5804-8561-0d7960b59865 with identifier: BN20%20UGF
2026-03-26 08:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c92b5e84-6477-5804-8561-0d7960b59865 with identifier: BN20%20UGF
2026-03-26 08:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c92b5e84-6477-5804-8561-0d7960b59865 with identifier: BN20%20UGF to the API
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710143/600>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_expert_report_file_a91f8110-3662-45c8-be9e-df9525cbbd9c.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN20%20UGF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c92b5e84-6477-5804-8561-0d7960b59865',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BN20 UGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN20%20UGF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 47635,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55036,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728597/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52514,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728603/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51286,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710131/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52319,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728612/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51642,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710139/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54428,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728613/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53351,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710143/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50154,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728617/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50331,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694710148/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c92b5e84-6477-5804-8561-0d7960b59865/c92b5e84-6477-5804-8561-0d7960b59865_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48283,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN20UGF/694728621/600',
'Width': 600}],
'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': 'SJNFAAZE1U0083401',
'year': 2020}
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN20%2520UGF%27 HTTP/1.1" 200 None
2026-03-26 08:01:44 [bca.uk] INFO: Saving data for BN20%20UGF: {'created_time': 1774512104.917, 'last_price_update_time': 1774512104.917013, 'auction_closing_time': 1774951200.0}
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN20%2520UGF') HTTP/1.1" 204 0
2026-03-26 08:01:44 [bca.uk] INFO: Found listing with ID: LV59%20YDG
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV59%2520YDG%27 HTTP/1.1" 200 None
2026-03-26 08:01:44 [bca.uk] INFO: Scrape type for LV59%20YDG: 0
2026-03-26 08:01:44 [bca.uk] INFO: Found listing with ID: GY12%20LTN
2026-03-26 08:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY12%2520LTN%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for GY12%20LTN: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: KN60%20ZPY
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN60%2520ZPY%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for KN60%20ZPY: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: LD60%20HHF
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD60%2520HHF%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for LD60%20HHF: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: LO12%20MHN
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO12%2520MHN%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for LO12%20MHN: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: LR14%20KYZ
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR14%2520KYZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for LR14%20KYZ: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: DS72%20VLC
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS72%2520VLC%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for DS72%20VLC: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: FX18%20MUY
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX18%2520MUY%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for FX18%20MUY: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: EU64%20XKO
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU64%2520XKO%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for EU64%20XKO: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: HW16%20LNO
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HW16%2520LNO%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for HW16%20LNO: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: EK16%20GOC
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK16%2520GOC%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for EK16%20GOC: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: LO17%20RRU
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO17%2520RRU%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for LO17%20RRU: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: NU70%20NRJ
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU70%2520NRJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for NU70%20NRJ: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: RO11%20LFV
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO11%2520LFV%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for RO11%20LFV: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: YH66%20DDZ
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH66%2520DDZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for YH66%20DDZ: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: AJ14%20KUN
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ14%2520KUN%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for AJ14%20KUN: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: AO59%20XHX
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO59%2520XHX%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for AO59%20XHX: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: BD62%20VPF
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD62%2520VPF%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for BD62%20VPF: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: MA60%20AFO
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA60%2520AFO%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for MA60%20AFO: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: OU12%20XCS
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OU12%2520XCS%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for OU12%20XCS: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: VN66%20PFG
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN66%2520PFG%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for VN66%20PFG: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: YB63%20BSY
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB63%2520BSY%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for YB63%20BSY: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: HY18%20JWU
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY18%2520JWU%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for HY18%20JWU: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: KM19%20NSW
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM19%2520NSW%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for KM19%20NSW: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: KM20%20OOF
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM20%2520OOF%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for KM20%20OOF: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: CV61%20GXS
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV61%2520GXS%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for CV61%20GXS: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: BJ13%20WXR
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ13%2520WXR%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for BJ13%20WXR: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: KF15%20HND
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF15%2520HND%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for KF15%20HND: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: MA07%20OEU
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA07%2520OEU%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for MA07%20OEU: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: NC13%20CGF
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NC13%2520CGF%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for NC13%20CGF: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: ND12%20HRX
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND12%2520HRX%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for ND12%20HRX: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: NG12%20FFB
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG12%2520FFB%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for NG12%20FFB: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: NL12%20SOU
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL12%2520SOU%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for NL12%20SOU: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: NL61%20XJX
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL61%2520XJX%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for NL61%20XJX: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: NV11%20WJG
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV11%2520WJG%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for NV11%20WJG: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: RJ18%20UXW
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ18%2520UXW%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for RJ18%20UXW: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: SA15%20FDF
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA15%2520FDF%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for SA15%20FDF: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: WN61%20GSY
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN61%2520GSY%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for WN61%20GSY: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: Y7%20ECR
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27Y7%2520ECR%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for Y7%20ECR: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: LA18%20YHN
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA18%2520YHN%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for LA18%20YHN: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: MW22%20SZU
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW22%2520SZU%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for MW22%20SZU: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: VK17%20OTB
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK17%2520OTB%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for VK17%20OTB: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: LK08%20VFO
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LK08%2520VFO%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for LK08%20VFO: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: VN62%20JGX
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN62%2520JGX%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for VN62%20JGX: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: WN14%20NDG
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN14%2520NDG%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for WN14%20NDG: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: BD62%20TXJ
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD62%2520TXJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for BD62%20TXJ: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: KU63%20RYR
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU63%2520RYR%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for KU63%20RYR: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: KY12%20NXB
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY12%2520NXB%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for KY12%20NXB: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: LM63%20VMV
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM63%2520VMV%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for LM63%20VMV: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: MF12%20NYD
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF12%2520NYD%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for MF12%20NYD: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: NA12%20OHB
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA12%2520OHB%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for NA12%20OHB: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: PO61%20YTU
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO61%2520YTU%27 HTTP/1.1" 200 None
2026-03-26 08:01:45 [bca.uk] INFO: Scrape type for PO61%20YTU: 0
2026-03-26 08:01:45 [bca.uk] INFO: Found listing with ID: VK12%20OYX
2026-03-26 08:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK12%2520OYX%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for VK12%20OYX: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: YH13%20XTJ
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH13%2520XTJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for YH13%20XTJ: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: FP70%20AFJ
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP70%2520AFJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for FP70%20AFJ: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: LC14%20KKF
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC14%2520KKF%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for LC14%20KKF: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: YA64%20EFR
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA64%2520EFR%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for YA64%20EFR: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: DF66%20HMU
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF66%2520HMU%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for DF66%20HMU: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: GF60%20JYK
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF60%2520JYK%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for GF60%20JYK: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: LO13%20ZTR
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO13%2520ZTR%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for LO13%20ZTR: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: CK19%20UOM
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK19%2520UOM%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for CK19%20UOM: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: HX17%20TCV
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX17%2520TCV%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for HX17%20TCV: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: SH67%20GKV
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH67%2520GKV%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for SH67%20GKV: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: SK67%20KUB
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK67%2520KUB%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for SK67%20KUB: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: WF18%20OXJ
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF18%2520OXJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for WF18%20OXJ: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: WK72%20LWL
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK72%2520LWL%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for WK72%20LWL: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: YX19%20GWL
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX19%2520GWL%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for YX19%20GWL: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: SK18%20SDV
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK18%2520SDV%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for SK18%20SDV: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: WO15%20WBN
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO15%2520WBN%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for WO15%20WBN: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: KR11%20MOF
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR11%2520MOF%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for KR11%20MOF: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: SL59%20WDX
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL59%2520WDX%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for SL59%20WDX: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: SW12%20OEF
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW12%2520OEF%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for SW12%20OEF: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: SY59%20TZB
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY59%2520TZB%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for SY59%20TZB: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: DE67%20OGX
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE67%2520OGX%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for DE67%20OGX: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: VN67%20AKK
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN67%2520AKK%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for VN67%20AKK: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: YK18%20AJN
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK18%2520AJN%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for YK18%20AJN: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: SB62%20SVL
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB62%2520SVL%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for SB62%20SVL: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: SG11%20YNA
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG11%2520YNA%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for SG11%20YNA: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: SG12%20XSK
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG12%2520XSK%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for SG12%20XSK: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: EA14%20MJV
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA14%2520MJV%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for EA14%20MJV: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: EJ63%20FKE
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ63%2520FKE%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for EJ63%20FKE: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: EO61%20WGX
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO61%2520WGX%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for EO61%20WGX: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: GD15%20MXV
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD15%2520MXV%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for GD15%20MXV: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: KT07%20CZW
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT07%2520CZW%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for KT07%20CZW: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: SB19%20LHM
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB19%2520LHM%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for SB19%20LHM: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: EK15%20ODM
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK15%2520ODM%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for EK15%20ODM: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: AF21%20TKD
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF21%2520TKD%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for AF21%20TKD: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: BU23%20JNO
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU23%2520JNO%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for BU23%20JNO: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: LB67%20VMM
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB67%2520VMM%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for LB67%20VMM: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: LO70%20EXT
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO70%2520EXT%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for LO70%20EXT: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: WN66%20UHK
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN66%2520UHK%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for WN66%20UHK: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: S7%20GPO
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S7%2520GPO%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for S7%20GPO: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: BD25%20SZE
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD25%2520SZE%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for BD25%20SZE: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: BD72%20MOV
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD72%2520MOV%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for BD72%20MOV: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: BJ24%20FRV
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ24%2520FRV%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for BJ24%20FRV: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: BJ75%20OXW
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ75%2520OXW%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for BJ75%20OXW: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: BL24%20KCN
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL24%2520KCN%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for BL24%20KCN: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: BX25%20UUL
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX25%2520UUL%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for BX25%20UUL: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: DA72%20ZNK
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA72%2520ZNK%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for DA72%20ZNK: 0
2026-03-26 08:01:46 [bca.uk] INFO: Found listing with ID: DN16%20EXE
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN16%2520EXE%27 HTTP/1.1" 200 None
2026-03-26 08:01:46 [bca.uk] INFO: Scrape type for DN16%20EXE: 0
2026-03-26 08:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219581/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D)
2026-03-26 08:01:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682743/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682743>
2026-03-26 08:01:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814805/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814805>
2026-03-26 08:01:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009314/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009314>
2026-03-26 08:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102343/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D)
2026-03-26 08:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814809/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D)
2026-03-26 08:01:46 [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-26 08:01:46 [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-26 08:01:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682748/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D)
2026-03-26 08:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009322/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D)
2026-03-26 08:01:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cc7350>
2026-03-26 08:01:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FVX16HDY%252F696009326%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009326/600 saved to cache
2026-03-26 08:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700534/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D)
2026-03-26 08:01:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e063d0>
2026-03-26 08:01:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLO69DVF%252F692219581%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219581/600 saved to cache
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700527/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP69OCN/42775075?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=BYQS%2BnL36nnmEhwAAkPjw232kL%2B51X9Kq5DGcIOFcLE%3D)
2026-03-26 08:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102329/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D)
2026-03-26 08:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009317/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D)
2026-03-26 08:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219572/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LO69DVF/42683914?sv=2020-08-04&st=2026-03-26T08%3A01%3A26Z&se=2026-03-26T08%3A26%3A26Z&sr=b&sp=r&sig=Nl%2Fa48Z92PoRO8rKmTKN1J8hjdXELciRH3WnRzBQdvo%3D)
2026-03-26 08:01:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102292/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102292>
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3abb990>
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FAO72ZBC%252F695102343%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102343/600 saved to cache
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2daea10>
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FEK15OWX%252F696814809%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814809/600 saved to cache
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e6ba10>
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLL69HUO%252F696682748%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682748/600 saved to cache
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2dae4d0>
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FVX16HDY%252F696009322%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009322/600 saved to cache
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102315/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D)
2026-03-26 08:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682746/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D)
2026-03-26 08:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814805/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D)
2026-03-26 08:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009314/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D)
2026-03-26 08:01:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814804/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696814804>
2026-03-26 08:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682743/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D)
2026-03-26 08:01:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009311/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009311>
2026-03-26 08:01:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682742/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682742>
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab301e210>
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLP69OCN%252F686700534%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700534/600 saved to cache
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b7c110>
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLP69OCN%252F686700527%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700527/600 saved to cache
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b15097e6-9176-542b-977c-2652548e3b71
2026-03-26 08:01:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b15097e6-9176-542b-977c-2652548e3b71, skipping ID generation
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b15097e6-9176-542b-977c-2652548e3b71 sending to next pipeline
2026-03-26 08:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b15097e6-9176-542b-977c-2652548e3b71, identifier: LP69%20OCN
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ceead0>
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FAO72ZBC%252F695102329%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102329/600 saved to cache
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac11364d0>
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FVX16HDY%252F696009317%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009317/600 saved to cache
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3257890>
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLO69DVF%252F692219572%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219572/600 saved to cache
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942
2026-03-26 08:01:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7fe85f48-e70e-5d84-bd9c-f56019fb0942, skipping ID generation
2026-03-26 08:01:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7fe85f48-e70e-5d84-bd9c-f56019fb0942 sending to next pipeline
2026-03-26 08:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fe85f48-e70e-5d84-bd9c-f56019fb0942, identifier: LO69%20DVF
2026-03-26 08:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b15097e6-9176-542b-977c-2652548e3b71 with identifier: LP69%20OCN
2026-03-26 08:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b15097e6-9176-542b-977c-2652548e3b71 with identifier: LP69%20OCN
2026-03-26 08:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b15097e6-9176-542b-977c-2652548e3b71 with identifier: LP69%20OCN to the API
2026-03-26 08:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700527/600>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_expert_report_file_e18f58ca-a6a1-45a2-82ca-27f489a886b2.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP69%20OCN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b15097e6-9176-542b-977c-2652548e3b71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LP69 OCN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP69%20OCN&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'A200',
'odometer': 61813,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46890,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700521/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45779,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700527/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42811,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700534/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42253,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700540/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42461,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700548/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41511,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700558/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72983,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700570/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81701,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700582/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88507,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700595/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b15097e6-9176-542b-977c-2652548e3b71/b15097e6-9176-542b-977c-2652548e3b71_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68734,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP69OCN/686700615/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ A200 1.3 AMG LINE EXECUTIVE DCT Hatchback',
'transmission': 'automatic',
'trim': 'AMG LINE EXECUTIVE DCT',
'vin': 'WDD1770872V051202',
'year': 2020}
2026-03-26 08:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP69%2520OCN%27 HTTP/1.1" 200 None
2026-03-26 08:01:48 [bca.uk] INFO: Saving data for LP69%20OCN: {'created_time': 1774512108.373177, 'last_price_update_time': 1774512108.373189, 'auction_closing_time': 1775037600.0}
2026-03-26 08:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP69%2520OCN') HTTP/1.1" 204 0
2026-03-26 08:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fe85f48-e70e-5d84-bd9c-f56019fb0942 with identifier: LO69%20DVF
2026-03-26 08:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fe85f48-e70e-5d84-bd9c-f56019fb0942 with identifier: LO69%20DVF
2026-03-26 08:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fe85f48-e70e-5d84-bd9c-f56019fb0942 with identifier: LO69%20DVF to the API
2026-03-26 08:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219572/600>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_expert_report_file_82189bd8-4b82-4294-bb56-78765b230a02.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO69%20DVF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7fe85f48-e70e-5d84-bd9c-f56019fb0942',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LO69 DVF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO69%20DVF&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'A3 SALOON',
'odometer': 103274,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46772,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219566/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45226,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219572/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45989,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219581/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47315,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219587/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44893,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219598/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41903,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219608/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73689,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219627/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79071,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219645/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79347,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219661/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe85f48-e70e-5d84-bd9c-f56019fb0942/7fe85f48-e70e-5d84-bd9c-f56019fb0942_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81803,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LO69DVF/692219680/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'AUDI A3 SALOON 1.5 35 TFSI S LINE S-T Saloon',
'transmission': 'automatic',
'trim': '35 TFSI S LINE S-T',
'vin': 'WAUZZZ8V5LA007359',
'year': 2019}
2026-03-26 08:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO69%2520DVF%27 HTTP/1.1" 200 None
2026-03-26 08:01:48 [bca.uk] INFO: Saving data for LO69%20DVF: {'created_time': 1774512108.979229, 'last_price_update_time': 1774512108.979245, 'auction_closing_time': 1774605600.0}
2026-03-26 08:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO69%2520DVF') HTTP/1.1" 204 0
2026-03-26 08:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102292/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D)
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682740/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682740>
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009307/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009307>
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009310/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009310>
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102280/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695102280>
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682737/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696682737>
2026-03-26 08:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682742/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D)
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009306/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696009306>
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02e02d0>
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FAO72ZBC%252F695102315%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102315/600 saved to cache
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e69250>
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLL69HUO%252F696682746%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682746/600 saved to cache
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c40fd0>
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FEK15OWX%252F696814805%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814805/600 saved to cache
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fc9890>
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FVX16HDY%252F696009314%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009314/600 saved to cache
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c43c90>
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLL69HUO%252F696682743%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682743/600 saved to cache
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586095/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586095>
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662577/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662577>
2026-03-26 08:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009306/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D)
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682731/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LL69HUO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009311/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D)
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877916/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877916>
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009303/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VX16HDY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814804/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK15OWX/42769782?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=snDRfl8oqHBBuocL1MeJisiZNRP19Ei6JcX5aiRTc7s%3D)
2026-03-26 08:01:49 [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-26 08:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a820d0>
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FAO72ZBC%252F695102292%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102292/600 saved to cache
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3019210>
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLL69HUO%252F696682742%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682742/600 saved to cache
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac22a5990>
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FVX16HDY%252F696009306%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009306/600 saved to cache
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a80b10>
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FVX16HDY%252F696009311%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009311/600 saved to cache
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e06390>
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FEK15OWX%252F696814804%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814804/600 saved to cache
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0f533ffd-f531-5b61-b8e0-88b85463e60d
2026-03-26 08:01:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f533ffd-f531-5b61-b8e0-88b85463e60d, skipping ID generation
2026-03-26 08:01:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f533ffd-f531-5b61-b8e0-88b85463e60d sending to next pipeline
2026-03-26 08:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f533ffd-f531-5b61-b8e0-88b85463e60d, identifier: EK15%20OWX
2026-03-26 08:01:49 [bca.uk] INFO: Total items found: 100
2026-03-26 08:01:49 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded
2026-03-26 08:01:49 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:01:49 [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-26 08:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009303/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D)
2026-03-26 08:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682737/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D)
2026-03-26 08:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102280/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO72ZBC/42737912?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=gTQHG2duz17dxZbBn57IB3bgmHSR10Fx7RVQ8Z5AVBU%3D)
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877911/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877911>
2026-03-26 08:01:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585826/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585826>
2026-03-26 08:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009310/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D)
2026-03-26 08:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009307/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VX16HDY/42755392?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=CyXYJvdQBE9zVUaXiVuoMIjj7dedELCPuK2UqJFdryw%3D)
2026-03-26 08:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682740/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D)
2026-03-26 08:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f533ffd-f531-5b61-b8e0-88b85463e60d with identifier: EK15%20OWX
2026-03-26 08:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f533ffd-f531-5b61-b8e0-88b85463e60d with identifier: EK15%20OWX
2026-03-26 08:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f533ffd-f531-5b61-b8e0-88b85463e60d with identifier: EK15%20OWX to the API
2026-03-26 08:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814804/600>
{'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_expert_report_file_ce44fc4d-c1be-45b5-ab0c-627463dd2350.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK15%20OWX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0f533ffd-f531-5b61-b8e0-88b85463e60d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK15 OWX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK15%20OWX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 39426,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55610,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814803/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52604,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814804/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51690,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814805/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53147,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814807/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53474,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814808/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50203,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814809/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79599,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814810/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63971,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814811/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85810,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814812/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f533ffd-f531-5b61-b8e0-88b85463e60d/0f533ffd-f531-5b61-b8e0-88b85463e60d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86859,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK15OWX/696814813/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 E-VTI ALLURE EGC MPV',
'transmission': 'automatic',
'trim': 'E-VTI ALLURE EGC',
'vin': 'VF3CUHMZ6FY065992',
'year': 2015}
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK15%2520OWX%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Saving data for EK15%20OWX: {'created_time': 1774512110.664015, 'last_price_update_time': 1774512110.664031, 'auction_closing_time': 1774605600.0}
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK15%2520OWX') HTTP/1.1" 204 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: MD73%20YAF
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD73%2520YAF%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for MD73%20YAF: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: PF72%20TKV
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF72%2520TKV%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for PF72%20TKV: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: PL73%20FNR
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL73%2520FNR%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for PL73%20FNR: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: SY25%20VYC
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY25%2520VYC%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for SY25%20VYC: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: VU74%20MKF
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU74%2520MKF%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for VU74%20MKF: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: DG67%20WMZ
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG67%2520WMZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for DG67%20WMZ: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: GM64%20DGZ
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM64%2520DGZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for GM64%20DGZ: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: WF07%20TXJ
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF07%2520TXJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for WF07%20TXJ: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: GK59%20SKU
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK59%2520SKU%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for GK59%20SKU: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: KU64%20OSB
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU64%2520OSB%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for KU64%20OSB: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: SF63%20YSY
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF63%2520YSY%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for SF63%20YSY: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: SK64%20RSX
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK64%2520RSX%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for SK64%20RSX: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: YA12%20HDZ
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA12%2520HDZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for YA12%20HDZ: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: YX63%20FCC
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX63%2520FCC%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for YX63%20FCC: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: FV61%20BCF
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV61%2520BCF%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for FV61%20BCF: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: SO14%20MWA
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO14%2520MWA%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for SO14%20MWA: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: PJ62%20JKF
2026-03-26 08:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ62%2520JKF%27 HTTP/1.1" 200 None
2026-03-26 08:01:50 [bca.uk] INFO: Scrape type for PJ62%20JKF: 0
2026-03-26 08:01:50 [bca.uk] INFO: Found listing with ID: BX66%20ZNY
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX66%2520ZNY%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for BX66%20ZNY: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: DU64%20FCP
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU64%2520FCP%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for DU64%20FCP: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: DV21%20LWE
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV21%2520LWE%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for DV21%20LWE: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: FH17%20VKP
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH17%2520VKP%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for FH17%20VKP: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: FN17%20YVC
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN17%2520YVC%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for FN17%20YVC: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: FX19%20TZZ
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX19%2520TZZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for FX19%20TZZ: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: LL18%20EVB
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL18%2520EVB%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for LL18%20EVB: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: MD66%20HPN
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD66%2520HPN%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for MD66%20HPN: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: PF67%20OLK
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF67%2520OLK%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for PF67%20OLK: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: RE69%20SHJ
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE69%2520SHJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for RE69%20SHJ: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SC16%20NGN
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC16%2520NGN%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SC16%20NGN: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: YD68%20VJZ
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD68%2520VJZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for YD68%20VJZ: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: GJ68%20ELH
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ68%2520ELH%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for GJ68%20ELH: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: AX15%20XZF
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX15%2520XZF%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for AX15%20XZF: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SR10%20HCE
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SR10%2520HCE%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SR10%20HCE: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: YF08%20KHP
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF08%2520KHP%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for YF08%20KHP: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: AG09%20NAO
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AG09%2520NAO%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for AG09%20NAO: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SL12%20NYY
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL12%2520NYY%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SL12%20NYY: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: BL63%20AUT
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL63%2520AUT%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for BL63%20AUT: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: PN11%20XSD
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN11%2520XSD%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for PN11%20XSD: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: R12%20TRA
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27R12%2520TRA%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for R12%20TRA: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SA14%20RVO
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA14%2520RVO%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SA14%20RVO: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SB13%20MVJ
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB13%2520MVJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SB13%20MVJ: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SC16%20CWE
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC16%2520CWE%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SC16%20CWE: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SG12%20FMK
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG12%2520FMK%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SG12%20FMK: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SH11%20YDW
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH11%2520YDW%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SH11%20YDW: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SK63%20FLJ
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK63%2520FLJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SK63%20FLJ: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SL61%20EZV
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL61%2520EZV%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SL61%20EZV: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SM58%20EZH
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM58%2520EZH%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SM58%20EZH: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SP63%20WOR
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP63%2520WOR%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SP63%20WOR: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: VK14%20NPY
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK14%2520NPY%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for VK14%20NPY: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: YE63%20YTM
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE63%2520YTM%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for YE63%20YTM: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: ND13%20LJE
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND13%2520LJE%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for ND13%20LJE: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: DU15%20PDZ
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU15%2520PDZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for DU15%20PDZ: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: GH16%20EAM
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GH16%2520EAM%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for GH16%20EAM: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SG62%20GHY
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG62%2520GHY%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SG62%20GHY: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: DA63%20VOD
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA63%2520VOD%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for DA63%20VOD: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: EO11%20PKX
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO11%2520PKX%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for EO11%20PKX: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: GY15%20CYU
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY15%2520CYU%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for GY15%20CYU: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: DV60%20UEY
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV60%2520UEY%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for DV60%20UEY: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: YK07%20CZC
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK07%2520CZC%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for YK07%20CZC: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: HG70%20HSV
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG70%2520HSV%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for HG70%20HSV: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: GV13%20WKW
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV13%2520WKW%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for GV13%20WKW: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: DY68%20MOA
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY68%2520MOA%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for DY68%20MOA: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: GL21%20VFF
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL21%2520VFF%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for GL21%20VFF: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: CY14%20CZF
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CY14%2520CZF%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for CY14%20CZF: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: EU66%20YTV
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU66%2520YTV%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for EU66%20YTV: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: EX15%20DDK
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX15%2520DDK%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for EX15%20DDK: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: ME23%20HPF
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ME23%2520HPF%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for ME23%20HPF: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: CE62%20FOV
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE62%2520FOV%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for CE62%20FOV: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: SN66%20MFX
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN66%2520MFX%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for SN66%20MFX: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: WV17%20WTM
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV17%2520WTM%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for WV17%20WTM: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: WP21%20PWO
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP21%2520PWO%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for WP21%20PWO: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: ND72%20BOU
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND72%2520BOU%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for ND72%20BOU: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: KP66%20LND
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP66%2520LND%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for KP66%20LND: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: YT12%20VGZ
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT12%2520VGZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for YT12%20VGZ: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: LJ73%20POK
2026-03-26 08:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ73%2520POK%27 HTTP/1.1" 200 None
2026-03-26 08:01:51 [bca.uk] INFO: Scrape type for LJ73%20POK: 0
2026-03-26 08:01:51 [bca.uk] INFO: Found listing with ID: ST14%20VDX
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST14%2520VDX%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for ST14%20VDX: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: AU14%20PRV
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU14%2520PRV%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for AU14%20PRV: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: SA62%20EKX
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA62%2520EKX%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for SA62%20EKX: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: SK06%20YHE
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK06%2520YHE%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for SK06%20YHE: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: SP13%20OYM
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP13%2520OYM%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for SP13%20OYM: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: SY60%20MFJ
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY60%2520MFJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for SY60%20MFJ: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: EO14%20NKC
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO14%2520NKC%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for EO14%20NKC: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: DS25%20NWL
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS25%2520NWL%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for DS25%20NWL: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: WJ72%20MPU
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ72%2520MPU%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for WJ72%20MPU: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: RA19%20VWF
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA19%2520VWF%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for RA19%20VWF: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: BN16%20NVM
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN16%2520NVM%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for BN16%20NVM: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: CE18%20DFF
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE18%2520DFF%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for CE18%20DFF: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: RK18%20WVO
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK18%2520WVO%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for RK18%20WVO: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: BK71%20FCD
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK71%2520FCD%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for BK71%20FCD: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: LE74%20DYD
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LE74%2520DYD%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for LE74%20DYD: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: SJ19%20YDB
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ19%2520YDB%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for SJ19%20YDB: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: GD17%20UXY
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD17%2520UXY%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for GD17%20UXY: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: OY60%20ZNU
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY60%2520ZNU%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for OY60%20ZNU: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: SM63%20DFJ
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM63%2520DFJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for SM63%20DFJ: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: VU68%20WEW
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU68%2520WEW%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for VU68%20WEW: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: WF16%20HVZ
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF16%2520HVZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for WF16%20HVZ: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: WP71%20NCV
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP71%2520NCV%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for WP71%20NCV: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: FY55%20VVE
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY55%2520VVE%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for FY55%20VVE: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: KO24%20RVN
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO24%2520RVN%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for KO24%20RVN: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: AY13%20HJN
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY13%2520HJN%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for AY13%20HJN: 0
2026-03-26 08:01:52 [bca.uk] INFO: Found listing with ID: CK12%20BZG
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK12%2520BZG%27 HTTP/1.1" 200 None
2026-03-26 08:01:52 [bca.uk] INFO: Scrape type for CK12%20BZG: 0
2026-03-26 08:01:52 [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-26 08:01:52 [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-26 08:01:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682731/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL69HUO/42767616?sv=2020-08-04&st=2026-03-26T08%3A01%3A25Z&se=2026-03-26T08%3A26%3A25Z&sr=b&sp=r&sig=4FymtHOweorFbyG8ClRrXvSsl2RDsdrxdseOvgONPy0%3D)
2026-03-26 08:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877916/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D)
2026-03-26 08:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662577/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D)
2026-03-26 08:01:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662576/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662576>
2026-03-26 08:01:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877908/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697877908>
2026-03-26 08:01:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585819/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697585819>
2026-03-26 08:01:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586091/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586091>
2026-03-26 08:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586095/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D)
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bc7250>
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FVX16HDY%252F696009303%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009303/600 saved to cache
2026-03-26 08:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3263ad0>
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLL69HUO%252F696682737%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682737/600 saved to cache
2026-03-26 08:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b93d90>
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FAO72ZBC%252F695102280%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102280/600 saved to cache
2026-03-26 08:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e4077981-7849-51b4-b956-93aae8a5c23d
2026-03-26 08:01:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e4077981-7849-51b4-b956-93aae8a5c23d, skipping ID generation
2026-03-26 08:01:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e4077981-7849-51b4-b956-93aae8a5c23d sending to next pipeline
2026-03-26 08:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4077981-7849-51b4-b956-93aae8a5c23d, identifier: AO72%20ZBC
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac256b8d0>
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FVX16HDY%252F696009310%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009310/600 saved to cache
2026-03-26 08:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bdb2d0>
2026-03-26 08:01:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FVX16HDY%252F696009307%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009307/600 saved to cache
2026-03-26 08:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5d90e759-b129-5dbc-be96-35fd785b3970
2026-03-26 08:01:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5d90e759-b129-5dbc-be96-35fd785b3970, skipping ID generation
2026-03-26 08:01:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5d90e759-b129-5dbc-be96-35fd785b3970 sending to next pipeline
2026-03-26 08:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d90e759-b129-5dbc-be96-35fd785b3970, identifier: VX16%20HDY
2026-03-26 08:01:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fc9590>
2026-03-26 08:01:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLL69HUO%252F696682740%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682740/600 saved to cache
2026-03-26 08:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4077981-7849-51b4-b956-93aae8a5c23d with identifier: AO72%20ZBC
2026-03-26 08:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4077981-7849-51b4-b956-93aae8a5c23d with identifier: AO72%20ZBC
2026-03-26 08:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4077981-7849-51b4-b956-93aae8a5c23d with identifier: AO72%20ZBC to the API
2026-03-26 08:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102280/600>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_expert_report_file_2535fea5-1808-4aee-8a97-70757e6a96c1.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO72%20ZBC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e4077981-7849-51b4-b956-93aae8a5c23d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO72 ZBC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO72%20ZBC&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 84967,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40433,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102267/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40074,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102280/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39435,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102292/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38368,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102315/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39519,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102329/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38028,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102343/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67119,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102360/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65711,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102378/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84702,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102389/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4077981-7849-51b4-b956-93aae8a5c23d/e4077981-7849-51b4-b956-93aae8a5c23d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83915,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO72ZBC/695102408/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA 1.2 TURBO 130 GS LINE Hatchback',
'transmission': 'manual',
'trim': 'TURBO 130 GS LINE',
'vin': 'VXKUSHNSKNW094591',
'year': 2022}
2026-03-26 08:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:53 [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-26 08:01:53 [bca.uk] INFO: Saving data for AO72%20ZBC: {'created_time': 1774512113.664847, 'last_price_update_time': 1774512113.664858, 'auction_closing_time': 1774864800.0}
2026-03-26 08:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO72%2520ZBC') HTTP/1.1" 204 0
2026-03-26 08:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d90e759-b129-5dbc-be96-35fd785b3970 with identifier: VX16%20HDY
2026-03-26 08:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d90e759-b129-5dbc-be96-35fd785b3970 with identifier: VX16%20HDY
2026-03-26 08:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d90e759-b129-5dbc-be96-35fd785b3970 with identifier: VX16%20HDY to the API
2026-03-26 08:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009307/600>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_expert_report_file_25a645d0-ac40-43cc-9afb-cc1c53656955.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX16%20HDY-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5d90e759-b129-5dbc-be96-35fd785b3970',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VX16 HDY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX16%20HDY&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'VAUXHALL',
'model': 'INSIGNIA',
'odometer': 95153,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50743,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009303/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49893,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009306/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46802,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009307/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47149,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009310/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47193,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009311/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45771,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009314/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92335,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009317/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75323,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009322/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88382,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009326/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d90e759-b129-5dbc-be96-35fd785b3970/5d90e759-b129-5dbc-be96-35fd785b3970_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82699,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VX16HDY/696009330/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL INSIGNIA 2.0 CDTI E/F 170 ELITE Hatchback',
'transmission': 'manual',
'trim': 'CDTI E/F 170 ELITE',
'vin': 'W0LGT6E12G1054543',
'year': 2016}
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX16%2520HDY%27 HTTP/1.1" 200 None
2026-03-26 08:01:54 [bca.uk] INFO: Saving data for VX16%20HDY: {'created_time': 1774512114.209996, 'last_price_update_time': 1774512114.210007, 'auction_closing_time': 1774605600.0}
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX16%2520HDY') HTTP/1.1" 204 0
2026-03-26 08:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877911/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D)
2026-03-26 08:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585826/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D)
2026-03-26 08:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586087/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586087>
2026-03-26 08:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY22%20OYZ-GB>
2026-03-26 08:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586085/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697586085>
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31d5d10>
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FLL69HUO%252F696682731%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682731/600 saved to cache
2026-03-26 08:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17
2026-03-26 08:01:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b39d7e1-36c9-5610-a14d-cc59fc923e17, skipping ID generation
2026-03-26 08:01:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17 sending to next pipeline
2026-03-26 08:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b39d7e1-36c9-5610-a14d-cc59fc923e17, identifier: LL69%20HUO
2026-03-26 08:01:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c30b50>
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHX64YAK%252F697877916%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877916/600 saved to cache
2026-03-26 08:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c31e10>
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FCE66VAA%252F697662577%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662577/600 saved to cache
2026-03-26 08:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:01:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:01: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-26 08:01: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-26 08:01:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2dae510>
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHG10EHF%252F697586095%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586095/600 saved to cache
2026-03-26 08:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b39d7e1-36c9-5610-a14d-cc59fc923e17 with identifier: LL69%20HUO
2026-03-26 08:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b39d7e1-36c9-5610-a14d-cc59fc923e17 with identifier: LL69%20HUO
2026-03-26 08:01:54 [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-26 08:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682731/600>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_expert_report_file_386d7ffa-cad7-4f0f-a444-fa5795b1b497.pdf',
'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-27T10: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': 12,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55294,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682731/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52896,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682734/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52889,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682737/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55084,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682740/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52443,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682742/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50626,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682743/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73419,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682746/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68636,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682748/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92272,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682753/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b39d7e1-36c9-5610-a14d-cc59fc923e17/4b39d7e1-36c9-5610-a14d-cc59fc923e17_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74399,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL69HUO/696682755/600',
'Width': 600}],
'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-26 08:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL69%2520HUO%27 HTTP/1.1" 200 None
2026-03-26 08:01:55 [bca.uk] INFO: Saving data for LL69%20HUO: {'created_time': 1774512115.006233, 'last_price_update_time': 1774512115.006245, 'auction_closing_time': 1774605600.0}
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:55 [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-26 08:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877908/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX64YAK/42789437?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=GWwbzMmKg%2Fq6ZB8D0Saq7BelFyBmO3UQTfZNQ8rLhbU%3D)
2026-03-26 08:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586091/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D)
2026-03-26 08:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585819/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV11YCY/42784573?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=zZsUbSoo%2BTQNTDAAP5oDcap1xQgQdx%2FL2NoG%2Frpevrk%3D)
2026-03-26 08:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662576/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE66VAA/42786532?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=EJX2TGgd1tRWVD9coG%2BcIkmSf6aryOHwIioPaNxCJBw%3D)
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b22690>
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHX64YAK%252F697877911%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877911/600 saved to cache
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3be14d0>
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FRV11YCY%252F697585826%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585826/600 saved to cache
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586085/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D)
2026-03-26 08:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586087/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HG10EHF/42784454?sv=2020-08-04&st=2026-03-26T08%3A01%3A04Z&se=2026-03-26T08%3A26%3A04Z&sr=b&sp=r&sig=Ij7D2ZruTi%2ByjZl4D%2BgqqYd0Q9Fun78coERLIaKdA7w%3D)
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c09090>
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHX64YAK%252F697877908%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877908/600 saved to cache
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f6b96e61-7bbd-580f-aeec-b6758a559769
2026-03-26 08:01:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f6b96e61-7bbd-580f-aeec-b6758a559769, skipping ID generation
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f6b96e61-7bbd-580f-aeec-b6758a559769 sending to next pipeline
2026-03-26 08:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6b96e61-7bbd-580f-aeec-b6758a559769, identifier: HX64%20YAK
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b20190>
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHG10EHF%252F697586091%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586091/600 saved to cache
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0305550>
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FRV11YCY%252F697585819%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585819/600 saved to cache
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 15f6044f-1af5-5483-9658-d00b9f158f76
2026-03-26 08:01:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 15f6044f-1af5-5483-9658-d00b9f158f76, skipping ID generation
2026-03-26 08:01:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 15f6044f-1af5-5483-9658-d00b9f158f76 sending to next pipeline
2026-03-26 08:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15f6044f-1af5-5483-9658-d00b9f158f76, identifier: RV11%20YCY
2026-03-26 08:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6b96e61-7bbd-580f-aeec-b6758a559769 with identifier: HX64%20YAK
2026-03-26 08:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6b96e61-7bbd-580f-aeec-b6758a559769 with identifier: HX64%20YAK
2026-03-26 08:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6b96e61-7bbd-580f-aeec-b6758a559769 with identifier: HX64%20YAK to the API
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877908/600>
{'auction_title': '',
'c_o_2_emission_value': 90,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_expert_report_file_3533db05-3389-482e-a26d-88dd549101d8.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX64%20YAK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f6b96e61-7bbd-580f-aeec-b6758a559769',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HX64 YAK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX64%20YAK&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 121222,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50544,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877897/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49411,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877901/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46897,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877905/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46583,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877907/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47396,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877908/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45866,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877911/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46083,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877916/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58660,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877921/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77790,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877926/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6b96e61-7bbd-580f-aeec-b6758a559769/f6b96e61-7bbd-580f-aeec-b6758a559769_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71158,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX64YAK/697877930/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'RENAULT MEGANE 1.5 DCI 110 DYNAMIQUE TOM TOM Hatchback',
'transmission': 'manual',
'trim': 'DCI 110 DYNAMIQUE TOM TOM',
'vin': 'VF1BZ140652221283',
'year': 2014}
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX64%2520YAK%27 HTTP/1.1" 200 None
2026-03-26 08:01:55 [bca.uk] INFO: Saving data for HX64%20YAK: {'created_time': 1774512115.812753, 'last_price_update_time': 1774512115.812765, 'auction_closing_time': 1774778400.0}
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX64%2520YAK') HTTP/1.1" 204 0
2026-03-26 08:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15f6044f-1af5-5483-9658-d00b9f158f76 with identifier: RV11%20YCY
2026-03-26 08:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15f6044f-1af5-5483-9658-d00b9f158f76 with identifier: RV11%20YCY
2026-03-26 08:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15f6044f-1af5-5483-9658-d00b9f158f76 with identifier: RV11%20YCY to the API
2026-03-26 08:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585819/600>
{'auction_title': '',
'c_o_2_emission_value': 147,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_expert_report_file_ae64b270-ff17-469c-a682-cb1ab1120638.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV11%20YCY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.2L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': '15f6044f-1af5-5483-9658-d00b9f158f76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV11 YCY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV11%20YCY&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'TOYOTA',
'model': 'AVENSIS',
'odometer': 172156,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50631,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585797/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49573,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585806/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46230,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585808/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45847,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585814/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44806,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585819/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44059,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585826/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76203,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585829/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79484,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585832/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89436,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585836/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15f6044f-1af5-5483-9658-d00b9f158f76/15f6044f-1af5-5483-9658-d00b9f158f76_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88976,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV11YCY/697585840/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'TOYOTA AVENSIS 2.2 D-4D T4 Saloon',
'transmission': 'manual',
'trim': 'D-4D T4',
'vin': 'SB1BA76L70E027123',
'year': 2011}
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV11%2520YCY%27 HTTP/1.1" 200 None
2026-03-26 08:01:56 [bca.uk] INFO: Saving data for RV11%20YCY: {'created_time': 1774512116.261838, 'last_price_update_time': 1774512116.261855, 'auction_closing_time': 1774778400.0}
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV11%2520YCY') HTTP/1.1" 204 0
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cec350>
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FCE66VAA%252F697662576%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662576/600 saved to cache
2026-03-26 08:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24
2026-03-26 08:01:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fb7cf2b2-c9ac-5aad-a768-2620cfabad24, skipping ID generation
2026-03-26 08:01:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fb7cf2b2-c9ac-5aad-a768-2620cfabad24 sending to next pipeline
2026-03-26 08:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb7cf2b2-c9ac-5aad-a768-2620cfabad24, identifier: CE66%20VAA
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b92fd0>
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHG10EHF%252F697586085%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586085/600 saved to cache
2026-03-26 08:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b90590>
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:01:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01: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%252FHG10EHF%252F697586087%252F600') HTTP/1.1" 204 0
2026-03-26 08:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586087/600 saved to cache
2026-03-26 08:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7f314c00-7468-57f6-a79e-707e8b6060c6
2026-03-26 08:01:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7f314c00-7468-57f6-a79e-707e8b6060c6, skipping ID generation
2026-03-26 08:01:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7f314c00-7468-57f6-a79e-707e8b6060c6 sending to next pipeline
2026-03-26 08:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f314c00-7468-57f6-a79e-707e8b6060c6, identifier: HG10%20EHF
2026-03-26 08:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb7cf2b2-c9ac-5aad-a768-2620cfabad24 with identifier: CE66%20VAA
2026-03-26 08:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb7cf2b2-c9ac-5aad-a768-2620cfabad24 with identifier: CE66%20VAA
2026-03-26 08:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb7cf2b2-c9ac-5aad-a768-2620cfabad24 with identifier: CE66%20VAA to the API
2026-03-26 08:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662576/600>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_expert_report_file_78bb0d99-61c2-40b6-8766-ef15f1bf975e.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE66%20VAA-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fb7cf2b2-c9ac-5aad-a768-2620cfabad24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CE66 VAA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE66%20VAA&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'RENAULT',
'model': 'KADJAR',
'odometer': 39387,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54919,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662568/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54171,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662570/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50169,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662574/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49675,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662576/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50043,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662577/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48786,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662580/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103102,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662583/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72723,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662589/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82307,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662592/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7cf2b2-c9ac-5aad-a768-2620cfabad24/fb7cf2b2-c9ac-5aad-a768-2620cfabad24_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65088,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE66VAA/697662593/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'RENAULT KADJAR 1.6 DCI 130 DYNAMIQUE Hatchback',
'transmission': 'manual',
'trim': 'DCI 130 DYNAMIQUE',
'vin': 'VF1RFE00156109816',
'year': 2016}
2026-03-26 08:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:57 [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-26 08:01:57 [bca.uk] INFO: Saving data for CE66%20VAA: {'created_time': 1774512117.660277, 'last_price_update_time': 1774512117.660291, 'auction_closing_time': 1774778400.0}
2026-03-26 08:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE66%2520VAA') HTTP/1.1" 204 0
2026-03-26 08:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f314c00-7468-57f6-a79e-707e8b6060c6 with identifier: HG10%20EHF
2026-03-26 08:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f314c00-7468-57f6-a79e-707e8b6060c6 with identifier: HG10%20EHF
2026-03-26 08:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f314c00-7468-57f6-a79e-707e8b6060c6 with identifier: HG10%20EHF to the API
2026-03-26 08:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586087/600>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_expert_report_file_6df8b9fb-e9ba-4929-bfe7-e3ac1fb6b1f3.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG10%20EHF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-29T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7f314c00-7468-57f6-a79e-707e8b6060c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HG10 EHF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG10%20EHF&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'MINI',
'model': 'ONE',
'odometer': 70164,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48029,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586079/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47770,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586081/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45200,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586082/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45013,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586085/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43863,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586087/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42984,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586091/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80520,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586095/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54877,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586099/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80867,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586100/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7f314c00-7468-57f6-a79e-707e8b6060c6/7f314c00-7468-57f6-a79e-707e8b6060c6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88602,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HG10EHF/697586107/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'MINI ONE 1.6 Hatchback',
'transmission': 'automatic',
'trim': '',
'vin': 'WMWSR32000TY57556',
'year': 2010}
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG10%2520EHF%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Saving data for HG10%20EHF: {'created_time': 1774512118.088529, 'last_price_update_time': 1774512118.088542, 'auction_closing_time': 1774778400.0}
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG10%2520EHF') HTTP/1.1" 204 0
2026-03-26 08:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3044650>
2026-03-26 08:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_expert_report_file_660a9119-f594-4d07-957d-8a4010c55604.pdf HTTP/1.1" 201 0
2026-03-26 08:01:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:01:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3e44aff-8fb6-5a52-95af-41f4184b03b8, skipping ID generation
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DEY22OYZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EY22OYZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D678118043%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678118043 not downloaded yet
2026-03-26 08:01:58 [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-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D678099016%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678099016 not downloaded yet
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D678118057%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678118057 not downloaded yet
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D678099038%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678099038 not downloaded yet
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D678118068%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678118068 not downloaded yet
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D678099076%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678099076 not downloaded yet
2026-03-26 08:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118043/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678118043>
2026-03-26 08:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118026/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EY22OYZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D678118082%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678118082 not downloaded yet
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D678099118%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678099118 not downloaded yet
2026-03-26 08:01:58 [bca.uk] INFO: Total items found: 100
2026-03-26 08:01:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded
2026-03-26 08:01:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:01:58 [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-26 08:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118057/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678118057>
2026-03-26 08:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099016/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678099016>
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D678118092%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678118092 not downloaded yet
2026-03-26 08:01:58 [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-26 08:01:58 [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-26 08:01:58 [bca.uk] INFO: Found listing with ID: WG63%20TKT
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG63%2520TKT%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for WG63%20TKT: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: MC19%20WBE
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC19%2520WBE%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for MC19%20WBE: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: DL15%20CXP
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL15%2520CXP%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for DL15%20CXP: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: ET17%20HVJ
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET17%2520HVJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for ET17%20HVJ: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: LC16%20YNE
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC16%2520YNE%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for LC16%20YNE: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: LR67%20EWJ
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR67%2520EWJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for LR67%20EWJ: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: YY16%20SEO
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY16%2520SEO%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for YY16%20SEO: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: YT22%20VLG
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for YT22%20VLG: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: CF65%20EYH
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF65%2520EYH%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for CF65%20EYH: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: RF21%20KJE
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF21%2520KJE%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for RF21%20KJE: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: MF07%20ZCE
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF07%2520ZCE%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for MF07%20ZCE: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: HT71%20GXX
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT71%2520GXX%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for HT71%20GXX: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: PE68%20XAZ
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE68%2520XAZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for PE68%20XAZ: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: ML22%20ZRR
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML22%2520ZRR%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for ML22%20ZRR: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: BG16%20WDZ
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG16%2520WDZ%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for BG16%20WDZ: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: BG19%20TYT
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG19%2520TYT%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for BG19%20TYT: 0
2026-03-26 08:01:58 [bca.uk] INFO: Found listing with ID: HG65%20AUR
2026-03-26 08:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG65%2520AUR%27 HTTP/1.1" 200 None
2026-03-26 08:01:58 [bca.uk] INFO: Scrape type for HG65%20AUR: 2
2026-03-26 08:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9eeccc7-c90c-534b-a860-d13c401bb736 with identifier: HG65%20AUR
2026-03-26 08:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9eeccc7-c90c-534b-a860-d13c401bb736 with scrape type 2
2026-03-26 08:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9eeccc7-c90c-534b-a860-d13c401bb736 with scrape type 2
2026-03-26 08:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9eeccc7-c90c-534b-a860-d13c401bb736, identifier: HG65%20AUR
2026-03-26 08:01:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118068/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678118068>
2026-03-26 08:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099038/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678099038>
2026-03-26 08:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9eeccc7-c90c-534b-a860-d13c401bb736 with identifier: HG65%20AUR
2026-03-26 08:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9eeccc7-c90c-534b-a860-d13c401bb736 with identifier: HG65%20AUR
2026-03-26 08:01:59 [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-26 08:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:01: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': 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-27T10: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-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [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-26 08:01:59 [bca.uk] INFO: Saving data for HG65%20AUR: {'auction_closing_time': 1774605600.0, 'created_time': 1774419061.371234, 'last_price_update_time': 1774512119.23373}
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [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-26 08:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118026/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D)
2026-03-26 08:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118043/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D)
2026-03-26 08:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099076/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678099076>
2026-03-26 08:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118082/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678118082>
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: LG14%20UKW
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG14%2520UKW%27 HTTP/1.1" 200 None
2026-03-26 08:01:59 [bca.uk] INFO: Scrape type for LG14%20UKW: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: MA17%20XOT
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [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-26 08:01:59 [bca.uk] INFO: Scrape type for MA17%20XOT: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: MD66%20XEJ
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD66%2520XEJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:59 [bca.uk] INFO: Scrape type for MD66%20XEJ: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: MM66%20ZZT
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM66%2520ZZT%27 HTTP/1.1" 200 None
2026-03-26 08:01:59 [bca.uk] INFO: Scrape type for MM66%20ZZT: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: NL14%20CZM
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [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-26 08:01:59 [bca.uk] INFO: Scrape type for NL14%20CZM: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: PE67%20XLM
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE67%2520XLM%27 HTTP/1.1" 200 None
2026-03-26 08:01:59 [bca.uk] INFO: Scrape type for PE67%20XLM: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: SJ17%20PCL
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ17%2520PCL%27 HTTP/1.1" 200 None
2026-03-26 08:01:59 [bca.uk] INFO: Scrape type for SJ17%20PCL: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: VU64%20OMG
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [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-26 08:01:59 [bca.uk] INFO: Scrape type for VU64%20OMG: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: YS64%20XOK
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [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-26 08:01:59 [bca.uk] INFO: Scrape type for YS64%20XOK: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: FN22%20KZM
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [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-26 08:01:59 [bca.uk] INFO: Scrape type for FN22%20KZM: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: SV18%20ARJ
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV18%2520ARJ%27 HTTP/1.1" 200 None
2026-03-26 08:01:59 [bca.uk] INFO: Scrape type for SV18%20ARJ: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: HV62%20WPN
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [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-26 08:01:59 [bca.uk] INFO: Scrape type for HV62%20WPN: 0
2026-03-26 08:01:59 [bca.uk] INFO: Found listing with ID: NL12%20KFN
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520KFN%27 HTTP/1.1" 200 None
2026-03-26 08:01:59 [bca.uk] INFO: Scrape type for NL12%20KFN: 2
2026-03-26 08:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 731741a2-5bc4-57bc-bd30-3c3f830b7794 with identifier: NL12%20KFN
2026-03-26 08:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 731741a2-5bc4-57bc-bd30-3c3f830b7794 with scrape type 2
2026-03-26 08:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 731741a2-5bc4-57bc-bd30-3c3f830b7794 with scrape type 2
2026-03-26 08:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 731741a2-5bc4-57bc-bd30-3c3f830b7794, identifier: NL12%20KFN
2026-03-26 08:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 731741a2-5bc4-57bc-bd30-3c3f830b7794 with identifier: NL12%20KFN
2026-03-26 08:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 731741a2-5bc4-57bc-bd30-3c3f830b7794 with identifier: NL12%20KFN
2026-03-26 08:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 731741a2-5bc4-57bc-bd30-3c3f830b7794 with identifier: NL12%20KFN to the API
2026-03-26 08:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:00 [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=NL12%20KFN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '731741a2-5bc4-57bc-bd30-3c3f830b7794',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NL12 KFN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL12%20KFN&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 128151,
'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.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0JXXGAJJCA07413',
'year': 2012}
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL12%2520KFN%27 HTTP/1.1" 200 None
2026-03-26 08:02:00 [bca.uk] INFO: Saving data for NL12%20KFN: {'auction_closing_time': 1774605600.0, 'created_time': 1774419022.295477, 'last_price_update_time': 1774512120.184477}
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL12%2520KFN') HTTP/1.1" 204 0
2026-03-26 08:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099016/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D)
2026-03-26 08:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099118/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678099118>
2026-03-26 08:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118057/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D)
2026-03-26 08:02:00 [bca.uk] INFO: Found listing with ID: PJ64%20URX
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ64%2520URX%27 HTTP/1.1" 200 None
2026-03-26 08:02:00 [bca.uk] INFO: Scrape type for PJ64%20URX: 2
2026-03-26 08:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3543670b-d0f8-510c-a688-3e3fd01be874 with identifier: PJ64%20URX
2026-03-26 08:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3543670b-d0f8-510c-a688-3e3fd01be874 with scrape type 2
2026-03-26 08:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3543670b-d0f8-510c-a688-3e3fd01be874 with scrape type 2
2026-03-26 08:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3543670b-d0f8-510c-a688-3e3fd01be874, identifier: PJ64%20URX
2026-03-26 08:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118092/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=678118092>
2026-03-26 08:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099038/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D)
2026-03-26 08:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118068/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D)
2026-03-26 08:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3543670b-d0f8-510c-a688-3e3fd01be874 with identifier: PJ64%20URX
2026-03-26 08:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3543670b-d0f8-510c-a688-3e3fd01be874 with identifier: PJ64%20URX
2026-03-26 08:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3543670b-d0f8-510c-a688-3e3fd01be874 with identifier: PJ64%20URX to the API
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:00 [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=PJ64%20URX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3543670b-d0f8-510c-a688-3e3fd01be874',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PJ64 URX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ64%20URX&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MERCEDES-BENZ',
'model': 'CLA 180',
'odometer': 66991,
'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 180 1.6 AMG SPORT Coupe',
'transmission': 'manual',
'trim': 'AMG SPORT',
'vin': 'WDD1173422N172226',
'year': 2014}
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ64%2520URX%27 HTTP/1.1" 200 None
2026-03-26 08:02:00 [bca.uk] INFO: Saving data for PJ64%20URX: {'auction_closing_time': 1774605600.0, 'created_time': 1774419022.972408, 'last_price_update_time': 1774512120.77887}
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ64%2520URX') HTTP/1.1" 204 0
2026-03-26 08:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3044650>
2026-03-26 08:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FEY22OYZ%252F678118026%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118026/600 saved to cache
2026-03-26 08:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e9f9d0>
2026-03-26 08:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FEY22OYZ%252F678118043%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118043/600 saved to cache
2026-03-26 08:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118082/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D)
2026-03-26 08:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099076/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D)
2026-03-26 08:02:00 [bca.uk] INFO: Found listing with ID: SA55%20DFG
2026-03-26 08:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA55%2520DFG%27 HTTP/1.1" 200 None
2026-03-26 08:02:00 [bca.uk] INFO: Scrape type for SA55%20DFG: 2
2026-03-26 08:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76c55493-8a99-5b9c-a581-d44e7f5378d9 with identifier: SA55%20DFG
2026-03-26 08:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76c55493-8a99-5b9c-a581-d44e7f5378d9 with scrape type 2
2026-03-26 08:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76c55493-8a99-5b9c-a581-d44e7f5378d9 with scrape type 2
2026-03-26 08:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76c55493-8a99-5b9c-a581-d44e7f5378d9, identifier: SA55%20DFG
2026-03-26 08:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76c55493-8a99-5b9c-a581-d44e7f5378d9 with identifier: SA55%20DFG
2026-03-26 08:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76c55493-8a99-5b9c-a581-d44e7f5378d9 with identifier: SA55%20DFG
2026-03-26 08:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76c55493-8a99-5b9c-a581-d44e7f5378d9 with identifier: SA55%20DFG to the API
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 258,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA55%20DFG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '76c55493-8a99-5b9c-a581-d44e7f5378d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA55 DFG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA55%20DFG&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MITSUBISHI',
'model': 'RALLIART LANCER',
'odometer': 38572,
'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': 'MITSUBISHI RALLIART LANCER 2.0 EVOLUTION VIII Saloon',
'transmission': 'manual',
'trim': 'EVOLUTION VIII',
'vin': 'JMASNCT9A4U001418',
'year': 2005}
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA55%2520DFG%27 HTTP/1.1" 200 None
2026-03-26 08:02:01 [bca.uk] INFO: Saving data for SA55%20DFG: {'auction_closing_time': 1774605600.0, 'created_time': 1773829669.397809, 'last_price_update_time': 1774512121.381988}
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA55%2520DFG') HTTP/1.1" 204 0
2026-03-26 08:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099118/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D)
2026-03-26 08:02:01 [bca.uk] INFO: Found listing with ID: VO59%20WLC
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO59%2520WLC%27 HTTP/1.1" 200 None
2026-03-26 08:02:01 [bca.uk] INFO: Scrape type for VO59%20WLC: 2
2026-03-26 08:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24d239cc-f160-5767-94a7-946c43d9c584 with identifier: VO59%20WLC
2026-03-26 08:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24d239cc-f160-5767-94a7-946c43d9c584 with scrape type 2
2026-03-26 08:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24d239cc-f160-5767-94a7-946c43d9c584 with scrape type 2
2026-03-26 08:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24d239cc-f160-5767-94a7-946c43d9c584, identifier: VO59%20WLC
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a82b10>
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FEY22OYZ%252F678099016%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099016/600 saved to cache
2026-03-26 08:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a7de10>
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FEY22OYZ%252F678118057%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118057/600 saved to cache
2026-03-26 08:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0311ad0>
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FEY22OYZ%252F678099038%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099038/600 saved to cache
2026-03-26 08:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2400fd0>
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FEY22OYZ%252F678118068%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118068/600 saved to cache
2026-03-26 08:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118092/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY22OYZ/42743415?sv=2020-08-04&st=2026-03-26T08%3A01%3A53Z&se=2026-03-26T08%3A26%3A53Z&sr=b&sp=r&sig=HFvLRoY10Lnm%2Far1L3ZTMEiCti4M9gZSrpY9z7t4oi4%3D)
2026-03-26 08:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24d239cc-f160-5767-94a7-946c43d9c584 with identifier: VO59%20WLC
2026-03-26 08:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24d239cc-f160-5767-94a7-946c43d9c584 with identifier: VO59%20WLC
2026-03-26 08:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24d239cc-f160-5767-94a7-946c43d9c584 with identifier: VO59%20WLC to the API
2026-03-26 08:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO59%20WLC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '24d239cc-f160-5767-94a7-946c43d9c584',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO59 WLC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO59%20WLC&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 124548,
'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 A3 SPORTBACK 2.0 TDI 140 Hatchback',
'transmission': 'manual',
'trim': 'TDI 140',
'vin': 'WAUZZZ8PXAB005373',
'year': 2009}
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO59%2520WLC%27 HTTP/1.1" 200 None
2026-03-26 08:02:02 [bca.uk] INFO: Saving data for VO59%20WLC: {'auction_closing_time': 1774605600.0, 'created_time': 1773822925.945676, 'last_price_update_time': 1774512122.126191}
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO59%2520WLC') HTTP/1.1" 204 0
2026-03-26 08:02:02 [bca.uk] INFO: Found listing with ID: WN60%20THG
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:02 [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-26 08:02:02 [bca.uk] INFO: Scrape type for WN60%20THG: 2
2026-03-26 08:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc9aa755-7f0c-5430-b0dc-939be1b7b556 with identifier: WN60%20THG
2026-03-26 08:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc9aa755-7f0c-5430-b0dc-939be1b7b556 with scrape type 2
2026-03-26 08:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc9aa755-7f0c-5430-b0dc-939be1b7b556 with scrape type 2
2026-03-26 08:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc9aa755-7f0c-5430-b0dc-939be1b7b556, identifier: WN60%20THG
2026-03-26 08:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ccb890>
2026-03-26 08:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FEY22OYZ%252F678118082%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118082/600 saved to cache
2026-03-26 08:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:02:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab302ef90>
2026-03-26 08:02:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FEY22OYZ%252F678099076%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099076/600 saved to cache
2026-03-26 08:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc9aa755-7f0c-5430-b0dc-939be1b7b556 with identifier: WN60%20THG
2026-03-26 08:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc9aa755-7f0c-5430-b0dc-939be1b7b556 with identifier: WN60%20THG
2026-03-26 08:02:02 [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-26 08:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02: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': 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-27T10: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-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:02 [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-26 08:02:02 [bca.uk] INFO: Saving data for WN60%20THG: {'auction_closing_time': 1774605600.0, 'created_time': 1774419009.694524, 'last_price_update_time': 1774512122.769414}
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:02 [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-26 08:02:02 [bca.uk] INFO: Found listing with ID: YC13%20HCU
2026-03-26 08:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:02 [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-26 08:02:02 [bca.uk] INFO: Scrape type for YC13%20HCU: 2
2026-03-26 08:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fd3ed77-2be3-5968-9ef0-411fdaac7488 with identifier: YC13%20HCU
2026-03-26 08:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fd3ed77-2be3-5968-9ef0-411fdaac7488 with scrape type 2
2026-03-26 08:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fd3ed77-2be3-5968-9ef0-411fdaac7488 with scrape type 2
2026-03-26 08:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fd3ed77-2be3-5968-9ef0-411fdaac7488, identifier: YC13%20HCU
2026-03-26 08:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fd3ed77-2be3-5968-9ef0-411fdaac7488 with identifier: YC13%20HCU
2026-03-26 08:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fd3ed77-2be3-5968-9ef0-411fdaac7488 with identifier: YC13%20HCU
2026-03-26 08:02:03 [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-26 08:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02: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': 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-27T10: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-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:03 [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-26 08:02:03 [bca.uk] INFO: Saving data for YC13%20HCU: {'auction_closing_time': 1774605600.0, 'created_time': 1773845122.143921, 'last_price_update_time': 1774512123.239665}
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:03 [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-26 08:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab302f8d0>
2026-03-26 08:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FEY22OYZ%252F678099118%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099118/600 saved to cache
2026-03-26 08:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:02:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cca0d0>
2026-03-26 08:02:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FEY22OYZ%252F678118092%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118092/600 saved to cache
2026-03-26 08:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e3e44aff-8fb6-5a52-95af-41f4184b03b8
2026-03-26 08:02:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3e44aff-8fb6-5a52-95af-41f4184b03b8, skipping ID generation
2026-03-26 08:02:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3e44aff-8fb6-5a52-95af-41f4184b03b8 sending to next pipeline
2026-03-26 08:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3e44aff-8fb6-5a52-95af-41f4184b03b8, identifier: EY22%20OYZ
2026-03-26 08:02:03 [bca.uk] INFO: Found listing with ID: YG64%20YTB
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:03 [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-26 08:02:03 [bca.uk] INFO: Scrape type for YG64%20YTB: 0
2026-03-26 08:02:03 [bca.uk] INFO: Found listing with ID: YX59%20UZR
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX59%2520UZR%27 HTTP/1.1" 200 None
2026-03-26 08:02:03 [bca.uk] INFO: Scrape type for YX59%20UZR: 2
2026-03-26 08:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 583b07f4-d3f1-5678-944f-2caeb835c102 with identifier: YX59%20UZR
2026-03-26 08:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 583b07f4-d3f1-5678-944f-2caeb835c102 with scrape type 2
2026-03-26 08:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 583b07f4-d3f1-5678-944f-2caeb835c102 with scrape type 2
2026-03-26 08:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 583b07f4-d3f1-5678-944f-2caeb835c102, identifier: YX59%20UZR
2026-03-26 08:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3e44aff-8fb6-5a52-95af-41f4184b03b8 with identifier: EY22%20OYZ
2026-03-26 08:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3e44aff-8fb6-5a52-95af-41f4184b03b8 with identifier: EY22%20OYZ
2026-03-26 08:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3e44aff-8fb6-5a52-95af-41f4184b03b8 with identifier: EY22%20OYZ to the API
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118092/600>
{'auction_title': '',
'c_o_2_emission_value': 236,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_expert_report_file_660a9119-f594-4d07-957d-8a4010c55604.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY22%20OYZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e3e44aff-8fb6-5a52-95af-41f4184b03b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EY22 OYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY22%20OYZ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'DEFENDER 110',
'odometer': 45356,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45937,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118026/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44175,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118043/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42711,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099016/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42433,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118057/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39935,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099038/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44994,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118068/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42142,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099076/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41291,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118082/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38023,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678099118/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3e44aff-8fb6-5a52-95af-41f4184b03b8/e3e44aff-8fb6-5a52-95af-41f4184b03b8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38420,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY22OYZ/678118092/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER DEFENDER 110 3.0 I6 D250 AWD X-DYNAMIC HSE(5ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'I6 D250 AWD X-DYNAMIC HSE(5ST)',
'vin': 'SALEA7AW1P2113378',
'year': 2022}
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520OYZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:03 [bca.uk] INFO: Saving data for EY22%20OYZ: {'created_time': 1774512123.961421, 'last_price_update_time': 1774512123.961439, 'auction_closing_time': 1774605600.0}
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY22%2520OYZ') HTTP/1.1" 204 0
2026-03-26 08:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 583b07f4-d3f1-5678-944f-2caeb835c102 with identifier: YX59%20UZR
2026-03-26 08:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 583b07f4-d3f1-5678-944f-2caeb835c102 with identifier: YX59%20UZR
2026-03-26 08:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 583b07f4-d3f1-5678-944f-2caeb835c102 with identifier: YX59%20UZR to the API
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX59%20UZR-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '583b07f4-d3f1-5678-944f-2caeb835c102',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YX59 UZR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX59%20UZR&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 85123,
'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 NOTE 1.4 ACENTA Hatchback',
'transmission': 'manual',
'trim': 'ACENTA',
'vin': 'SJNFAAE11U2028446',
'year': 2009}
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX59%2520UZR%27 HTTP/1.1" 200 None
2026-03-26 08:02:04 [bca.uk] INFO: Saving data for YX59%20UZR: {'auction_closing_time': 1774605600.0, 'created_time': 1774419009.30861, 'last_price_update_time': 1774512124.372292}
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX59%2520UZR') HTTP/1.1" 204 0
2026-03-26 08:02:04 [bca.uk] INFO: Found listing with ID: YY65%20PDK
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY65%2520PDK%27 HTTP/1.1" 200 None
2026-03-26 08:02:04 [bca.uk] INFO: Scrape type for YY65%20PDK: 2
2026-03-26 08:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09b775a2-1d6f-5c57-a5ad-f3f1e9483537 with identifier: YY65%20PDK
2026-03-26 08:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b775a2-1d6f-5c57-a5ad-f3f1e9483537 with scrape type 2
2026-03-26 08:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09b775a2-1d6f-5c57-a5ad-f3f1e9483537 with scrape type 2
2026-03-26 08:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09b775a2-1d6f-5c57-a5ad-f3f1e9483537, identifier: YY65%20PDK
2026-03-26 08:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09b775a2-1d6f-5c57-a5ad-f3f1e9483537 with identifier: YY65%20PDK
2026-03-26 08:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09b775a2-1d6f-5c57-a5ad-f3f1e9483537 with identifier: YY65%20PDK
2026-03-26 08:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09b775a2-1d6f-5c57-a5ad-f3f1e9483537 with identifier: YY65%20PDK to the API
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02: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': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY65%20PDK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '09b775a2-1d6f-5c57-a5ad-f3f1e9483537',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY65 PDK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY65%20PDK&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 96306,
'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 LIMITED ED. Hatchback',
'transmission': 'manual',
'trim': '70 LIMITED ED.',
'vin': 'W0L0XEP08G6000925',
'year': 2015}
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY65%2520PDK%27 HTTP/1.1" 200 None
2026-03-26 08:02:04 [bca.uk] INFO: Saving data for YY65%20PDK: {'auction_closing_time': 1774605600.0, 'created_time': 1774101891.864576, 'last_price_update_time': 1774512124.901994}
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY65%2520PDK') HTTP/1.1" 204 0
2026-03-26 08:02:04 [bca.uk] INFO: Found listing with ID: AM64%20CAL
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM64%2520CAL%27 HTTP/1.1" 200 None
2026-03-26 08:02:04 [bca.uk] INFO: Scrape type for AM64%20CAL: 2
2026-03-26 08:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c0ca94-a632-5774-a54c-2eb46fecff36 with identifier: AM64%20CAL
2026-03-26 08:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c0ca94-a632-5774-a54c-2eb46fecff36 with scrape type 2
2026-03-26 08:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c0ca94-a632-5774-a54c-2eb46fecff36 with scrape type 2
2026-03-26 08:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2c0ca94-a632-5774-a54c-2eb46fecff36, identifier: AM64%20CAL
2026-03-26 08:02:05 [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-26 08:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2c0ca94-a632-5774-a54c-2eb46fecff36 with identifier: AM64%20CAL
2026-03-26 08:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2c0ca94-a632-5774-a54c-2eb46fecff36 with identifier: AM64%20CAL
2026-03-26 08:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2c0ca94-a632-5774-a54c-2eb46fecff36 with identifier: AM64%20CAL to the API
2026-03-26 08:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AM64%20CAL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f2c0ca94-a632-5774-a54c-2eb46fecff36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AM64 CAL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AM64%20CAL&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 80760,
'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 DISCOVERY SPORT 2.0 TD4 150 HSE StationWagon',
'transmission': 'manual',
'trim': 'TD4 150 HSE',
'vin': 'SALCA2CN6GH572210',
'year': 2015}
2026-03-26 08:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AM64%2520CAL%27 HTTP/1.1" 200 None
2026-03-26 08:02:05 [bca.uk] INFO: Saving data for AM64%20CAL: {'auction_closing_time': 1774605600.0, 'created_time': 1774130556.287972, 'last_price_update_time': 1774512125.402927}
2026-03-26 08:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AM64%2520CAL') HTTP/1.1" 204 0
2026-03-26 08:02:05 [bca.uk] INFO: Found listing with ID: CE12%20XPW
2026-03-26 08:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE12%2520XPW%27 HTTP/1.1" 200 None
2026-03-26 08:02:05 [bca.uk] INFO: Scrape type for CE12%20XPW: 2
2026-03-26 08:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a with identifier: CE12%20XPW
2026-03-26 08:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a with scrape type 2
2026-03-26 08:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a with scrape type 2
2026-03-26 08:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a, identifier: CE12%20XPW
2026-03-26 08:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a with identifier: CE12%20XPW
2026-03-26 08:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a with identifier: CE12%20XPW
2026-03-26 08:02:05 [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-26 08:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 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-27T10: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-26 08:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE12%2520XPW%27 HTTP/1.1" 200 None
2026-03-26 08:02:05 [bca.uk] INFO: Saving data for CE12%20XPW: {'auction_closing_time': 1774605600.0, 'created_time': 1774419013.456072, 'last_price_update_time': 1774512125.874306}
2026-03-26 08:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:05 [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-26 08:02:05 [bca.uk] INFO: Found listing with ID: EF13%20OTV
2026-03-26 08:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF13%2520OTV%27 HTTP/1.1" 200 None
2026-03-26 08:02:05 [bca.uk] INFO: Scrape type for EF13%20OTV: 2
2026-03-26 08:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 918a30a8-9595-57ed-be33-8ccceb35f341 with identifier: EF13%20OTV
2026-03-26 08:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 918a30a8-9595-57ed-be33-8ccceb35f341 with scrape type 2
2026-03-26 08:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 918a30a8-9595-57ed-be33-8ccceb35f341 with scrape type 2
2026-03-26 08:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 918a30a8-9595-57ed-be33-8ccceb35f341, identifier: EF13%20OTV
2026-03-26 08:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 918a30a8-9595-57ed-be33-8ccceb35f341 with identifier: EF13%20OTV
2026-03-26 08:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 918a30a8-9595-57ed-be33-8ccceb35f341 with identifier: EF13%20OTV
2026-03-26 08:02:06 [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-26 08:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02: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-26 08:02: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': 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-27T10: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-26 08:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:06 [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-26 08:02:06 [bca.uk] INFO: Saving data for EF13%20OTV: {'auction_closing_time': 1774605600.0, 'created_time': 1774419001.560597, 'last_price_update_time': 1774512126.388743}
2026-03-26 08:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:06 [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-26 08:02:06 [bca.uk] INFO: Total items found: 100
2026-03-26 08:02:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded
2026-03-26 08:02:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:02:06 [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-26 08:02:06 [bca.uk] INFO: Found listing with ID: EK60%20KBY
2026-03-26 08:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK60%2520KBY%27 HTTP/1.1" 200 None
2026-03-26 08:02:06 [bca.uk] INFO: Scrape type for EK60%20KBY: 2
2026-03-26 08:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d0002ff-bc6e-5a42-b773-84cf0ae543c0 with identifier: EK60%20KBY
2026-03-26 08:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d0002ff-bc6e-5a42-b773-84cf0ae543c0 with scrape type 2
2026-03-26 08:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d0002ff-bc6e-5a42-b773-84cf0ae543c0 with scrape type 2
2026-03-26 08:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d0002ff-bc6e-5a42-b773-84cf0ae543c0, identifier: EK60%20KBY
2026-03-26 08:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d0002ff-bc6e-5a42-b773-84cf0ae543c0 with identifier: EK60%20KBY
2026-03-26 08:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d0002ff-bc6e-5a42-b773-84cf0ae543c0 with identifier: EK60%20KBY
2026-03-26 08:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d0002ff-bc6e-5a42-b773-84cf0ae543c0 with identifier: EK60%20KBY to the API
2026-03-26 08:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02: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-26 08:02: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': 179,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK60%20KBY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9d0002ff-bc6e-5a42-b773-84cf0ae543c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK60 KBY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK60%20KBY&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FORD',
'model': 'MONDEO',
'odometer': 166218,
'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 MONDEO 2.0 E/B TITANIUM X P/SHIFT Hatchback',
'transmission': 'automatic',
'trim': 'E/B TITANIUM X P/SHIFT',
'vin': 'WF0EXXGBBEAJ06064',
'year': 2010}
2026-03-26 08:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK60%2520KBY%27 HTTP/1.1" 200 None
2026-03-26 08:02:07 [bca.uk] INFO: Saving data for EK60%20KBY: {'auction_closing_time': 1774605600.0, 'created_time': 1774419000.249665, 'last_price_update_time': 1774512127.004715}
2026-03-26 08:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK60%2520KBY') HTTP/1.1" 204 0
2026-03-26 08:02:07 [bca.uk] INFO: Found listing with ID: WM12%20FGV
2026-03-26 08:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM12%2520FGV%27 HTTP/1.1" 200 None
2026-03-26 08:02:07 [bca.uk] INFO: Scrape type for WM12%20FGV: 0
2026-03-26 08:02:07 [bca.uk] INFO: Found listing with ID: YR57%20CXS
2026-03-26 08:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR57%2520CXS%27 HTTP/1.1" 200 None
2026-03-26 08:02:07 [bca.uk] INFO: Scrape type for YR57%20CXS: 2
2026-03-26 08:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b866b69c-7430-5f6f-8150-3584938d1db0 with identifier: YR57%20CXS
2026-03-26 08:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b866b69c-7430-5f6f-8150-3584938d1db0 with scrape type 2
2026-03-26 08:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b866b69c-7430-5f6f-8150-3584938d1db0 with scrape type 2
2026-03-26 08:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b866b69c-7430-5f6f-8150-3584938d1db0, identifier: YR57%20CXS
2026-03-26 08:02:07 [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-26 08:02:07 [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-26 08:02:07 [bca.uk] INFO: Found listing with ID: FJ15%20XZU
2026-03-26 08:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ15%2520XZU%27 HTTP/1.1" 200 None
2026-03-26 08:02:07 [bca.uk] INFO: Scrape type for FJ15%20XZU: 2
2026-03-26 08:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8 with identifier: FJ15%20XZU
2026-03-26 08:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8 with scrape type 2
2026-03-26 08:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8 with scrape type 2
2026-03-26 08:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8, identifier: FJ15%20XZU
2026-03-26 08:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b866b69c-7430-5f6f-8150-3584938d1db0 with identifier: YR57%20CXS
2026-03-26 08:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b866b69c-7430-5f6f-8150-3584938d1db0 with identifier: YR57%20CXS
2026-03-26 08:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b866b69c-7430-5f6f-8150-3584938d1db0 with identifier: YR57%20CXS to the API
2026-03-26 08:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:07 [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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR57%20CXS-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b866b69c-7430-5f6f-8150-3584938d1db0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR57 CXS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR57%20CXS&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MINI',
'model': 'COOPER',
'odometer': 85976,
'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 Hatchback',
'transmission': 'manual',
'trim': 'S',
'vin': 'WMWMF72030TT38607',
'year': 2007}
2026-03-26 08:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR57%2520CXS%27 HTTP/1.1" 200 None
2026-03-26 08:02:07 [bca.uk] INFO: Saving data for YR57%20CXS: {'auction_closing_time': 1774605600.0, 'created_time': 1774418973.58354, 'last_price_update_time': 1774512127.631356}
2026-03-26 08:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR57%2520CXS') HTTP/1.1" 204 0
2026-03-26 08:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8 with identifier: FJ15%20XZU
2026-03-26 08:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8 with identifier: FJ15%20XZU
2026-03-26 08:02:07 [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-26 08:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 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-27T10: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-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:08 [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-26 08:02:08 [bca.uk] INFO: Saving data for FJ15%20XZU: {'auction_closing_time': 1774605600.0, 'created_time': 1773930772.928824, 'last_price_update_time': 1774512128.01543}
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:08 [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-26 08:02:08 [bca.uk] INFO: Found listing with ID: YT09%20AWX
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT09%2520AWX%27 HTTP/1.1" 200 None
2026-03-26 08:02:08 [bca.uk] INFO: Scrape type for YT09%20AWX: 0
2026-03-26 08:02:08 [bca.uk] INFO: Found listing with ID: LV67%20VRD
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%2520VRD%27 HTTP/1.1" 200 None
2026-03-26 08:02:08 [bca.uk] INFO: Scrape type for LV67%20VRD: 0
2026-03-26 08:02:08 [bca.uk] INFO: Found listing with ID: DS18%20LGW
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS18%2520LGW%27 HTTP/1.1" 200 None
2026-03-26 08:02:08 [bca.uk] INFO: Scrape type for DS18%20LGW: 0
2026-03-26 08:02:08 [bca.uk] INFO: Found listing with ID: AH13%20NEY
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:08 [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-26 08:02:08 [bca.uk] INFO: Scrape type for AH13%20NEY: 0
2026-03-26 08:02:08 [bca.uk] INFO: Found listing with ID: FG18%20YVH
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:08 [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-26 08:02:08 [bca.uk] INFO: Scrape type for FG18%20YVH: 0
2026-03-26 08:02:08 [bca.uk] INFO: Found listing with ID: FJ67%20WDG
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520WDG%27 HTTP/1.1" 200 None
2026-03-26 08:02:08 [bca.uk] INFO: Scrape type for FJ67%20WDG: 0
2026-03-26 08:02:08 [bca.uk] INFO: Found listing with ID: RY66%20NXK
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520NXK%27 HTTP/1.1" 200 None
2026-03-26 08:02:08 [bca.uk] INFO: Scrape type for RY66%20NXK: 2
2026-03-26 08:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3cc3cec-f86d-5ef5-ba41-84a73c9fb508 with identifier: RY66%20NXK
2026-03-26 08:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3cc3cec-f86d-5ef5-ba41-84a73c9fb508 with scrape type 2
2026-03-26 08:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3cc3cec-f86d-5ef5-ba41-84a73c9fb508 with scrape type 2
2026-03-26 08:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3cc3cec-f86d-5ef5-ba41-84a73c9fb508, identifier: RY66%20NXK
2026-03-26 08:02:08 [bca.uk] INFO: Found listing with ID: FV11%20ZRR
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV11%2520ZRR%27 HTTP/1.1" 200 None
2026-03-26 08:02:08 [bca.uk] INFO: Scrape type for FV11%20ZRR: 2
2026-03-26 08:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57554002-2224-5cd8-afdf-e2e2edb6cb0b with identifier: FV11%20ZRR
2026-03-26 08:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57554002-2224-5cd8-afdf-e2e2edb6cb0b with scrape type 2
2026-03-26 08:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57554002-2224-5cd8-afdf-e2e2edb6cb0b with scrape type 2
2026-03-26 08:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57554002-2224-5cd8-afdf-e2e2edb6cb0b, identifier: FV11%20ZRR
2026-03-26 08:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3cc3cec-f86d-5ef5-ba41-84a73c9fb508 with identifier: RY66%20NXK
2026-03-26 08:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3cc3cec-f86d-5ef5-ba41-84a73c9fb508 with identifier: RY66%20NXK
2026-03-26 08:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3cc3cec-f86d-5ef5-ba41-84a73c9fb508 with identifier: RY66%20NXK to the API
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02:08 [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': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY66%20NXK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a3cc3cec-f86d-5ef5-ba41-84a73c9fb508',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RY66 NXK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY66%20NXK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 92365,
'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 FIESTA 1.0 E/B 125 TITANIUM X Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 TITANIUM X',
'vin': 'WF0DXXGAKDHJ78813',
'year': 2017}
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520NXK%27 HTTP/1.1" 200 None
2026-03-26 08:02:08 [bca.uk] INFO: Saving data for RY66%20NXK: {'auction_closing_time': 1774605600.0, 'created_time': 1774418775.520662, 'last_price_update_time': 1774512128.769348}
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY66%2520NXK') HTTP/1.1" 204 0
2026-03-26 08:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57554002-2224-5cd8-afdf-e2e2edb6cb0b with identifier: FV11%20ZRR
2026-03-26 08:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57554002-2224-5cd8-afdf-e2e2edb6cb0b with identifier: FV11%20ZRR
2026-03-26 08:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57554002-2224-5cd8-afdf-e2e2edb6cb0b with identifier: FV11%20ZRR to the API
2026-03-26 08:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV11%20ZRR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '57554002-2224-5cd8-afdf-e2e2edb6cb0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV11 ZRR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV11%20ZRR&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 118641,
'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.4 16V SE Hatchback',
'transmission': 'manual',
'trim': '16V SE',
'vin': 'W0L0SDL08B6055102',
'year': 2011}
2026-03-26 08:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV11%2520ZRR%27 HTTP/1.1" 200 None
2026-03-26 08:02:09 [bca.uk] INFO: Saving data for FV11%20ZRR: {'auction_closing_time': 1774605600.0, 'created_time': 1774419036.380109, 'last_price_update_time': 1774512129.266282}
2026-03-26 08:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV11%2520ZRR') HTTP/1.1" 204 0
2026-03-26 08:02:09 [bca.uk] INFO: Found listing with ID: UIG%202744
2026-03-26 08:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27UIG%25202744%27 HTTP/1.1" 200 None
2026-03-26 08:02:09 [bca.uk] INFO: Scrape type for UIG%202744: 0
2026-03-26 08:02:09 [bca.uk] INFO: Found listing with ID: VE17%20HYF
2026-03-26 08:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE17%2520HYF%27 HTTP/1.1" 200 None
2026-03-26 08:02:09 [bca.uk] INFO: Scrape type for VE17%20HYF: 0
2026-03-26 08:02:09 [bca.uk] INFO: Found listing with ID: VK14%20FOH
2026-03-26 08:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK14%2520FOH%27 HTTP/1.1" 200 None
2026-03-26 08:02:09 [bca.uk] INFO: Scrape type for VK14%20FOH: 2
2026-03-26 08:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53746d5e-fdae-5e1c-9a63-6bad5724b128 with identifier: VK14%20FOH
2026-03-26 08:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53746d5e-fdae-5e1c-9a63-6bad5724b128 with scrape type 2
2026-03-26 08:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53746d5e-fdae-5e1c-9a63-6bad5724b128 with scrape type 2
2026-03-26 08:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53746d5e-fdae-5e1c-9a63-6bad5724b128, identifier: VK14%20FOH
2026-03-26 08:02:09 [bca.uk] INFO: Found listing with ID: MK23%20HHP
2026-03-26 08:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK23%2520HHP%27 HTTP/1.1" 200 None
2026-03-26 08:02:09 [bca.uk] INFO: Scrape type for MK23%20HHP: 0
2026-03-26 08:02:09 [bca.uk] INFO: Found listing with ID: AF72%20URN
2026-03-26 08:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF72%2520URN%27 HTTP/1.1" 200 None
2026-03-26 08:02:09 [bca.uk] INFO: Scrape type for AF72%20URN: 0
2026-03-26 08:02:09 [bca.uk] INFO: Found listing with ID: LL70%20YVB
2026-03-26 08:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL70%2520YVB%27 HTTP/1.1" 200 None
2026-03-26 08:02:09 [bca.uk] INFO: Scrape type for LL70%20YVB: 0
2026-03-26 08:02:09 [bca.uk] INFO: Found listing with ID: BD71%20HWO
2026-03-26 08:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD71%2520HWO%27 HTTP/1.1" 200 None
2026-03-26 08:02:09 [bca.uk] INFO: Scrape type for BD71%20HWO: 0
2026-03-26 08:02:09 [bca.uk] INFO: Found listing with ID: BG61%20ZBT
2026-03-26 08:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG61%2520ZBT%27 HTTP/1.1" 200 None
2026-03-26 08:02:09 [bca.uk] INFO: Scrape type for BG61%20ZBT: 2
2026-03-26 08:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b95e4430-f67d-5a30-af91-3fca810f2278 with identifier: BG61%20ZBT
2026-03-26 08:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b95e4430-f67d-5a30-af91-3fca810f2278 with scrape type 2
2026-03-26 08:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b95e4430-f67d-5a30-af91-3fca810f2278 with scrape type 2
2026-03-26 08:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b95e4430-f67d-5a30-af91-3fca810f2278, identifier: BG61%20ZBT
2026-03-26 08:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53746d5e-fdae-5e1c-9a63-6bad5724b128 with identifier: VK14%20FOH
2026-03-26 08:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53746d5e-fdae-5e1c-9a63-6bad5724b128 with identifier: VK14%20FOH
2026-03-26 08:02:09 [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-26 08:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:10 [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': 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-27T10: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-26 08:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK14%2520FOH%27 HTTP/1.1" 200 None
2026-03-26 08:02:10 [bca.uk] INFO: Saving data for VK14%20FOH: {'auction_closing_time': 1774605600.0, 'created_time': 1774217228.141147, 'last_price_update_time': 1774512130.052524}
2026-03-26 08:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:10 [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-26 08:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b95e4430-f67d-5a30-af91-3fca810f2278 with identifier: BG61%20ZBT
2026-03-26 08:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b95e4430-f67d-5a30-af91-3fca810f2278 with identifier: BG61%20ZBT
2026-03-26 08:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b95e4430-f67d-5a30-af91-3fca810f2278 with identifier: BG61%20ZBT to the API
2026-03-26 08:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG61%20ZBT-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b95e4430-f67d-5a30-af91-3fca810f2278',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG61 ZBT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG61%20ZBT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 105211,
'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.2 VVT SXI Hatchback',
'transmission': 'manual',
'trim': 'VVT SXI',
'vin': 'W0L0SDL68C4012012',
'year': 2011}
2026-03-26 08:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG61%2520ZBT%27 HTTP/1.1" 200 None
2026-03-26 08:02:10 [bca.uk] INFO: Saving data for BG61%20ZBT: {'auction_closing_time': 1774605600.0, 'created_time': 1774418943.828947, 'last_price_update_time': 1774512130.39205}
2026-03-26 08:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG61%2520ZBT') HTTP/1.1" 204 0
2026-03-26 08:02:10 [bca.uk] INFO: Found listing with ID: VU67%20YNN
2026-03-26 08:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU67%2520YNN%27 HTTP/1.1" 200 None
2026-03-26 08:02:10 [bca.uk] INFO: Scrape type for VU67%20YNN: 2
2026-03-26 08:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f with identifier: VU67%20YNN
2026-03-26 08:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f with scrape type 2
2026-03-26 08:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f with scrape type 2
2026-03-26 08:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f, identifier: VU67%20YNN
2026-03-26 08:02:10 [bca.uk] INFO: Found listing with ID: BN11%20YGG
2026-03-26 08:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN11%2520YGG%27 HTTP/1.1" 200 None
2026-03-26 08:02:10 [bca.uk] INFO: Scrape type for BN11%20YGG: 0
2026-03-26 08:02:10 [bca.uk] INFO: Found listing with ID: DP10%20VFT
2026-03-26 08:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP10%2520VFT%27 HTTP/1.1" 200 None
2026-03-26 08:02:10 [bca.uk] INFO: Scrape type for DP10%20VFT: 2
2026-03-26 08:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33248dcd-51d7-5ba7-9016-9e196e608305 with identifier: DP10%20VFT
2026-03-26 08:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33248dcd-51d7-5ba7-9016-9e196e608305 with scrape type 2
2026-03-26 08:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33248dcd-51d7-5ba7-9016-9e196e608305 with scrape type 2
2026-03-26 08:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33248dcd-51d7-5ba7-9016-9e196e608305, identifier: DP10%20VFT
2026-03-26 08:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f with identifier: VU67%20YNN
2026-03-26 08:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f with identifier: VU67%20YNN
2026-03-26 08:02:10 [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-26 08:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:10 [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': 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-27T10: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-26 08:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [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-26 08:02:11 [bca.uk] INFO: Saving data for VU67%20YNN: {'auction_closing_time': 1774605600.0, 'created_time': 1774418772.123615, 'last_price_update_time': 1774512131.006604}
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [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-26 08:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33248dcd-51d7-5ba7-9016-9e196e608305 with identifier: DP10%20VFT
2026-03-26 08:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33248dcd-51d7-5ba7-9016-9e196e608305 with identifier: DP10%20VFT
2026-03-26 08:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33248dcd-51d7-5ba7-9016-9e196e608305 with identifier: DP10%20VFT to the API
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02: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': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP10%20VFT-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '33248dcd-51d7-5ba7-9016-9e196e608305',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP10 VFT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP10%20VFT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 88591,
'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': 'manual',
'trim': '16V 115 ELITE',
'vin': 'W0LPE6ED8A8087615',
'year': 2010}
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP10%2520VFT%27 HTTP/1.1" 200 None
2026-03-26 08:02:11 [bca.uk] INFO: Saving data for DP10%20VFT: {'auction_closing_time': 1774605600.0, 'created_time': 1774418981.603893, 'last_price_update_time': 1774512131.503813}
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP10%2520VFT') HTTP/1.1" 204 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: WD65%20LFA
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD65%2520LFA%27 HTTP/1.1" 200 None
2026-03-26 08:02:11 [bca.uk] INFO: Scrape type for WD65%20LFA: 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: WF65%20XDU
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520XDU%27 HTTP/1.1" 200 None
2026-03-26 08:02:11 [bca.uk] INFO: Scrape type for WF65%20XDU: 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: YB15%20BZD
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB15%2520BZD%27 HTTP/1.1" 200 None
2026-03-26 08:02:11 [bca.uk] INFO: Scrape type for YB15%20BZD: 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: AJ64%20PTU
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [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-26 08:02:11 [bca.uk] INFO: Scrape type for AJ64%20PTU: 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: DV66%20WWE
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [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-26 08:02:11 [bca.uk] INFO: Scrape type for DV66%20WWE: 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: EK66%20XSM
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [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-26 08:02:11 [bca.uk] INFO: Scrape type for EK66%20XSM: 2
2026-03-26 08:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42 with identifier: EK66%20XSM
2026-03-26 08:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42 with scrape type 2
2026-03-26 08:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42 with scrape type 2
2026-03-26 08:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42, identifier: EK66%20XSM
2026-03-26 08:02:11 [scrapy.extensions.logstats] INFO: Crawled 25 pages (at 22 pages/min), scraped 73 items (at 59 items/min)
2026-03-26 08:02:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: DU55%20BSO
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU55%2520BSO%27 HTTP/1.1" 200 None
2026-03-26 08:02:11 [bca.uk] INFO: Scrape type for DU55%20BSO: 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: EA11%20GDV
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [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-26 08:02:11 [bca.uk] INFO: Scrape type for EA11%20GDV: 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: FL60%20GSU
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%2520GSU%27 HTTP/1.1" 200 None
2026-03-26 08:02:11 [bca.uk] INFO: Scrape type for FL60%20GSU: 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: FN59%20NLJ
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN59%2520NLJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:11 [bca.uk] INFO: Scrape type for FN59%20NLJ: 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: FP10%20WDS
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%2520WDS%27 HTTP/1.1" 200 None
2026-03-26 08:02:11 [bca.uk] INFO: Scrape type for FP10%20WDS: 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: GL11%20UCS
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL11%2520UCS%27 HTTP/1.1" 200 None
2026-03-26 08:02:11 [bca.uk] INFO: Scrape type for GL11%20UCS: 0
2026-03-26 08:02:11 [bca.uk] INFO: Found listing with ID: GU14%20XVJ
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU14%2520XVJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:11 [bca.uk] INFO: Scrape type for GU14%20XVJ: 2
2026-03-26 08:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5577af32-f2bf-5918-8ab7-84064ae035ae with identifier: GU14%20XVJ
2026-03-26 08:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5577af32-f2bf-5918-8ab7-84064ae035ae with scrape type 2
2026-03-26 08:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5577af32-f2bf-5918-8ab7-84064ae035ae with scrape type 2
2026-03-26 08:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5577af32-f2bf-5918-8ab7-84064ae035ae, identifier: GU14%20XVJ
2026-03-26 08:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42 with identifier: EK66%20XSM
2026-03-26 08:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42 with identifier: EK66%20XSM
2026-03-26 08:02:12 [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-26 08:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:12 [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': 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-27T10: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-26 08:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK66%2520XSM%27 HTTP/1.1" 200 None
2026-03-26 08:02:12 [bca.uk] INFO: Saving data for EK66%20XSM: {'auction_closing_time': 1774605600.0, 'created_time': 1774418796.877735, 'last_price_update_time': 1774512132.458324}
2026-03-26 08:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:12 [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-26 08:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5577af32-f2bf-5918-8ab7-84064ae035ae with identifier: GU14%20XVJ
2026-03-26 08:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5577af32-f2bf-5918-8ab7-84064ae035ae with identifier: GU14%20XVJ
2026-03-26 08:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5577af32-f2bf-5918-8ab7-84064ae035ae with identifier: GU14%20XVJ to the API
2026-03-26 08:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU14%20XVJ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5577af32-f2bf-5918-8ab7-84064ae035ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU14 XVJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU14%20XVJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'KA',
'odometer': 108438,
'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 KA 1.2 STUDIO S/S Hatchback',
'transmission': 'manual',
'trim': 'STUDIO S/S',
'vin': 'WF0UXXLTRUEL57988',
'year': 2014}
2026-03-26 08:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU14%2520XVJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:12 [bca.uk] INFO: Saving data for GU14%20XVJ: {'auction_closing_time': 1774605600.0, 'created_time': 1774418986.032846, 'last_price_update_time': 1774512132.915654}
2026-03-26 08:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU14%2520XVJ') HTTP/1.1" 204 0
2026-03-26 08:02:12 [bca.uk] INFO: Found listing with ID: GN65%20MLV
2026-03-26 08:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN65%2520MLV%27 HTTP/1.1" 200 None
2026-03-26 08:02:12 [bca.uk] INFO: Scrape type for GN65%20MLV: 2
2026-03-26 08:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 018eb27f-061f-5cfa-b757-8088c3545930 with identifier: GN65%20MLV
2026-03-26 08:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 018eb27f-061f-5cfa-b757-8088c3545930 with scrape type 2
2026-03-26 08:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 018eb27f-061f-5cfa-b757-8088c3545930 with scrape type 2
2026-03-26 08:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 018eb27f-061f-5cfa-b757-8088c3545930, identifier: GN65%20MLV
2026-03-26 08:02:13 [bca.uk] INFO: Found listing with ID: GY56%20KBF
2026-03-26 08:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY56%2520KBF%27 HTTP/1.1" 200 None
2026-03-26 08:02:13 [bca.uk] INFO: Scrape type for GY56%20KBF: 0
2026-03-26 08:02:13 [bca.uk] INFO: Found listing with ID: HV61%20NLK
2026-03-26 08:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV61%2520NLK%27 HTTP/1.1" 200 None
2026-03-26 08:02:13 [bca.uk] INFO: Scrape type for HV61%20NLK: 0
2026-03-26 08:02:13 [bca.uk] INFO: Found listing with ID: LD54%20JZA
2026-03-26 08:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD54%2520JZA%27 HTTP/1.1" 200 None
2026-03-26 08:02:13 [bca.uk] INFO: Scrape type for LD54%20JZA: 2
2026-03-26 08:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2537736-1843-5671-822a-76e1871b3c84 with identifier: LD54%20JZA
2026-03-26 08:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2537736-1843-5671-822a-76e1871b3c84 with scrape type 2
2026-03-26 08:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2537736-1843-5671-822a-76e1871b3c84 with scrape type 2
2026-03-26 08:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2537736-1843-5671-822a-76e1871b3c84, identifier: LD54%20JZA
2026-03-26 08:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 018eb27f-061f-5cfa-b757-8088c3545930 with identifier: GN65%20MLV
2026-03-26 08:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 018eb27f-061f-5cfa-b757-8088c3545930 with identifier: GN65%20MLV
2026-03-26 08:02:13 [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-26 08:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 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-27T10: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-26 08:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN65%2520MLV%27 HTTP/1.1" 200 None
2026-03-26 08:02:13 [bca.uk] INFO: Saving data for GN65%20MLV: {'auction_closing_time': 1774605600.0, 'created_time': 1774418788.547214, 'last_price_update_time': 1774512133.620775}
2026-03-26 08:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:13 [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-26 08:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2537736-1843-5671-822a-76e1871b3c84 with identifier: LD54%20JZA
2026-03-26 08:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:02:13 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=green HTTP/1.1" 200 None
2026-03-26 08:02:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2537736-1843-5671-822a-76e1871b3c84 with identifier: LD54%20JZA
2026-03-26 08:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2537736-1843-5671-822a-76e1871b3c84 with identifier: LD54%20JZA to the API
2026-03-26 08:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02:14 [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=LD54%20JZA-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-27T10: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-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:14 [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-26 08:02:14 [bca.uk] INFO: Saving data for LD54%20JZA: {'auction_closing_time': 1774605600.0, 'created_time': 1774418952.085031, 'last_price_update_time': 1774512134.13749}
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:14 [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-26 08:02:14 [bca.uk] INFO: Found listing with ID: HX15%20XTA
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX15%2520XTA%27 HTTP/1.1" 200 None
2026-03-26 08:02:14 [bca.uk] INFO: Scrape type for HX15%20XTA: 0
2026-03-26 08:02:14 [bca.uk] INFO: Found listing with ID: KS16%20LNU
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS16%2520LNU%27 HTTP/1.1" 200 None
2026-03-26 08:02:14 [bca.uk] INFO: Scrape type for KS16%20LNU: 2
2026-03-26 08:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c7439a5-9ce9-549f-8ab8-bcf71af4e560 with identifier: KS16%20LNU
2026-03-26 08:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c7439a5-9ce9-549f-8ab8-bcf71af4e560 with scrape type 2
2026-03-26 08:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c7439a5-9ce9-549f-8ab8-bcf71af4e560 with scrape type 2
2026-03-26 08:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c7439a5-9ce9-549f-8ab8-bcf71af4e560, identifier: KS16%20LNU
2026-03-26 08:02:14 [bca.uk] INFO: Found listing with ID: LV07%20VOA
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV07%2520VOA%27 HTTP/1.1" 200 None
2026-03-26 08:02:14 [bca.uk] INFO: Scrape type for LV07%20VOA: 0
2026-03-26 08:02:14 [bca.uk] INFO: Found listing with ID: VA56%20WKX
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA56%2520WKX%27 HTTP/1.1" 200 None
2026-03-26 08:02:14 [bca.uk] INFO: Scrape type for VA56%20WKX: 0
2026-03-26 08:02:14 [bca.uk] INFO: Found listing with ID: AO60%20ZPT
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO60%2520ZPT%27 HTTP/1.1" 200 None
2026-03-26 08:02:14 [bca.uk] INFO: Scrape type for AO60%20ZPT: 2
2026-03-26 08:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 170a969a-6e6c-53cf-a46f-24c61e9435a6 with identifier: AO60%20ZPT
2026-03-26 08:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 170a969a-6e6c-53cf-a46f-24c61e9435a6 with scrape type 2
2026-03-26 08:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 170a969a-6e6c-53cf-a46f-24c61e9435a6 with scrape type 2
2026-03-26 08:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 170a969a-6e6c-53cf-a46f-24c61e9435a6, identifier: AO60%20ZPT
2026-03-26 08:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c7439a5-9ce9-549f-8ab8-bcf71af4e560 with identifier: KS16%20LNU
2026-03-26 08:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c7439a5-9ce9-549f-8ab8-bcf71af4e560 with identifier: KS16%20LNU
2026-03-26 08:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c7439a5-9ce9-549f-8ab8-bcf71af4e560 with identifier: KS16%20LNU to the API
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02:15 [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': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS16%20LNU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4c7439a5-9ce9-549f-8ab8-bcf71af4e560',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS16 LNU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS16%20LNU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 81331,
'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.2 P/T 110 ACTIVE Estate',
'transmission': 'manual',
'trim': 'P/T 110 ACTIVE',
'vin': 'VF3LRHNZBGS134399',
'year': 2016}
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS16%2520LNU%27 HTTP/1.1" 200 None
2026-03-26 08:02:15 [bca.uk] INFO: Saving data for KS16%20LNU: {'auction_closing_time': 1774605600.0, 'created_time': 1774418772.519074, 'last_price_update_time': 1774512135.071225}
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS16%2520LNU') HTTP/1.1" 204 0
2026-03-26 08:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 170a969a-6e6c-53cf-a46f-24c61e9435a6 with identifier: AO60%20ZPT
2026-03-26 08:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 170a969a-6e6c-53cf-a46f-24c61e9435a6 with identifier: AO60%20ZPT
2026-03-26 08:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 170a969a-6e6c-53cf-a46f-24c61e9435a6 with identifier: AO60%20ZPT to the API
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO60%20ZPT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '170a969a-6e6c-53cf-a46f-24c61e9435a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO60 ZPT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO60%20ZPT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MINI',
'model': 'COOPER',
'odometer': 81383,
'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': 'MINI COOPER 1.6 S 184 Convertible',
'transmission': 'manual',
'trim': 'S 184',
'vin': 'WMWZP320X0TY87037',
'year': 2011}
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO60%2520ZPT%27 HTTP/1.1" 200 None
2026-03-26 08:02:15 [bca.uk] INFO: Saving data for AO60%20ZPT: {'auction_closing_time': 1774605600.0, 'created_time': 1774418952.857392, 'last_price_update_time': 1774512135.438566}
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO60%2520ZPT') HTTP/1.1" 204 0
2026-03-26 08:02:15 [bca.uk] INFO: Found listing with ID: LD15%20OXZ
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD15%2520OXZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:15 [bca.uk] INFO: Scrape type for LD15%20OXZ: 0
2026-03-26 08:02:15 [bca.uk] INFO: Found listing with ID: PF16%20GYX
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:15 [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-26 08:02:15 [bca.uk] INFO: Scrape type for PF16%20GYX: 2
2026-03-26 08:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 732b4768-609e-5bb7-adcb-a56b74e4348d with identifier: PF16%20GYX
2026-03-26 08:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 732b4768-609e-5bb7-adcb-a56b74e4348d with scrape type 2
2026-03-26 08:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 732b4768-609e-5bb7-adcb-a56b74e4348d with scrape type 2
2026-03-26 08:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 732b4768-609e-5bb7-adcb-a56b74e4348d, identifier: PF16%20GYX
2026-03-26 08:02:15 [bca.uk] INFO: Found listing with ID: BJ13%20MVC
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:15 [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-26 08:02:15 [bca.uk] INFO: Scrape type for BJ13%20MVC: 0
2026-03-26 08:02:15 [bca.uk] INFO: Found listing with ID: DK65%20MLU
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:15 [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-26 08:02:15 [bca.uk] INFO: Scrape type for DK65%20MLU: 0
2026-03-26 08:02:15 [bca.uk] INFO: Found listing with ID: EA66%20VAF
2026-03-26 08:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:15 [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-26 08:02:15 [bca.uk] INFO: Scrape type for EA66%20VAF: 2
2026-03-26 08:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87d79866-b5e8-5e07-8e27-66504115958a with identifier: EA66%20VAF
2026-03-26 08:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87d79866-b5e8-5e07-8e27-66504115958a with scrape type 2
2026-03-26 08:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87d79866-b5e8-5e07-8e27-66504115958a with scrape type 2
2026-03-26 08:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87d79866-b5e8-5e07-8e27-66504115958a, identifier: EA66%20VAF
2026-03-26 08:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 732b4768-609e-5bb7-adcb-a56b74e4348d with identifier: PF16%20GYX
2026-03-26 08:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 732b4768-609e-5bb7-adcb-a56b74e4348d with identifier: PF16%20GYX
2026-03-26 08:02:15 [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-26 08:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02:16 [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': 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-27T10: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-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [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-26 08:02:16 [bca.uk] INFO: Saving data for PF16%20GYX: {'auction_closing_time': 1774605600.0, 'created_time': 1774217065.297257, 'last_price_update_time': 1774512136.141848}
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [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-26 08:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87d79866-b5e8-5e07-8e27-66504115958a with identifier: EA66%20VAF
2026-03-26 08:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87d79866-b5e8-5e07-8e27-66504115958a with identifier: EA66%20VAF
2026-03-26 08:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87d79866-b5e8-5e07-8e27-66504115958a with identifier: EA66%20VAF to the API
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02: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': 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-27T10: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-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [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-26 08:02:16 [bca.uk] INFO: Saving data for EA66%20VAF: {'auction_closing_time': 1774605600.0, 'created_time': 1774418983.106625, 'last_price_update_time': 1774512136.635686}
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [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-26 08:02:16 [bca.uk] INFO: Found listing with ID: RE17%20OYR
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [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-26 08:02:16 [bca.uk] INFO: Scrape type for RE17%20OYR: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: RK66%20DKY
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520DKY%27 HTTP/1.1" 200 None
2026-03-26 08:02:16 [bca.uk] INFO: Scrape type for RK66%20DKY: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: RO17%20UUB
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [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-26 08:02:16 [bca.uk] INFO: Scrape type for RO17%20UUB: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: RV14%20YNN
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV14%2520YNN%27 HTTP/1.1" 200 None
2026-03-26 08:02:16 [bca.uk] INFO: Scrape type for RV14%20YNN: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: BF14%20PZM
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%2520PZM%27 HTTP/1.1" 200 None
2026-03-26 08:02:16 [bca.uk] INFO: Scrape type for BF14%20PZM: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: DK16%20URB
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [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-26 08:02:16 [bca.uk] INFO: Scrape type for DK16%20URB: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: FE63%20SXF
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE63%2520SXF%27 HTTP/1.1" 200 None
2026-03-26 08:02:16 [bca.uk] INFO: Scrape type for FE63%20SXF: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: FE67%20KHC
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [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-26 08:02:16 [bca.uk] INFO: Scrape type for FE67%20KHC: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: FG52%20GWZ
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG52%2520GWZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:16 [bca.uk] INFO: Scrape type for FG52%20GWZ: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: FN64%20MFZ
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [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-26 08:02:16 [bca.uk] INFO: Scrape type for FN64%20MFZ: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: HY10%20UJL
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [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-26 08:02:16 [bca.uk] INFO: Scrape type for HY10%20UJL: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: NU11%20RPO
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU11%2520RPO%27 HTTP/1.1" 200 None
2026-03-26 08:02:16 [bca.uk] INFO: Scrape type for NU11%20RPO: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: SG14%20AWZ
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [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-26 08:02:16 [bca.uk] INFO: Scrape type for SG14%20AWZ: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: LP18%20KHD
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520KHD%27 HTTP/1.1" 200 None
2026-03-26 08:02:16 [bca.uk] INFO: Scrape type for LP18%20KHD: 0
2026-03-26 08:02:16 [bca.uk] INFO: Found listing with ID: DY56%20WJG
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY56%2520WJG%27 HTTP/1.1" 200 None
2026-03-26 08:02:16 [bca.uk] INFO: Scrape type for DY56%20WJG: 2
2026-03-26 08:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e29e905f-b585-5f4b-af84-904ea93a1f6c with identifier: DY56%20WJG
2026-03-26 08:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e29e905f-b585-5f4b-af84-904ea93a1f6c with scrape type 2
2026-03-26 08:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e29e905f-b585-5f4b-af84-904ea93a1f6c with scrape type 2
2026-03-26 08:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e29e905f-b585-5f4b-af84-904ea93a1f6c, identifier: DY56%20WJG
2026-03-26 08:02:17 [bca.uk] INFO: Found listing with ID: EK62%20CWO
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:17 [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-26 08:02:17 [bca.uk] INFO: Scrape type for EK62%20CWO: 0
2026-03-26 08:02:17 [bca.uk] INFO: Found listing with ID: EO59%20VLE
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO59%2520VLE%27 HTTP/1.1" 200 None
2026-03-26 08:02:17 [bca.uk] INFO: Scrape type for EO59%20VLE: 0
2026-03-26 08:02:17 [bca.uk] INFO: Found listing with ID: FL15%20UWZ
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:17 [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-26 08:02:17 [bca.uk] INFO: Scrape type for FL15%20UWZ: 2
2026-03-26 08:02:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with identifier: FL15%20UWZ
2026-03-26 08:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with scrape type 2
2026-03-26 08:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with scrape type 2
2026-03-26 08:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ead7302-af2b-5f89-84ca-80c308b6a5f1, identifier: FL15%20UWZ
2026-03-26 08:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e29e905f-b585-5f4b-af84-904ea93a1f6c with identifier: DY56%20WJG
2026-03-26 08:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e29e905f-b585-5f4b-af84-904ea93a1f6c with identifier: DY56%20WJG
2026-03-26 08:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e29e905f-b585-5f4b-af84-904ea93a1f6c with identifier: DY56%20WJG to the API
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02:17 [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=DY56%20WJG-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e29e905f-b585-5f4b-af84-904ea93a1f6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DY56 WJG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY56%20WJG&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 112975,
'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': 'SKODA OCTAVIA 1.6 FSI ELEGANCE Estate',
'transmission': 'manual',
'trim': 'FSI ELEGANCE',
'vin': 'TMBGB21Z852055664',
'year': 2006}
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY56%2520WJG%27 HTTP/1.1" 200 None
2026-03-26 08:02:17 [bca.uk] INFO: Saving data for DY56%20WJG: {'auction_closing_time': 1774605600.0, 'created_time': 1774304184.978595, 'last_price_update_time': 1774512137.539035}
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY56%2520WJG') HTTP/1.1" 204 0
2026-03-26 08:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with identifier: FL15%20UWZ
2026-03-26 08:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with identifier: FL15%20UWZ
2026-03-26 08:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with identifier: FL15%20UWZ to the API
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:02:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:02: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': 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-27T10: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-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL15%2520UWZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:18 [bca.uk] INFO: Saving data for FL15%20UWZ: {'auction_closing_time': 1774605600.0, 'created_time': 1774418984.464878, 'last_price_update_time': 1774512138.0641}
2026-03-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:18 [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-26 08:02:18 [bca.uk] INFO: Found listing with ID: FH12%20UHL
2026-03-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH12%2520UHL%27 HTTP/1.1" 200 None
2026-03-26 08:02:18 [bca.uk] INFO: Scrape type for FH12%20UHL: 0
2026-03-26 08:02:18 [bca.uk] INFO: Found listing with ID: KE13%20UGJ
2026-03-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE13%2520UGJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:18 [bca.uk] INFO: Scrape type for KE13%20UGJ: 0
2026-03-26 08:02:18 [bca.uk] INFO: Found listing with ID: WN59%20CMZ
2026-03-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN59%2520CMZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:18 [bca.uk] INFO: Scrape type for WN59%20CMZ: 0
2026-03-26 08:02:18 [bca.uk] INFO: Found listing with ID: NL09%20OVC
2026-03-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL09%2520OVC%27 HTTP/1.1" 200 None
2026-03-26 08:02:18 [bca.uk] INFO: Scrape type for NL09%20OVC: 0
2026-03-26 08:02:18 [bca.uk] INFO: Found listing with ID: BK62%20OTZ
2026-03-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK62%2520OTZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:18 [bca.uk] INFO: Scrape type for BK62%20OTZ: 0
2026-03-26 08:02:18 [bca.uk] INFO: Found listing with ID: CU63%20EXM
2026-03-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU63%2520EXM%27 HTTP/1.1" 200 None
2026-03-26 08:02:18 [bca.uk] INFO: Scrape type for CU63%20EXM: 2
2026-03-26 08:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20487a3b-8c41-5b7f-a4c8-ae6c036c602c with identifier: CU63%20EXM
2026-03-26 08:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20487a3b-8c41-5b7f-a4c8-ae6c036c602c with scrape type 2
2026-03-26 08:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20487a3b-8c41-5b7f-a4c8-ae6c036c602c with scrape type 2
2026-03-26 08:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20487a3b-8c41-5b7f-a4c8-ae6c036c602c, identifier: CU63%20EXM
2026-03-26 08:02:18 [bca.uk] INFO: Found listing with ID: FX08%20YLL
2026-03-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX08%2520YLL%27 HTTP/1.1" 200 None
2026-03-26 08:02:18 [bca.uk] INFO: Scrape type for FX08%20YLL: 0
2026-03-26 08:02:18 [bca.uk] INFO: Found listing with ID: GV11%20WJM
2026-03-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV11%2520WJM%27 HTTP/1.1" 200 None
2026-03-26 08:02:18 [bca.uk] INFO: Scrape type for GV11%20WJM: 2
2026-03-26 08:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with identifier: GV11%20WJM
2026-03-26 08:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with scrape type 2
2026-03-26 08:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with scrape type 2
2026-03-26 08:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0305ee81-3fa5-5603-bd2b-236ec82af8a4, identifier: GV11%20WJM
2026-03-26 08:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20487a3b-8c41-5b7f-a4c8-ae6c036c602c with identifier: CU63%20EXM
2026-03-26 08:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20487a3b-8c41-5b7f-a4c8-ae6c036c602c with identifier: CU63%20EXM
2026-03-26 08:02:18 [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-26 08:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:18 [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': 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-27T10: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-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU63%2520EXM%27 HTTP/1.1" 200 None
2026-03-26 08:02:18 [bca.uk] INFO: Saving data for CU63%20EXM: {'auction_closing_time': 1774605600.0, 'created_time': 1774275776.714555, 'last_price_update_time': 1774512138.786765}
2026-03-26 08:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:18 [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-26 08:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with identifier: GV11%20WJM
2026-03-26 08:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with identifier: GV11%20WJM
2026-03-26 08:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0305ee81-3fa5-5603-bd2b-236ec82af8a4 with identifier: GV11%20WJM to the API
2026-03-26 08:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV11%20WJM-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0305ee81-3fa5-5603-bd2b-236ec82af8a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV11 WJM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV11%20WJM&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 126258,
'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 SE DSG Estate',
'transmission': 'automatic',
'trim': 'TDI 140 SE DSG',
'vin': 'WVWZZZ1KZBM664230',
'year': 2011}
2026-03-26 08:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV11%2520WJM%27 HTTP/1.1" 200 None
2026-03-26 08:02:19 [bca.uk] INFO: Saving data for GV11%20WJM: {'auction_closing_time': 1774605600.0, 'created_time': 1774418985.645962, 'last_price_update_time': 1774512139.163356}
2026-03-26 08:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV11%2520WJM') HTTP/1.1" 204 0
2026-03-26 08:02:19 [bca.uk] INFO: Found listing with ID: DB14%20MCW
2026-03-26 08:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DB14%2520MCW%27 HTTP/1.1" 200 None
2026-03-26 08:02:19 [bca.uk] INFO: Scrape type for DB14%20MCW: 0
2026-03-26 08:02:19 [bca.uk] INFO: Found listing with ID: DK09%20ZBD
2026-03-26 08:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK09%2520ZBD%27 HTTP/1.1" 200 None
2026-03-26 08:02:19 [bca.uk] INFO: Scrape type for DK09%20ZBD: 2
2026-03-26 08:02:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c with identifier: DK09%20ZBD
2026-03-26 08:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c with scrape type 2
2026-03-26 08:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c with scrape type 2
2026-03-26 08:02:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c, identifier: DK09%20ZBD
2026-03-26 08:02:19 [bca.uk] INFO: Found listing with ID: GY06%20YAF
2026-03-26 08:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY06%2520YAF%27 HTTP/1.1" 200 None
2026-03-26 08:02:19 [bca.uk] INFO: Scrape type for GY06%20YAF: 0
2026-03-26 08:02:19 [bca.uk] INFO: Found listing with ID: GY13%20KSJ
2026-03-26 08:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY13%2520KSJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:19 [bca.uk] INFO: Scrape type for GY13%20KSJ: 2
2026-03-26 08:02:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82494385-5cc9-53af-8e78-593d5ecf4c79 with identifier: GY13%20KSJ
2026-03-26 08:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82494385-5cc9-53af-8e78-593d5ecf4c79 with scrape type 2
2026-03-26 08:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82494385-5cc9-53af-8e78-593d5ecf4c79 with scrape type 2
2026-03-26 08:02:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82494385-5cc9-53af-8e78-593d5ecf4c79, identifier: GY13%20KSJ
2026-03-26 08:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c with identifier: DK09%20ZBD
2026-03-26 08:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c with identifier: DK09%20ZBD
2026-03-26 08:02:19 [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-26 08:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:19 [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': 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-27T10: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-26 08:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK09%2520ZBD%27 HTTP/1.1" 200 None
2026-03-26 08:02:19 [bca.uk] INFO: Saving data for DK09%20ZBD: {'auction_closing_time': 1774605600.0, 'created_time': 1774304171.623587, 'last_price_update_time': 1774512139.842254}
2026-03-26 08:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:19 [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-26 08:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82494385-5cc9-53af-8e78-593d5ecf4c79 with identifier: GY13%20KSJ
2026-03-26 08:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82494385-5cc9-53af-8e78-593d5ecf4c79 with identifier: GY13%20KSJ
2026-03-26 08:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82494385-5cc9-53af-8e78-593d5ecf4c79 with identifier: GY13%20KSJ to the API
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:20 [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': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY13%20KSJ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '82494385-5cc9-53af-8e78-593d5ecf4c79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY13 KSJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY13%20KSJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'PEUGEOT',
'model': '208',
'odometer': 73638,
'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.2 VTI ACCESS+ Hatchback',
'transmission': 'manual',
'trim': 'VTI ACCESS+',
'vin': 'VF3CCHMZ0DT057235',
'year': 2013}
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY13%2520KSJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Saving data for GY13%20KSJ: {'auction_closing_time': 1774605600.0, 'created_time': 1774418937.086494, 'last_price_update_time': 1774512140.305575}
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY13%2520KSJ') HTTP/1.1" 204 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: DU59%20JXH
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU59%2520JXH%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for DU59%20JXH: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: EJ61%20HFK
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ61%2520HFK%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for EJ61%20HFK: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: GRZ%208815
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GRZ%25208815%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for GRZ%208815: 2
2026-03-26 08:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcedd777-158a-53be-8e19-ee0c4ac5f0a4 with identifier: GRZ%208815
2026-03-26 08:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcedd777-158a-53be-8e19-ee0c4ac5f0a4 with scrape type 2
2026-03-26 08:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcedd777-158a-53be-8e19-ee0c4ac5f0a4 with scrape type 2
2026-03-26 08:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcedd777-158a-53be-8e19-ee0c4ac5f0a4, identifier: GRZ%208815
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: HG58%20BFA
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG58%2520BFA%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for HG58%20BFA: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: HK09%20FEG
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK09%2520FEG%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for HK09%20FEG: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: HK62%20EYX
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK62%2520EYX%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for HK62%20EYX: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: HK65%20ZWD
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK65%2520ZWD%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for HK65%20ZWD: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: HN12%20YUL
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN12%2520YUL%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for HN12%20YUL: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: HN62%20FLK
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN62%2520FLK%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for HN62%20FLK: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: HV12%20RXS
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV12%2520RXS%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for HV12%20RXS: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: HV58%20UDH
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV58%2520UDH%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for HV58%20UDH: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: LD63%20MJX
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD63%2520MJX%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for LD63%20MJX: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: LD64%20PPX
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%2520PPX%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for LD64%20PPX: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: LL63%20TTO
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL63%2520TTO%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for LL63%20TTO: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: LM06%20KVE
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM06%2520KVE%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for LM06%20KVE: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: LN09%20OWY
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN09%2520OWY%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for LN09%20OWY: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: ML62%20FYF
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML62%2520FYF%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for ML62%20FYF: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: MX59%20URP
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MX59%2520URP%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for MX59%20URP: 0
2026-03-26 08:02:20 [bca.uk] INFO: Found listing with ID: OV60%20SKO
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV60%2520SKO%27 HTTP/1.1" 200 None
2026-03-26 08:02:20 [bca.uk] INFO: Scrape type for OV60%20SKO: 2
2026-03-26 08:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3ce2529-3102-5317-a79c-52b53bf9346b with identifier: OV60%20SKO
2026-03-26 08:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3ce2529-3102-5317-a79c-52b53bf9346b with scrape type 2
2026-03-26 08:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3ce2529-3102-5317-a79c-52b53bf9346b with scrape type 2
2026-03-26 08:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3ce2529-3102-5317-a79c-52b53bf9346b, identifier: OV60%20SKO
2026-03-26 08:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcedd777-158a-53be-8e19-ee0c4ac5f0a4 with identifier: GRZ%208815
2026-03-26 08:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcedd777-158a-53be-8e19-ee0c4ac5f0a4 with identifier: GRZ%208815
2026-03-26 08:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcedd777-158a-53be-8e19-ee0c4ac5f0a4 with identifier: GRZ%208815 to the API
2026-03-26 08:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:21 [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': 168,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GRZ%208815-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dcedd777-158a-53be-8e19-ee0c4ac5f0a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GRZ 8815',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GRZ%208815&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'ZAFIRA',
'odometer': 65589,
'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 ZAFIRA 1.8 120 EXCLUSIV MPV',
'transmission': 'manual',
'trim': '120 EXCLUSIV',
'vin': 'W0L0AHM75E2031013',
'year': 2013}
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GRZ%25208815%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Saving data for GRZ%208815: {'auction_closing_time': 1774605600.0, 'created_time': 1774130528.740717, 'last_price_update_time': 1774512141.223655}
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GRZ%25208815') HTTP/1.1" 204 0
2026-03-26 08:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3ce2529-3102-5317-a79c-52b53bf9346b with identifier: OV60%20SKO
2026-03-26 08:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3ce2529-3102-5317-a79c-52b53bf9346b with identifier: OV60%20SKO
2026-03-26 08:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3ce2529-3102-5317-a79c-52b53bf9346b with identifier: OV60%20SKO to the API
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV60%20SKO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f3ce2529-3102-5317-a79c-52b53bf9346b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV60 SKO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV60%20SKO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': '318I',
'odometer': 104749,
'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 318I 2.0 SE BUSINESS EDITION Estate',
'transmission': 'manual',
'trim': 'SE BUSINESS EDITION',
'vin': 'WBAUS32080A685110',
'year': 2010}
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV60%2520SKO%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Saving data for OV60%20SKO: {'auction_closing_time': 1774605600.0, 'created_time': 1774419010.464458, 'last_price_update_time': 1774512141.670381}
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV60%2520SKO') HTTP/1.1" 204 0
2026-03-26 08:02:21 [bca.uk] INFO: Found listing with ID: LIG%208529
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LIG%25208529%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Scrape type for LIG%208529: 0
2026-03-26 08:02:21 [bca.uk] INFO: Found listing with ID: LP63%20WTL
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP63%2520WTL%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Scrape type for LP63%20WTL: 0
2026-03-26 08:02:21 [bca.uk] INFO: Found listing with ID: MK62%20DZU
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK62%2520DZU%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Scrape type for MK62%20DZU: 0
2026-03-26 08:02:21 [bca.uk] INFO: Found listing with ID: ML63%20JYT
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML63%2520JYT%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Scrape type for ML63%20JYT: 0
2026-03-26 08:02:21 [bca.uk] INFO: Found listing with ID: NL16%20NBF
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL16%2520NBF%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Scrape type for NL16%20NBF: 0
2026-03-26 08:02:21 [bca.uk] INFO: Found listing with ID: OE12%20RWL
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE12%2520RWL%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Scrape type for OE12%20RWL: 0
2026-03-26 08:02:21 [bca.uk] INFO: Found listing with ID: RV62%20EHC
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV62%2520EHC%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Scrape type for RV62%20EHC: 0
2026-03-26 08:02:21 [bca.uk] INFO: Found listing with ID: SC63%20LRF
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC63%2520LRF%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Scrape type for SC63%20LRF: 0
2026-03-26 08:02:21 [bca.uk] INFO: Found listing with ID: SD17%20WCW
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD17%2520WCW%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Scrape type for SD17%20WCW: 0
2026-03-26 08:02:21 [bca.uk] INFO: Found listing with ID: SV59%20UZS
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV59%2520UZS%27 HTTP/1.1" 200 None
2026-03-26 08:02:21 [bca.uk] INFO: Scrape type for SV59%20UZS: 2
2026-03-26 08:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45c87f39-4f82-5d66-b601-6aeb2cc2a85f with identifier: SV59%20UZS
2026-03-26 08:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45c87f39-4f82-5d66-b601-6aeb2cc2a85f with scrape type 2
2026-03-26 08:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45c87f39-4f82-5d66-b601-6aeb2cc2a85f with scrape type 2
2026-03-26 08:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45c87f39-4f82-5d66-b601-6aeb2cc2a85f, identifier: SV59%20UZS
2026-03-26 08:02:21 [bca.uk] INFO: Found listing with ID: PK14%20HWW
2026-03-26 08:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK14%2520HWW%27 HTTP/1.1" 200 None
2026-03-26 08:02:22 [bca.uk] INFO: Scrape type for PK14%20HWW: 2
2026-03-26 08:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdc5ebdc-5dae-58ea-b7d3-5e5db4903945 with identifier: PK14%20HWW
2026-03-26 08:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdc5ebdc-5dae-58ea-b7d3-5e5db4903945 with scrape type 2
2026-03-26 08:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdc5ebdc-5dae-58ea-b7d3-5e5db4903945 with scrape type 2
2026-03-26 08:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdc5ebdc-5dae-58ea-b7d3-5e5db4903945, identifier: PK14%20HWW
2026-03-26 08:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45c87f39-4f82-5d66-b601-6aeb2cc2a85f with identifier: SV59%20UZS
2026-03-26 08:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45c87f39-4f82-5d66-b601-6aeb2cc2a85f with identifier: SV59%20UZS
2026-03-26 08:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45c87f39-4f82-5d66-b601-6aeb2cc2a85f with identifier: SV59%20UZS to the API
2026-03-26 08:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:22 [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': 148,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV59%20UZS-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '45c87f39-4f82-5d66-b601-6aeb2cc2a85f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SV59 UZS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV59%20UZS&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 118461,
'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 A3 SPORTBACK 2.0 TDI 170 QUATTRO SPORT Hatchback',
'transmission': 'manual',
'trim': 'TDI 170 QUATTRO SPORT',
'vin': 'WAUZZZ8P2AA049177',
'year': 2009}
2026-03-26 08:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV59%2520UZS%27 HTTP/1.1" 200 None
2026-03-26 08:02:22 [bca.uk] INFO: Saving data for SV59%20UZS: {'auction_closing_time': 1774605600.0, 'created_time': 1774130926.31625, 'last_price_update_time': 1774512142.550103}
2026-03-26 08:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV59%2520UZS') HTTP/1.1" 204 0
2026-03-26 08:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdc5ebdc-5dae-58ea-b7d3-5e5db4903945 with identifier: PK14%20HWW
2026-03-26 08:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdc5ebdc-5dae-58ea-b7d3-5e5db4903945 with identifier: PK14%20HWW
2026-03-26 08:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdc5ebdc-5dae-58ea-b7d3-5e5db4903945 with identifier: PK14%20HWW to the API
2026-03-26 08:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02: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': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK14%20HWW-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fdc5ebdc-5dae-58ea-b7d3-5e5db4903945',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK14 HWW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK14%20HWW&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'NISSAN',
'model': 'QASHQAI +2',
'odometer': 109992,
'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 +2 1.5 DCI 110 360 MPV',
'transmission': 'manual',
'trim': 'DCI 110 360',
'vin': 'SJNJCAJ10U7205686',
'year': 2014}
2026-03-26 08:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK14%2520HWW%27 HTTP/1.1" 200 None
2026-03-26 08:02:22 [bca.uk] INFO: Saving data for PK14%20HWW: {'auction_closing_time': 1774605600.0, 'created_time': 1774418956.732835, 'last_price_update_time': 1774512142.994442}
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK14%2520HWW') HTTP/1.1" 204 0
2026-03-26 08:02:23 [bca.uk] INFO: Found listing with ID: SW65%20FTK
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW65%2520FTK%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Scrape type for SW65%20FTK: 0
2026-03-26 08:02:23 [bca.uk] INFO: Found listing with ID: VJZ%209751
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VJZ%25209751%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Scrape type for VJZ%209751: 0
2026-03-26 08:02:23 [bca.uk] INFO: Found listing with ID: WP62%20RZJ
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP62%2520RZJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Scrape type for WP62%20RZJ: 0
2026-03-26 08:02:23 [bca.uk] INFO: Found listing with ID: WU09%20ORL
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU09%2520ORL%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Scrape type for WU09%20ORL: 0
2026-03-26 08:02:23 [bca.uk] INFO: Found listing with ID: WUI%209939
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WUI%25209939%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Scrape type for WUI%209939: 0
2026-03-26 08:02:23 [bca.uk] INFO: Found listing with ID: YH08%20ZBP
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH08%2520ZBP%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Scrape type for YH08%20ZBP: 0
2026-03-26 08:02:23 [bca.uk] INFO: Found listing with ID: YR61%20TZK
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR61%2520TZK%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Scrape type for YR61%20TZK: 2
2026-03-26 08:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64dfe6de-a56b-5639-94d1-6a3f952385e2 with identifier: YR61%20TZK
2026-03-26 08:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64dfe6de-a56b-5639-94d1-6a3f952385e2 with scrape type 2
2026-03-26 08:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64dfe6de-a56b-5639-94d1-6a3f952385e2 with scrape type 2
2026-03-26 08:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64dfe6de-a56b-5639-94d1-6a3f952385e2, identifier: YR61%20TZK
2026-03-26 08:02:23 [bca.uk] INFO: Found listing with ID: RF10%20CTO
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF10%2520CTO%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Scrape type for RF10%20CTO: 0
2026-03-26 08:02:23 [bca.uk] INFO: Found listing with ID: RO10%20AGV
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO10%2520AGV%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Scrape type for RO10%20AGV: 0
2026-03-26 08:02:23 [bca.uk] INFO: Found listing with ID: RO59%20UCD
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO59%2520UCD%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Scrape type for RO59%20UCD: 0
2026-03-26 08:02:23 [bca.uk] INFO: Found listing with ID: RO61%20OVU
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO61%2520OVU%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Scrape type for RO61%20OVU: 2
2026-03-26 08:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1aa67499-8429-5be0-aff6-558773cfa195 with identifier: RO61%20OVU
2026-03-26 08:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aa67499-8429-5be0-aff6-558773cfa195 with scrape type 2
2026-03-26 08:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1aa67499-8429-5be0-aff6-558773cfa195 with scrape type 2
2026-03-26 08:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1aa67499-8429-5be0-aff6-558773cfa195, identifier: RO61%20OVU
2026-03-26 08:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64dfe6de-a56b-5639-94d1-6a3f952385e2 with identifier: YR61%20TZK
2026-03-26 08:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64dfe6de-a56b-5639-94d1-6a3f952385e2 with identifier: YR61%20TZK
2026-03-26 08:02:23 [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-26 08:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:23 [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=YR61%20TZK-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10: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-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR61%2520TZK%27 HTTP/1.1" 200 None
2026-03-26 08:02:23 [bca.uk] INFO: Saving data for YR61%20TZK: {'auction_closing_time': 1774605600.0, 'created_time': 1774130915.358143, 'last_price_update_time': 1774512143.831885}
2026-03-26 08:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:23 [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-26 08:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1aa67499-8429-5be0-aff6-558773cfa195 with identifier: RO61%20OVU
2026-03-26 08:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1aa67499-8429-5be0-aff6-558773cfa195 with identifier: RO61%20OVU
2026-03-26 08:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1aa67499-8429-5be0-aff6-558773cfa195 with identifier: RO61%20OVU to the API
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:24 [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=RO61%20OVU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1aa67499-8429-5be0-aff6-558773cfa195',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO61 OVU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO61%20OVU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'AUDI',
'model': 'A4',
'odometer': 278623,
'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 143 SE M-T Saloon',
'transmission': 'manual',
'trim': 'TDI 143 SE M-T',
'vin': 'WAUZZZ8K4CA057837',
'year': 2011}
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO61%2520OVU%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Saving data for RO61%20OVU: {'auction_closing_time': 1774605600.0, 'created_time': 1774277722.247322, 'last_price_update_time': 1774512144.338453}
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO61%2520OVU') HTTP/1.1" 204 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: CJ17%20FNO
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ17%2520FNO%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for CJ17%20FNO: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: BG72%20UVK
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG72%2520UVK%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for BG72%20UVK: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: DU24%20FSC
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU24%2520FSC%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for DU24%20FSC: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: KY23%20LWA
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY23%2520LWA%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for KY23%20LWA: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: MJ75%20ZCT
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ75%2520ZCT%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for MJ75%20ZCT: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: VU20%20KXN
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU20%2520KXN%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for VU20%20KXN: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: YS75%20TCO
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS75%2520TCO%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for YS75%20TCO: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: EY16%20LMO
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY16%2520LMO%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for EY16%20LMO: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: PJ18%20EXE
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ18%2520EXE%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for PJ18%20EXE: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: TR19%20COX
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27TR19%2520COX%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for TR19%20COX: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: DE14%20WTA
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE14%2520WTA%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for DE14%20WTA: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: PX15%20ZRE
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX15%2520ZRE%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for PX15%20ZRE: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: EF68%20VBX
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF68%2520VBX%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for EF68%20VBX: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: DE59%20PPY
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE59%2520PPY%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for DE59%20PPY: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: DF68%20CNK
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF68%2520CNK%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for DF68%20CNK: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: LM67%20TKY
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM67%2520TKY%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for LM67%20TKY: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: MW60%20WDA
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW60%2520WDA%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for MW60%20WDA: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: PNZ%205710
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PNZ%25205710%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for PNZ%205710: 0
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: SA67%20UJY
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA67%2520UJY%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for SA67%20UJY: 2
2026-03-26 08:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6c14ba4-32e7-5cc8-8250-92c18004f887 with identifier: SA67%20UJY
2026-03-26 08:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6c14ba4-32e7-5cc8-8250-92c18004f887 with scrape type 2
2026-03-26 08:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6c14ba4-32e7-5cc8-8250-92c18004f887 with scrape type 2
2026-03-26 08:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6c14ba4-32e7-5cc8-8250-92c18004f887, identifier: SA67%20UJY
2026-03-26 08:02:24 [bca.uk] INFO: Found listing with ID: SA13%20NKU
2026-03-26 08:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA13%2520NKU%27 HTTP/1.1" 200 None
2026-03-26 08:02:24 [bca.uk] INFO: Scrape type for SA13%20NKU: 2
2026-03-26 08:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 444c24a3-8ad4-5465-bf08-a826165ed8bb with identifier: SA13%20NKU
2026-03-26 08:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 444c24a3-8ad4-5465-bf08-a826165ed8bb with scrape type 2
2026-03-26 08:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 444c24a3-8ad4-5465-bf08-a826165ed8bb with scrape type 2
2026-03-26 08:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 444c24a3-8ad4-5465-bf08-a826165ed8bb, identifier: SA13%20NKU
2026-03-26 08:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6c14ba4-32e7-5cc8-8250-92c18004f887 with identifier: SA67%20UJY
2026-03-26 08:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6c14ba4-32e7-5cc8-8250-92c18004f887 with identifier: SA67%20UJY
2026-03-26 08:02:25 [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-26 08:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:25 [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': 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-27T10: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-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA67%2520UJY%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Saving data for SA67%20UJY: {'auction_closing_time': 1774605600.0, 'created_time': 1774217190.518942, 'last_price_update_time': 1774512145.256264}
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:25 [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-26 08:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 444c24a3-8ad4-5465-bf08-a826165ed8bb with identifier: SA13%20NKU
2026-03-26 08:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 444c24a3-8ad4-5465-bf08-a826165ed8bb with identifier: SA13%20NKU
2026-03-26 08:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 444c24a3-8ad4-5465-bf08-a826165ed8bb with identifier: SA13%20NKU to the API
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:25 [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=SA13%20NKU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '444c24a3-8ad4-5465-bf08-a826165ed8bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA13 NKU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA13%20NKU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 114099,
'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': 'HONDA CR-V 2.2 I-DTEC EX 4WD StationWagon',
'transmission': 'manual',
'trim': 'I-DTEC EX 4WD',
'vin': 'SHSRE6790DU006945',
'year': 2013}
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA13%2520NKU%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Saving data for SA13%20NKU: {'auction_closing_time': 1774605600.0, 'created_time': 1774418970.319655, 'last_price_update_time': 1774512145.665681}
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA13%2520NKU') HTTP/1.1" 204 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: TFZ%206139
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27TFZ%25206139%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for TFZ%206139: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: YT63%20KUS
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT63%2520KUS%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for YT63%20KUS: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: BV72%20ZJZ
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV72%2520ZJZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for BV72%20ZJZ: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: WN62%20CHF
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN62%2520CHF%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for WN62%20CHF: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: KF68%20LCE
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF68%2520LCE%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for KF68%20LCE: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: RF68%20YKB
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF68%2520YKB%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for RF68%20YKB: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: EA18%20YDV
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA18%2520YDV%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for EA18%20YDV: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: AO65%20YFV
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO65%2520YFV%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for AO65%20YFV: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: BN67%20LSL
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN67%2520LSL%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for BN67%20LSL: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: EY18%20ZXV
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY18%2520ZXV%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for EY18%20ZXV: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: FY15%20UYL
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY15%2520UYL%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for FY15%20UYL: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: KE14%20OBL
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE14%2520OBL%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for KE14%20OBL: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: KT67%20RDO
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT67%2520RDO%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for KT67%20RDO: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: OU65%20VEA
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OU65%2520VEA%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for OU65%20VEA: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: VF14%20EFD
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VF14%2520EFD%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for VF14%20EFD: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: VK62%20ZXP
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK62%2520ZXP%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for VK62%20ZXP: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: WF09%20XUS
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF09%2520XUS%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for WF09%20XUS: 0
2026-03-26 08:02:25 [bca.uk] INFO: Found listing with ID: WJ05%20BGV
2026-03-26 08:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ05%2520BGV%27 HTTP/1.1" 200 None
2026-03-26 08:02:25 [bca.uk] INFO: Scrape type for WJ05%20BGV: 0
2026-03-26 08:02:27 [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-26 08:02:27 [bca.uk] INFO: Total items found: 100
2026-03-26 08:02:27 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded
2026-03-26 08:02:27 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:02:27 [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-26 08:02:27 [bca.uk] INFO: Found listing with ID: SK11%20JRU
2026-03-26 08:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK11%2520JRU%27 HTTP/1.1" 200 None
2026-03-26 08:02:27 [bca.uk] INFO: Scrape type for SK11%20JRU: 0
2026-03-26 08:02:27 [bca.uk] INFO: Found listing with ID: YX04%20YDN
2026-03-26 08:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX04%2520YDN%27 HTTP/1.1" 200 None
2026-03-26 08:02:27 [bca.uk] INFO: Scrape type for YX04%20YDN: 0
2026-03-26 08:02:27 [bca.uk] INFO: Found listing with ID: KV21%20JXH
2026-03-26 08:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV21%2520JXH%27 HTTP/1.1" 200 None
2026-03-26 08:02:27 [bca.uk] INFO: Scrape type for KV21%20JXH: 0
2026-03-26 08:02:27 [bca.uk] INFO: Found listing with ID: NX71%20OYL
2026-03-26 08:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX71%2520OYL%27 HTTP/1.1" 200 None
2026-03-26 08:02:27 [bca.uk] INFO: Scrape type for NX71%20OYL: 0
2026-03-26 08:02:27 [bca.uk] INFO: Found listing with ID: PK70%20LYY
2026-03-26 08:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK70%2520LYY%27 HTTP/1.1" 200 None
2026-03-26 08:02:27 [bca.uk] INFO: Scrape type for PK70%20LYY: 0
2026-03-26 08:02:27 [bca.uk] INFO: Found listing with ID: RE70%20NZH
2026-03-26 08:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE70%2520NZH%27 HTTP/1.1" 200 None
2026-03-26 08:02:27 [bca.uk] INFO: Scrape type for RE70%20NZH: 0
2026-03-26 08:02:27 [bca.uk] INFO: Found listing with ID: BD69%20OYX
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD69%2520OYX%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for BD69%20OYX: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: BV18%20ZPW
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV18%2520ZPW%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for BV18%20ZPW: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: BV71%20LKD
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV71%2520LKD%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for BV71%20LKD: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: CV23%20JXZ
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV23%2520JXZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for CV23%20JXZ: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: DF69%20XCS
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF69%2520XCS%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for DF69%20XCS: 2
2026-03-26 08:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ae74ea6-c74e-559e-9e93-75ac8159b863 with identifier: DF69%20XCS
2026-03-26 08:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ae74ea6-c74e-559e-9e93-75ac8159b863 with scrape type 2
2026-03-26 08:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ae74ea6-c74e-559e-9e93-75ac8159b863 with scrape type 2
2026-03-26 08:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ae74ea6-c74e-559e-9e93-75ac8159b863, identifier: DF69%20XCS
2026-03-26 08:02:28 [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-26 08:02:28 [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-26 08:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ae74ea6-c74e-559e-9e93-75ac8159b863 with identifier: DF69%20XCS
2026-03-26 08:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ae74ea6-c74e-559e-9e93-75ac8159b863 with identifier: DF69%20XCS
2026-03-26 08:02:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2ae74ea6-c74e-559e-9e93-75ac8159b863 with expiration date: 2026-03-26T07:30:00Z
{'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-26T07:30: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': 'directbuy',
'location': 'Bridgwater',
'make': 'MERCEDES-BENZ',
'model': 'A200',
'odometer': 65976,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 10400,
'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-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF69%2520XCS%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Saving data for DF69%20XCS: {'auction_closing_time': 1774510200.0, 'created_time': 1774305148.897012, 'last_price_update_time': 1774512148.227211}
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:28 [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-26 08:02:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: EL14%20ZEX
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EL14%2520ZEX%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for EL14%20ZEX: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: EO24%20SYH
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO24%2520SYH%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for EO24%20SYH: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: FR21%20XCT
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FR21%2520XCT%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for FR21%20XCT: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: KK23%20TOU
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KK23%2520TOU%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for KK23%20TOU: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: LB18%20KWG
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB18%2520KWG%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for LB18%20KWG: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: OV70%20OTD
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV70%2520OTD%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for OV70%20OTD: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: RF21%20DKD
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF21%2520DKD%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for RF21%20DKD: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: VK21%20OFN
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK21%2520OFN%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for VK21%20OFN: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: WF71%20LLK
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF71%2520LLK%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for WF71%20LLK: 2
2026-03-26 08:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 219c6a35-72ec-5d07-b0e8-02e0e1b6db2e with identifier: WF71%20LLK
2026-03-26 08:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 219c6a35-72ec-5d07-b0e8-02e0e1b6db2e with scrape type 2
2026-03-26 08:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 219c6a35-72ec-5d07-b0e8-02e0e1b6db2e with scrape type 2
2026-03-26 08:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 219c6a35-72ec-5d07-b0e8-02e0e1b6db2e, identifier: WF71%20LLK
2026-03-26 08:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 219c6a35-72ec-5d07-b0e8-02e0e1b6db2e with identifier: WF71%20LLK
2026-03-26 08:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 219c6a35-72ec-5d07-b0e8-02e0e1b6db2e with identifier: WF71%20LLK
2026-03-26 08:02:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 219c6a35-72ec-5d07-b0e8-02e0e1b6db2e with expiration date: 2026-03-26T07:30:00Z
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF71%20LLK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.0L',
'expiration_date': '2026-03-26T07:30:00Z',
'fuel_type': 'Petrol',
'id': '219c6a35-72ec-5d07-b0e8-02e0e1b6db2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF71 LLK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF71%20LLK&vehicleType=*',
'listing': 'directbuy',
'location': 'Paddock Wood',
'make': 'FIAT',
'model': '500C',
'odometer': 7802,
'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': 'FIAT 500C 1.0 M/H CONNECT Convertible',
'transmission': 'manual',
'trim': 'M/H CONNECT',
'vin': 'ZFABF1DJ4NJF68134',
'year': 2021}
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF71%2520LLK%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Saving data for WF71%20LLK: {'auction_closing_time': 1774510200.0, 'created_time': 1774418968.824818, 'last_price_update_time': 1774512148.625091}
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF71%2520LLK') HTTP/1.1" 204 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: WV20%20YFC
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV20%2520YFC%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for WV20%20YFC: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: YC68%20JHG
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC68%2520JHG%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for YC68%20JHG: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: DL19%20UZW
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL19%2520UZW%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for DL19%20UZW: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: MD19%20OES
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD19%2520OES%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for MD19%20OES: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: SL18%20XRK
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL18%2520XRK%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for SL18%20XRK: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: WM63%20VKN
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM63%2520VKN%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for WM63%20VKN: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: AE08%20JGR
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE08%2520JGR%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for AE08%20JGR: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: AP14%20DLE
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP14%2520DLE%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for AP14%20DLE: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: CF13%20VXZ
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF13%2520VXZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for CF13%20VXZ: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: FP13%20EBM
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP13%2520EBM%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for FP13%20EBM: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: NA52%20HNU
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA52%2520HNU%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for NA52%20HNU: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: NU62%20FVV
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU62%2520FVV%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for NU62%20FVV: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: SA63%20PLO
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA63%2520PLO%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for SA63%20PLO: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: SB61%20HNY
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB61%2520HNY%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for SB61%20HNY: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: SC65%20HBB
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC65%2520HBB%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for SC65%20HBB: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: VE04%20LZM
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE04%2520LZM%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for VE04%20LZM: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: RF23%20SFZ
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF23%2520SFZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for RF23%20SFZ: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: SO17%20EYT
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO17%2520EYT%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for SO17%20EYT: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: HJ67%20FFE
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ67%2520FFE%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for HJ67%20FFE: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: NK17%20OVC
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK17%2520OVC%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for NK17%20OVC: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: LG64%20WFT
2026-03-26 08:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG64%2520WFT%27 HTTP/1.1" 200 None
2026-03-26 08:02:28 [bca.uk] INFO: Scrape type for LG64%20WFT: 0
2026-03-26 08:02:28 [bca.uk] INFO: Found listing with ID: LC72%20DHL
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC72%2520DHL%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for LC72%20DHL: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: KP22%20GXA
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP22%2520GXA%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for KP22%20GXA: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: YB71%20LWG
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB71%2520LWG%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for YB71%20LWG: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: NU20%20ZTD
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU20%2520ZTD%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for NU20%20ZTD: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: DY73%20ZZG
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY73%2520ZZG%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for DY73%20ZZG: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: YP72%20RVU
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP72%2520RVU%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for YP72%20RVU: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: YO73%20CYH
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO73%2520CYH%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for YO73%20CYH: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: SW67%20DAO
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW67%2520DAO%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for SW67%20DAO: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: DY24%20XMV
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY24%2520XMV%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for DY24%20XMV: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: AK20%20ETU
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK20%2520ETU%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for AK20%20ETU: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: RX18%20XVT
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX18%2520XVT%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for RX18%20XVT: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: LC72%20YDL
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC72%2520YDL%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for LC72%20YDL: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: LC69%20LPN
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC69%2520LPN%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for LC69%20LPN: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: HN16%20WFK
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN16%2520WFK%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for HN16%20WFK: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: YG62%20JVE
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG62%2520JVE%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for YG62%20JVE: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: P20%20OPT
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27P20%2520OPT%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for P20%20OPT: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: FM66%20XOP
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM66%2520XOP%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for FM66%20XOP: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: FN72%20OKB
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN72%2520OKB%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for FN72%20OKB: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: HV18%20VJN
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV18%2520VJN%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for HV18%20VJN: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: EN18%20RCY
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN18%2520RCY%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for EN18%20RCY: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: YK16%20WNJ
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK16%2520WNJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for YK16%20WNJ: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: YG14%20XEO
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG14%2520XEO%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for YG14%20XEO: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: WR66%20CUK
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR66%2520CUK%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for WR66%20CUK: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: KR71%20ZNS
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR71%2520ZNS%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for KR71%20ZNS: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: VX14%20FDO
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX14%2520FDO%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for VX14%20FDO: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: PY10%20FWJ
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY10%2520FWJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for PY10%20FWJ: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: GL16%20HGX
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL16%2520HGX%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for GL16%20HGX: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: WG66%20WUR
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG66%2520WUR%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for WG66%20WUR: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: HG62%20HCC
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG62%2520HCC%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for HG62%20HCC: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: CA62%20HNC
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA62%2520HNC%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for CA62%20HNC: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: GN16%20UPX
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN16%2520UPX%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for GN16%20UPX: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: HJ15%20OEU
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ15%2520OEU%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for HJ15%20OEU: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: LF66%20ZVY
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF66%2520ZVY%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for LF66%20ZVY: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: LY62%20BOF
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY62%2520BOF%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for LY62%20BOF: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: RE59%20ZWR
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE59%2520ZWR%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for RE59%20ZWR: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: YA11%20RXW
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA11%2520RXW%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for YA11%20RXW: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: YH54%20UVC
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH54%2520UVC%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for YH54%20UVC: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: AO16%20WUA
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO16%2520WUA%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for AO16%20WUA: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: BV10%20UUJ
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV10%2520UUJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for BV10%20UUJ: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: CN17%20RJO
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN17%2520RJO%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for CN17%20RJO: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: FY13%20WLA
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY13%2520WLA%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for FY13%20WLA: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: LD66%20BVN
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD66%2520BVN%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for LD66%20BVN: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: PL15%20HJZ
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL15%2520HJZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for PL15%20HJZ: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: YN68%20HMH
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN68%2520HMH%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for YN68%20HMH: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: FP67%20ORG
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP67%2520ORG%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for FP67%20ORG: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: KM09%20ZGS
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM09%2520ZGS%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for KM09%20ZGS: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: DV13%20WTF
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV13%2520WTF%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for DV13%20WTF: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: PJ72%20YKB
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ72%2520YKB%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for PJ72%20YKB: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: KU11%20VAK
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU11%2520VAK%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for KU11%20VAK: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: KT13%20LZJ
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT13%2520LZJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:29 [bca.uk] INFO: Scrape type for KT13%20LZJ: 0
2026-03-26 08:02:29 [bca.uk] INFO: Found listing with ID: SH58%20XAZ
2026-03-26 08:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH58%2520XAZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:30 [bca.uk] INFO: Scrape type for SH58%20XAZ: 0
2026-03-26 08:02:30 [bca.uk] INFO: Found listing with ID: BJ64%20XDZ
2026-03-26 08:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ64%2520XDZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:30 [bca.uk] INFO: Scrape type for BJ64%20XDZ: 0
2026-03-26 08:02:30 [bca.uk] INFO: Found listing with ID: DG62%20ESY
2026-03-26 08:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG62%2520ESY%27 HTTP/1.1" 200 None
2026-03-26 08:02:30 [bca.uk] INFO: Scrape type for DG62%20ESY: 0
2026-03-26 08:02:30 [bca.uk] INFO: Found listing with ID: EA64%20PXN
2026-03-26 08:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA64%2520PXN%27 HTTP/1.1" 200 None
2026-03-26 08:02:30 [bca.uk] INFO: Scrape type for EA64%20PXN: 0
2026-03-26 08:02:30 [bca.uk] INFO: Found listing with ID: EJ65%20KWU
2026-03-26 08:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ65%2520KWU%27 HTTP/1.1" 200 None
2026-03-26 08:02:30 [bca.uk] INFO: Scrape type for EJ65%20KWU: 0
2026-03-26 08:02:30 [bca.uk] INFO: Found listing with ID: EX12%20HXL
2026-03-26 08:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX12%2520HXL%27 HTTP/1.1" 200 None
2026-03-26 08:02:30 [bca.uk] INFO: Scrape type for EX12%20HXL: 0
2026-03-26 08:02:30 [bca.uk] INFO: Found listing with ID: FM66%20FKY
2026-03-26 08:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM66%2520FKY%27 HTTP/1.1" 200 None
2026-03-26 08:02:30 [bca.uk] INFO: Scrape type for FM66%20FKY: 0
2026-03-26 08:02:30 [bca.uk] INFO: Found listing with ID: GJ14%20JNL
2026-03-26 08:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ14%2520JNL%27 HTTP/1.1" 200 None
2026-03-26 08:02:30 [bca.uk] INFO: Scrape type for GJ14%20JNL: 0
2026-03-26 08:02:30 [bca.uk] INFO: Found listing with ID: HJ60%20VMX
2026-03-26 08:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ60%2520VMX%27 HTTP/1.1" 200 None
2026-03-26 08:02:30 [bca.uk] INFO: Scrape type for HJ60%20VMX: 0
2026-03-26 08:02:39 [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-26 08:02:39 [bca.uk] INFO: Total items found: 100
2026-03-26 08:02:39 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded
2026-03-26 08:02:39 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:02:39 [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-26 08:02:39 [bca.uk] INFO: Found listing with ID: HK11%20AAE
2026-03-26 08:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK11%2520AAE%27 HTTP/1.1" 200 None
2026-03-26 08:02:39 [bca.uk] INFO: Scrape type for HK11%20AAE: 0
2026-03-26 08:02:39 [bca.uk] INFO: Found listing with ID: HY09%20MXF
2026-03-26 08:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY09%2520MXF%27 HTTP/1.1" 200 None
2026-03-26 08:02:39 [bca.uk] INFO: Scrape type for HY09%20MXF: 0
2026-03-26 08:02:39 [bca.uk] INFO: Found listing with ID: LG61%20ZCX
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG61%2520ZCX%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for LG61%20ZCX: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: OW65%20CFP
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OW65%2520CFP%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for OW65%20CFP: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: PJ63%20USU
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ63%2520USU%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for PJ63%20USU: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: RV14%20PXJ
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV14%2520PXJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for RV14%20PXJ: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: SL63%20OPX
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL63%2520OPX%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for SL63%20OPX: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: WR15%20UTT
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR15%2520UTT%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for WR15%20UTT: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: DA15%20XTH
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA15%2520XTH%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for DA15%20XTH: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: WN75%20GDK
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN75%2520GDK%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for WN75%20GDK: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: PK15%20OCD
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK15%2520OCD%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for PK15%20OCD: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: AA14%20JOC
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AA14%2520JOC%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for AA14%20JOC: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: BD60%20BYG
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD60%2520BYG%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for BD60%20BYG: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: CP59%20ATK
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP59%2520ATK%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for CP59%20ATK: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: DA15%20LTJ
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA15%2520LTJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for DA15%20LTJ: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: EK14%20JJL
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK14%2520JJL%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for EK14%20JJL: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: GD15%20VKK
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD15%2520VKK%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for GD15%20VKK: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: GF15%20GYK
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF15%2520GYK%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for GF15%20GYK: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: GV64%20CWO
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV64%2520CWO%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for GV64%20CWO: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: KM65%20JOJ
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM65%2520JOJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for KM65%20JOJ: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: LO17%20TMV
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO17%2520TMV%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for LO17%20TMV: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: OE62%20UFB
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE62%2520UFB%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for OE62%20UFB: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: AY69%20OWU
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY69%2520OWU%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for AY69%20OWU: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: CA69%20MFK
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA69%2520MFK%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for CA69%20MFK: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: CN18%20EWY
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN18%2520EWY%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for CN18%20EWY: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: DF71%20LHD
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF71%2520LHD%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for DF71%20LHD: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: KR67%20RPO
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR67%2520RPO%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for KR67%20RPO: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: MW70%20XZE
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW70%2520XZE%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for MW70%20XZE: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: YC20%20UMU
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC20%2520UMU%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for YC20%20UMU: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: YF22%20JKZ
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for YF22%20JKZ: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: OY13%20DZL
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY13%2520DZL%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for OY13%20DZL: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: WP63%20JZL
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP63%2520JZL%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for WP63%20JZL: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: GJ69%20HGC
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ69%2520HGC%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for GJ69%20HGC: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: PE69%20UGL
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE69%2520UGL%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for PE69%20UGL: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: ML09%20GHA
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML09%2520GHA%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for ML09%20GHA: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: SK59%20YOT
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK59%2520YOT%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for SK59%20YOT: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: CX66%20WSY
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX66%2520WSY%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for CX66%20WSY: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: AJ14%20YHZ
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ14%2520YHZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for AJ14%20YHZ: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: BJ12%20DPN
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ12%2520DPN%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for BJ12%20DPN: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: BN10%20KFE
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN10%2520KFE%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for BN10%20KFE: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: CA02%20CLK
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA02%2520CLK%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for CA02%20CLK: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: CX57%20FHL
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX57%2520FHL%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for CX57%20FHL: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: EO60%20JNU
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO60%2520JNU%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for EO60%20JNU: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: FD69%20ZHX
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD69%2520ZHX%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for FD69%20ZHX: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: FT63%20OLV
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT63%2520OLV%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for FT63%20OLV: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: KM62%20VLJ
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM62%2520VLJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for KM62%20VLJ: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: MT11%20XHR
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT11%2520XHR%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for MT11%20XHR: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: SL66%20NLD
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL66%2520NLD%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for SL66%20NLD: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: VU14%20EYK
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU14%2520EYK%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for VU14%20EYK: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: WJ63%20JYP
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ63%2520JYP%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for WJ63%20JYP: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: YB14%20WDE
2026-03-26 08:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB14%2520WDE%27 HTTP/1.1" 200 None
2026-03-26 08:02:40 [bca.uk] INFO: Scrape type for YB14%20WDE: 0
2026-03-26 08:02:40 [bca.uk] INFO: Found listing with ID: YG13%20LLE
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG13%2520LLE%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for YG13%20LLE: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: YN64%20VTM
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN64%2520VTM%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for YN64%20VTM: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: BT18%20JFX
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT18%2520JFX%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for BT18%20JFX: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: GJ17%20EKE
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ17%2520EKE%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for GJ17%20EKE: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: GJ67%20KLX
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ67%2520KLX%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for GJ67%20KLX: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: LV59%20FNP
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV59%2520FNP%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for LV59%20FNP: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: NL67%20WRR
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL67%2520WRR%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for NL67%20WRR: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: SV18%20YJF
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV18%2520YJF%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for SV18%20YJF: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: WN08%20CUA
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN08%2520CUA%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for WN08%20CUA: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: YS65%20LXE
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS65%2520LXE%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for YS65%20LXE: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: FE66%20AWZ
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE66%2520AWZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for FE66%20AWZ: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: KW60%20AEO
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW60%2520AEO%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for KW60%20AEO: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: MA59%20OCJ
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA59%2520OCJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for MA59%20OCJ: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: MF66%20MWW
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF66%2520MWW%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for MF66%20MWW: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: SC07%20LNZ
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC07%2520LNZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for SC07%20LNZ: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: AF69%20XTO
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF69%2520XTO%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for AF69%20XTO: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: CK64%20UMW
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK64%2520UMW%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for CK64%20UMW: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: DV14%20KMM
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV14%2520KMM%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for DV14%20KMM: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: EU16%20YSD
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU16%2520YSD%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for EU16%20YSD: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: GN19%20HXE
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN19%2520HXE%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for GN19%20HXE: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: HD16%20KZW
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HD16%2520KZW%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for HD16%20KZW: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: HD23%20RUU
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HD23%2520RUU%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for HD23%20RUU: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: HN24%20PTU
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN24%2520PTU%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for HN24%20PTU: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: OU68%20VJZ
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OU68%2520VJZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for OU68%20VJZ: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: RK16%20DCO
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK16%2520DCO%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for RK16%20DCO: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: SM19%20WCN
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM19%2520WCN%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for SM19%20WCN: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: WG65%20JKF
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG65%2520JKF%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for WG65%20JKF: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: YC61%20GTU
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC61%2520GTU%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for YC61%20GTU: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: YD68%20RVC
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD68%2520RVC%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for YD68%20RVC: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: CA12%20TSV
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA12%2520TSV%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for CA12%20TSV: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: MJ15%20GME
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ15%2520GME%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for MJ15%20GME: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: MM14%20NXE
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM14%2520NXE%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for MM14%20NXE: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: BD73%20HLH
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD73%2520HLH%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for BD73%20HLH: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: EY15%20FNG
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY15%2520FNG%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for EY15%20FNG: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: ML13%20XBW
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML13%2520XBW%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for ML13%20XBW: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: X367%20CLB
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27X367%2520CLB%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for X367%20CLB: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: LS09%20ZMO
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS09%2520ZMO%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for LS09%20ZMO: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: DY14%20FTC
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY14%2520FTC%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for DY14%20FTC: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: TN07%20UHB
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27TN07%2520UHB%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for TN07%20UHB: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: HG09%20ZSN
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG09%2520ZSN%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for HG09%20ZSN: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: CU57%20OXG
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU57%2520OXG%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for CU57%20OXG: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: EK71%20FTZ
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK71%2520FTZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for EK71%20FTZ: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: ST72%20OPY
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST72%2520OPY%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for ST72%20OPY: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: BN06%20VJM
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN06%2520VJM%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for BN06%20VJM: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: DT24%20NXY
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DT24%2520NXY%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for DT24%20NXY: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: DY71%20ODW
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY71%2520ODW%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for DY71%20ODW: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: WR59%20BTF
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR59%2520BTF%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for WR59%20BTF: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: DS63%20AAX
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS63%2520AAX%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for DS63%20AAX: 0
2026-03-26 08:02:41 [bca.uk] INFO: Found listing with ID: S5%20UJP
2026-03-26 08:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S5%2520UJP%27 HTTP/1.1" 200 None
2026-03-26 08:02:41 [bca.uk] INFO: Scrape type for S5%20UJP: 0
2026-03-26 08:02:41 [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-26 08:02:41 [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-26 08:02:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:02:43 [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-26 08:02:43 [bca.uk] INFO: Total items found: 100
2026-03-26 08:02:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded
2026-03-26 08:02:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:02:43 [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-26 08:02:43 [bca.uk] INFO: Found listing with ID: SB17%20NPK
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB17%2520NPK%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for SB17%20NPK: 0
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: SH63%20CME
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH63%2520CME%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for SH63%20CME: 0
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: SW16%20LHX
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW16%2520LHX%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for SW16%20LHX: 0
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: SY58%20TZX
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY58%2520TZX%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for SY58%20TZX: 0
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: LD17%20XHK
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD17%2520XHK%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for LD17%20XHK: 0
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: BV65%20XVC
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV65%2520XVC%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for BV65%20XVC: 0
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: MV74%20ENU
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV74%2520ENU%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for MV74%20ENU: 0
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: LXZ%205644
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LXZ%25205644%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for LXZ%205644: 0
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: CA14%20WSZ
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA14%2520WSZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for CA14%20WSZ: 0
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: G706%20XFH
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27G706%2520XFH%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for G706%20XFH: 0
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: HG60%20OFZ
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG60%2520OFZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for HG60%20OFZ: 1
2026-03-26 08:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7 with identifier: HG60%20OFZ
2026-03-26 08:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7 with scrape type 1
2026-03-26 08:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%3DHG60OFZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HG60OFZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:43 [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-26 08:02:43 [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-26 08:02:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: LT53%20UOU
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT53%2520UOU%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for LT53%20UOU: 1
2026-03-26 08:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d620a602-e05d-5574-aa3b-1a73a7a762b4 with identifier: LT53%20UOU
2026-03-26 08:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d620a602-e05d-5574-aa3b-1a73a7a762b4 with scrape type 1
2026-03-26 08:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item d620a602-e05d-5574-aa3b-1a73a7a762b4
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%3DLT53UOU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT53UOU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: LV17%20VHN
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV17%2520VHN%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for LV17%20VHN: 1
2026-03-26 08:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d110a7b3-a629-5278-adef-69e470160c7a with identifier: LV17%20VHN
2026-03-26 08:02:43 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:02:43 [bca.uk] INFO: Found listing with ID: MK17%20GGA
2026-03-26 08:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK17%2520GGA%27 HTTP/1.1" 200 None
2026-03-26 08:02:43 [bca.uk] INFO: Scrape type for MK17%20GGA: 2
2026-03-26 08:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e247611e-8692-5962-853a-74b6b830077c with identifier: MK17%20GGA
2026-03-26 08:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e247611e-8692-5962-853a-74b6b830077c with scrape type 2
2026-03-26 08:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e247611e-8692-5962-853a-74b6b830077c with scrape type 2
2026-03-26 08:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e247611e-8692-5962-853a-74b6b830077c, identifier: MK17%20GGA
2026-03-26 08:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e247611e-8692-5962-853a-74b6b830077c with identifier: MK17%20GGA
2026-03-26 08:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e247611e-8692-5962-853a-74b6b830077c with identifier: MK17%20GGA
2026-03-26 08:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e247611e-8692-5962-853a-74b6b830077c with identifier: MK17%20GGA to the API
2026-03-26 08:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK17%20GGA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e247611e-8692-5962-853a-74b6b830077c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK17 GGA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK17%20GGA&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FIAT',
'model': '500',
'odometer': 58679,
'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': 'FIAT 500 1.2 LOUNGE Hatchback',
'transmission': 'manual',
'trim': 'LOUNGE',
'vin': 'ZFA3120000J703915',
'year': 2017}
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK17%2520GGA%27 HTTP/1.1" 200 None
2026-03-26 08:02:46 [bca.uk] INFO: Saving data for MK17%20GGA: {'auction_closing_time': 1774605600.0, 'created_time': 1774275648.818827, 'last_price_update_time': 1774512166.183058}
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK17%2520GGA') HTTP/1.1" 204 0
2026-03-26 08:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HG60OFZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT53UOU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:46 [bca.uk] INFO: Found listing with ID: NX13%20UZY
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX13%2520UZY%27 HTTP/1.1" 200 None
2026-03-26 08:02:46 [bca.uk] INFO: Scrape type for NX13%20UZY: 1
2026-03-26 08:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba9621e9-4dfa-57de-bac0-d29ab68519c9 with identifier: NX13%20UZY
2026-03-26 08:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba9621e9-4dfa-57de-bac0-d29ab68519c9 with scrape type 1
2026-03-26 08:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item ba9621e9-4dfa-57de-bac0-d29ab68519c9
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DNX13UZY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NX13UZY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:46 [bca.uk] INFO: Found listing with ID: WD17%20LOJ
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD17%2520LOJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:46 [bca.uk] INFO: Scrape type for WD17%20LOJ: 1
2026-03-26 08:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 005152aa-ade1-5139-9423-ce8724551a3e with identifier: WD17%20LOJ
2026-03-26 08:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 005152aa-ade1-5139-9423-ce8724551a3e with scrape type 1
2026-03-26 08:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 005152aa-ade1-5139-9423-ce8724551a3e
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DWD17LOJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WD17LOJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:46 [bca.uk] INFO: Found listing with ID: WN15%20SDY
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN15%2520SDY%27 HTTP/1.1" 200 None
2026-03-26 08:02:46 [bca.uk] INFO: Scrape type for WN15%20SDY: 1
2026-03-26 08:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 703a034a-de03-5340-bb61-ef4fd8fe2d60 with identifier: WN15%20SDY
2026-03-26 08:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 703a034a-de03-5340-bb61-ef4fd8fe2d60 with scrape type 1
2026-03-26 08:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 703a034a-de03-5340-bb61-ef4fd8fe2d60
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DWN15SDY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WN15SDY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:46 [bca.uk] INFO: Found listing with ID: LS57%20JLV
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS57%2520JLV%27 HTTP/1.1" 200 None
2026-03-26 08:02:46 [bca.uk] INFO: Scrape type for LS57%20JLV: 2
2026-03-26 08:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae3285bf-b6f8-5fea-a2ef-0bdf116f9367 with identifier: LS57%20JLV
2026-03-26 08:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae3285bf-b6f8-5fea-a2ef-0bdf116f9367 with scrape type 2
2026-03-26 08:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae3285bf-b6f8-5fea-a2ef-0bdf116f9367 with scrape type 2
2026-03-26 08:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae3285bf-b6f8-5fea-a2ef-0bdf116f9367, identifier: LS57%20JLV
2026-03-26 08:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae3285bf-b6f8-5fea-a2ef-0bdf116f9367 with identifier: LS57%20JLV
2026-03-26 08:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae3285bf-b6f8-5fea-a2ef-0bdf116f9367 with identifier: LS57%20JLV
2026-03-26 08:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae3285bf-b6f8-5fea-a2ef-0bdf116f9367 with identifier: LS57%20JLV to the API
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'ae3285bf-b6f8-5fea-a2ef-0bdf116f9367',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LS57 JLV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS57%20JLV&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'TOYOTA',
'model': 'PRIUS',
'odometer': 162161,
'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 PRIUS 1.5 VVTI T-SPIRIT HYBRID Hatchback',
'transmission': 'automatic',
'trim': 'VVTI T-SPIRIT HYBRID',
'vin': 'JTDKB20U903317713',
'year': 2007}
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS57%2520JLV%27 HTTP/1.1" 200 None
2026-03-26 08:02:46 [bca.uk] INFO: Saving data for LS57%20JLV: {'auction_closing_time': 1775124000.0, 'created_time': 1774365464.084115, 'last_price_update_time': 1774512166.928657}
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS57%2520JLV') HTTP/1.1" 204 0
2026-03-26 08:02:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3afc650>
2026-03-26 08:02:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7/7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DHG60OFZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5') HTTP/1.1" 204 0
2026-03-26 08:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HG60OFZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 saved to cache
2026-03-26 08:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7
2026-03-26 08:02:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7, skipping ID generation
2026-03-26 08:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7 with scrape type 1
2026-03-26 08:02:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7 sending to next pipeline
2026-03-26 08:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7, identifier: HG60%20OFZ
2026-03-26 08:02:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fc9d90>
2026-03-26 08:02:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d620a602-e05d-5574-aa3b-1a73a7a762b4/d620a602-e05d-5574-aa3b-1a73a7a762b4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLT53UOU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5') HTTP/1.1" 204 0
2026-03-26 08:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT53UOU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 saved to cache
2026-03-26 08:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d620a602-e05d-5574-aa3b-1a73a7a762b4
2026-03-26 08:02:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d620a602-e05d-5574-aa3b-1a73a7a762b4, skipping ID generation
2026-03-26 08:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d620a602-e05d-5574-aa3b-1a73a7a762b4 with scrape type 1
2026-03-26 08:02:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d620a602-e05d-5574-aa3b-1a73a7a762b4 sending to next pipeline
2026-03-26 08:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d620a602-e05d-5574-aa3b-1a73a7a762b4, identifier: LT53%20UOU
2026-03-26 08:02:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NX13UZY/409528805/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NX13UZY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:02:47 [bca.uk] INFO: Found listing with ID: LF23%20NFW
2026-03-26 08:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF23%2520NFW%27 HTTP/1.1" 200 None
2026-03-26 08:02:47 [bca.uk] INFO: Scrape type for LF23%20NFW: 1
2026-03-26 08:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85d012de-fae4-5d5d-8f8e-4104325b53da with identifier: LF23%20NFW
2026-03-26 08:02:47 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7 with identifier: HG60%20OFZ
2026-03-26 08:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7 with identifier: HG60%20OFZ
2026-03-26 08:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7 with identifier: HG60%20OFZ to the API
2026-03-26 08:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HG60OFZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HG60 OFZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG60%20OFZ&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'AUDI',
'model': 'A1',
'odometer': 119294,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 1,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7/7b5a05f2-e89d-5ec6-91be-13ad3c1a8cd7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 21922,
'Height': 300,
'OriginUrl': 'https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HG60OFZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
'Width': 400}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'AUDI A1 1.4 TFSI S LINE Hatchback',
'transmission': 'manual',
'trim': 'TFSI S LINE',
'vin': 'WAUZZZ8X1BB041132',
'year': 2010}
2026-03-26 08:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG60%2520OFZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:47 [bca.uk] INFO: Saving data for HG60%20OFZ: {'created_time': 1774512167.743832, 'last_price_update_time': 1774512167.743846, 'auction_closing_time': 1774605600.0}
2026-03-26 08:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG60%2520OFZ') HTTP/1.1" 204 0
2026-03-26 08:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d620a602-e05d-5574-aa3b-1a73a7a762b4 with identifier: LT53%20UOU
2026-03-26 08:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d620a602-e05d-5574-aa3b-1a73a7a762b4 with identifier: LT53%20UOU
2026-03-26 08:02:47 [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-26 08:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT53UOU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
{'auction_title': '',
'c_o_2_emission_value': 286,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-27T10: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': 1,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d620a602-e05d-5574-aa3b-1a73a7a762b4/d620a602-e05d-5574-aa3b-1a73a7a762b4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 21922,
'Height': 300,
'OriginUrl': 'https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT53UOU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
'Width': 400}],
'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-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT53%2520UOU%27 HTTP/1.1" 200 None
2026-03-26 08:02:48 [bca.uk] INFO: Saving data for LT53%20UOU: {'created_time': 1774512168.145904, 'last_price_update_time': 1774512168.145924, 'auction_closing_time': 1774605600.0}
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:48 [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-26 08:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WD17LOJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:48 [bca.uk] INFO: Found listing with ID: YF23%20UMR
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF23%2520UMR%27 HTTP/1.1" 200 None
2026-03-26 08:02:48 [bca.uk] INFO: Scrape type for YF23%20UMR: 1
2026-03-26 08:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6a20017-e23f-5519-a3e6-2bdd136f0848 with identifier: YF23%20UMR
2026-03-26 08:02:48 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:02:48 [bca.uk] INFO: Found listing with ID: BX22%20SFY
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX22%2520SFY%27 HTTP/1.1" 200 None
2026-03-26 08:02:48 [bca.uk] INFO: Scrape type for BX22%20SFY: 1
2026-03-26 08:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5a879d7-8895-529d-b0d9-3f188afc9a33 with identifier: BX22%20SFY
2026-03-26 08:02:48 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:02:48 [bca.uk] INFO: Found listing with ID: DN25%20TKK
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN25%2520TKK%27 HTTP/1.1" 200 None
2026-03-26 08:02:48 [bca.uk] INFO: Scrape type for DN25%20TKK: 1
2026-03-26 08:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38434f18-24e8-5f54-8e3b-4ffab74bbabf with identifier: DN25%20TKK
2026-03-26 08:02:48 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:02:48 [bca.uk] INFO: Found listing with ID: DY57%20HVF
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY57%2520HVF%27 HTTP/1.1" 200 None
2026-03-26 08:02:48 [bca.uk] INFO: Scrape type for DY57%20HVF: 0
2026-03-26 08:02:48 [bca.uk] INFO: Found listing with ID: AK60%20ZVN
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK60%2520ZVN%27 HTTP/1.1" 200 None
2026-03-26 08:02:48 [bca.uk] INFO: Scrape type for AK60%20ZVN: 0
2026-03-26 08:02:48 [bca.uk] INFO: Found listing with ID: ND72%20HSA
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND72%2520HSA%27 HTTP/1.1" 200 None
2026-03-26 08:02:48 [bca.uk] INFO: Scrape type for ND72%20HSA: 1
2026-03-26 08:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1955b0a8-2f28-512d-8ab7-80451db26b8b with identifier: ND72%20HSA
2026-03-26 08:02:48 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NX13UZY/409528805/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:48 [bca.uk] INFO: Found listing with ID: LX66%20UPG
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX66%2520UPG%27 HTTP/1.1" 200 None
2026-03-26 08:02:48 [bca.uk] INFO: Scrape type for LX66%20UPG: 1
2026-03-26 08:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80118415-ab34-5f0c-a964-1007d0c0a8a8 with identifier: LX66%20UPG
2026-03-26 08:02:48 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac025c650>
2026-03-26 08:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_005152aa-ade1-5139-9423-ce8724551a3e/005152aa-ade1-5139-9423-ce8724551a3e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWD17LOJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5') HTTP/1.1" 204 0
2026-03-26 08:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WD17LOJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 saved to cache
2026-03-26 08:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 005152aa-ade1-5139-9423-ce8724551a3e
2026-03-26 08:02:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 005152aa-ade1-5139-9423-ce8724551a3e, skipping ID generation
2026-03-26 08:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 005152aa-ade1-5139-9423-ce8724551a3e with scrape type 1
2026-03-26 08:02:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 005152aa-ade1-5139-9423-ce8724551a3e sending to next pipeline
2026-03-26 08:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 005152aa-ade1-5139-9423-ce8724551a3e, identifier: WD17%20LOJ
2026-03-26 08:02:48 [bca.uk] INFO: Found listing with ID: MJ24%20WPP
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ24%2520WPP%27 HTTP/1.1" 200 None
2026-03-26 08:02:48 [bca.uk] INFO: Scrape type for MJ24%20WPP: 1
2026-03-26 08:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4 with identifier: MJ24%20WPP
2026-03-26 08:02:48 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 005152aa-ade1-5139-9423-ce8724551a3e with identifier: WD17%20LOJ
2026-03-26 08:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 005152aa-ade1-5139-9423-ce8724551a3e with identifier: WD17%20LOJ
2026-03-26 08:02:48 [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-26 08:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WD17LOJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
{'auction_title': '',
'c_o_2_emission_value': 101,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10: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': 1,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_005152aa-ade1-5139-9423-ce8724551a3e/005152aa-ade1-5139-9423-ce8724551a3e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 21922,
'Height': 300,
'OriginUrl': 'https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WD17LOJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
'Width': 400}],
'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-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD17%2520LOJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:48 [bca.uk] INFO: Saving data for WD17%20LOJ: {'created_time': 1774512168.933749, 'last_price_update_time': 1774512168.933761, 'auction_closing_time': 1774605600.0}
2026-03-26 08:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:48 [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-26 08:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WN15SDY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV17%20VHN-GB>
2026-03-26 08:02:49 [bca.uk] INFO: Found listing with ID: BK58%20ULC
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK58%2520ULC%27 HTTP/1.1" 200 None
2026-03-26 08:02:49 [bca.uk] INFO: Scrape type for BK58%20ULC: 1
2026-03-26 08:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b445658-9c22-5609-8653-885cb2c8c91a with identifier: BK58%20ULC
2026-03-26 08:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b445658-9c22-5609-8653-885cb2c8c91a with scrape type 1
2026-03-26 08:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5b445658-9c22-5609-8653-885cb2c8c91a
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DBK58ULC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BK58ULC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2566b50>
2026-03-26 08:02:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba9621e9-4dfa-57de-bac0-d29ab68519c9/ba9621e9-4dfa-57de-bac0-d29ab68519c9_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FNX13UZY%252F409528805%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NX13UZY/409528805/600 saved to cache
2026-03-26 08:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ba9621e9-4dfa-57de-bac0-d29ab68519c9
2026-03-26 08:02:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ba9621e9-4dfa-57de-bac0-d29ab68519c9, skipping ID generation
2026-03-26 08:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba9621e9-4dfa-57de-bac0-d29ab68519c9 with scrape type 1
2026-03-26 08:02:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ba9621e9-4dfa-57de-bac0-d29ab68519c9 sending to next pipeline
2026-03-26 08:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba9621e9-4dfa-57de-bac0-d29ab68519c9, identifier: NX13%20UZY
2026-03-26 08:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba9621e9-4dfa-57de-bac0-d29ab68519c9 with identifier: NX13%20UZY
2026-03-26 08:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba9621e9-4dfa-57de-bac0-d29ab68519c9 with identifier: NX13%20UZY
2026-03-26 08:02:49 [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-26 08:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NX13UZY/409528805/600>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10: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': 1,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba9621e9-4dfa-57de-bac0-d29ab68519c9/ba9621e9-4dfa-57de-bac0-d29ab68519c9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51681,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NX13UZY/409528805/600',
'Width': 600}],
'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-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX13%2520UZY%27 HTTP/1.1" 200 None
2026-03-26 08:02:49 [bca.uk] INFO: Saving data for NX13%20UZY: {'created_time': 1774512169.640874, 'last_price_update_time': 1774512169.640885, 'auction_closing_time': 1774605600.0}
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:49 [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-26 08:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF23%20NFW-GB>
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874779%27 HTTP/1.1" 200 None
2026-03-26 08:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874779 not downloaded yet
2026-03-26 08:02:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac025d850>
2026-03-26 08:02:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_703a034a-de03-5340-bb61-ef4fd8fe2d60/703a034a-de03-5340-bb61-ef4fd8fe2d60_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWN15SDY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5') HTTP/1.1" 204 0
2026-03-26 08:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WN15SDY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 saved to cache
2026-03-26 08:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 703a034a-de03-5340-bb61-ef4fd8fe2d60
2026-03-26 08:02:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 703a034a-de03-5340-bb61-ef4fd8fe2d60, skipping ID generation
2026-03-26 08:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 703a034a-de03-5340-bb61-ef4fd8fe2d60 with scrape type 1
2026-03-26 08:02:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 703a034a-de03-5340-bb61-ef4fd8fe2d60 sending to next pipeline
2026-03-26 08:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 703a034a-de03-5340-bb61-ef4fd8fe2d60, identifier: WN15%20SDY
2026-03-26 08:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874780%27 HTTP/1.1" 200 None
2026-03-26 08:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874780 not downloaded yet
2026-03-26 08:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 703a034a-de03-5340-bb61-ef4fd8fe2d60 with identifier: WN15%20SDY
2026-03-26 08:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 703a034a-de03-5340-bb61-ef4fd8fe2d60 with identifier: WN15%20SDY
2026-03-26 08:02:49 [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-26 08:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WN15SDY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10: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': 1,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_703a034a-de03-5340-bb61-ef4fd8fe2d60/703a034a-de03-5340-bb61-ef4fd8fe2d60_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 21922,
'Height': 300,
'OriginUrl': 'https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WN15SDY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
'Width': 400}],
'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-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN15%2520SDY%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [bca.uk] INFO: Saving data for WN15%20SDY: {'created_time': 1774512170.245903, 'last_price_update_time': 1774512170.245918, 'auction_closing_time': 1774605600.0}
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:50 [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-26 08:02:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ24%20WPP-GB>
2026-03-26 08:02:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX22%20SFY-GB>
2026-03-26 08:02:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF23%20UMR-GB>
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874781%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874781 not downloaded yet
2026-03-26 08:02:50 [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-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874782%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874782 not downloaded yet
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874783%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874783 not downloaded yet
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874784%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874784 not downloaded yet
2026-03-26 08:02:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN25%20TKK-GB>
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874785%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874785 not downloaded yet
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874786%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874786 not downloaded yet
2026-03-26 08:02:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND72%20HSA-GB>
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874787%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874787 not downloaded yet
2026-03-26 08:02:50 [bca.uk] INFO: Total items found: 100
2026-03-26 08:02:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded
2026-03-26 08:02:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:02:50 [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-26 08:02:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX66%20UPG-GB>
2026-03-26 08:02:50 [bca.uk] INFO: Found listing with ID: FX15%20TXU
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX15%2520TXU%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [bca.uk] INFO: Scrape type for FX15%20TXU: 2
2026-03-26 08:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20f1ea41-9d6d-5456-a407-5df03743db11 with identifier: FX15%20TXU
2026-03-26 08:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20f1ea41-9d6d-5456-a407-5df03743db11 with scrape type 2
2026-03-26 08:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20f1ea41-9d6d-5456-a407-5df03743db11 with scrape type 2
2026-03-26 08:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20f1ea41-9d6d-5456-a407-5df03743db11, identifier: FX15%20TXU
2026-03-26 08:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20f1ea41-9d6d-5456-a407-5df03743db11 with identifier: FX15%20TXU
2026-03-26 08:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20f1ea41-9d6d-5456-a407-5df03743db11 with identifier: FX15%20TXU
2026-03-26 08:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20f1ea41-9d6d-5456-a407-5df03743db11 with identifier: FX15%20TXU to the API
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX15%20TXU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '20f1ea41-9d6d-5456-a407-5df03743db11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FX15 TXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX15%20TXU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'KUGA',
'odometer': 76777,
'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 1.5 E/B 150 2WD TITANIUM StationWagon',
'transmission': 'manual',
'trim': 'E/B 150 2WD TITANIUM',
'vin': 'WF0AXXWPMAFD52809',
'year': 2015}
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX15%2520TXU%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [bca.uk] INFO: Saving data for FX15%20TXU: {'auction_closing_time': 1774605600.0, 'created_time': 1773932037.671541, 'last_price_update_time': 1774512170.925065}
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX15%2520TXU') HTTP/1.1" 204 0
2026-03-26 08:02:50 [bca.uk] INFO: Found listing with ID: VX63%20EEM
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX63%2520EEM%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [bca.uk] INFO: Scrape type for VX63%20EEM: 0
2026-03-26 08:02:50 [bca.uk] INFO: Found listing with ID: LM72%20XNW
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM72%2520XNW%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [bca.uk] INFO: Scrape type for LM72%20XNW: 0
2026-03-26 08:02:50 [bca.uk] INFO: Found listing with ID: YH23%20CMY
2026-03-26 08:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH23%2520CMY%27 HTTP/1.1" 200 None
2026-03-26 08:02:50 [bca.uk] INFO: Scrape type for YH23%20CMY: 0
2026-03-26 08:02:50 [bca.uk] INFO: Found listing with ID: PF69%20LVP
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF69%2520LVP%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for PF69%20LVP: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: RL04%20HLD
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RL04%2520HLD%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for RL04%20HLD: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: BN25%20RHA
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN25%2520RHA%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for BN25%20RHA: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: BN25%20RHF
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN25%2520RHF%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for BN25%20RHF: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: BT23%20KAX
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT23%2520KAX%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for BT23%20KAX: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: KN24%20BNV
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN24%2520BNV%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for KN24%20BNV: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: MW74%20DVX
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW74%2520DVX%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for MW74%20DVX: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: MW74%20NRE
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW74%2520NRE%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for MW74%20NRE: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: NJ19%20XKK
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ19%2520XKK%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for NJ19%20XKK: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: RJ07%20FKS
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ07%2520FKS%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for RJ07%20FKS: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: HK19%20XNW
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK19%2520XNW%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for HK19%20XNW: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: R100%20CGH
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27R100%2520CGH%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for R100%20CGH: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: BP74%20DXT
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP74%2520DXT%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for BP74%20DXT: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: NG64%20CGO
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG64%2520CGO%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for NG64%20CGO: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: FH68%20ZZK
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH68%2520ZZK%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for FH68%20ZZK: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: J20%20SPN
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27J20%2520SPN%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for J20%20SPN: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: BJ25%20XSZ
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ25%2520XSZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for BJ25%20XSZ: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: RF67%20NNO
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF67%2520NNO%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for RF67%20NNO: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: LX17%20OGL
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX17%2520OGL%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for LX17%20OGL: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: OX17%20DXS
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OX17%2520DXS%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for OX17%20DXS: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: LM17%20JWJ
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM17%2520JWJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for LM17%20JWJ: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: DP19%20BWN
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP19%2520BWN%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for DP19%20BWN: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: VO24%20OOV
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO24%2520OOV%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for VO24%20OOV: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: KM19%20JPV
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM19%2520JPV%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for KM19%20JPV: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: K21%20GMC
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27K21%2520GMC%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for K21%20GMC: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: SY18%20URG
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY18%2520URG%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for SY18%20URG: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: A21%20WTK
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27A21%2520WTK%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for A21%20WTK: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: HY06%20NAU
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY06%2520NAU%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for HY06%20NAU: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: OY67%20UYK
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY67%2520UYK%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for OY67%20UYK: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: FL60%20VHN
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL60%2520VHN%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for FL60%20VHN: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: RJ19%20OUG
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ19%2520OUG%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for RJ19%20OUG: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: FD13%20EJK
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD13%2520EJK%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for FD13%20EJK: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: FN70%20EGY
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN70%2520EGY%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for FN70%20EGY: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: OE19%20ZRU
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE19%2520ZRU%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for OE19%20ZRU: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: YB69%20VLK
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB69%2520VLK%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for YB69%20VLK: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: NH19%20UDD
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NH19%2520UDD%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for NH19%20UDD: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: RK20%20FYU
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK20%2520FYU%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for RK20%20FYU: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: BD72%20TGN
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD72%2520TGN%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for BD72%20TGN: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: OE66%20SXU
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE66%2520SXU%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for OE66%20SXU: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: Y467%20UKE
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27Y467%2520UKE%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for Y467%20UKE: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: ML15%20UFP
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML15%2520UFP%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for ML15%20UFP: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: HF69%20TFU
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF69%2520TFU%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for HF69%20TFU: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: FB19%20ABX
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FB19%2520ABX%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for FB19%20ABX: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: FM67%20FFV
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM67%2520FFV%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for FM67%20FFV: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: KY17%20MBX
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY17%2520MBX%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for KY17%20MBX: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: WD17%20RVZ
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD17%2520RVZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for WD17%20RVZ: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: YL67%20YBR
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL67%2520YBR%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for YL67%20YBR: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: CU11%20FXP
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU11%2520FXP%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for CU11%20FXP: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: HJ70%20WBF
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ70%2520WBF%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for HJ70%20WBF: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: WF70%20UUZ
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF70%2520UUZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for WF70%20UUZ: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: CJ21%20DMF
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ21%2520DMF%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for CJ21%20DMF: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: J27%20DMH
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27J27%2520DMH%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for J27%20DMH: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: LP15%20JMU
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP15%2520JMU%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for LP15%20JMU: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: WP23%20RVN
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP23%2520RVN%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for WP23%20RVN: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: E8%20LCL
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27E8%2520LCL%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for E8%20LCL: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: SN66%20PGE
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN66%2520PGE%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for SN66%20PGE: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: FT73%20MXW
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT73%2520MXW%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for FT73%20MXW: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: RJ69%20LVN
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ69%2520LVN%27 HTTP/1.1" 200 None
2026-03-26 08:02:51 [bca.uk] INFO: Scrape type for RJ69%20LVN: 0
2026-03-26 08:02:51 [bca.uk] INFO: Found listing with ID: VX72%20GWK
2026-03-26 08:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX72%2520GWK%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for VX72%20GWK: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: CJZ%205249
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJZ%25205249%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for CJZ%205249: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: KR72%20NSE
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR72%2520NSE%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for KR72%20NSE: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: CY15%20FSD
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CY15%2520FSD%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for CY15%20FSD: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: DV14%20NUK
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV14%2520NUK%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for DV14%20NUK: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: NX69%20SXL
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX69%2520SXL%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for NX69%20SXL: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: PN66%20WSJ
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN66%2520WSJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for PN66%20WSJ: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: YS60%20OGO
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS60%2520OGO%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for YS60%20OGO: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: AJ72%20FSF
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ72%2520FSF%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for AJ72%20FSF: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: EJ73%20XPO
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ73%2520XPO%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for EJ73%20XPO: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: SN68%20GKV
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN68%2520GKV%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for SN68%20GKV: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: EA67%20WLP
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA67%2520WLP%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for EA67%20WLP: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: FL71%20EKN
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL71%2520EKN%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for FL71%20EKN: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: FN66%20PKK
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN66%2520PKK%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for FN66%20PKK: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: GJ68%20KUY
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ68%2520KUY%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for GJ68%20KUY: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: KV19%20MTH
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV19%2520MTH%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for KV19%20MTH: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: KW21%20WFB
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW21%2520WFB%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for KW21%20WFB: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: MW68%20AUV
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW68%2520AUV%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for MW68%20AUV: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: NJ67%20FZX
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ67%2520FZX%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for NJ67%20FZX: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: NX19%20HPJ
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX19%2520HPJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for NX19%20HPJ: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: PX67%20ZPN
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX67%2520ZPN%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for PX67%20ZPN: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: SY21%20WBK
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY21%2520WBK%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for SY21%20WBK: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: WF74%20FKV
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF74%2520FKV%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for WF74%20FKV: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: WJ73%20RYC
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ73%2520RYC%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for WJ73%20RYC: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: WK72%20XPS
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK72%2520XPS%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for WK72%20XPS: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: YY17%20YYH
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY17%2520YYH%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for YY17%20YYH: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: L44%20KDN
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27L44%2520KDN%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for L44%20KDN: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: SP22%20ZVJ
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP22%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for SP22%20ZVJ: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: BL74%20UMS
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL74%2520UMS%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for BL74%20UMS: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: BT74%20NGF
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT74%2520NGF%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for BT74%20NGF: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: RX74%20CCN
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX74%2520CCN%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for RX74%20CCN: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: RX74%20CEO
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX74%2520CEO%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for RX74%20CEO: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: RX74%20EFT
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX74%2520EFT%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for RX74%20EFT: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: WT25%20UGC
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WT25%2520UGC%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for WT25%20UGC: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: YM74%20KJY
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM74%2520KJY%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for YM74%20KJY: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: YM74%20KKS
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM74%2520KKS%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for YM74%20KKS: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: YM74%20KLC
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM74%2520KLC%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for YM74%20KLC: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: YM74%20KLP
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM74%2520KLP%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for YM74%20KLP: 0
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: YM74%20KLU
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM74%2520KLU%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for YM74%20KLU: 0
2026-03-26 08:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874779/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874779>
2026-03-26 08:02:52 [bca.uk] INFO: Found listing with ID: HV18%20KVR
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV18%2520KVR%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [bca.uk] INFO: Scrape type for HV18%20KVR: 1
2026-03-26 08:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a12a8e3-d657-54dc-9d2d-7c8f80debe95 with identifier: HV18%20KVR
2026-03-26 08:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95 with scrape type 1
2026-03-26 08:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DHV18KVR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HV18KVR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697878035%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878035 not downloaded yet
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697878038%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878038 not downloaded yet
2026-03-26 08:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874780/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874780>
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697878039%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878039 not downloaded yet
2026-03-26 08:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697878041%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878041 not downloaded yet
2026-03-26 08:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874778/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BK58ULC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874781/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874781>
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697878043%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878043 not downloaded yet
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697878044%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878044 not downloaded yet
2026-03-26 08:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874782/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874782>
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697878047%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878047 not downloaded yet
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697878051%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878051 not downloaded yet
2026-03-26 08:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874783/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874783>
2026-03-26 08:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697878055%27 HTTP/1.1" 200 None
2026-03-26 08:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878055 not downloaded yet
2026-03-26 08:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b5c650>
2026-03-26 08:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_expert_report_file_845bfcbd-094e-43e7-8874-317002d8f54b.pdf HTTP/1.1" 201 0
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d110a7b3-a629-5278-adef-69e470160c7a, skipping ID generation
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DLV17VHN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LV17VHN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874784/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874784>
2026-03-26 08:02:53 [bca.uk] INFO: Found listing with ID: KP13%20FXT
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP13%2520FXT%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [bca.uk] INFO: Scrape type for KP13%20FXT: 1
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9a57e45-c71e-5bb3-b50f-97744383a2b2 with identifier: KP13%20FXT
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9a57e45-c71e-5bb3-b50f-97744383a2b2 with scrape type 1
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item e9a57e45-c71e-5bb3-b50f-97744383a2b2
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DKP13FXT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP13FXT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874785/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874785>
2026-03-26 08:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720870%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720870 not downloaded yet
2026-03-26 08:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:53 [bca.uk] INFO: Found listing with ID: LX58%20HNC
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX58%2520HNC%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [bca.uk] INFO: Scrape type for LX58%20HNC: 1
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0899dfcc-a85d-5a7b-a519-365772b843a3 with identifier: LX58%20HNC
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720873%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720873 not downloaded yet
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cf7f10>
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_expert_report_file_099c1c99-7c3b-4616-b118-18cbd0c457e3.pdf HTTP/1.1" 201 0
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85d012de-fae4-5d5d-8f8e-4104325b53da, skipping ID generation
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DLF23NFW-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LF23NFW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:53 [bca.uk] INFO: Found listing with ID: MA15%20FWO
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA15%2520FWO%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [bca.uk] INFO: Scrape type for MA15%20FWO: 1
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe with identifier: MA15%20FWO
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874779/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720877%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720877 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695266871%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266871 not downloaded yet
2026-03-26 08:02:53 [bca.uk] INFO: Found listing with ID: RE07%20XRX
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE07%2520XRX%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [bca.uk] INFO: Scrape type for RE07%20XRX: 1
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f with identifier: RE07%20XRX
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720882%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720882 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695266875%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266875 not downloaded yet
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0253810>
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_expert_report_file_f4515d09-872d-4efa-8d0d-01026bf51f19.pdf HTTP/1.1" 201 0
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f6a20017-e23f-5519-a3e6-2bdd136f0848, skipping ID generation
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DYF23UMR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YF23UMR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cec610>
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_expert_report_file_66489ec8-0f38-4019-a3bb-25a2707b2bd8.pdf HTTP/1.1" 201 0
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e5a879d7-8895-529d-b0d9-3f188afc9a33, skipping ID generation
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DBX22SFY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BX22SFY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878039/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878039>
2026-03-26 08:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878051/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878051>
2026-03-26 08:02:53 [bca.uk] INFO: Found listing with ID: WF63%20OTU
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF63%2520OTU%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [bca.uk] INFO: Scrape type for WF63%20OTU: 1
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 631cad98-01da-5bd3-97de-6fcd6366b710 with identifier: WF63%20OTU
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 631cad98-01da-5bd3-97de-6fcd6366b710 with scrape type 1
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 631cad98-01da-5bd3-97de-6fcd6366b710
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DWF63OTU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WF63OTU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720884%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720884 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695266878%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266878 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267138%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267138 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267483%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267483 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874973%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874973 not downloaded yet
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c94650>
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_expert_report_file_7df08e09-ed2f-475a-bdc3-13775a0c700f.pdf HTTP/1.1" 201 0
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38434f18-24e8-5f54-8e3b-4ffab74bbabf, skipping ID generation
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DDN25TKK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DN25TKK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bb1dd0>
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_expert_report_file_003c3814-b05d-474c-9eb6-c7379ddd52fe.pdf HTTP/1.1" 201 0
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4, skipping ID generation
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DMJ24WPP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MJ24WPP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ee5c10>
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_expert_report_file_02839441-751d-4cff-a596-0214052a198e.pdf HTTP/1.1" 201 0
2026-03-26 08:02:53 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1955b0a8-2f28-512d-8ab7-80451db26b8b, skipping ID generation
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DND72HSA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ND72HSA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9acea2e150>
2026-03-26 08:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FBK58ULC%252F697874779%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874779/600 saved to cache
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5b445658-9c22-5609-8653-885cb2c8c91a
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720888%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720888 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695266882%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266882 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267143%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267143 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267486%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267486 not downloaded yet
2026-03-26 08:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874785/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874977%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874977 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695712316%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712316 not downloaded yet
2026-03-26 08:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695855851%27 HTTP/1.1" 200 None
2026-03-26 08:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855851 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695371761%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371761 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720891%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720891 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695266884%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266884 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267149%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267149 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267489%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267489 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874980%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874980 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695712322%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712322 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695855855%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855855 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695371765%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371765 not downloaded yet
2026-03-26 08:02:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720868/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LV17VHN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720893%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720893 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695266891%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266891 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267153%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267153 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267493%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267493 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874984%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874984 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695712327%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712327 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695855860%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855860 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695371772%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371772 not downloaded yet
2026-03-26 08:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874782/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874778/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874780/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874781/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874783/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720897%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720897 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695266895%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266895 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267158%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267158 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267496%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267496 not downloaded yet
2026-03-26 08:02:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02: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-26 08:02: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-26 08:02:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f07250>
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBK58ULC%252F697874785%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874785/600 saved to cache
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5b445658-9c22-5609-8653-885cb2c8c91a
2026-03-26 08:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720870/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720870>
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874986%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874986 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695712334%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712334 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695855865%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855865 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695371776%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371776 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695266899%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266899 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267176%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267176 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267501%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267501 not downloaded yet
2026-03-26 08:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP13FXT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878055/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878055>
2026-03-26 08:02:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878047/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878047>
2026-03-26 08:02:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266866/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LF23NFW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874993%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874993 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695712337%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712337 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695855869%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855869 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695371781%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371781 not downloaded yet
2026-03-26 08:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878051/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695266900%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266900 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267195%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267195 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267506%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267506 not downloaded yet
2026-03-26 08:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878039/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371758/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ND72HSA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697874999%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874999 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695712340%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712340 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695855876%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855876 not downloaded yet
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695371787%27 HTTP/1.1" 200 None
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371787 not downloaded yet
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f86590>
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBK58ULC%252F697874782%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874782/600 saved to cache
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5b445658-9c22-5609-8653-885cb2c8c91a
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d0f450>
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBK58ULC%252F697874778%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874778/600 saved to cache
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5b445658-9c22-5609-8653-885cb2c8c91a
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f5f710>
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBK58ULC%252F697874780%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874780/600 saved to cache
2026-03-26 08:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5b445658-9c22-5609-8653-885cb2c8c91a
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d32110>
2026-03-26 08:02:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBK58ULC%252F697874781%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874781/600 saved to cache
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5b445658-9c22-5609-8653-885cb2c8c91a
2026-03-26 08:02:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f6d990>
2026-03-26 08:02:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBK58ULC%252F697874783%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874783/600 saved to cache
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5b445658-9c22-5609-8653-885cb2c8c91a
2026-03-26 08:02:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c2a110>
2026-03-26 08:02:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_expert_report_file_c3de9ebe-49ab-4553-949d-f0316a56bab8.pdf HTTP/1.1" 201 0
2026-03-26 08:02:55 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 80118415-ab34-5f0c-a964-1007d0c0a8a8, skipping ID generation
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DLX66UPG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LX66UPG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874784/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267210%27 HTTP/1.1" 200 None
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267210 not downloaded yet
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267512%27 HTTP/1.1" 200 None
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267512 not downloaded yet
2026-03-26 08:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720868/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D)
2026-03-26 08:02:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266891/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266891>
2026-03-26 08:02:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267493/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267493>
2026-03-26 08:02:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267153/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267153>
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697875009%27 HTTP/1.1" 200 None
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697875009 not downloaded yet
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695712349%27 HTTP/1.1" 200 None
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712349 not downloaded yet
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695855884%27 HTTP/1.1" 200 None
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855884 not downloaded yet
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695371794%27 HTTP/1.1" 200 None
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371794 not downloaded yet
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697386824%27 HTTP/1.1" 200 None
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386824 not downloaded yet
2026-03-26 08:02:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f71c90>
2026-03-26 08:02:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9a57e45-c71e-5bb3-b50f-97744383a2b2/e9a57e45-c71e-5bb3-b50f-97744383a2b2_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKP13FXT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5') HTTP/1.1" 204 0
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP13FXT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 saved to cache
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e9a57e45-c71e-5bb3-b50f-97744383a2b2
2026-03-26 08:02:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9a57e45-c71e-5bb3-b50f-97744383a2b2, skipping ID generation
2026-03-26 08:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9a57e45-c71e-5bb3-b50f-97744383a2b2 with scrape type 1
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9a57e45-c71e-5bb3-b50f-97744383a2b2 sending to next pipeline
2026-03-26 08:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9a57e45-c71e-5bb3-b50f-97744383a2b2, identifier: KP13%20FXT
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267215%27 HTTP/1.1" 200 None
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267215 not downloaded yet
2026-03-26 08:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695267519%27 HTTP/1.1" 200 None
2026-03-26 08:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267519 not downloaded yet
2026-03-26 08:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9a57e45-c71e-5bb3-b50f-97744383a2b2 with identifier: KP13%20FXT
2026-03-26 08:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9a57e45-c71e-5bb3-b50f-97744383a2b2 with identifier: KP13%20FXT
2026-03-26 08:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9a57e45-c71e-5bb3-b50f-97744383a2b2 with identifier: KP13%20FXT to the API
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP13FXT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
{'auction_title': '',
'c_o_2_emission_value': 104,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e9a57e45-c71e-5bb3-b50f-97744383a2b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP13 FXT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP13%20FXT&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'CITROEN',
'model': 'C1',
'odometer': 95012,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 1,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9a57e45-c71e-5bb3-b50f-97744383a2b2/e9a57e45-c71e-5bb3-b50f-97744383a2b2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 21922,
'Height': 300,
'OriginUrl': 'https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP13FXT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
'Width': 400}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'CITROEN C1 1.0 VTR+ EGS Hatchback',
'transmission': 'automatic',
'trim': 'VTR+ EGS',
'vin': 'VF7PNCFB0DR542389',
'year': 2013}
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP13%2520FXT%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [bca.uk] INFO: Saving data for KP13%20FXT: {'created_time': 1774512176.333907, 'last_price_update_time': 1774512176.333919, 'auction_closing_time': 1774605600.0}
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP13%2520FXT') HTTP/1.1" 204 0
2026-03-26 08:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720893/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720893>
2026-03-26 08:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371765/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371765>
2026-03-26 08:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720870/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D)
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697875016%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697875016 not downloaded yet
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695712364%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712364 not downloaded yet
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695855894%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855894 not downloaded yet
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695371800%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371800 not downloaded yet
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697386835%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386835 not downloaded yet
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ce15d0>
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FHV18KVR%252F697878051%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878051/600 saved to cache
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ef2310>
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FHV18KVR%252F697878039%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878039/600 saved to cache
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95
2026-03-26 08:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878055/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266866/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D)
2026-03-26 08:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878047/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267496/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267496>
2026-03-26 08:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371776/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371776>
2026-03-26 08:02:56 [bca.uk] INFO: Found listing with ID: WO18%20XLD
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO18%2520XLD%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [bca.uk] INFO: Scrape type for WO18%20XLD: 1
2026-03-26 08:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f978a3b-31f6-5f12-aa90-6350a67ccbc3 with identifier: WO18%20XLD
2026-03-26 08:02:56 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695712374%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712374 not downloaded yet
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695855900%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855900 not downloaded yet
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695371810%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371810 not downloaded yet
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697386848%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386848 not downloaded yet
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d43d10>
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBK58ULC%252F697874784%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874784/600 saved to cache
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5b445658-9c22-5609-8653-885cb2c8c91a
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ca5990>
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV17VHN%252F697720868%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720868/600 saved to cache
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371758/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D)
2026-03-26 08:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855869/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855869>
2026-03-26 08:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371781/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371781>
2026-03-26 08:02:56 [bca.uk] INFO: Found listing with ID: YJ65%20MGC
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJ65%2520MGC%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [bca.uk] INFO: Scrape type for YJ65%20MGC: 0
2026-03-26 08:02:56 [bca.uk] INFO: Found listing with ID: DY74%20BXA
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY74%2520BXA%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [bca.uk] INFO: Scrape type for DY74%20BXA: 1
2026-03-26 08:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8189710e-1514-50a9-9f76-6fd98a9a7a2a with identifier: DY74%20BXA
2026-03-26 08:02:56 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697386860%27 HTTP/1.1" 200 None
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386860 not downloaded yet
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ffbb10>
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV17VHN%252F697720870%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720870/600 saved to cache
2026-03-26 08:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-26 08:02:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d56850>
2026-03-26 08:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FHV18KVR%252F697878055%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878055/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d3e3d0>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLF23NFW%252F695266866%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266866/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:02:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02: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-26 08:02: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-26 08:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ea9890>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FHV18KVR%252F697878047%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878047/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267493/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D)
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267153/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D)
2026-03-26 08:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386808/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LX66UPG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371787/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371787>
2026-03-26 08:02:57 [bca.uk] INFO: Found listing with ID: LV59%20EFJ
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV59%2520EFJ%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [bca.uk] INFO: Scrape type for LV59%20EFJ: 1
2026-03-26 08:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a with identifier: LV59%20EFJ
2026-03-26 08:02:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697386873%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386873 not downloaded yet
2026-03-26 08:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386824/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386824>
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371765/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D)
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266891/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D)
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c87450>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FND72HSA%252F695371758%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371758/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720893/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D)
2026-03-26 08:02:57 [bca.uk] INFO: Found listing with ID: SH68%20ARF
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH68%2520ARF%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [bca.uk] INFO: Scrape type for SH68%20ARF: 0
2026-03-26 08:02:57 [bca.uk] INFO: Found listing with ID: YH56%20UOD
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH56%2520UOD%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [bca.uk] INFO: Scrape type for YH56%20UOD: 0
2026-03-26 08:02:57 [bca.uk] INFO: Found listing with ID: CJ23%20MYM
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ23%2520MYM%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [bca.uk] INFO: Scrape type for CJ23%20MYM: 1
2026-03-26 08:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4 with identifier: CJ23%20MYM
2026-03-26 08:02:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697386898%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386898 not downloaded yet
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371781/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D)
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267496/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D)
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371776/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D)
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855869/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D)
2026-03-26 08:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386835/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386835>
2026-03-26 08:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371800/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371800>
2026-03-26 08:02:57 [bca.uk] INFO: Found listing with ID: ML74%20VGT
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML74%2520VGT%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [bca.uk] INFO: Scrape type for ML74%20VGT: 1
2026-03-26 08:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 281aceec-94e0-542d-912d-8ed6d7635f5a with identifier: ML74%20VGT
2026-03-26 08:02:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697386918%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386918 not downloaded yet
2026-03-26 08:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855894/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855894>
2026-03-26 08:02:57 [bca.uk] INFO: Found listing with ID: RE24%20KBP
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE24%2520KBP%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [bca.uk] INFO: Scrape type for RE24%20KBP: 1
2026-03-26 08:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b89f8140-3153-5b9c-9d24-a061831c7df6 with identifier: RE24%20KBP
2026-03-26 08:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b89f8140-3153-5b9c-9d24-a061831c7df6 with scrape type 1
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b89f8140-3153-5b9c-9d24-a061831c7df6
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DRE24KBP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RE24KBP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697386944%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386944 not downloaded yet
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f11dd0>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBX22SFY%252F695267493%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267493/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fccd90>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FYF23UMR%252F695267153%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267153/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2de2c50>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FND72HSA%252F695371765%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371765/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:02:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02: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-26 08:02: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-26 08:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac26adf90>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLF23NFW%252F695266891%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266891/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386848/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386848>
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386808/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D)
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386824/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D)
2026-03-26 08:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371810/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371810>
2026-03-26 08:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386860/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386860>
2026-03-26 08:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BXA-GB>
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695183368%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183368 not downloaded yet
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697386965%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386965 not downloaded yet
2026-03-26 08:02:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02: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-26 08:02: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-26 08:02:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cca750>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV17VHN%252F697720893%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720893/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371787/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D)
2026-03-26 08:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855900/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855900>
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695183375%27 HTTP/1.1" 200 None
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183375 not downloaded yet
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a8f710>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FND72HSA%252F695371781%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371781/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fdb510>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBX22SFY%252F695267496%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267496/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab302d850>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FND72HSA%252F695371776%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371776/600 saved to cache
2026-03-26 08:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bee3d0>
2026-03-26 08:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FMJ24WPP%252F695855869%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855869/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b225d0>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FLX66UPG%252F697386808%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386808/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b80ad0>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FLX66UPG%252F697386824%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386824/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695183389%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183389 not downloaded yet
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386835/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D)
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386898/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386898>
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV59%20EFJ-GB>
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386873/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386873>
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ23%20MYM-GB>
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712374/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712374>
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371800/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D)
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695183417%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183417 not downloaded yet
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02: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-26 08:02: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-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ca1850>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FND72HSA%252F695371787%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371787/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695183451%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183451 not downloaded yet
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855894/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D)
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386944/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386944>
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183348/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RE24KBP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695183474%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183474 not downloaded yet
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371810/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D)
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386860/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D)
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386848/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D)
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695183533%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183533 not downloaded yet
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bc6850>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FLX66UPG%252F697386835%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386835/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386918/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386918>
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855900/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D)
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695183569%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183569 not downloaded yet
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02: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-26 08:02: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-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ba3c10>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FND72HSA%252F695371800%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371800/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712374/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D)
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695183610%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183610 not downloaded yet
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386873/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D)
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02: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-26 08:02: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-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f9aa90>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FMJ24WPP%252F695855894%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855894/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02: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-26 08:02: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-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d56510>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FND72HSA%252F695371810%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371810/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31e1910>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FLX66UPG%252F697386860%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386860/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ba3610>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FLX66UPG%252F697386848%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386848/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386898/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D)
2026-03-26 08:02:58 [bca.uk] INFO: Found listing with ID: GL07%20HNH
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL07%2520HNH%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [bca.uk] INFO: Scrape type for GL07%20HNH: 1
2026-03-26 08:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c76f61e-dad6-5fac-8c71-0167c763c4d7 with identifier: GL07%20HNH
2026-03-26 08:02:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183348/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183375/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183375>
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183389/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183389>
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183417/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183417>
2026-03-26 08:02:58 [bca.uk] INFO: Found listing with ID: DY74%20BVT
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY74%2520BVT%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [bca.uk] INFO: Scrape type for DY74%20BVT: 1
2026-03-26 08:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43de55f6-3717-501c-aa79-04e2cd0b6585 with identifier: DY74%20BVT
2026-03-26 08:02:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02: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-26 08:02: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-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fe4390>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FMJ24WPP%252F695855900%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855900/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab302d0d0>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_expert_report_file_8d0c41f6-c3be-47a2-a63b-5b569ed8c8eb.pdf HTTP/1.1" 201 0
2026-03-26 08:02:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:02:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8189710e-1514-50a9-9f76-6fd98a9a7a2a, skipping ID generation
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DDY74BXA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DY74BXA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:02: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-26 08:02: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-26 08:02:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab302d0d0>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FDN25TKK%252F695712374%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712374/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3aa4e50>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_expert_report_file_74d4add6-27d9-4d44-b637-6a8232000861.pdf HTTP/1.1" 201 0
2026-03-26 08:02:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:02:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4, skipping ID generation
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DCJ23MYM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CJ23MYM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3aa5d50>
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:02: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%252FLX66UPG%252F697386873%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386873/600 saved to cache
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183474/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183474>
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183451/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183451>
2026-03-26 08:02:58 [bca.uk] INFO: Found listing with ID: HF63%20TYB
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF63%2520TYB%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [bca.uk] INFO: Scrape type for HF63%20TYB: 0
2026-03-26 08:02:58 [bca.uk] INFO: Found listing with ID: GD23%20DKF
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD23%2520DKF%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [bca.uk] INFO: Scrape type for GD23%20DKF: 1
2026-03-26 08:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61ccb764-bf97-58fe-92a1-350c48d87f88 with identifier: GD23%20DKF
2026-03-26 08:02:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695892699%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892699 not downloaded yet
2026-03-26 08:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695375174%27 HTTP/1.1" 200 None
2026-03-26 08:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375174 not downloaded yet
2026-03-26 08:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386944/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D)
2026-03-26 08:02:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183368/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183368>
2026-03-26 08:02:58 [bca.uk] INFO: Found listing with ID: WL54%20NHF
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WL54%2520NHF%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [bca.uk] INFO: Scrape type for WL54%20NHF: 0
2026-03-26 08:02:59 [bca.uk] INFO: Found listing with ID: WR11%20HHA
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR11%2520HHA%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [bca.uk] INFO: Scrape type for WR11%20HHA: 0
2026-03-26 08:02:59 [bca.uk] INFO: Found listing with ID: AU16%20OKW
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU16%2520OKW%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [bca.uk] INFO: Scrape type for AU16%20OKW: 1
2026-03-26 08:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62a889bc-07e9-5c5c-a7bd-7ce928169f4d with identifier: AU16%20OKW
2026-03-26 08:02:59 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695892701%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892701 not downloaded yet
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695375182%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375182 not downloaded yet
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d32b90>
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLX66UPG%252F697386898%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386898/600 saved to cache
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e80210>
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FRE24KBP%252F695183348%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183348/600 saved to cache
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b89f8140-3153-5b9c-9d24-a061831c7df6
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386918/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D)
2026-03-26 08:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183533/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183533>
2026-03-26 08:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183569/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183569>
2026-03-26 08:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML74%20VGT-GB>
2026-03-26 08:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386965/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697386965>
2026-03-26 08:02:59 [bca.uk] INFO: Found listing with ID: BC15%20YAA
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC15%2520YAA%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [bca.uk] INFO: Scrape type for BC15%20YAA: 1
2026-03-26 08:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2242ca87-f2da-52a5-8a4b-963488596fa1 with identifier: BC15%20YAA
2026-03-26 08:02:59 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695892702%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892702 not downloaded yet
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695375195%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375195 not downloaded yet
2026-03-26 08:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO18%20XLD-GB>
2026-03-26 08:02:59 [bca.uk] INFO: Found listing with ID: BP69%20LWL
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP69%2520LWL%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [bca.uk] INFO: Scrape type for BP69%20LWL: 1
2026-03-26 08:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc1725ab-41f5-5e1c-b500-5a297403840c with identifier: BP69%20LWL
2026-03-26 08:02:59 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695892705%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892705 not downloaded yet
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695375210%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375210 not downloaded yet
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183417/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183610/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695183610>
2026-03-26 08:02:59 [bca.uk] INFO: Found listing with ID: BV65%20CFU
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV65%2520CFU%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [bca.uk] INFO: Scrape type for BV65%20CFU: 1
2026-03-26 08:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e19c505-0abd-5909-845f-2b8c6a75be4e with identifier: BV65%20CFU
2026-03-26 08:02:59 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695892709%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892709 not downloaded yet
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695375223%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375223 not downloaded yet
2026-03-26 08:02:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b7b750>
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLX66UPG%252F697386944%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386944/600 saved to cache
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac26ae110>
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_expert_report_file_4d5e132c-8905-4506-8b25-7468dd5641c4.pdf HTTP/1.1" 201 0
2026-03-26 08:02:59 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:02:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a, skipping ID generation
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DLV59EFJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LV59EFJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183375/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375165/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CJ23MYM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183389/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183451/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL07%20HNH-GB>
2026-03-26 08:02:59 [bca.uk] INFO: Found listing with ID: CK62%20DWU
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK62%2520DWU%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [bca.uk] INFO: Scrape type for CK62%20DWU: 1
2026-03-26 08:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa68c334-ddd0-5409-83fd-6b0c5c43f463 with identifier: CK62%20DWU
2026-03-26 08:02:59 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695892712%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892712 not downloaded yet
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695375235%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375235 not downloaded yet
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697406209%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406209 not downloaded yet
2026-03-26 08:02:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b5a210>
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLX66UPG%252F697386918%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386918/600 saved to cache
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183474/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375174/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375174>
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183368/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:59 [bca.uk] INFO: Found listing with ID: DE64%20NPZ
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE64%2520NPZ%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [bca.uk] INFO: Scrape type for DE64%20NPZ: 1
2026-03-26 08:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 864a0a11-5de3-54ec-afa2-14a7587922e4 with identifier: DE64%20NPZ
2026-03-26 08:02:59 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695892715%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892715 not downloaded yet
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695375254%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375254 not downloaded yet
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697406220%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406220 not downloaded yet
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ba2c10>
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FRE24KBP%252F695183417%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183417/600 saved to cache
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b89f8140-3153-5b9c-9d24-a061831c7df6
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0306850>
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FRE24KBP%252F695183375%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183375/600 saved to cache
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b89f8140-3153-5b9c-9d24-a061831c7df6
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b30510>
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FRE24KBP%252F695183389%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183389/600 saved to cache
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b89f8140-3153-5b9c-9d24-a061831c7df6
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f2c490>
2026-03-26 08:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FRE24KBP%252F695183451%252F600') HTTP/1.1" 204 0
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183451/600 saved to cache
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b89f8140-3153-5b9c-9d24-a061831c7df6
2026-03-26 08:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375182/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375182>
2026-03-26 08:02:59 [bca.uk] INFO: Found listing with ID: DN17%20XVE
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN17%2520XVE%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [bca.uk] INFO: Scrape type for DN17%20XVE: 1
2026-03-26 08:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1bfed00-a0e3-55bd-93c1-946079d2d54c with identifier: DN17%20XVE
2026-03-26 08:02:59 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695892717%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892717 not downloaded yet
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695375273%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375273 not downloaded yet
2026-03-26 08:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697406228%27 HTTP/1.1" 200 None
2026-03-26 08:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406228 not downloaded yet
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183569/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386965/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX66UPG/42780147?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=6%2BBlTG3OyDze2OTyK7OWFBbp7YCzT3WrnDw3slLBF%2Bw%3D)
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183533/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375210/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375210>
2026-03-26 08:03:00 [bca.uk] INFO: Found listing with ID: DU16%20XGE
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU16%2520XGE%27 HTTP/1.1" 200 None
2026-03-26 08:03:00 [bca.uk] INFO: Scrape type for DU16%20XGE: 1
2026-03-26 08:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b71c46ac-2115-51c1-9b44-d215cbe44979 with identifier: DU16%20XGE
2026-03-26 08:03:00 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695892718%27 HTTP/1.1" 200 None
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892718 not downloaded yet
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695375290%27 HTTP/1.1" 200 None
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375290 not downloaded yet
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697406242%27 HTTP/1.1" 200 None
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406242 not downloaded yet
2026-03-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d14bd0>
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FRE24KBP%252F695183474%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183474/600 saved to cache
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b89f8140-3153-5b9c-9d24-a061831c7df6
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d11b10>
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FRE24KBP%252F695183368%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183368/600 saved to cache
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b89f8140-3153-5b9c-9d24-a061831c7df6
2026-03-26 08:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183610/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:00 [bca.uk] INFO: Found listing with ID: EF16%20MOV
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF16%2520MOV%27 HTTP/1.1" 200 None
2026-03-26 08:03:00 [bca.uk] INFO: Scrape type for EF16%20MOV: 1
2026-03-26 08:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3d1d466-c6d9-593a-a498-bc9ad8482581 with identifier: EF16%20MOV
2026-03-26 08:03:00 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697406253%27 HTTP/1.1" 200 None
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406253 not downloaded yet
2026-03-26 08:03:00 [bca.uk] INFO: Found listing with ID: EF64%20AOJ
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF64%2520AOJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:00 [bca.uk] INFO: Scrape type for EF64%20AOJ: 1
2026-03-26 08:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe0c8858-b22c-5e48-ba42-51f7ded76a7e with identifier: EF64%20AOJ
2026-03-26 08:03:00 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697406267%27 HTTP/1.1" 200 None
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406267 not downloaded yet
2026-03-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b09cd0>
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FRE24KBP%252F695183569%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183569/600 saved to cache
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b89f8140-3153-5b9c-9d24-a061831c7df6
2026-03-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e45710>
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLX66UPG%252F697386965%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386965/600 saved to cache
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 80118415-ab34-5f0c-a964-1007d0c0a8a8
2026-03-26 08:03:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 80118415-ab34-5f0c-a964-1007d0c0a8a8, skipping ID generation
2026-03-26 08:03:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 80118415-ab34-5f0c-a964-1007d0c0a8a8 sending to next pipeline
2026-03-26 08:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80118415-ab34-5f0c-a964-1007d0c0a8a8, identifier: LX66%20UPG
2026-03-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cbbe50>
2026-03-26 08:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FRE24KBP%252F695183533%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183533/600 saved to cache
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b89f8140-3153-5b9c-9d24-a061831c7df6
2026-03-26 08:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e0e650>
2026-03-26 08:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_expert_report_file_7f00e7dd-93cb-4684-a70f-5fa8e96ec3c6.pdf HTTP/1.1" 201 0
2026-03-26 08:03:01 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 281aceec-94e0-542d-912d-8ed6d7635f5a, skipping ID generation
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DML74VGT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ML74VGT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375165/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D)
2026-03-26 08:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV65%20CFU-GB>
2026-03-26 08:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892709/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892709>
2026-03-26 08:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406199/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LV59EFJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375223/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375223>
2026-03-26 08:03:01 [bca.uk] INFO: Found listing with ID: EK12%20OPM
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK12%2520OPM%27 HTTP/1.1" 200 None
2026-03-26 08:03:01 [bca.uk] INFO: Scrape type for EK12%20OPM: 1
2026-03-26 08:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f33e762c-9299-5e09-92c2-74ffaf6ec33f with identifier: EK12%20OPM
2026-03-26 08:03:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697406283%27 HTTP/1.1" 200 None
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406283 not downloaded yet
2026-03-26 08:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80118415-ab34-5f0c-a964-1007d0c0a8a8 with identifier: LX66%20UPG
2026-03-26 08:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80118415-ab34-5f0c-a964-1007d0c0a8a8 with identifier: LX66%20UPG
2026-03-26 08:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80118415-ab34-5f0c-a964-1007d0c0a8a8 with identifier: LX66%20UPG to the API
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386965/600>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_expert_report_file_c3de9ebe-49ab-4553-949d-f0316a56bab8.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX66%20UPG-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '80118415-ab34-5f0c-a964-1007d0c0a8a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LX66 UPG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX66%20UPG&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'DS AUTOMOBILES',
'model': 'DS 4 CROSSBACK',
'odometer': 40178,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52312,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386808/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51993,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386824/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51458,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386835/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48797,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386848/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45868,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386860/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44614,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386873/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100485,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386898/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72822,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386918/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89381,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386944/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80118415-ab34-5f0c-a964-1007d0c0a8a8/80118415-ab34-5f0c-a964-1007d0c0a8a8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84972,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX66UPG/697386965/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'DS AUTOMOBILES DS 4 CROSSBACK 1.2 P/T 130 Hatchback',
'transmission': 'manual',
'trim': 'P/T 130',
'vin': 'VF7NXHNYMGY550077',
'year': 2016}
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX66%2520UPG%27 HTTP/1.1" 200 None
2026-03-26 08:03:01 [bca.uk] INFO: Saving data for LX66%20UPG: {'created_time': 1774512181.549338, 'last_price_update_time': 1774512181.549351, 'auction_closing_time': 1774951200.0}
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX66%2520UPG') HTTP/1.1" 204 0
2026-03-26 08:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375174/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D)
2026-03-26 08:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406209/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406209>
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695539296%27 HTTP/1.1" 200 None
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539296 not downloaded yet
2026-03-26 08:03:01 [bca.uk] INFO: Found listing with ID: EO11%20NNZ
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO11%2520NNZ%27 HTTP/1.1" 200 None
2026-03-26 08:03:01 [bca.uk] INFO: Scrape type for EO11%20NNZ: 1
2026-03-26 08:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eefc215d-8586-5dd5-94f5-08d1bf02a32e with identifier: EO11%20NNZ
2026-03-26 08:03:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697406293%27 HTTP/1.1" 200 None
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406293 not downloaded yet
2026-03-26 08:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ca1790>
2026-03-26 08:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_expert_report_file_208d15ba-74b0-41ad-afd2-0844843498e8.pdf HTTP/1.1" 201 0
2026-03-26 08:03:01 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f978a3b-31f6-5f12-aa90-6350a67ccbc3, skipping ID generation
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DWO18XLD-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WO18XLD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3263150>
2026-03-26 08:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FRE24KBP%252F695183610%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183610/600 saved to cache
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b89f8140-3153-5b9c-9d24-a061831c7df6
2026-03-26 08:03:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b89f8140-3153-5b9c-9d24-a061831c7df6, skipping ID generation
2026-03-26 08:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b89f8140-3153-5b9c-9d24-a061831c7df6 with scrape type 1
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b89f8140-3153-5b9c-9d24-a061831c7df6 sending to next pipeline
2026-03-26 08:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b89f8140-3153-5b9c-9d24-a061831c7df6, identifier: RE24%20KBP
2026-03-26 08:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695539332%27 HTTP/1.1" 200 None
2026-03-26 08:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539332 not downloaded yet
2026-03-26 08:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b89f8140-3153-5b9c-9d24-a061831c7df6 with identifier: RE24%20KBP
2026-03-26 08:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b89f8140-3153-5b9c-9d24-a061831c7df6 with identifier: RE24%20KBP
2026-03-26 08:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b89f8140-3153-5b9c-9d24-a061831c7df6 with identifier: RE24%20KBP to the API
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183610/600>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b89f8140-3153-5b9c-9d24-a061831c7df6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RE24 KBP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE24%20KBP&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 10130,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50464,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183348/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47645,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183368/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45391,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183375/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45060,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183389/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43284,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183417/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43888,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183451/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93738,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183474/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89156,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183533/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94757,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183569/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b89f8140-3153-5b9c-9d24-a061831c7df6/b89f8140-3153-5b9c-9d24-a061831c7df6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77005,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE24KBP/695183610/600',
'Width': 600}],
'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': 'VR3FPHNS2RY528845',
'year': 2024}
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE24%2520KBP%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [bca.uk] INFO: Saving data for RE24%20KBP: {'created_time': 1774512182.352204, 'last_price_update_time': 1774512182.352216, 'auction_closing_time': 1775124000.0}
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE24%2520KBP') HTTP/1.1" 204 0
2026-03-26 08:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375182/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D)
2026-03-26 08:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406228/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406228>
2026-03-26 08:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375210/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D)
2026-03-26 08:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892717/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892717>
2026-03-26 08:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375273/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375273>
2026-03-26 08:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375290/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375290>
2026-03-26 08:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406242/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406242>
2026-03-26 08:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN17%20XVE-GB>
2026-03-26 08:03:02 [bca.uk] INFO: Found listing with ID: EX12%20RVO
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX12%2520RVO%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [bca.uk] INFO: Scrape type for EX12%20RVO: 1
2026-03-26 08:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfae9270-648c-5779-a3af-03bcdecf8ba6 with identifier: EX12%20RVO
2026-03-26 08:03:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697406311%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406311 not downloaded yet
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695847466%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847466 not downloaded yet
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fe6fd0>
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCJ23MYM%252F695375165%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375165/600 saved to cache
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695539350%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539350 not downloaded yet
2026-03-26 08:03:02 [bca.uk] INFO: Found listing with ID: EY59%20WUH
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY59%2520WUH%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [bca.uk] INFO: Scrape type for EY59%20WUH: 1
2026-03-26 08:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff299fd2-da73-58be-9443-98314740c588 with identifier: EY59%20WUH
2026-03-26 08:03:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695847470%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847470 not downloaded yet
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a7f2d0>
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_expert_report_file_d680a5b7-ee1a-4c84-b85d-9fe9f1e85dde.pdf HTTP/1.1" 201 0
2026-03-26 08:03:02 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c76f61e-dad6-5fac-8c71-0167c763c4d7, skipping ID generation
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DGL07HNH-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GL07HNH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e9c3d0>
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCJ23MYM%252F695375174%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375174/600 saved to cache
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695539365%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539365 not downloaded yet
2026-03-26 08:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406199/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D)
2026-03-26 08:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406209/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D)
2026-03-26 08:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375223/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D)
2026-03-26 08:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF64%20AOJ-GB>
2026-03-26 08:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539274/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ML74VGT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406267/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406267>
2026-03-26 08:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892709/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D)
2026-03-26 08:03:02 [bca.uk] INFO: Found listing with ID: FN13%20OCM
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN13%2520OCM%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [bca.uk] INFO: Scrape type for FN13%20OCM: 1
2026-03-26 08:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f35bcf41-3f6e-5143-aafd-4e2348ab3142 with identifier: FN13%20OCM
2026-03-26 08:03:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695847472%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847472 not downloaded yet
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697662090%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662090 not downloaded yet
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695539383%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539383 not downloaded yet
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31f3010>
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCJ23MYM%252F695375182%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375182/600 saved to cache
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31ac750>
2026-03-26 08:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCJ23MYM%252F695375210%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375210/600 saved to cache
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:03:02 [bca.uk] INFO: Found listing with ID: FV16%20CKO
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV16%2520CKO%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [bca.uk] INFO: Scrape type for FV16%20CKO: 1
2026-03-26 08:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0d34c93-cca6-5628-8b51-6a4a0ff886de with identifier: FV16%20CKO
2026-03-26 08:03:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695847476%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847476 not downloaded yet
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697662095%27 HTTP/1.1" 200 None
2026-03-26 08:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662095 not downloaded yet
2026-03-26 08:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695539398%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539398 not downloaded yet
2026-03-26 08:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406228/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D)
2026-03-26 08:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406242/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D)
2026-03-26 08:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847461/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WO18XLD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375290/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D)
2026-03-26 08:03:03 [bca.uk] INFO: Found listing with ID: FV60%20VAK
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV60%2520VAK%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [bca.uk] INFO: Scrape type for FV60%20VAK: 1
2026-03-26 08:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce32dcec-b93c-5889-b738-7dabfa2dd959 with identifier: FV60%20VAK
2026-03-26 08:03:03 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695847483%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847483 not downloaded yet
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697662098%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662098 not downloaded yet
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d34650>
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV59EFJ%252F697406199%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406199/600 saved to cache
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fbcc50>
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV59EFJ%252F697406209%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406209/600 saved to cache
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bdbc10>
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCJ23MYM%252F695375223%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375223/600 saved to cache
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ca53d0>
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BXA%252F695892709%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892709/600 saved to cache
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892717/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D)
2026-03-26 08:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375273/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D)
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695539419%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539419 not downloaded yet
2026-03-26 08:03:03 [bca.uk] INFO: Found listing with ID: FY59%20UFT
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY59%2520UFT%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [bca.uk] INFO: Scrape type for FY59%20UFT: 1
2026-03-26 08:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98c0930c-291b-5e75-9226-bdb252ecadee with identifier: FY59%20UFT
2026-03-26 08:03:03 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695847487%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847487 not downloaded yet
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697662101%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662101 not downloaded yet
2026-03-26 08:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695539434%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539434 not downloaded yet
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f5f250>
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_expert_report_file_d2f9b1ef-d8bd-4003-8f64-75d01839d9fe.pdf HTTP/1.1" 201 0
2026-03-26 08:03:03 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2e19c505-0abd-5909-845f-2b8c6a75be4e, skipping ID generation
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DBV65CFU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BV65CFU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cd1cd0>
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV59EFJ%252F697406228%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406228/600 saved to cache
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f47750>
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV59EFJ%252F697406242%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406242/600 saved to cache
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:03:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d11dd0>
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCJ23MYM%252F695375290%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375290/600 saved to cache
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539274/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D)
2026-03-26 08:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539365/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539365>
2026-03-26 08:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406293/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406293>
2026-03-26 08:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662088/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GL07HNH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847470/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847470>
2026-03-26 08:03:03 [bca.uk] INFO: Found listing with ID: GM14%20KHG
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM14%2520KHG%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [bca.uk] INFO: Scrape type for GM14%20KHG: 1
2026-03-26 08:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3475927e-1a5f-5709-b8c0-01a408ce5d07 with identifier: GM14%20KHG
2026-03-26 08:03:03 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695847492%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847492 not downloaded yet
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697662107%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662107 not downloaded yet
2026-03-26 08:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406267/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D)
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695539454%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539454 not downloaded yet
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697703303%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703303 not downloaded yet
2026-03-26 08:03:03 [bca.uk] INFO: Found listing with ID: GY58%20ZDC
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY58%2520ZDC%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [bca.uk] INFO: Scrape type for GY58%20ZDC: 1
2026-03-26 08:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a88274a-3e13-59c0-b9cc-06ecc63c7c80 with identifier: GY58%20ZDC
2026-03-26 08:03:03 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695847497%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847497 not downloaded yet
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697662114%27 HTTP/1.1" 200 None
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662114 not downloaded yet
2026-03-26 08:03:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b009d0>
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BXA%252F695892717%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892717/600 saved to cache
2026-03-26 08:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:03:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ca9f50>
2026-03-26 08:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCJ23MYM%252F695375273%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375273/600 saved to cache
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d33010>
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_expert_report_file_2ea83f2b-a6b3-4e79-babe-a3690fab8347.pdf HTTP/1.1" 201 0
2026-03-26 08:03:04 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1bfed00-a0e3-55bd-93c1-946079d2d54c, skipping ID generation
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DDN17XVE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DN17XVE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY59%20WUH-GB>
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697703305%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703305 not downloaded yet
2026-03-26 08:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847461/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D)
2026-03-26 08:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539383/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539383>
2026-03-26 08:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662095/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662095>
2026-03-26 08:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV16%20CKO-GB>
2026-03-26 08:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847476/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847476>
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: HN11%20JZP
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN11%2520JZP%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for HN11%20JZP: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: HV18%20VFL
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV18%2520VFL%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for HV18%20VFL: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: KV63%20JWX
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV63%2520JWX%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for KV63%20JWX: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: LD12%20FZO
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD12%2520FZO%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for LD12%20FZO: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: LN14%20HPO
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN14%2520HPO%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for LN14%20HPO: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: LN16%20HHA
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN16%2520HHA%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for LN16%20HHA: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: MJ65%20NTD
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ65%2520NTD%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for MJ65%20NTD: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: MM15%20WPO
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM15%2520WPO%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for MM15%20WPO: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: NG17%20JZA
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG17%2520JZA%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for NG17%20JZA: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: NX64%20ODW
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX64%2520ODW%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for NX64%20ODW: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: OV63%20URM
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV63%2520URM%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for OV63%20URM: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: PF65%20LNR
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF65%2520LNR%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for PF65%20LNR: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: RK58%20YMU
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK58%2520YMU%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for RK58%20YMU: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: RK64%20ODM
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK64%2520ODM%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for RK64%20ODM: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: SA11%20AKJ
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA11%2520AKJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for SA11%20AKJ: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: SC63%20LRX
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC63%2520LRX%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for SC63%20LRX: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: WT19%20FWZ
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WT19%2520FWZ%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for WT19%20FWZ: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: YC63%20SOU
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC63%2520SOU%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for YC63%20SOU: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: YJ67%20BTG
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJ67%2520BTG%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for YJ67%20BTG: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: WP61%20VYK
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP61%2520VYK%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for WP61%20VYK: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: WN56%20UFH
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN56%2520UFH%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for WN56%20UFH: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: LS24%20GNX
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS24%2520GNX%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for LS24%20GNX: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: LN24%20RHE
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN24%2520RHE%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for LN24%20RHE: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: PE61%20OGR
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE61%2520OGR%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for PE61%20OGR: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: AX72%20JHK
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX72%2520JHK%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for AX72%20JHK: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: NJ09%20XJL
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ09%2520XJL%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for NJ09%20XJL: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: VX24%20WMP
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX24%2520WMP%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for VX24%20WMP: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: YE72%20CKG
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE72%2520CKG%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for YE72%20CKG: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: KY62%20JJX
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY62%2520JJX%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for KY62%20JJX: 0
2026-03-26 08:03:04 [bca.uk] INFO: Found listing with ID: YL17%20SVO
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL17%2520SVO%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [bca.uk] INFO: Scrape type for YL17%20SVO: 0
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D695847507%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847507 not downloaded yet
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697662121%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662121 not downloaded yet
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450664%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450664 not downloaded yet
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697703307%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703307 not downloaded yet
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab303ed90>
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FML74VGT%252F695539274%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539274/600 saved to cache
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fd82d0>
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV59EFJ%252F697406267%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406267/600 saved to cache
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539398/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539398>
2026-03-26 08:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539419/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539419>
2026-03-26 08:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662090/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662090>
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697662133%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662133 not downloaded yet
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450665%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450665 not downloaded yet
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697703309%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703309 not downloaded yet
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ed02d0>
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_expert_report_file_99285bfa-ff5c-4d99-b20b-15e5f7041549.pdf HTTP/1.1" 201 0
2026-03-26 08:03:04 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fe0c8858-b22c-5e48-ba42-51f7ded76a7e, skipping ID generation
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DEF64AOJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EF64AOJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c13b50>
2026-03-26 08:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWO18XLD%252F695847461%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847461/600 saved to cache
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697662142%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662142 not downloaded yet
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450669%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450669 not downloaded yet
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662088/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D)
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847470/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D)
2026-03-26 08:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662101/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662101>
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539365/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D)
2026-03-26 08:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662107/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662107>
2026-03-26 08:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703303/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703303>
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697703313%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703313 not downloaded yet
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697675814%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675814 not downloaded yet
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406293/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D)
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450674%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450674 not downloaded yet
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697703319%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703319 not downloaded yet
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697675818%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675818 not downloaded yet
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450676%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450676 not downloaded yet
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662090/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D)
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697703323%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703323 not downloaded yet
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697675823%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675823 not downloaded yet
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539383/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D)
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450679%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450679 not downloaded yet
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662095/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D)
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847476/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D)
2026-03-26 08:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703305/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703305>
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697703327%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703327 not downloaded yet
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697675829%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675829 not downloaded yet
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac26afe90>
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGL07HNH%252F697662088%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662088/600 saved to cache
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ee5a10>
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWO18XLD%252F695847470%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847470/600 saved to cache
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d574d0>
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FML74VGT%252F695539365%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539365/600 saved to cache
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450682%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450682 not downloaded yet
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539398/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D)
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539419/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D)
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697703330%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703330 not downloaded yet
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697675834%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675834 not downloaded yet
2026-03-26 08:03:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2edaad0>
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV59EFJ%252F697406293%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406293/600 saved to cache
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450685%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450685 not downloaded yet
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703303/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D)
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662107/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D)
2026-03-26 08:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675808/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EF64AOJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697675839%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675839 not downloaded yet
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ed9150>
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGL07HNH%252F697662090%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662090/600 saved to cache
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0313e90>
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FML74VGT%252F695539383%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539383/600 saved to cache
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab322f850>
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGL07HNH%252F697662095%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662095/600 saved to cache
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fd2110>
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWO18XLD%252F695847476%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847476/600 saved to cache
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662101/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D)
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450689%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450689 not downloaded yet
2026-03-26 08:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450665/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450665>
2026-03-26 08:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450669/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450669>
2026-03-26 08:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703309/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703309>
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697675842%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675842 not downloaded yet
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02f6210>
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_expert_report_file_ac4cdb5b-79fb-4e60-9500-3354e47f7a5f.pdf HTTP/1.1" 201 0
2026-03-26 08:03:05 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c0d34c93-cca6-5628-8b51-6a4a0ff886de, skipping ID generation
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DFV16CKO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FV16CKO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f0ca90>
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FML74VGT%252F695539398%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539398/600 saved to cache
2026-03-26 08:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f0f250>
2026-03-26 08:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FML74VGT%252F695539419%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539419/600 saved to cache
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac256c510>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBV65CFU%252F697703303%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703303/600 saved to cache
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d66c90>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGL07HNH%252F697662107%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662107/600 saved to cache
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703305/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D)
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697675848%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675848 not downloaded yet
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675823/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675823>
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675818/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675818>
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703323/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703323>
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697698430%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698430 not downloaded yet
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697675856%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675856 not downloaded yet
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bf9b90>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGL07HNH%252F697662101%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662101/600 saved to cache
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac22a4ed0>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_expert_report_file_59a293d9-a685-45e0-993f-6347b93d9948.pdf HTTP/1.1" 201 0
2026-03-26 08:03:06 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ff299fd2-da73-58be-9443-98314740c588, skipping ID generation
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DEY59WUH-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EY59WUH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697698436%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698436 not downloaded yet
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450679/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450679>
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675829/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675829>
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703327/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703327>
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675808/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D)
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450765%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450765 not downloaded yet
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697698441%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698441 not downloaded yet
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fdf8d0>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBV65CFU%252F697703305%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703305/600 saved to cache
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450839%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450839 not downloaded yet
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450685/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450685>
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675834/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675834>
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703330/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703330>
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697698447%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698447 not downloaded yet
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450891%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450891 not downloaded yet
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697698451%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698451 not downloaded yet
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450669/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D)
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450689/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450689>
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450896%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450896 not downloaded yet
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c8bc50>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF64AOJ%252F697675808%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675808/600 saved to cache
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450665/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D)
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703309/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D)
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697698458%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698458 not downloaded yet
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675818/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D)
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675842/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675842>
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450676/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450676>
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450903%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450903 not downloaded yet
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703323/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D)
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697698467%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698467 not downloaded yet
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450912%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450912 not downloaded yet
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675823/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D)
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697698480%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698480 not downloaded yet
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac031afd0>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN17XVE%252F697450669%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450669/600 saved to cache
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675829/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D)
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703327/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D)
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450920%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450920 not downloaded yet
2026-03-26 08:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698436/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698436>
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675834/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D)
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450679/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D)
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703330/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D)
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697698487%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698487 not downloaded yet
2026-03-26 08:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450685/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D)
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450930%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450930 not downloaded yet
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450935%27 HTTP/1.1" 200 None
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450935 not downloaded yet
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e77bd0>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN17XVE%252F697450665%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450665/600 saved to cache
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2db8f50>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBV65CFU%252F697703309%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703309/600 saved to cache
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d37710>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF64AOJ%252F697675818%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675818/600 saved to cache
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3f81a50>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBV65CFU%252F697703323%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703323/600 saved to cache
2026-03-26 08:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2257f10>
2026-03-26 08:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEF64AOJ%252F697675823%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675823/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450689/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D)
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450676/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D)
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450891/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450891>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698447/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698447>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450896/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450896>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698451/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698451>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698458/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698458>
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675842/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D)
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3af79d0>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEF64AOJ%252F697675829%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675829/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fd9c50>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBV65CFU%252F697703327%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703327/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac22a5610>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEF64AOJ%252F697675834%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675834/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b437d0>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDN17XVE%252F697450679%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450679/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ccb850>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBV65CFU%252F697703330%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703330/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fcded0>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDN17XVE%252F697450685%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450685/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698436/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D)
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450920/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450920>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698480/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698480>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698467/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698467>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450912/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450912>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698441/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698441>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450839/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450839>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450903/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450903>
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fd1810>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDN17XVE%252F697450689%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450689/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cdf6d0>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDN17XVE%252F697450676%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450676/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fe9890>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEF64AOJ%252F697675842%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675842/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02f5550>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFV16CKO%252F697698436%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698436/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450896/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D)
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450935/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450935>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450930/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450930>
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698451/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D)
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698487/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698487>
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698458/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D)
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450891/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D)
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698447/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D)
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698441/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D)
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698480/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D)
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450903/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D)
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450839/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D)
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450912/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D)
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450920/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D)
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450765/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450765>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac028abd0>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEY59WUH%252F697450896%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450896/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450748/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EY59WUH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698430/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698430>
2026-03-26 08:03:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675856/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675856>
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450935/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D)
2026-03-26 08:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698487/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D)
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cc3e90>
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFV16CKO%252F697698451%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698451/600 saved to cache
2026-03-26 08:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cceb10>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFV16CKO%252F697698458%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698458/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3f34e50>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEY59WUH%252F697450891%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450891/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3af7ad0>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFV16CKO%252F697698447%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698447/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675848/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675848>
2026-03-26 08:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450930/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D)
2026-03-26 08:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450682/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450682>
2026-03-26 08:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698420/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FV16CKO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675839/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675839>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bd5d50>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFV16CKO%252F697698441%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698441/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cf5290>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFV16CKO%252F697698480%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698480/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b65b90>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEY59WUH%252F697450903%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450903/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3feba10>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEY59WUH%252F697450839%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450839/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b67bd0>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEY59WUH%252F697450912%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450912/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2566b50>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEY59WUH%252F697450920%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450920/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cf5750>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEY59WUH%252F697450935%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450935/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3aac550>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFV16CKO%252F697698487%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698487/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703319/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703319>
2026-03-26 08:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703313/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703313>
2026-03-26 08:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675814/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697675814>
2026-03-26 08:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450674/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450674>
2026-03-26 08:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698467/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D)
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c852d0>
2026-03-26 08:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEY59WUH%252F697450930%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450930/600 saved to cache
2026-03-26 08:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450765/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D)
2026-03-26 08:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662133/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662133>
2026-03-26 08:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662142/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662142>
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698430/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D)
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675848/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D)
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675856/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D)
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450748/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY59WUH/42781427?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=JcqotJq8uC%2FE0Zj8AIASnPAUn7XZDJohtCTJA7Q6KP4%3D)
2026-03-26 08:03:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ed8810>
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFV16CKO%252F697698467%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698467/600 saved to cache
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698420/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV16CKO/42787075?sv=2020-08-04&st=2026-03-26T08%3A03%3A03Z&se=2026-03-26T08%3A28%3A03Z&sr=b&sp=r&sig=vghS2DaTDnJdDkz5uwQftYi%2B6Yp5A3CyPgf9C7L1WUA%3D)
2026-03-26 08:03:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703307/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703307>
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703313/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D)
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450674/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D)
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675839/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D)
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450682/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D)
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675814/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF64AOJ/42786790?sv=2020-08-04&st=2026-03-26T08%3A03%3A02Z&se=2026-03-26T08%3A28%3A02Z&sr=b&sp=r&sig=4ttktes8BA3B99CIMpw0baRKHXKpNnwS1E95LnPrsmE%3D)
2026-03-26 08:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703319/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D)
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c480d0>
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEY59WUH%252F697450765%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450765/600 saved to cache
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ca9750>
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFV16CKO%252F697698430%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698430/600 saved to cache
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ed08d0>
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEF64AOJ%252F697675848%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675848/600 saved to cache
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e41f50>
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEF64AOJ%252F697675856%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675856/600 saved to cache
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31c2910>
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEY59WUH%252F697450748%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450748/600 saved to cache
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ff299fd2-da73-58be-9443-98314740c588
2026-03-26 08:03:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ff299fd2-da73-58be-9443-98314740c588, skipping ID generation
2026-03-26 08:03:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ff299fd2-da73-58be-9443-98314740c588 sending to next pipeline
2026-03-26 08:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff299fd2-da73-58be-9443-98314740c588, identifier: EY59%20WUH
2026-03-26 08:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff299fd2-da73-58be-9443-98314740c588 with identifier: EY59%20WUH
2026-03-26 08:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff299fd2-da73-58be-9443-98314740c588 with identifier: EY59%20WUH
2026-03-26 08:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff299fd2-da73-58be-9443-98314740c588 with identifier: EY59%20WUH to the API
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450748/600>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_expert_report_file_59a293d9-a685-45e0-993f-6347b93d9948.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY59%20WUH-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.1L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ff299fd2-da73-58be-9443-98314740c588',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EY59 WUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY59%20WUH&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FIAT',
'model': 'PANDA',
'odometer': 76943,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48722,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450748/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47538,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450765/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45360,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450839/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43872,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450891/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45057,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450896/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44837,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450903/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89023,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450912/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72743,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450920/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82756,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450930/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff299fd2-da73-58be-9443-98314740c588/ff299fd2-da73-58be-9443-98314740c588_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65175,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY59WUH/697450935/600',
'Width': 600}],
'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': 'ZFA16900001515181',
'year': 2009}
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY59%2520WUH%27 HTTP/1.1" 200 None
2026-03-26 08:03:09 [bca.uk] INFO: Saving data for EY59%20WUH: {'created_time': 1774512189.930701, 'last_price_update_time': 1774512189.930717, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY59%2520WUH') HTTP/1.1" 204 0
2026-03-26 08:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662114/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662114>
2026-03-26 08:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662121/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662121>
2026-03-26 08:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847507/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847507>
2026-03-26 08:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450664/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450664>
2026-03-26 08:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450663/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DN17XVE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847497/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847497>
2026-03-26 08:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662142/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D)
2026-03-26 08:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662133/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D)
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e403d0>
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFV16CKO%252F697698420%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698420/600 saved to cache
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c0d34c93-cca6-5628-8b51-6a4a0ff886de
2026-03-26 08:03:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c0d34c93-cca6-5628-8b51-6a4a0ff886de, skipping ID generation
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c0d34c93-cca6-5628-8b51-6a4a0ff886de sending to next pipeline
2026-03-26 08:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0d34c93-cca6-5628-8b51-6a4a0ff886de, identifier: FV16%20CKO
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ec1110>
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBV65CFU%252F697703313%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703313/600 saved to cache
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f427d0>
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN17XVE%252F697450674%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450674/600 saved to cache
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3260ad0>
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF64AOJ%252F697675839%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675839/600 saved to cache
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9acff01a90>
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN17XVE%252F697450682%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450682/600 saved to cache
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0f5c250>
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF64AOJ%252F697675814%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675814/600 saved to cache
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e
2026-03-26 08:03:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fe0c8858-b22c-5e48-ba42-51f7ded76a7e, skipping ID generation
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fe0c8858-b22c-5e48-ba42-51f7ded76a7e sending to next pipeline
2026-03-26 08:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe0c8858-b22c-5e48-ba42-51f7ded76a7e, identifier: EF64%20AOJ
2026-03-26 08:03:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d242d0>
2026-03-26 08:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBV65CFU%252F697703319%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703319/600 saved to cache
2026-03-26 08:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:10 [scrapy.extensions.logstats] INFO: Crawled 50 pages (at 25 pages/min), scraped 107 items (at 34 items/min)
2026-03-26 08:03:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0d34c93-cca6-5628-8b51-6a4a0ff886de with identifier: FV16%20CKO
2026-03-26 08:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0d34c93-cca6-5628-8b51-6a4a0ff886de with identifier: FV16%20CKO
2026-03-26 08:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0d34c93-cca6-5628-8b51-6a4a0ff886de with identifier: FV16%20CKO to the API
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698420/600>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_expert_report_file_ac4cdb5b-79fb-4e60-9500-3354e47f7a5f.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV16%20CKO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c0d34c93-cca6-5628-8b51-6a4a0ff886de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV16 CKO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV16%20CKO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 64153,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51056,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698420/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50108,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698430/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46711,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698436/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45174,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698441/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45918,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698447/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45095,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698451/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84811,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698458/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73956,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698467/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89722,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698480/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0d34c93-cca6-5628-8b51-6a4a0ff886de/c0d34c93-cca6-5628-8b51-6a4a0ff886de_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84811,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV16CKO/697698487/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 TITANIUM',
'vin': 'WF0DXXGAKDGG07593',
'year': 2016}
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV16%2520CKO%27 HTTP/1.1" 200 None
2026-03-26 08:03:10 [bca.uk] INFO: Saving data for FV16%20CKO: {'created_time': 1774512190.954288, 'last_price_update_time': 1774512190.9543, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV16%2520CKO') HTTP/1.1" 204 0
2026-03-26 08:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe0c8858-b22c-5e48-ba42-51f7ded76a7e with identifier: EF64%20AOJ
2026-03-26 08:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe0c8858-b22c-5e48-ba42-51f7ded76a7e with identifier: EF64%20AOJ
2026-03-26 08:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe0c8858-b22c-5e48-ba42-51f7ded76a7e with identifier: EF64%20AOJ to the API
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675814/600>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_expert_report_file_99285bfa-ff5c-4d99-b20b-15e5f7041549.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF64%20AOJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fe0c8858-b22c-5e48-ba42-51f7ded76a7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EF64 AOJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF64%20AOJ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'CITROEN',
'model': 'C4 PICASSO',
'odometer': 77275,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48533,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675808/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48557,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675814/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45983,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675818/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44981,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675823/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47073,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675829/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46921,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675834/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95230,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675839/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82803,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675842/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89629,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675848/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe0c8858-b22c-5e48-ba42-51f7ded76a7e/fe0c8858-b22c-5e48-ba42-51f7ded76a7e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74116,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF64AOJ/697675856/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'CITROEN C4 PICASSO 1.6 HDI 90 VTR+ MPV',
'transmission': 'manual',
'trim': 'HDI 90 VTR+',
'vin': 'VF73D9HP0EJ845015',
'year': 2014}
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF64%2520AOJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:11 [bca.uk] INFO: Saving data for EF64%20AOJ: {'created_time': 1774512191.365566, 'last_price_update_time': 1774512191.365578, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF64%2520AOJ') HTTP/1.1" 204 0
2026-03-26 08:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703299/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BV65CFU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539454/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539454>
2026-03-26 08:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847492/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847492>
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703307/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D)
2026-03-26 08:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539434/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539434>
2026-03-26 08:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM14%20KHG-GB>
2026-03-26 08:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY58%20ZDC-GB>
2026-03-26 08:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847487/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847487>
2026-03-26 08:03:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3aba1d0>
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGL07HNH%252F697662142%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662142/600 saved to cache
2026-03-26 08:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ed2d50>
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGL07HNH%252F697662133%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662133/600 saved to cache
2026-03-26 08:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450663/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D)
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450664/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN17XVE/42781301?sv=2020-08-04&st=2026-03-26T08%3A03%3A01Z&se=2026-03-26T08%3A28%3A01Z&sr=b&sp=r&sig=ZOJE%2FveDd3qT0yEmXDWR6W89sWb5mv9ogwygvTWVVZU%3D)
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847497/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D)
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0f6edd0>
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBV65CFU%252F697703307%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703307/600 saved to cache
2026-03-26 08:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662114/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D)
2026-03-26 08:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY59%20UFT-GB>
2026-03-26 08:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662098/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697662098>
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847507/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D)
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662121/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D)
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539434/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D)
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0311850>
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN17XVE%252F697450663%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450663/600 saved to cache
2026-03-26 08:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703299/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BV65CFU/42787424?sv=2020-08-04&st=2026-03-26T08%3A03%3A00Z&se=2026-03-26T08%3A28%3A00Z&sr=b&sp=r&sig=l9fI3CNNsqHrA47cPG%2F1OVCgywZSs0l2du2uB0RSni4%3D)
2026-03-26 08:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847483/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847483>
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3f433d0>
2026-03-26 08:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN17XVE%252F697450664%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450664/600 saved to cache
2026-03-26 08:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d1bfed00-a0e3-55bd-93c1-946079d2d54c
2026-03-26 08:03:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1bfed00-a0e3-55bd-93c1-946079d2d54c, skipping ID generation
2026-03-26 08:03:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1bfed00-a0e3-55bd-93c1-946079d2d54c sending to next pipeline
2026-03-26 08:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1bfed00-a0e3-55bd-93c1-946079d2d54c, identifier: DN17%20XVE
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847492/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D)
2026-03-26 08:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847487/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D)
2026-03-26 08:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1bfed00-a0e3-55bd-93c1-946079d2d54c with identifier: DN17%20XVE
2026-03-26 08:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1bfed00-a0e3-55bd-93c1-946079d2d54c with identifier: DN17%20XVE
2026-03-26 08:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1bfed00-a0e3-55bd-93c1-946079d2d54c with identifier: DN17%20XVE to the API
2026-03-26 08:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450664/600>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_expert_report_file_2ea83f2b-a6b3-4e79-babe-a3690fab8347.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN17%20XVE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd1bfed00-a0e3-55bd-93c1-946079d2d54c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN17 XVE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN17%20XVE&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'INSIGNIA TOURER',
'odometer': 86651,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49575,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450663/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49310,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450664/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46767,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450665/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45169,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450669/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44285,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450674/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45623,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450676/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94699,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450679/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87672,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450682/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101341,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450685/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1bfed00-a0e3-55bd-93c1-946079d2d54c/d1bfed00-a0e3-55bd-93c1-946079d2d54c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87572,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN17XVE/697450689/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'VAUXHALL INSIGNIA TOURER 2.0 CDTI E/F 170 SRI VX-LINE Estate',
'transmission': 'manual',
'trim': 'CDTI E/F 170 SRI VX-LINE',
'vin': 'W0LGS8E12H1039881',
'year': 2017}
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN17%2520XVE%27 HTTP/1.1" 200 None
2026-03-26 08:03:12 [bca.uk] INFO: Saving data for DN17%20XVE: {'created_time': 1774512192.196775, 'last_price_update_time': 1774512192.196787, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN17%2520XVE') HTTP/1.1" 204 0
2026-03-26 08:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV60%20VAK-GB>
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3f40ed0>
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FWO18XLD%252F695847497%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847497/600 saved to cache
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fcfad0>
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGL07HNH%252F697662114%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662114/600 saved to cache
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847472/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847472>
2026-03-26 08:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN13%20OCM-GB>
2026-03-26 08:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539454/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D)
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cd2550>
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FWO18XLD%252F695847507%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847507/600 saved to cache
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cd1290>
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGL07HNH%252F697662121%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662121/600 saved to cache
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3223450>
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FML74VGT%252F695539434%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539434/600 saved to cache
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f1b7d0>
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBV65CFU%252F697703299%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703299/600 saved to cache
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2e19c505-0abd-5909-845f-2b8c6a75be4e
2026-03-26 08:03:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2e19c505-0abd-5909-845f-2b8c6a75be4e, skipping ID generation
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2e19c505-0abd-5909-845f-2b8c6a75be4e sending to next pipeline
2026-03-26 08:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e19c505-0abd-5909-845f-2b8c6a75be4e, identifier: BV65%20CFU
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c37810>
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_expert_report_file_3184f224-fd42-4dc9-a4c8-88e55f4295a8.pdf HTTP/1.1" 201 0
2026-03-26 08:03:12 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3475927e-1a5f-5709-b8c0-01a408ce5d07, skipping ID generation
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DGM14KHG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GM14KHG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac256e710>
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FWO18XLD%252F695847492%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847492/600 saved to cache
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fcd850>
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FWO18XLD%252F695847487%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847487/600 saved to cache
2026-03-26 08:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662098/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL07HNH/42786738?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=PKvC6f%2BP08bt0dX8utamsnTraefU3nrJRx68HWZGNNQ%3D)
2026-03-26 08:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847466/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695847466>
2026-03-26 08:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539350/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539350>
2026-03-26 08:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406311/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406311>
2026-03-26 08:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e19c505-0abd-5909-845f-2b8c6a75be4e with identifier: BV65%20CFU
2026-03-26 08:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e19c505-0abd-5909-845f-2b8c6a75be4e with identifier: BV65%20CFU
2026-03-26 08:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e19c505-0abd-5909-845f-2b8c6a75be4e with identifier: BV65%20CFU to the API
2026-03-26 08:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703299/600>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_expert_report_file_d2f9b1ef-d8bd-4003-8f64-75d01839d9fe.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV65%20CFU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2e19c505-0abd-5909-845f-2b8c6a75be4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV65 CFU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV65%20CFU&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 59130,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48820,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703299/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49673,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703303/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46436,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703305/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44747,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703307/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46300,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703309/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46866,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703313/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86966,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703319/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78314,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703323/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88323,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703327/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e19c505-0abd-5909-845f-2b8c6a75be4e/2e19c505-0abd-5909-845f-2b8c6a75be4e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78887,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BV65CFU/697703330/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'FORD FOCUS 1.0 E/B 100 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF05XXGCC5FC10989',
'year': 2015}
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV65%2520CFU%27 HTTP/1.1" 200 None
2026-03-26 08:03:13 [bca.uk] INFO: Saving data for BV65%20CFU: {'created_time': 1774512193.460515, 'last_price_update_time': 1774512193.460528, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV65%2520CFU') HTTP/1.1" 204 0
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697373257%27 HTTP/1.1" 200 None
2026-03-26 08:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373257 not downloaded yet
2026-03-26 08:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847483/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D)
2026-03-26 08:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539332/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539332>
2026-03-26 08:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX12%20RVO-GB>
2026-03-26 08:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c52590>
2026-03-26 08:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_expert_report_file_8d1e312b-3310-4686-8483-aaa73d172d0b.pdf HTTP/1.1" 201 0
2026-03-26 08:03:13 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a88274a-3e13-59c0-b9cc-06ecc63c7c80, skipping ID generation
2026-03-26 08:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DGY58ZDC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GY58ZDC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d37650>
2026-03-26 08:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FML74VGT%252F695539454%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539454/600 saved to cache
2026-03-26 08:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697373261%27 HTTP/1.1" 200 None
2026-03-26 08:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373261 not downloaded yet
2026-03-26 08:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406283/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406283>
2026-03-26 08:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539296/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695539296>
2026-03-26 08:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO11%20NNZ-GB>
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720773%27 HTTP/1.1" 200 None
2026-03-26 08:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720773 not downloaded yet
2026-03-26 08:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02f7bd0>
2026-03-26 08:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGL07HNH%252F697662098%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662098/600 saved to cache
2026-03-26 08:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7
2026-03-26 08:03:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c76f61e-dad6-5fac-8c71-0167c763c4d7, skipping ID generation
2026-03-26 08:03:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9c76f61e-dad6-5fac-8c71-0167c763c4d7 sending to next pipeline
2026-03-26 08:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c76f61e-dad6-5fac-8c71-0167c763c4d7, identifier: GL07%20HNH
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697373263%27 HTTP/1.1" 200 None
2026-03-26 08:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373263 not downloaded yet
2026-03-26 08:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c76f61e-dad6-5fac-8c71-0167c763c4d7 with identifier: GL07%20HNH
2026-03-26 08:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c76f61e-dad6-5fac-8c71-0167c763c4d7 with identifier: GL07%20HNH
2026-03-26 08:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c76f61e-dad6-5fac-8c71-0167c763c4d7 with identifier: GL07%20HNH to the API
2026-03-26 08:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662098/600>
{'auction_title': '',
'c_o_2_emission_value': 212,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_expert_report_file_d680a5b7-ee1a-4c84-b85d-9fe9f1e85dde.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL07%20HNH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9c76f61e-dad6-5fac-8c71-0167c763c4d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL07 HNH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL07%20HNH&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'TOYOTA',
'model': 'RAV4',
'odometer': 131069,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50472,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662088/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49604,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662090/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48720,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662095/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46111,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662098/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45308,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662101/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45275,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662107/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90116,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662114/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76990,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662121/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81821,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662133/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9c76f61e-dad6-5fac-8c71-0167c763c4d7/9c76f61e-dad6-5fac-8c71-0167c763c4d7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75522,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL07HNH/697662142/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'TOYOTA RAV4 2.0 VVT-I XT-R StationWagon',
'transmission': 'automatic',
'trim': 'VVT-I XT-R',
'vin': 'JTMBH31V706044989',
'year': 2007}
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL07%2520HNH%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [bca.uk] INFO: Saving data for GL07%20HNH: {'created_time': 1774512194.200052, 'last_price_update_time': 1774512194.200069, 'auction_closing_time': 1774951200.0}
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL07%2520HNH') HTTP/1.1" 204 0
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d4cc10>
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWO18XLD%252F695847483%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847483/600 saved to cache
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847472/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D)
2026-03-26 08:03:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK12%20OPM-GB>
2026-03-26 08:03:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406253/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406253>
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720778%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720778 not downloaded yet
2026-03-26 08:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847466/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18XLD/42753807?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=SOoz8ZhoEISCJLmBN8s%2BNl1wCPubzXtDoFScr%2BGyAbM%3D)
2026-03-26 08:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539350/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D)
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697373267%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373267 not downloaded yet
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b43dd0>
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_expert_report_file_d920fb53-216e-4053-b0b5-555b8759ea41.pdf HTTP/1.1" 201 0
2026-03-26 08:03:14 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 98c0930c-291b-5e75-9226-bdb252ecadee, skipping ID generation
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DFY59UFT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FY59UFT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406311/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D)
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720781%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720781 not downloaded yet
2026-03-26 08:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697373270%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373270 not downloaded yet
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697374678%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374678 not downloaded yet
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720784%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720784 not downloaded yet
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697373278%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373278 not downloaded yet
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697374686%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374686 not downloaded yet
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab32626d0>
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWO18XLD%252F695847472%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847472/600 saved to cache
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373257/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373257>
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720787%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720787 not downloaded yet
2026-03-26 08:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539332/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D)
2026-03-26 08:03:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373251/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GM14KHG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF16%20MOV-GB>
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697373284%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373284 not downloaded yet
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697374693%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374693 not downloaded yet
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2dad810>
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_expert_report_file_11b78062-e19d-4bd5-adef-da12f17f179c.pdf HTTP/1.1" 201 0
2026-03-26 08:03:14 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce32dcec-b93c-5889-b738-7dabfa2dd959, skipping ID generation
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DFV60VAK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FV60VAK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3beed10>
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWO18XLD%252F695847466%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847466/600 saved to cache
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3
2026-03-26 08:03:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f978a3b-31f6-5f12-aa90-6350a67ccbc3, skipping ID generation
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f978a3b-31f6-5f12-aa90-6350a67ccbc3 sending to next pipeline
2026-03-26 08:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f978a3b-31f6-5f12-aa90-6350a67ccbc3, identifier: WO18%20XLD
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b40f90>
2026-03-26 08:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FML74VGT%252F695539350%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539350/600 saved to cache
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539296/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML74VGT/42734266?sv=2020-08-04&st=2026-03-26T08%3A02%3A59Z&se=2026-03-26T08%3A27%3A59Z&sr=b&sp=r&sig=w3aEV%2BmufLs5c6wQhJPQ5vjnRDYxE%2FxzsIwnnWp10a8%3D)
2026-03-26 08:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406283/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D)
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720791%27 HTTP/1.1" 200 None
2026-03-26 08:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720791 not downloaded yet
2026-03-26 08:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f978a3b-31f6-5f12-aa90-6350a67ccbc3 with identifier: WO18%20XLD
2026-03-26 08:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f978a3b-31f6-5f12-aa90-6350a67ccbc3 with identifier: WO18%20XLD
2026-03-26 08:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f978a3b-31f6-5f12-aa90-6350a67ccbc3 with identifier: WO18%20XLD to the API
2026-03-26 08:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847466/600>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_expert_report_file_208d15ba-74b0-41ad-afd2-0844843498e8.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO18%20XLD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1f978a3b-31f6-5f12-aa90-6350a67ccbc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WO18 XLD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO18%20XLD&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FIAT',
'model': '500',
'odometer': 48369,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54686,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847461/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53532,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847466/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51011,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847470/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53538,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847472/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54438,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847476/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52031,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847483/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97117,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847487/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81578,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847492/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88301,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847497/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f978a3b-31f6-5f12-aa90-6350a67ccbc3/1f978a3b-31f6-5f12-aa90-6350a67ccbc3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90706,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18XLD/695847507/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'FIAT 500 1.2 LOUNGE Hatchback',
'transmission': 'manual',
'trim': 'LOUNGE',
'vin': 'ZFA3120000J991988',
'year': 2018}
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO18%2520XLD%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [bca.uk] INFO: Saving data for WO18%20XLD: {'created_time': 1774512195.187043, 'last_price_update_time': 1774512195.187055, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO18%2520XLD') HTTP/1.1" 204 0
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697373293%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373293 not downloaded yet
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697374702%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374702 not downloaded yet
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697717975%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717975 not downloaded yet
2026-03-26 08:03:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406253/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D)
2026-03-26 08:03:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720773/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720773>
2026-03-26 08:03:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373263/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373263>
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720794%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720794 not downloaded yet
2026-03-26 08:03:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ef90d0>
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLV59EFJ%252F697406311%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406311/600 saved to cache
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cc90d0>
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_expert_report_file_929b8c38-e336-4240-9bfa-37a3485d7b8d.pdf HTTP/1.1" 201 0
2026-03-26 08:03:15 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f35bcf41-3f6e-5143-aafd-4e2348ab3142, skipping ID generation
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DFN13OCM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FN13OCM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ced990>
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FML74VGT%252F695539332%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539332/600 saved to cache
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373261/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373261>
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697373298%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373298 not downloaded yet
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697374709%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374709 not downloaded yet
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697717978%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717978 not downloaded yet
2026-03-26 08:03:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720770/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GY58ZDC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720800%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720800 not downloaded yet
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697171946%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697171946 not downloaded yet
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b64450>
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FML74VGT%252F695539296%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539296/600 saved to cache
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 281aceec-94e0-542d-912d-8ed6d7635f5a
2026-03-26 08:03:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 281aceec-94e0-542d-912d-8ed6d7635f5a, skipping ID generation
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 281aceec-94e0-542d-912d-8ed6d7635f5a sending to next pipeline
2026-03-26 08:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 281aceec-94e0-542d-912d-8ed6d7635f5a, identifier: ML74%20VGT
2026-03-26 08:03:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ee6c50>
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLV59EFJ%252F697406283%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406283/600 saved to cache
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:03:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373251/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D)
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697374726%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374726 not downloaded yet
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697717981%27 HTTP/1.1" 200 None
2026-03-26 08:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717981 not downloaded yet
2026-03-26 08:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 281aceec-94e0-542d-912d-8ed6d7635f5a with identifier: ML74%20VGT
2026-03-26 08:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 281aceec-94e0-542d-912d-8ed6d7635f5a with identifier: ML74%20VGT
2026-03-26 08:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 281aceec-94e0-542d-912d-8ed6d7635f5a with identifier: ML74%20VGT to the API
2026-03-26 08:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539296/600>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_expert_report_file_7f00e7dd-93cb-4684-a70f-5fa8e96ec3c6.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML74%20VGT-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '281aceec-94e0-542d-912d-8ed6d7635f5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML74 VGT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML74%20VGT&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 7527,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47128,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539274/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45205,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539296/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41676,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539332/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42708,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539350/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41906,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539365/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41100,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539383/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56955,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539398/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76812,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539419/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84409,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539434/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_281aceec-94e0-542d-912d-8ed6d7635f5a/281aceec-94e0-542d-912d-8ed6d7635f5a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76434,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML74VGT/695539454/600',
'Width': 600}],
'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': 'VR3KAHPY1RS115853',
'year': 2024}
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML74%2520VGT%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [bca.uk] INFO: Saving data for ML74%20VGT: {'created_time': 1774512196.086971, 'last_price_update_time': 1774512196.086982, 'auction_closing_time': 1775124000.0}
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML74%2520VGT') HTTP/1.1" 204 0
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f39410>
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_expert_report_file_2a09137f-c7c1-4d0d-8295-48a84da0d1e6.pdf HTTP/1.1" 201 0
2026-03-26 08:03:16 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfae9270-648c-5779-a3af-03bcdecf8ba6, skipping ID generation
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DEX12RVO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EX12RVO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ddba10>
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLV59EFJ%252F697406253%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406253/600 saved to cache
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720778/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720778>
2026-03-26 08:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374671/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FY59UFT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373257/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D)
2026-03-26 08:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374686/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374686>
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697720804%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720804 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697171962%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697171962 not downloaded yet
2026-03-26 08:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720787/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720787>
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697374739%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374739 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697717982%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717982 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697660333%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660333 not downloaded yet
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bfa890>
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_expert_report_file_57c01586-dea0-4256-b6a0-32a4963f6af6.pdf HTTP/1.1" 201 0
2026-03-26 08:03:16 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eefc215d-8586-5dd5-94f5-08d1bf02a32e, skipping ID generation
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DEO11NNZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EO11NNZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697171981%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697171981 not downloaded yet
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c10b50>
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGM14KHG%252F697373251%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373251/600 saved to cache
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373278/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373278>
2026-03-26 08:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373261/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D)
2026-03-26 08:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720773/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D)
2026-03-26 08:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373263/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D)
2026-03-26 08:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720791/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720791>
2026-03-26 08:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717974/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FV60VAK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697374756%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374756 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697717984%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717984 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697660336%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660336 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450360%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450360 not downloaded yet
2026-03-26 08:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717975/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717975>
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697171991%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697171991 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697374771%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374771 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697717988%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717988 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697660338%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660338 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450369%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450369 not downloaded yet
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2dac4d0>
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_expert_report_file_badd8bcd-9c74-4b27-b384-2b5fc828e7f1.pdf HTTP/1.1" 201 0
2026-03-26 08:03:16 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f33e762c-9299-5e09-92c2-74ffaf6ec33f, skipping ID generation
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DEK12OPM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EK12OPM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c84790>
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGM14KHG%252F697373257%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373257/600 saved to cache
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697172001%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697172001 not downloaded yet
2026-03-26 08:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374686/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D)
2026-03-26 08:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720778/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D)
2026-03-26 08:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720770/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D)
2026-03-26 08:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374671/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D)
2026-03-26 08:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717978/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717978>
2026-03-26 08:03:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171946/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697171946>
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697717991%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717991 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697660341%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660341 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450378%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450378 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697692566%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692566 not downloaded yet
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697172033%27 HTTP/1.1" 200 None
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697172033 not downloaded yet
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ef8bd0>
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGM14KHG%252F697373261%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373261/600 saved to cache
2026-03-26 08:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3af0f50>
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGY58ZDC%252F697720773%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720773/600 saved to cache
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0289710>
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGM14KHG%252F697373263%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373263/600 saved to cache
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02d6e90>
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_expert_report_file_82094eec-710d-4a43-87f4-4456401f5227.pdf HTTP/1.1" 201 0
2026-03-26 08:03:17 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3d1d466-c6d9-593a-a498-bc9ad8482581, skipping ID generation
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3DEF16MOV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EF16MOV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720787/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D)
2026-03-26 08:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720800/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720800>
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697717997%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717997 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697660351%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660351 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450384%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450384 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697692572%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692572 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697172063%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697172063 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697456941%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697456941 not downloaded yet
2026-03-26 08:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717974/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D)
2026-03-26 08:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717982/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717982>
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697718001%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697718001 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697660365%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660365 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450389%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450389 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697692575%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692575 not downloaded yet
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3af0ad0>
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFY59UFT%252F697374686%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374686/600 saved to cache
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d15990>
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGY58ZDC%252F697720778%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720778/600 saved to cache
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0289310>
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGY58ZDC%252F697720770%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720770/600 saved to cache
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d15990>
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFY59UFT%252F697374671%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374671/600 saved to cache
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450355/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EO11NNZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720791/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D)
2026-03-26 08:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373278/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D)
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697172098%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697172098 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697456958%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697456958 not downloaded yet
2026-03-26 08:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717975/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D)
2026-03-26 08:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450360/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450360>
2026-03-26 08:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660333/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660333>
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697660370%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660370 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450407%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450407 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697692578%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692578 not downloaded yet
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31f1090>
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGY58ZDC%252F697720787%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720787/600 saved to cache
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697172125%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697172125 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697456970%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697456970 not downloaded yet
2026-03-26 08:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717978/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D)
2026-03-26 08:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171946/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D)
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697660381%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660381 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450412%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450412 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697692580%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692580 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697456985%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697456985 not downloaded yet
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e6a650>
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFV60VAK%252F697717974%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717974/600 saved to cache
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e69e50>
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGY58ZDC%252F697720791%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720791/600 saved to cache
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3aae910>
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGM14KHG%252F697373278%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373278/600 saved to cache
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660338/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660338>
2026-03-26 08:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450369/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450369>
2026-03-26 08:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692566/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692566>
2026-03-26 08:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692561/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EK12OPM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172001/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697172001>
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697660390%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660390 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450420%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450420 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697692590%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692590 not downloaded yet
2026-03-26 08:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720800/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D)
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697456993%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697456993 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697450427%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450427 not downloaded yet
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697692595%27 HTTP/1.1" 200 None
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692595 not downloaded yet
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d0d890>
2026-03-26 08:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFV60VAK%252F697717975%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717975/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2295a50>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFV60VAK%252F697717978%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717978/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ddaa10>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFN13OCM%252F697171946%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171946/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692572/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692572>
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697457070%27 HTTP/1.1" 200 None
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697457070 not downloaded yet
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717982/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D)
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660333/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D)
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450360/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D)
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450355/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D)
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692575/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692575>
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450389/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450389>
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697692604%27 HTTP/1.1" 200 None
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692604 not downloaded yet
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697457099%27 HTTP/1.1" 200 None
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697457099 not downloaded yet
2026-03-26 08:03:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ea9310>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGY58ZDC%252F697720800%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720800/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697692608%27 HTTP/1.1" 200 None
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692608 not downloaded yet
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660365/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660365>
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456970/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697456970>
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697457113%27 HTTP/1.1" 200 None
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697457113 not downloaded yet
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697457127%27 HTTP/1.1" 200 None
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697457127 not downloaded yet
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692561/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D)
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692566/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D)
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660338/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D)
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450369/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D)
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172125/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697172125>
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172001/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D)
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692572/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D)
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692590/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692590>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f2f710>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFV60VAK%252F697717982%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717982/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e78910>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEX12RVO%252F697660333%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660333/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bf9990>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEO11NNZ%252F697450360%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450360/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c88f10>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEO11NNZ%252F697450355%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450355/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02d5990>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEK12OPM%252F697692561%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692561/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e79890>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEK12OPM%252F697692566%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692566/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d23810>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEX12RVO%252F697660338%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660338/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d04890>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEO11NNZ%252F697450369%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450369/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e003d0>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFN13OCM%252F697172001%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172001/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ddb3d0>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEK12OPM%252F697692572%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692572/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450389/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D)
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692575/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D)
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457070/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697457070>
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450427/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450427>
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456993/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697456993>
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456970/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D)
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692595/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692595>
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660365/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D)
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692604/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692604>
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692608/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692608>
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457099/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697457099>
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457113/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697457113>
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660390/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660390>
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692590/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D)
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31b9c10>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEO11NNZ%252F697450389%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450389/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450420/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450420>
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172125/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D)
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456985/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697456985>
2026-03-26 08:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457127/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697457127>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e298d0>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEK12OPM%252F697692575%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692575/600 saved to cache
2026-03-26 08:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450427/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D)
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457070/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D)
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456993/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D)
2026-03-26 08:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692595/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D)
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e68610>
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF16MOV%252F697456970%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456970/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cdd850>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEX12RVO%252F697660365%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660365/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e05f50>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEK12OPM%252F697692590%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692590/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692580/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692580>
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450412/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450412>
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692604/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D)
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692608/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D)
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457113/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D)
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457099/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D)
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab301c190>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFN13OCM%252F697172125%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172125/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f073d0>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEO11NNZ%252F697450427%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450427/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e541d0>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF16MOV%252F697457070%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457070/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2564d90>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF16MOV%252F697456993%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456993/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e56790>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEK12OPM%252F697692595%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692595/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660390/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D)
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660381/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660381>
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456985/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D)
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457127/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D)
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e76c10>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEK12OPM%252F697692604%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692604/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b87550>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEK12OPM%252F697692608%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692608/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ef1450>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF16MOV%252F697457113%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457113/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cabc50>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF16MOV%252F697457099%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457099/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450407/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450407>
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692580/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D)
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692578/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697692578>
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660370/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660370>
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172098/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697172098>
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456958/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697456958>
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450420/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D)
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450412/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D)
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b867d0>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEX12RVO%252F697660390%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660390/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ef0250>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF16MOV%252F697456985%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456985/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02f5b50>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF16MOV%252F697457127%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457127/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660351/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660351>
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172063/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697172063>
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697718001/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697718001>
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450384/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450384>
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456941/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697456941>
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660381/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D)
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b1a550>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEK12OPM%252F697692580%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692580/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bd4a50>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEO11NNZ%252F697450420%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450420/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e818d0>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEO11NNZ%252F697450412%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450412/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717997/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717997>
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692578/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK12OPM/42787115?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=ctPXZl%2BqntZhw%2Fv%2BdiUoA7cgGkG3qV%2BhRMvilXbx5F8%3D)
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456932/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EF16MOV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456958/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D)
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450407/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D)
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660370/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D)
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172098/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D)
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d36f10>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEX12RVO%252F697660381%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660381/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172033/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697172033>
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450384/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D)
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456941/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D)
2026-03-26 08:03:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450378/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450378>
2026-03-26 08:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660351/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D)
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac032a790>
2026-03-26 08:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEK12OPM%252F697692578%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692578/600 saved to cache
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f33e762c-9299-5e09-92c2-74ffaf6ec33f
2026-03-26 08:03:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f33e762c-9299-5e09-92c2-74ffaf6ec33f, skipping ID generation
2026-03-26 08:03:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f33e762c-9299-5e09-92c2-74ffaf6ec33f sending to next pipeline
2026-03-26 08:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f33e762c-9299-5e09-92c2-74ffaf6ec33f, identifier: EK12%20OPM
2026-03-26 08:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f33e762c-9299-5e09-92c2-74ffaf6ec33f with identifier: EK12%20OPM
2026-03-26 08:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f33e762c-9299-5e09-92c2-74ffaf6ec33f with identifier: EK12%20OPM
2026-03-26 08:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f33e762c-9299-5e09-92c2-74ffaf6ec33f with identifier: EK12%20OPM to the API
2026-03-26 08:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692578/600>
{'auction_title': '',
'c_o_2_emission_value': 185,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_expert_report_file_badd8bcd-9c74-4b27-b384-2b5fc828e7f1.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK12%20OPM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f33e762c-9299-5e09-92c2-74ffaf6ec33f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK12 OPM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK12%20OPM&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'FREELANDER 2',
'odometer': 86035,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48132,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692561/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48024,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692566/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44369,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692572/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42502,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692575/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44852,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692578/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44816,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692580/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85119,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692590/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74941,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692595/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81203,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692604/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f33e762c-9299-5e09-92c2-74ffaf6ec33f/f33e762c-9299-5e09-92c2-74ffaf6ec33f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69578,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK12OPM/697692608/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'LAND ROVER FREELANDER 2 2.2 TD4 150 XS StationWagon',
'transmission': 'automatic',
'trim': 'TD4 150 XS',
'vin': 'SALFA2AC8CH294709',
'year': 2012}
2026-03-26 08:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK12%2520OPM%27 HTTP/1.1" 200 None
2026-03-26 08:03:20 [bca.uk] INFO: Saving data for EK12%20OPM: {'created_time': 1774512200.857065, 'last_price_update_time': 1774512200.857079, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK12%2520OPM') HTTP/1.1" 204 0
2026-03-26 08:03:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660341/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660341>
2026-03-26 08:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697718001/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D)
2026-03-26 08:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456932/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF16MOV/42781878?sv=2020-08-04&st=2026-03-26T08%3A03%3A14Z&se=2026-03-26T08%3A28%3A14Z&sr=b&sp=r&sig=Iwt1ynp5vzRVaI0NaQaV4dLFnSqmUcEBmo%2Bs1OeAIBs%3D)
2026-03-26 08:03:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717991/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717991>
2026-03-26 08:03:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717988/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717988>
2026-03-26 08:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172063/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D)
2026-03-26 08:03:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374771/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374771>
2026-03-26 08:03:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d21a90>
2026-03-26 08:03:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEF16MOV%252F697456958%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456958/600 saved to cache
2026-03-26 08:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717997/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D)
2026-03-26 08:03:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d65d90>
2026-03-26 08:03:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEO11NNZ%252F697450407%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450407/600 saved to cache
2026-03-26 08:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3aad010>
2026-03-26 08:03:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEX12RVO%252F697660370%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660370/600 saved to cache
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac032a490>
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFN13OCM%252F697172098%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172098/600 saved to cache
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab301f710>
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEO11NNZ%252F697450384%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450384/600 saved to cache
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d67a10>
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF16MOV%252F697456941%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456941/600 saved to cache
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e68750>
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEX12RVO%252F697660351%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660351/600 saved to cache
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450378/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO11NNZ/42781684?sv=2020-08-04&st=2026-03-26T08%3A03%3A13Z&se=2026-03-26T08%3A28%3A13Z&sr=b&sp=r&sig=Iln1GfOQK01whtv5aeQG4skCxg%2BefwmquvigRkLuGzc%3D)
2026-03-26 08:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171991/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697171991>
2026-03-26 08:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660336/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697660336>
2026-03-26 08:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717984/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717984>
2026-03-26 08:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171981/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697171981>
2026-03-26 08:03:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374756/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374756>
2026-03-26 08:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172033/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D)
2026-03-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac025fc50>
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFV60VAK%252F697718001%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697718001/600 saved to cache
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f8e910>
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FEF16MOV%252F697456932%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456932/600 saved to cache
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e3d1d466-c6d9-593a-a498-bc9ad8482581
2026-03-26 08:03:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3d1d466-c6d9-593a-a498-bc9ad8482581, skipping ID generation
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3d1d466-c6d9-593a-a498-bc9ad8482581 sending to next pipeline
2026-03-26 08:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3d1d466-c6d9-593a-a498-bc9ad8482581, identifier: EF16%20MOV
2026-03-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f8d150>
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFN13OCM%252F697172063%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172063/600 saved to cache
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f8d990>
2026-03-26 08:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFV60VAK%252F697717997%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717997/600 saved to cache
2026-03-26 08:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3d1d466-c6d9-593a-a498-bc9ad8482581 with identifier: EF16%20MOV
2026-03-26 08:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3d1d466-c6d9-593a-a498-bc9ad8482581 with identifier: EF16%20MOV
2026-03-26 08:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3d1d466-c6d9-593a-a498-bc9ad8482581 with identifier: EF16%20MOV to the API
2026-03-26 08:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456932/600>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_expert_report_file_82094eec-710d-4a43-87f4-4456401f5227.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF16%20MOV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e3d1d466-c6d9-593a-a498-bc9ad8482581',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EF16 MOV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF16%20MOV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'HYUNDAI',
'model': 'I30',
'odometer': 58312,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51232,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456932/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49570,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456941/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48188,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456958/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45620,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456970/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46130,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456985/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45596,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697456993/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70460,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457070/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69937,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457099/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82652,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457113/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3d1d466-c6d9-593a-a498-bc9ad8482581/e3d1d466-c6d9-593a-a498-bc9ad8482581_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80012,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF16MOV/697457127/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'HYUNDAI I30 1.4 B/D 100 SE Hatchback',
'transmission': 'manual',
'trim': 'B/D 100 SE',
'vin': 'TMAD3516LHJ341016',
'year': 2016}
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF16%2520MOV%27 HTTP/1.1" 200 None
2026-03-26 08:03:22 [bca.uk] INFO: Saving data for EF16%20MOV: {'created_time': 1774512202.083251, 'last_price_update_time': 1774512202.083264, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF16%2520MOV') HTTP/1.1" 204 0
2026-03-26 08:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374739/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374739>
2026-03-26 08:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660341/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D)
2026-03-26 08:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171962/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697171962>
2026-03-26 08:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720804/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720804>
2026-03-26 08:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660329/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EX12RVO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374771/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D)
2026-03-26 08:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717988/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D)
2026-03-26 08:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717991/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D)
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cca390>
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEO11NNZ%252F697450378%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450378/600 saved to cache
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item eefc215d-8586-5dd5-94f5-08d1bf02a32e
2026-03-26 08:03:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eefc215d-8586-5dd5-94f5-08d1bf02a32e, skipping ID generation
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eefc215d-8586-5dd5-94f5-08d1bf02a32e sending to next pipeline
2026-03-26 08:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eefc215d-8586-5dd5-94f5-08d1bf02a32e, identifier: EO11%20NNZ
2026-03-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cc3890>
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFN13OCM%252F697172033%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172033/600 saved to cache
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eefc215d-8586-5dd5-94f5-08d1bf02a32e with identifier: EO11%20NNZ
2026-03-26 08:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eefc215d-8586-5dd5-94f5-08d1bf02a32e with identifier: EO11%20NNZ
2026-03-26 08:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eefc215d-8586-5dd5-94f5-08d1bf02a32e with identifier: EO11%20NNZ to the API
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450378/600>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_expert_report_file_57c01586-dea0-4256-b6a0-32a4963f6af6.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO11%20NNZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'eefc215d-8586-5dd5-94f5-08d1bf02a32e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EO11 NNZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO11%20NNZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 78664,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47152,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450355/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46714,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450360/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44786,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450369/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42265,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450378/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41593,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450384/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42969,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450389/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81965,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450407/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76750,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450412/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84064,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450420/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eefc215d-8586-5dd5-94f5-08d1bf02a32e/eefc215d-8586-5dd5-94f5-08d1bf02a32e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92481,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO11NNZ/697450427/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO 1.0 VVT-I GO Hatchback',
'transmission': 'manual',
'trim': 'VVT-I GO',
'vin': 'JTDJG18C00N541069',
'year': 2011}
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO11%2520NNZ%27 HTTP/1.1" 200 None
2026-03-26 08:03:22 [bca.uk] INFO: Saving data for EO11%20NNZ: {'created_time': 1774512202.631761, 'last_price_update_time': 1774512202.631772, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO11%2520NNZ') HTTP/1.1" 204 0
2026-03-26 08:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717981/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697717981>
2026-03-26 08:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660336/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D)
2026-03-26 08:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717984/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D)
2026-03-26 08:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374726/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374726>
2026-03-26 08:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171981/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D)
2026-03-26 08:03:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374709/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374709>
2026-03-26 08:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171991/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D)
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ea8b10>
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEX12RVO%252F697660341%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660341/600 saved to cache
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3f366d0>
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFY59UFT%252F697374771%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374771/600 saved to cache
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b014d0>
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFV60VAK%252F697717988%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717988/600 saved to cache
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31c26d0>
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFV60VAK%252F697717991%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717991/600 saved to cache
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374756/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D)
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2daf110>
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEX12RVO%252F697660336%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660336/600 saved to cache
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e41850>
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFV60VAK%252F697717984%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717984/600 saved to cache
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31c0310>
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFN13OCM%252F697171981%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171981/600 saved to cache
2026-03-26 08:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02d5a50>
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFN13OCM%252F697171991%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171991/600 saved to cache
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171962/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D)
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660329/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX12RVO/42786406?sv=2020-08-04&st=2026-03-26T08%3A03%3A12Z&se=2026-03-26T08%3A28%3A12Z&sr=b&sp=r&sig=%2Fuqnhcjsj%2BQgiwV%2BMDoYnP9kiwFnXHp%2B48B%2F45PPXW4%3D)
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720804/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D)
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720794/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720794>
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374702/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374702>
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171930/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FN13OCM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373298/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373298>
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374739/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D)
2026-03-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2de2d10>
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFY59UFT%252F697374756%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374756/600 saved to cache
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720784/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720784>
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373293/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373293>
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374693/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374693>
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717981/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FV60VAK/42787567?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=eQIfC9KNW1jfUVaXPfxW0SRz5hAEavFbtqurOwAmIAo%3D)
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373284/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373284>
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374709/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D)
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2279c10>
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFN13OCM%252F697171962%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171962/600 saved to cache
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374726/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D)
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374678/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697374678>
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171930/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FN13OCM/42776661?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=Izq1gFxke4I4VpIOo2%2FiO0U%2Ff%2FDUtf7l9t3Ag0wOwJs%3D)
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e023d0>
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FEX12RVO%252F697660329%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660329/600 saved to cache
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item dfae9270-648c-5779-a3af-03bcdecf8ba6
2026-03-26 08:03:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfae9270-648c-5779-a3af-03bcdecf8ba6, skipping ID generation
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dfae9270-648c-5779-a3af-03bcdecf8ba6 sending to next pipeline
2026-03-26 08:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfae9270-648c-5779-a3af-03bcdecf8ba6, identifier: EX12%20RVO
2026-03-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c10f90>
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGY58ZDC%252F697720804%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720804/600 saved to cache
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31c2c50>
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFY59UFT%252F697374739%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374739/600 saved to cache
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfae9270-648c-5779-a3af-03bcdecf8ba6 with identifier: EX12%20RVO
2026-03-26 08:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfae9270-648c-5779-a3af-03bcdecf8ba6 with identifier: EX12%20RVO
2026-03-26 08:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfae9270-648c-5779-a3af-03bcdecf8ba6 with identifier: EX12%20RVO to the API
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660329/600>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_expert_report_file_2a09137f-c7c1-4d0d-8295-48a84da0d1e6.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX12%20RVO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'dfae9270-648c-5779-a3af-03bcdecf8ba6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX12 RVO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX12%20RVO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 71000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47599,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660329/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47736,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660333/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47061,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660336/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43737,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660338/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44421,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660341/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45066,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660351/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76372,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660365/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65892,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660370/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78077,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660381/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfae9270-648c-5779-a3af-03bcdecf8ba6/dfae9270-648c-5779-a3af-03bcdecf8ba6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84051,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX12RVO/697660390/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0GXXGAJGCA82671',
'year': 2012}
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX12%2520RVO%27 HTTP/1.1" 200 None
2026-03-26 08:03:23 [bca.uk] INFO: Saving data for EX12%20RVO: {'created_time': 1774512203.734225, 'last_price_update_time': 1774512203.734237, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX12%2520RVO') HTTP/1.1" 204 0
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374702/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D)
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373270/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373270>
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720781/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720781>
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374693/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D)
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373267/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697373267>
2026-03-26 08:03:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892718/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892718>
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720794/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D)
2026-03-26 08:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373298/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D)
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f05410>
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFV60VAK%252F697717981%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717981/600 saved to cache
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ce32dcec-b93c-5889-b738-7dabfa2dd959
2026-03-26 08:03:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce32dcec-b93c-5889-b738-7dabfa2dd959, skipping ID generation
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ce32dcec-b93c-5889-b738-7dabfa2dd959 sending to next pipeline
2026-03-26 08:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce32dcec-b93c-5889-b738-7dabfa2dd959, identifier: FV60%20VAK
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ce2650>
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFY59UFT%252F697374709%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374709/600 saved to cache
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02d34d0>
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFY59UFT%252F697374726%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374726/600 saved to cache
2026-03-26 08:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac110b8d0>
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FFN13OCM%252F697171930%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171930/600 saved to cache
2026-03-26 08:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f35bcf41-3f6e-5143-aafd-4e2348ab3142
2026-03-26 08:03:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f35bcf41-3f6e-5143-aafd-4e2348ab3142, skipping ID generation
2026-03-26 08:03:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f35bcf41-3f6e-5143-aafd-4e2348ab3142 sending to next pipeline
2026-03-26 08:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f35bcf41-3f6e-5143-aafd-4e2348ab3142, identifier: FN13%20OCM
2026-03-26 08:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce32dcec-b93c-5889-b738-7dabfa2dd959 with identifier: FV60%20VAK
2026-03-26 08:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce32dcec-b93c-5889-b738-7dabfa2dd959 with identifier: FV60%20VAK
2026-03-26 08:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce32dcec-b93c-5889-b738-7dabfa2dd959 with identifier: FV60%20VAK to the API
2026-03-26 08:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717981/600>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_expert_report_file_11b78062-e19d-4bd5-adef-da12f17f179c.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV60%20VAK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ce32dcec-b93c-5889-b738-7dabfa2dd959',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV60 VAK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV60%20VAK&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 55836,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48130,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717974/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48439,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717975/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46707,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717978/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44656,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717981/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45649,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717982/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45958,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717984/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79626,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717988/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77038,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717991/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82989,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697717997/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce32dcec-b93c-5889-b738-7dabfa2dd959/ce32dcec-b93c-5889-b738-7dabfa2dd959_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71562,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FV60VAK/697718001/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.2 70 S Hatchback',
'transmission': 'manual',
'trim': '70 S',
'vin': 'WVWZZZ6RZAU044155',
'year': 2010}
2026-03-26 08:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV60%2520VAK%27 HTTP/1.1" 200 None
2026-03-26 08:03:24 [bca.uk] INFO: Saving data for FV60%20VAK: {'created_time': 1774512204.522854, 'last_price_update_time': 1774512204.522869, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV60%2520VAK') HTTP/1.1" 204 0
2026-03-26 08:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f35bcf41-3f6e-5143-aafd-4e2348ab3142 with identifier: FN13%20OCM
2026-03-26 08:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:03:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=yellow HTTP/1.1" 200 None
2026-03-26 08:03:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f35bcf41-3f6e-5143-aafd-4e2348ab3142 with identifier: FN13%20OCM
2026-03-26 08:03:24 [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-26 08:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171930/600>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_expert_report_file_929b8c38-e336-4240-9bfa-37a3485d7b8d.pdf',
'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-27T10: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': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51130,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171930/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49359,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171946/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47361,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171962/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46036,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171981/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47813,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697171991/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47246,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172001/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76027,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172033/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62919,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172063/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86482,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172098/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f35bcf41-3f6e-5143-aafd-4e2348ab3142/f35bcf41-3f6e-5143-aafd-4e2348ab3142_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73961,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FN13OCM/697172125/600',
'Width': 600}],
'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-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN13%2520OCM%27 HTTP/1.1" 200 None
2026-03-26 08:03:25 [bca.uk] INFO: Saving data for FN13%20OCM: {'created_time': 1774512205.123929, 'last_price_update_time': 1774512205.123944, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:25 [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-26 08:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720784/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D)
2026-03-26 08:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU16%20XGE-GB>
2026-03-26 08:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374678/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY59UFT/42779871?sv=2020-08-04&st=2026-03-26T08%3A03%3A11Z&se=2026-03-26T08%3A28%3A11Z&sr=b&sp=r&sig=bwkSmi4ggQ6JFgG6PGYuDqy%2BD%2FPQv9ncYu7I7SsAPOQ%3D)
2026-03-26 08:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892715/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892715>
2026-03-26 08:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406220/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697406220>
2026-03-26 08:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375254/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375254>
2026-03-26 08:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373293/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D)
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac025c190>
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFY59UFT%252F697374702%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374702/600 saved to cache
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cb8310>
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFY59UFT%252F697374693%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374693/600 saved to cache
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b64e50>
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGY58ZDC%252F697720794%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720794/600 saved to cache
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cbb290>
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGM14KHG%252F697373298%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373298/600 saved to cache
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373284/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D)
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0312890>
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGY58ZDC%252F697720784%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720784/600 saved to cache
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fc85d0>
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FFY59UFT%252F697374678%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374678/600 saved to cache
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 98c0930c-291b-5e75-9226-bdb252ecadee
2026-03-26 08:03:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 98c0930c-291b-5e75-9226-bdb252ecadee, skipping ID generation
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 98c0930c-291b-5e75-9226-bdb252ecadee sending to next pipeline
2026-03-26 08:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98c0930c-291b-5e75-9226-bdb252ecadee, identifier: FY59%20UFT
2026-03-26 08:03:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fc9210>
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGM14KHG%252F697373293%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373293/600 saved to cache
2026-03-26 08:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98c0930c-291b-5e75-9226-bdb252ecadee with identifier: FY59%20UFT
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=pink HTTP/1.1" 200 None
2026-03-26 08:03:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98c0930c-291b-5e75-9226-bdb252ecadee with identifier: FY59%20UFT
2026-03-26 08:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98c0930c-291b-5e75-9226-bdb252ecadee with identifier: FY59%20UFT to the API
2026-03-26 08:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374678/600>
{'auction_title': '',
'c_o_2_emission_value': 103,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_expert_report_file_d920fb53-216e-4053-b0b5-555b8759ea41.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY59%20UFT-GB',
'category': 'Car',
'color': 'pink',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '98c0930c-291b-5e75-9226-bdb252ecadee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY59 UFT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY59%20UFT&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'SUZUKI',
'model': 'ALTO',
'odometer': 97093,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50768,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374671/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48492,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374678/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47552,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374686/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45514,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374693/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47162,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374702/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45756,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374709/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103357,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374726/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78923,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374739/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94699,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374756/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98c0930c-291b-5e75-9226-bdb252ecadee/98c0930c-291b-5e75-9226-bdb252ecadee_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71635,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY59UFT/697374771/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'SUZUKI ALTO 1.0 SZ2 Hatchback',
'transmission': 'manual',
'trim': 'SZ2',
'vin': 'MA3GFC31S00205549',
'year': 2009}
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY59%2520UFT%27 HTTP/1.1" 200 None
2026-03-26 08:03:26 [bca.uk] INFO: Saving data for FY59%20UFT: {'created_time': 1774512206.090593, 'last_price_update_time': 1774512206.090607, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY59%2520UFT') HTTP/1.1" 204 0
2026-03-26 08:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373270/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D)
2026-03-26 08:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720781/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY58ZDC/42787518?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=oMFrbCEYCyPdJrKQhXGRRcspgWJbVedgGrnvU1XtiwY%3D)
2026-03-26 08:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373267/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GM14KHG/42779885?sv=2020-08-04&st=2026-03-26T08%3A03%3A10Z&se=2026-03-26T08%3A28%3A10Z&sr=b&sp=r&sig=LPhcYmcufGx5sFFMZz4o4onl%2FHhHLcB8TNIQEAUhxVw%3D)
2026-03-26 08:03:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892712/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892712>
2026-03-26 08:03:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375235/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375235>
2026-03-26 08:03:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE64%20NPZ-GB>
2026-03-26 08:03:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK62%20DWU-GB>
2026-03-26 08:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892718/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D)
2026-03-26 08:03:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3054d50>
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGM14KHG%252F697373284%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373284/600 saved to cache
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892705/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892705>
2026-03-26 08:03:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375195/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375195>
2026-03-26 08:03:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP69%20LWL-GB>
2026-03-26 08:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406220/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV59EFJ/42780873?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=IMjR4oE3tpmmlK%2BUk8GkocetJsaUB15KAXm4P3PFBZ4%3D)
2026-03-26 08:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892715/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D)
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ba0d90>
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGM14KHG%252F697373270%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373270/600 saved to cache
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892702/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892702>
2026-03-26 08:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375254/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D)
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3aac3d0>
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGY58ZDC%252F697720781%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720781/600 saved to cache
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80
2026-03-26 08:03:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a88274a-3e13-59c0-b9cc-06ecc63c7c80, skipping ID generation
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a88274a-3e13-59c0-b9cc-06ecc63c7c80 sending to next pipeline
2026-03-26 08:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a88274a-3e13-59c0-b9cc-06ecc63c7c80, identifier: GY58%20ZDC
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f40b10>
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGM14KHG%252F697373267%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373267/600 saved to cache
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3475927e-1a5f-5709-b8c0-01a408ce5d07
2026-03-26 08:03:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3475927e-1a5f-5709-b8c0-01a408ce5d07, skipping ID generation
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3475927e-1a5f-5709-b8c0-01a408ce5d07 sending to next pipeline
2026-03-26 08:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3475927e-1a5f-5709-b8c0-01a408ce5d07, identifier: GM14%20KHG
2026-03-26 08:03:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ed1d10>
2026-03-26 08:03:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BXA%252F695892718%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892718/600 saved to cache
2026-03-26 08:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a88274a-3e13-59c0-b9cc-06ecc63c7c80 with identifier: GY58%20ZDC
2026-03-26 08:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a88274a-3e13-59c0-b9cc-06ecc63c7c80 with identifier: GY58%20ZDC
2026-03-26 08:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a88274a-3e13-59c0-b9cc-06ecc63c7c80 with identifier: GY58%20ZDC to the API
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720781/600>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_expert_report_file_8d1e312b-3310-4686-8483-aaa73d172d0b.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY58%20ZDC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5a88274a-3e13-59c0-b9cc-06ecc63c7c80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY58 ZDC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY58%20ZDC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 148716,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49505,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720770/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48468,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720773/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46258,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720778/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44366,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720781/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45644,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720784/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45613,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720787/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91756,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720791/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70208,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720794/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76101,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720800/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a88274a-3e13-59c0-b9cc-06ecc63c7c80/5a88274a-3e13-59c0-b9cc-06ecc63c7c80_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57907,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY58ZDC/697720804/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'TOYOTA YARIS 1.4 D-4D TR Hatchback',
'transmission': 'manual',
'trim': 'D-4D TR',
'vin': 'VNKKC96380A197894',
'year': 2008}
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY58%2520ZDC%27 HTTP/1.1" 200 None
2026-03-26 08:03:26 [bca.uk] INFO: Saving data for GY58%20ZDC: {'created_time': 1774512206.9551, 'last_price_update_time': 1774512206.955117, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY58%2520ZDC') HTTP/1.1" 204 0
2026-03-26 08:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3475927e-1a5f-5709-b8c0-01a408ce5d07 with identifier: GM14%20KHG
2026-03-26 08:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3475927e-1a5f-5709-b8c0-01a408ce5d07 with identifier: GM14%20KHG
2026-03-26 08:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3475927e-1a5f-5709-b8c0-01a408ce5d07 with identifier: GM14%20KHG to the API
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373267/600>
{'auction_title': '',
'c_o_2_emission_value': 85,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_expert_report_file_3184f224-fd42-4dc9-a4c8-88e55f4295a8.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM14%20KHG-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3475927e-1a5f-5709-b8c0-01a408ce5d07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GM14 KHG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM14%20KHG&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 102688,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48075,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373251/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48601,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373257/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44669,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373261/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43244,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373263/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43608,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373267/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44207,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373270/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93676,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373278/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92256,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373284/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95551,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373293/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3475927e-1a5f-5709-b8c0-01a408ce5d07/3475927e-1a5f-5709-b8c0-01a408ce5d07_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79768,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GM14KHG/697373298/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.6 TDI BLUEMOTION Hatchback',
'transmission': 'manual',
'trim': 'TDI BLUEMOTION',
'vin': 'WVWZZZAUZFW006735',
'year': 2014}
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM14%2520KHG%27 HTTP/1.1" 200 None
2026-03-26 08:03:27 [bca.uk] INFO: Saving data for GM14%20KHG: {'created_time': 1774512207.347777, 'last_price_update_time': 1774512207.347788, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM14%2520KHG') HTTP/1.1" 204 0
2026-03-26 08:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC15%20YAA-GB>
2026-03-26 08:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375235/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D)
2026-03-26 08:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892701/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892701>
2026-03-26 08:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU16%20OKW-GB>
2026-03-26 08:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892712/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D)
2026-03-26 08:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac10de990>
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLV59EFJ%252F697406220%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406220/600 saved to cache
2026-03-26 08:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a
2026-03-26 08:03:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a, skipping ID generation
2026-03-26 08:03:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a sending to next pipeline
2026-03-26 08:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a, identifier: LV59%20EFJ
2026-03-26 08:03:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f43390>
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDY74BXA%252F695892715%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892715/600 saved to cache
2026-03-26 08:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:03:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d12610>
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FCJ23MYM%252F695375254%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375254/600 saved to cache
2026-03-26 08:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a with identifier: LV59%20EFJ
2026-03-26 08:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a with identifier: LV59%20EFJ
2026-03-26 08:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a with identifier: LV59%20EFJ to the API
2026-03-26 08:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406220/600>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_expert_report_file_4d5e132c-8905-4506-8b25-7468dd5641c4.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV59%20EFJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV59 EFJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV59%20EFJ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 115717,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52704,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406199/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51220,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406209/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50372,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406220/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48089,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406228/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46767,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406242/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45446,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406253/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92930,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406267/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84506,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406283/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90301,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406293/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a/2e6dec93-e4b0-5c6e-a4bb-21fc8b7db32a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73182,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV59EFJ/697406311/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-01',
'seller_name': None,
'title': 'NISSAN QASHQAI 1.6 ACENTA Hatchback',
'transmission': 'manual',
'trim': 'ACENTA',
'vin': 'SJNFAAJ10U1483643',
'year': 2009}
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV59%2520EFJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:28 [bca.uk] INFO: Saving data for LV59%20EFJ: {'created_time': 1774512208.036641, 'last_price_update_time': 1774512208.036658, 'auction_closing_time': 1774951200.0}
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV59%2520EFJ') HTTP/1.1" 204 0
2026-03-26 08:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892699/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695892699>
2026-03-26 08:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892705/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D)
2026-03-26 08:03:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892696/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DY74BXA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375195/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CJ23MYM/42743522?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=X6f8x42xuHVtrBicjCBIVmrOYDM3dlBpJIsmqaFAdWs%3D)
2026-03-26 08:03:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD23%20DKF-GB>
2026-03-26 08:03:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2dad950>
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FCJ23MYM%252F695375235%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375235/600 saved to cache
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:03:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d3f310>
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDY74BXA%252F695892712%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892712/600 saved to cache
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f1a1d0>
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_expert_report_file_2f437ae6-8b0e-4a50-b642-d09221fad14a.pdf HTTP/1.1" 201 0
2026-03-26 08:03:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b71c46ac-2115-51c1-9b44-d215cbe44979, skipping ID generation
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3DDU16XGE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DU16XGE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892702/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D)
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697466193%27 HTTP/1.1" 200 None
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466193 not downloaded yet
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e7bd90>
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_expert_report_file_4c3e06d5-876a-44a0-ab01-3ad1274ad309.pdf HTTP/1.1" 201 0
2026-03-26 08:03:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 864a0a11-5de3-54ec-afa2-14a7587922e4, skipping ID generation
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3DDE64NPZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DE64NPZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712364/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712364>
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697466201%27 HTTP/1.1" 200 None
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466201 not downloaded yet
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697698162%27 HTTP/1.1" 200 None
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698162 not downloaded yet
2026-03-26 08:03:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697875016/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697875016>
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3f35990>
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_expert_report_file_a9b347a6-c830-47f2-a56b-17245bac756e.pdf HTTP/1.1" 201 0
2026-03-26 08:03:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fa68c334-ddd0-5409-83fd-6b0c5c43f463, skipping ID generation
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3DCK62DWU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CK62DWU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d26b90>
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDY74BXA%252F695892705%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892705/600 saved to cache
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac110be10>
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FCJ23MYM%252F695375195%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375195/600 saved to cache
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4
2026-03-26 08:03:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4, skipping ID generation
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4 sending to next pipeline
2026-03-26 08:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4, identifier: CJ23%20MYM
2026-03-26 08:03:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BVT-GB>
2026-03-26 08:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892701/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D)
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697466208%27 HTTP/1.1" 200 None
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466208 not downloaded yet
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697698176%27 HTTP/1.1" 200 None
2026-03-26 08:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698176 not downloaded yet
2026-03-26 08:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4 with identifier: CJ23%20MYM
2026-03-26 08:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4 with identifier: CJ23%20MYM
2026-03-26 08:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11f5c1fb-1d22-5a44-b903-e5cc6a9395f4 with identifier: CJ23%20MYM to the API
2026-03-26 08:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375195/600>
{'auction_title': '',
'c_o_2_emission_value': 138,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_expert_report_file_74d4add6-27d9-4d44-b637-6a8232000861.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ23%20MYM-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': '11f5c1fb-1d22-5a44-b903-e5cc6a9395f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CJ23 MYM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ23%20MYM&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'DS AUTOMOBILES',
'model': 'DS 4',
'odometer': 43303,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48833,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375165/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45980,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375174/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45597,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375182/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46208,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375195/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42365,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375210/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42082,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375223/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61655,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375235/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68492,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375254/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75330,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375273/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f5c1fb-1d22-5a44-b903-e5cc6a9395f4/11f5c1fb-1d22-5a44-b903-e5cc6a9395f4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60950,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CJ23MYM/695375290/600',
'Width': 600}],
'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': 'VR1FRHNSTP1036358',
'year': 2023}
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ23%2520MYM%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [bca.uk] INFO: Saving data for CJ23%20MYM: {'created_time': 1774512209.034819, 'last_price_update_time': 1774512209.034831, 'auction_closing_time': 1775124000.0}
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ23%2520MYM') HTTP/1.1" 204 0
2026-03-26 08:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267215/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267215>
2026-03-26 08:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267519/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267519>
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697703425%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703425 not downloaded yet
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d14d90>
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_expert_report_file_6b5b1d9f-5a78-4f34-a0bd-43c920f5e097.pdf HTTP/1.1" 201 0
2026-03-26 08:03:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc1725ab-41f5-5e1c-b500-5a297403840c, skipping ID generation
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3DBP69LWL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BP69LWL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31cbc90>
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BXA%252F695892702%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892702/600 saved to cache
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892696/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D)
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697466214%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466214 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697698181%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698181 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697703429%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703429 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D695818500%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818500 not downloaded yet
2026-03-26 08:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697466221%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466221 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697698189%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698189 not downloaded yet
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2b9b4d0>
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BXA%252F695892701%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892701/600 saved to cache
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712349/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712349>
2026-03-26 08:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371794/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371794>
2026-03-26 08:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892699/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BXA/42753456?sv=2020-08-04&st=2026-03-26T08%3A02%3A57Z&se=2026-03-26T08%3A27%3A57Z&sr=b&sp=r&sig=6BvfwvswKs2Iqb52HNCnLeZZiWZOIcWV0%2BMt8SfEVBg%3D)
2026-03-26 08:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855884/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855884>
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697703434%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703434 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D695818503%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818503 not downloaded yet
2026-03-26 08:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697875009/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697875009>
2026-03-26 08:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466179/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DU16XGE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697466233%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466233 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697698195%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698195 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697703437%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703437 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D695818507%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818507 not downloaded yet
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bf9c90>
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_expert_report_file_2ab8a79c-9361-49f2-a839-414c811171da.pdf HTTP/1.1" 201 0
2026-03-26 08:03:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 62a889bc-07e9-5c5c-a7bd-7ce928169f4d, skipping ID generation
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3DAU16OKW-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AU16OKW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31bb3d0>
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BXA%252F695892696%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892696/600 saved to cache
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712364/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D)
2026-03-26 08:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697875016/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697466243%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466243 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697698204%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698204 not downloaded yet
2026-03-26 08:03:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703421/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CK62DWU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697703443%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703443 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D695818510%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818510 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697450599%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450599 not downloaded yet
2026-03-26 08:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267215/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D)
2026-03-26 08:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267519/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D)
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697466256%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466256 not downloaded yet
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697698212%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698212 not downloaded yet
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bf9510>
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_expert_report_file_7ce923df-182e-4f4c-8071-846051a803c5.pdf HTTP/1.1" 201 0
2026-03-26 08:03:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2242ca87-f2da-52a5-8a4b-963488596fa1, skipping ID generation
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3DBC15YAA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BC15YAA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31f38d0>
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_expert_report_file_6ac8e36b-93e4-4f84-ab83-db13290651fe.pdf HTTP/1.1" 201 0
2026-03-26 08:03:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 61ccb764-bf97-58fe-92a1-350c48d87f88, skipping ID generation
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3DGD23DKF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GD23DKF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31c9290>
2026-03-26 08:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BXA%252F695892699%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892699/600 saved to cache
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a
2026-03-26 08:03:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8189710e-1514-50a9-9f76-6fd98a9a7a2a, skipping ID generation
2026-03-26 08:03:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8189710e-1514-50a9-9f76-6fd98a9a7a2a sending to next pipeline
2026-03-26 08:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8189710e-1514-50a9-9f76-6fd98a9a7a2a, identifier: DY74%20BXA
2026-03-26 08:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466208/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466208>
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697703446%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703446 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D695818515%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818515 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697450603%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450603 not downloaded yet
2026-03-26 08:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8189710e-1514-50a9-9f76-6fd98a9a7a2a with identifier: DY74%20BXA
2026-03-26 08:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8189710e-1514-50a9-9f76-6fd98a9a7a2a with identifier: DY74%20BXA
2026-03-26 08:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8189710e-1514-50a9-9f76-6fd98a9a7a2a with identifier: DY74%20BXA to the API
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892699/600>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_expert_report_file_8d0c41f6-c3be-47a2-a63b-5b569ed8c8eb.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BXA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8189710e-1514-50a9-9f76-6fd98a9a7a2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY74 BXA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BXA&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'VAUXHALL',
'model': 'GRANDLAND',
'odometer': 9260,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40763,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892696/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40380,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892699/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42652,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892701/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40723,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892702/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41034,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892705/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40912,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892709/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69680,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892712/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62617,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892715/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70933,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892717/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8189710e-1514-50a9-9f76-6fd98a9a7a2a/8189710e-1514-50a9-9f76-6fd98a9a7a2a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80598,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BXA/695892718/600',
'Width': 600}],
'price': 0,
'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': 'W0VZRHNS2R6020935',
'year': 2024}
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY74%2520BXA%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [bca.uk] INFO: Saving data for DY74%20BXA: {'created_time': 1774512210.496157, 'last_price_update_time': 1774512210.496166, 'auction_closing_time': 1775037600.0}
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BXA') HTTP/1.1" 204 0
2026-03-26 08:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466214/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466214>
2026-03-26 08:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698176/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698176>
2026-03-26 08:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698181/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698181>
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697466266%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466266 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697698227%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698227 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697703211%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703211 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D695375188%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375188 not downloaded yet
2026-03-26 08:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371794/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D)
2026-03-26 08:03:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818500/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818500>
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697703451%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703451 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D695818523%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818523 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697450610%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450610 not downloaded yet
2026-03-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3f415d0>
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN25TKK%252F695712364%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712364/600 saved to cache
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b7fed0>
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWF63OTU%252F697875016%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697875016/600 saved to cache
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 631cad98-01da-5bd3-97de-6fcd6366b710
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a80e50>
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_expert_report_file_f4bdf325-bfb0-494c-bad6-251bbc7a1d8d.pdf HTTP/1.1" 201 0
2026-03-26 08:03:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 43de55f6-3717-501c-aa79-04e2cd0b6585, skipping ID generation
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3DDY74BVT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DY74BVT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac027b590>
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FYF23UMR%252F695267215%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267215/600 saved to cache
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b52150>
2026-03-26 08:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBX22SFY%252F695267519%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267519/600 saved to cache
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466179/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D)
2026-03-26 08:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712349/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D)
2026-03-26 08:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855884/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D)
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697698243%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698243 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697703213%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703213 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D695375199%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375199 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697703457%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703457 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D695818534%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818534 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697450617%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450617 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D695681630%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681630 not downloaded yet
2026-03-26 08:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703421/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D)
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%3D697703217%27 HTTP/1.1" 200 None
2026-03-26 08:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703217 not downloaded yet
2026-03-26 08:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695375215%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375215 not downloaded yet
2026-03-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac027a490>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FND72HSA%252F695371794%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371794/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698195/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698195>
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466233/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466233>
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698204/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698204>
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466208/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D)
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466243/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466243>
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697875009/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697703462%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703462 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695818544%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818544 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697450626%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450626 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695681638%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681638 not downloaded yet
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450592/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AU16OKW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697703222%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703222 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695375227%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375227 not downloaded yet
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818500/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D)
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695818550%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818550 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697450637%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450637 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695681651%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681651 not downloaded yet
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cd4650>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDU16XGE%252F697466179%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466179/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2eda8d0>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN25TKK%252F695712349%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712349/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b8d990>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FMJ24WPP%252F695855884%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855884/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697703226%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703226 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695375239%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375239 not downloaded yet
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466214/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D)
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698181/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D)
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450603/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450603>
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375188/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375188>
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703211/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703211>
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698176/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D)
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697450645%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450645 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695681658%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681658 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697703232%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703232 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695375263%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375263 not downloaded yet
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2dae910>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCK62DWU%252F697703421%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703421/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fcc190>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDU16XGE%252F697466208%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466208/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f99fd0>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWF63OTU%252F697875009%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697875009/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 631cad98-01da-5bd3-97de-6fcd6366b710
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3056750>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBP69LWL%252F695818500%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818500/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698227/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698227>
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375199/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375199>
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697450649%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450649 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695681670%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681670 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697703237%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703237 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695375288%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375288 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697450655%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450655 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695681694%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681694 not downloaded yet
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c370d0>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDU16XGE%252F697466214%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466214/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b0b010>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDE64NPZ%252F697698181%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698181/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cb8910>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDE64NPZ%252F697698176%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698176/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698195/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D)
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450617/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450617>
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681630/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681630>
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697703244%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703244 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695375311%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375311 not downloaded yet
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450592/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D)
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681638/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681638>
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698204/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D)
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466243/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D)
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466233/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D)
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695681712%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681712 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D697703247%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703247 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695375334%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375334 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695681732%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681732 not downloaded yet
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26width%3D600%26docId%3D695681759%27 HTTP/1.1" 200 None
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681759 not downloaded yet
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bd45d0>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDE64NPZ%252F697698195%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698195/600 saved to cache
2026-03-26 08:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375199/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D)
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450603/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D)
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703226/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703226>
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375239/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375239>
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375188/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D)
2026-03-26 08:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681651/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681651>
2026-03-26 08:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703211/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D)
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c52650>
2026-03-26 08:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FAU16OKW%252F697450592%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450592/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f39ed0>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDE64NPZ%252F697698204%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698204/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab32602d0>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDU16XGE%252F697466243%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466243/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f8c410>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDU16XGE%252F697466233%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466233/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698227/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D)
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681638/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D)
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681630/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D)
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450655/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450655>
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450617/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D)
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375288/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375288>
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681694/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681694>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0f6d310>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGD23DKF%252F695375199%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375199/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ec3450>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FAU16OKW%252F697450603%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450603/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fdb750>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGD23DKF%252F695375188%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375188/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c8c6d0>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBC15YAA%252F697703211%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703211/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703237/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703237>
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681670/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681670>
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e82a90>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDE64NPZ%252F697698227%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698227/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3f41f90>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDY74BVT%252F695681638%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681638/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab319cb10>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDY74BVT%252F695681630%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681630/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ecb550>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FAU16OKW%252F697450617%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450617/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375239/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D)
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681651/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D)
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681759/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681759>
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375334/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375334>
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681732/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681732>
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681712/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681712>
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703247/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703247>
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703226/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D)
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703244/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703244>
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375311/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375311>
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450655/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D)
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450649/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450649>
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703237/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D)
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375288/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D)
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab319d090>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGD23DKF%252F695375239%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375239/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681694/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D)
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681670/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D)
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d564d0>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDY74BVT%252F695681651%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681651/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375334/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D)
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a7ddd0>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBC15YAA%252F697703226%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703226/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703247/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D)
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681732/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D)
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375263/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375263>
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac03122d0>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FAU16OKW%252F697450655%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450655/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab302ed50>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBC15YAA%252F697703237%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703237/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fdc110>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGD23DKF%252F695375288%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375288/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703232/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703232>
2026-03-26 08:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681658/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695681658>
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703244/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D)
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681712/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D)
2026-03-26 08:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681759/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D)
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b139d0>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDY74BVT%252F695681694%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681694/600 saved to cache
2026-03-26 08:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d43190>
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BVT%252F695681670%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681670/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f3a410>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGD23DKF%252F695375334%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375334/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac1109a90>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBC15YAA%252F697703247%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703247/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f51850>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BVT%252F695681732%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681732/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450645/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450645>
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375311/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D)
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450649/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D)
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fbe890>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBC15YAA%252F697703244%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703244/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b8f590>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BVT%252F695681712%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681712/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3af6010>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BVT%252F695681759%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681759/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375227/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375227>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450637/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450637>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703222/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703222>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450626/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450626>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818550/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818550>
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02ed050>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGD23DKF%252F695375311%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375311/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02d7610>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FAU16OKW%252F697450649%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450649/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818544/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818544>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375215/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695375215>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818534/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818534>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703217/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703217>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703462/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703462>
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681658/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D)
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375263/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D)
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703232/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D)
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703213/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703213>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703457/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703457>
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703222/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D)
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818550/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D)
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450626/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D)
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450645/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D)
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375227/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D)
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d66bd0>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDY74BVT%252F695681658%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681658/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450637/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D)
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703217/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D)
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac024bdd0>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGD23DKF%252F695375263%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375263/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02f4d50>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBC15YAA%252F697703232%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703232/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818544/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D)
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698243/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698243>
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818534/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D)
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681622/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DY74BVT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375215/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D)
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703213/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D)
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450610/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450610>
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703462/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D)
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ce8050>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBC15YAA%252F697703222%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703222/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b135d0>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBP69LWL%252F695818550%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818550/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2eafa50>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FAU16OKW%252F697450626%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450626/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f8e450>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FAU16OKW%252F697450645%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450645/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d3cd10>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGD23DKF%252F695375227%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375227/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818515/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818515>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375176/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GD23DKF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703446/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703446>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818523/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818523>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703451/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703451>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466266/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466266>
2026-03-26 08:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703208/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BC15YAA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703457/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D)
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f8cbd0>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FAU16OKW%252F697450637%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450637/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0310f50>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBC15YAA%252F697703217%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703217/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cf4f50>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBP69LWL%252F695818544%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818544/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0312f10>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBP69LWL%252F695818534%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818534/600 saved to cache
2026-03-26 08:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e827d0>
2026-03-26 08:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FGD23DKF%252F695375215%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375215/600 saved to cache
2026-03-26 08:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fdd850>
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBC15YAA%252F697703213%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703213/600 saved to cache
2026-03-26 08:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c37950>
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FCK62DWU%252F697703462%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703462/600 saved to cache
2026-03-26 08:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3040f10>
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FCK62DWU%252F697703457%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703457/600 saved to cache
2026-03-26 08:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466256/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466256>
2026-03-26 08:03:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698212/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698212>
2026-03-26 08:03:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818510/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818510>
2026-03-26 08:03:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703443/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703443>
2026-03-26 08:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681622/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DY74BVT/42749699?sv=2020-08-04&st=2026-03-26T08%3A03%3A28Z&se=2026-03-26T08%3A28%3A28Z&sr=b&sp=r&sig=durwjQY%2BCFJcuNRNIJrSx5AFQ%2BbAUCR1Ys9c5FFL8Gw%3D)
2026-03-26 08:03:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450599/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697450599>
2026-03-26 08:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450610/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D)
2026-03-26 08:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698243/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D)
2026-03-26 08:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703208/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BC15YAA/42787495?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=EYtxTyHZi4pVSWUyreP4Tg61op%2B5tqAenr8%2FK7Ew7OM%3D)
2026-03-26 08:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466266/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D)
2026-03-26 08:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375176/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GD23DKF/42744092?sv=2020-08-04&st=2026-03-26T08%3A03%3A27Z&se=2026-03-26T08%3A28%3A27Z&sr=b&sp=r&sig=Z440zlInuD20A6IvoJgQ0LqIlVI53dJ2UlQDBoQqrR0%3D)
2026-03-26 08:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703446/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D)
2026-03-26 08:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703451/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D)
2026-03-26 08:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818515/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D)
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f1aed0>
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDY74BVT%252F695681622%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681622/600 saved to cache
2026-03-26 08:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 43de55f6-3717-501c-aa79-04e2cd0b6585
2026-03-26 08:03:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 43de55f6-3717-501c-aa79-04e2cd0b6585, skipping ID generation
2026-03-26 08:03:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 43de55f6-3717-501c-aa79-04e2cd0b6585 sending to next pipeline
2026-03-26 08:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43de55f6-3717-501c-aa79-04e2cd0b6585, identifier: DY74%20BVT
2026-03-26 08:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43de55f6-3717-501c-aa79-04e2cd0b6585 with identifier: DY74%20BVT
2026-03-26 08:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43de55f6-3717-501c-aa79-04e2cd0b6585 with identifier: DY74%20BVT
2026-03-26 08:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43de55f6-3717-501c-aa79-04e2cd0b6585 with identifier: DY74%20BVT to the API
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681622/600>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_expert_report_file_f4bdf325-bfb0-494c-bad6-251bbc7a1d8d.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BVT-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': '43de55f6-3717-501c-aa79-04e2cd0b6585',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY74 BVT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BVT&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'VAUXHALL',
'model': 'GRANDLAND',
'odometer': 9724,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47252,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681622/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46530,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681630/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45103,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681638/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44995,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681651/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44587,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681658/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44667,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681670/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49790,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681694/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66342,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681712/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76895,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681732/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43de55f6-3717-501c-aa79-04e2cd0b6585/43de55f6-3717-501c-aa79-04e2cd0b6585_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72829,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DY74BVT/695681759/600',
'Width': 600}],
'price': 0,
'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': 'W0VZRHNS3R6019308',
'year': 2024}
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY74%2520BVT%27 HTTP/1.1" 200 None
2026-03-26 08:03:35 [bca.uk] INFO: Saving data for DY74%20BVT: {'created_time': 1774512215.340771, 'last_price_update_time': 1774512215.340783, 'auction_closing_time': 1775037600.0}
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BVT') HTTP/1.1" 204 0
2026-03-26 08:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818507/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818507>
2026-03-26 08:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818510/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D)
2026-03-26 08:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450599/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AU16OKW/42781266?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=sLQRc%2FbkyWrohpijP3qXTqYseTqDsl8VIN%2B6eDH0R3M%3D)
2026-03-26 08:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703437/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703437>
2026-03-26 08:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703443/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D)
2026-03-26 08:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466256/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D)
2026-03-26 08:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818523/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D)
2026-03-26 08:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698212/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D)
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2da92d0>
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FAU16OKW%252F697450610%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450610/600 saved to cache
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c84bd0>
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDE64NPZ%252F697698243%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698243/600 saved to cache
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e41290>
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBC15YAA%252F697703208%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703208/600 saved to cache
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2242ca87-f2da-52a5-8a4b-963488596fa1
2026-03-26 08:03:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2242ca87-f2da-52a5-8a4b-963488596fa1, skipping ID generation
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2242ca87-f2da-52a5-8a4b-963488596fa1 sending to next pipeline
2026-03-26 08:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2242ca87-f2da-52a5-8a4b-963488596fa1, identifier: BC15%20YAA
2026-03-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab319f350>
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDU16XGE%252F697466266%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466266/600 saved to cache
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c0b890>
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FGD23DKF%252F695375176%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375176/600 saved to cache
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 61ccb764-bf97-58fe-92a1-350c48d87f88
2026-03-26 08:03:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 61ccb764-bf97-58fe-92a1-350c48d87f88, skipping ID generation
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 61ccb764-bf97-58fe-92a1-350c48d87f88 sending to next pipeline
2026-03-26 08:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61ccb764-bf97-58fe-92a1-350c48d87f88, identifier: GD23%20DKF
2026-03-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c8f710>
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCK62DWU%252F697703446%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703446/600 saved to cache
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c84690>
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCK62DWU%252F697703451%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703451/600 saved to cache
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c37250>
2026-03-26 08:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBP69LWL%252F695818515%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818515/600 saved to cache
2026-03-26 08:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2242ca87-f2da-52a5-8a4b-963488596fa1 with identifier: BC15%20YAA
2026-03-26 08:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2242ca87-f2da-52a5-8a4b-963488596fa1 with identifier: BC15%20YAA
2026-03-26 08:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2242ca87-f2da-52a5-8a4b-963488596fa1 with identifier: BC15%20YAA to the API
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703208/600>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_expert_report_file_7ce923df-182e-4f4c-8071-846051a803c5.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC15%20YAA-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2242ca87-f2da-52a5-8a4b-963488596fa1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BC15 YAA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC15%20YAA&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 82915,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48726,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703208/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48275,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703211/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45780,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703213/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43356,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703217/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45447,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703222/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45635,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703226/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82825,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703232/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74301,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703237/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83944,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703244/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2242ca87-f2da-52a5-8a4b-963488596fa1/2242ca87-f2da-52a5-8a4b-963488596fa1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87467,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BC15YAA/697703247/600',
'Width': 600}],
'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': 'WF0DXXGAKDFD80645',
'year': 2015}
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC15%2520YAA%27 HTTP/1.1" 200 None
2026-03-26 08:03:36 [bca.uk] INFO: Saving data for BC15%20YAA: {'created_time': 1774512216.336128, 'last_price_update_time': 1774512216.336142, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC15%2520YAA') HTTP/1.1" 204 0
2026-03-26 08:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61ccb764-bf97-58fe-92a1-350c48d87f88 with identifier: GD23%20DKF
2026-03-26 08:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61ccb764-bf97-58fe-92a1-350c48d87f88 with identifier: GD23%20DKF
2026-03-26 08:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61ccb764-bf97-58fe-92a1-350c48d87f88 with identifier: GD23%20DKF to the API
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375176/600>
{'auction_title': '',
'c_o_2_emission_value': 29,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_expert_report_file_6ac8e36b-93e4-4f84-ab83-db13290651fe.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD23%20DKF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '61ccb764-bf97-58fe-92a1-350c48d87f88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GD23 DKF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD23%20DKF&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'ALFA ROMEO',
'model': 'TONALE',
'odometer': 27837,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49494,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375176/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47786,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375188/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46121,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375199/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46165,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375215/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45903,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375227/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45398,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375239/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88978,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375263/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73341,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375288/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93311,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375311/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ccb764-bf97-58fe-92a1-350c48d87f88/61ccb764-bf97-58fe-92a1-350c48d87f88_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68845,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GD23DKF/695375334/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'ALFA ROMEO TONALE 1.3 PHEV AWD VELOCE Hatchback',
'transmission': 'automatic',
'trim': 'PHEV AWD VELOCE',
'vin': 'ZARPATDWXN3038634',
'year': 2023}
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD23%2520DKF%27 HTTP/1.1" 200 None
2026-03-26 08:03:36 [bca.uk] INFO: Saving data for GD23%20DKF: {'created_time': 1774512216.749723, 'last_price_update_time': 1774512216.749734, 'auction_closing_time': 1775037600.0}
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD23%2520DKF') HTTP/1.1" 204 0
2026-03-26 08:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703434/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703434>
2026-03-26 08:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703429/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703429>
2026-03-26 08:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466221/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466221>
2026-03-26 08:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818503/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695818503>
2026-03-26 08:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698189/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698189>
2026-03-26 08:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703425/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703425>
2026-03-26 08:03:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818492/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BP69LWL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3fd3e10>
2026-03-26 08:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBP69LWL%252F695818510%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818510/600 saved to cache
2026-03-26 08:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b86990>
2026-03-26 08:03:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FAU16OKW%252F697450599%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450599/600 saved to cache
2026-03-26 08:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d
2026-03-26 08:03:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 62a889bc-07e9-5c5c-a7bd-7ce928169f4d, skipping ID generation
2026-03-26 08:03:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 62a889bc-07e9-5c5c-a7bd-7ce928169f4d sending to next pipeline
2026-03-26 08:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62a889bc-07e9-5c5c-a7bd-7ce928169f4d, identifier: AU16%20OKW
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c37f90>
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FCK62DWU%252F697703443%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703443/600 saved to cache
2026-03-26 08:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b84c90>
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDU16XGE%252F697466256%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466256/600 saved to cache
2026-03-26 08:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e41c50>
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBP69LWL%252F695818523%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818523/600 saved to cache
2026-03-26 08:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b859d0>
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDE64NPZ%252F697698212%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698212/600 saved to cache
2026-03-26 08:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62a889bc-07e9-5c5c-a7bd-7ce928169f4d with identifier: AU16%20OKW
2026-03-26 08:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62a889bc-07e9-5c5c-a7bd-7ce928169f4d with identifier: AU16%20OKW
2026-03-26 08:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62a889bc-07e9-5c5c-a7bd-7ce928169f4d with identifier: AU16%20OKW to the API
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450599/600>
{'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_expert_report_file_2ab8a79c-9361-49f2-a839-414c811171da.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU16%20OKW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '62a889bc-07e9-5c5c-a7bd-7ce928169f4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AU16 OKW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU16%20OKW&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 73620,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50005,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450592/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49308,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450599/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45979,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450603/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44975,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450610/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44969,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450617/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44771,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450626/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101100,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450637/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80139,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450645/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86520,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450649/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62a889bc-07e9-5c5c-a7bd-7ce928169f4d/62a889bc-07e9-5c5c-a7bd-7ce928169f4d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80332,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AU16OKW/697450655/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.2 TSI 90 SE Hatchback',
'transmission': 'manual',
'trim': 'TSI 90 SE',
'vin': 'WVWZZZ6RZGU038486',
'year': 2016}
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU16%2520OKW%27 HTTP/1.1" 200 None
2026-03-26 08:03:37 [bca.uk] INFO: Saving data for AU16%20OKW: {'created_time': 1774512217.868209, 'last_price_update_time': 1774512217.868228, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU16%2520OKW') HTTP/1.1" 204 0
2026-03-26 08:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703437/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D)
2026-03-26 08:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466201/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466201>
2026-03-26 08:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466193/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697466193>
2026-03-26 08:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818507/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D)
2026-03-26 08:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698151/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DE64NPZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267512/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267512>
2026-03-26 08:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267210/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267210>
2026-03-26 08:03:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855876/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855876>
2026-03-26 08:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703429/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D)
2026-03-26 08:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818503/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D)
2026-03-26 08:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466221/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D)
2026-03-26 08:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818492/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BP69LWL/42767750?sv=2020-08-04&st=2026-03-26T08%3A03%3A26Z&se=2026-03-26T08%3A28%3A26Z&sr=b&sp=r&sig=ZnGqrbGI4W346moz1LGlulsqU3ZJit8eIIPUio2fFxw%3D)
2026-03-26 08:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698189/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D)
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d578d0>
2026-03-26 08:03:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCK62DWU%252F697703437%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703437/600 saved to cache
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703434/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D)
2026-03-26 08:03:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698162/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697698162>
2026-03-26 08:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466193/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D)
2026-03-26 08:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466201/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DU16XGE/42781835?sv=2020-08-04&st=2026-03-26T08%3A03%3A23Z&se=2026-03-26T08%3A28%3A23Z&sr=b&sp=r&sig=Qlp1W%2FPobJyQh9G8XW3eclCU8MxepeGKsGmFm0C5JEg%3D)
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d46690>
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBP69LWL%252F695818507%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818507/600 saved to cache
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698151/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D)
2026-03-26 08:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703425/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK62DWU/42787416?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=WVukS4zhH4sYlIsEljYBQNlommrsUzIfMInTu80Dkfk%3D)
2026-03-26 08:03:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712340/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712340>
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b50a10>
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCK62DWU%252F697703429%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703429/600 saved to cache
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fdd990>
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBP69LWL%252F695818503%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818503/600 saved to cache
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b4a1d0>
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDU16XGE%252F697466221%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466221/600 saved to cache
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cef290>
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBP69LWL%252F695818492%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818492/600 saved to cache
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fc1725ab-41f5-5e1c-b500-5a297403840c
2026-03-26 08:03:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc1725ab-41f5-5e1c-b500-5a297403840c, skipping ID generation
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc1725ab-41f5-5e1c-b500-5a297403840c sending to next pipeline
2026-03-26 08:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc1725ab-41f5-5e1c-b500-5a297403840c, identifier: BP69%20LWL
2026-03-26 08:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc1725ab-41f5-5e1c-b500-5a297403840c with identifier: BP69%20LWL
2026-03-26 08:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc1725ab-41f5-5e1c-b500-5a297403840c with identifier: BP69%20LWL
2026-03-26 08:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc1725ab-41f5-5e1c-b500-5a297403840c with identifier: BP69%20LWL to the API
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818492/600>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_expert_report_file_6b5b1d9f-5a78-4f34-a0bd-43c920f5e097.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP69%20LWL-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fc1725ab-41f5-5e1c-b500-5a297403840c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP69 LWL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP69%20LWL&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'CROSSLAND X',
'odometer': 54064,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49607,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818492/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48777,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818500/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45876,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818503/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44869,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818507/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46953,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818510/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46740,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818515/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73659,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818523/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63777,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818534/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82498,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818544/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc1725ab-41f5-5e1c-b500-5a297403840c/fc1725ab-41f5-5e1c-b500-5a297403840c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75326,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BP69LWL/695818550/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'VAUXHALL CROSSLAND X 1.2 T 130 ELITE S/S Hatchback',
'transmission': 'manual',
'trim': 'T 130 ELITE S/S',
'vin': 'W0V7H9EBXL4062322',
'year': 2019}
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP69%2520LWL%27 HTTP/1.1" 200 None
2026-03-26 08:03:38 [bca.uk] INFO: Saving data for BP69%20LWL: {'created_time': 1774512218.800455, 'last_price_update_time': 1774512218.800468, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP69%2520LWL') HTTP/1.1" 204 0
2026-03-26 08:03:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874999/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874999>
2026-03-26 08:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267210/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D)
2026-03-26 08:03:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267506/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267506>
2026-03-26 08:03:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266900/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266900>
2026-03-26 08:03:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267195/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267195>
2026-03-26 08:03:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712337/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712337>
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c3a350>
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDE64NPZ%252F697698189%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698189/600 saved to cache
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267512/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D)
2026-03-26 08:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855876/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D)
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c39490>
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCK62DWU%252F697703434%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703434/600 saved to cache
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ea93d0>
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDU16XGE%252F697466193%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466193/600 saved to cache
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b514d0>
2026-03-26 08:03:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDU16XGE%252F697466201%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466201/600 saved to cache
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b71c46ac-2115-51c1-9b44-d215cbe44979
2026-03-26 08:03:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b71c46ac-2115-51c1-9b44-d215cbe44979, skipping ID generation
2026-03-26 08:03:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b71c46ac-2115-51c1-9b44-d215cbe44979 sending to next pipeline
2026-03-26 08:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b71c46ac-2115-51c1-9b44-d215cbe44979, identifier: DU16%20XGE
2026-03-26 08:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2dda410>
2026-03-26 08:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDE64NPZ%252F697698151%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698151/600 saved to cache
2026-03-26 08:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b644d0>
2026-03-26 08:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FCK62DWU%252F697703425%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703425/600 saved to cache
2026-03-26 08:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fa68c334-ddd0-5409-83fd-6b0c5c43f463
2026-03-26 08:03:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fa68c334-ddd0-5409-83fd-6b0c5c43f463, skipping ID generation
2026-03-26 08:03:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fa68c334-ddd0-5409-83fd-6b0c5c43f463 sending to next pipeline
2026-03-26 08:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa68c334-ddd0-5409-83fd-6b0c5c43f463, identifier: CK62%20DWU
2026-03-26 08:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b71c46ac-2115-51c1-9b44-d215cbe44979 with identifier: DU16%20XGE
2026-03-26 08:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b71c46ac-2115-51c1-9b44-d215cbe44979 with identifier: DU16%20XGE
2026-03-26 08:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b71c46ac-2115-51c1-9b44-d215cbe44979 with identifier: DU16%20XGE to the API
2026-03-26 08:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466201/600>
{'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_expert_report_file_2f437ae6-8b0e-4a50-b642-d09221fad14a.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU16%20XGE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b71c46ac-2115-51c1-9b44-d215cbe44979',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU16 XGE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU16%20XGE&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 65452,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51710,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466179/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49059,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466193/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47765,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466201/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45616,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466208/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46515,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466214/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45158,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466221/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84487,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466233/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83208,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466243/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88966,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466256/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b71c46ac-2115-51c1-9b44-d215cbe44979/b71c46ac-2115-51c1-9b44-d215cbe44979_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82676,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DU16XGE/697466266/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.0 T 12V 105 E/F DESIGN Hatchback',
'transmission': 'manual',
'trim': 'T 12V 105 E/F DESIGN',
'vin': 'W0LBD6EA4G8054896',
'year': 2016}
2026-03-26 08:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU16%2520XGE%27 HTTP/1.1" 200 None
2026-03-26 08:03:39 [bca.uk] INFO: Saving data for DU16%20XGE: {'created_time': 1774512219.664427, 'last_price_update_time': 1774512219.66444, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU16%2520XGE') HTTP/1.1" 204 0
2026-03-26 08:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa68c334-ddd0-5409-83fd-6b0c5c43f463 with identifier: CK62%20DWU
2026-03-26 08:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa68c334-ddd0-5409-83fd-6b0c5c43f463 with identifier: CK62%20DWU
2026-03-26 08:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa68c334-ddd0-5409-83fd-6b0c5c43f463 with identifier: CK62%20DWU to the API
2026-03-26 08:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703425/600>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_expert_report_file_a9b347a6-c830-47f2-a56b-17245bac756e.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK62%20DWU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fa68c334-ddd0-5409-83fd-6b0c5c43f463',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK62 DWU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK62%20DWU&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 124430,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47830,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703421/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47211,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703425/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44651,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703429/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42237,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703434/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44427,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703437/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44622,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703443/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92044,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703446/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70895,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703451/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83429,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703457/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa68c334-ddd0-5409-83fd-6b0c5c43f463/fa68c334-ddd0-5409-83fd-6b0c5c43f463_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80354,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK62DWU/697703462/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 140 BMT SPORT 2WD StationWagon',
'transmission': 'manual',
'trim': 'TDI 140 BMT SPORT 2WD',
'vin': 'WVGZZZ5NZDW030926',
'year': 2012}
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK62%2520DWU%27 HTTP/1.1" 200 None
2026-03-26 08:03:40 [bca.uk] INFO: Saving data for CK62%20DWU: {'created_time': 1774512220.116102, 'last_price_update_time': 1774512220.116115, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK62%2520DWU') HTTP/1.1" 204 0
2026-03-26 08:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698162/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DE64NPZ/42787084?sv=2020-08-04&st=2026-03-26T08%3A03%3A25Z&se=2026-03-26T08%3A28%3A25Z&sr=b&sp=r&sig=cfLEVOVc9jPv1y4cwzM2hxOP1e%2FYT4w%2BaZxBOvQ%2B2vM%3D)
2026-03-26 08:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266899/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266899>
2026-03-26 08:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267501/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267501>
2026-03-26 08:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874993/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874993>
2026-03-26 08:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267176/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267176>
2026-03-26 08:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855865/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855865>
2026-03-26 08:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712334/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712334>
2026-03-26 08:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712340/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D)
2026-03-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a7e2d0>
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FYF23UMR%252F695267210%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267210/600 saved to cache
2026-03-26 08:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ffc190>
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBX22SFY%252F695267512%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267512/600 saved to cache
2026-03-26 08:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d57650>
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FMJ24WPP%252F695855876%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855876/600 saved to cache
2026-03-26 08:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c133d0>
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDE64NPZ%252F697698162%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698162/600 saved to cache
2026-03-26 08:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 864a0a11-5de3-54ec-afa2-14a7587922e4
2026-03-26 08:03:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 864a0a11-5de3-54ec-afa2-14a7587922e4, skipping ID generation
2026-03-26 08:03:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 864a0a11-5de3-54ec-afa2-14a7587922e4 sending to next pipeline
2026-03-26 08:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 864a0a11-5de3-54ec-afa2-14a7587922e4, identifier: DE64%20NPZ
2026-03-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fcf210>
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDN25TKK%252F695712340%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712340/600 saved to cache
2026-03-26 08:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 864a0a11-5de3-54ec-afa2-14a7587922e4 with identifier: DE64%20NPZ
2026-03-26 08:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 864a0a11-5de3-54ec-afa2-14a7587922e4 with identifier: DE64%20NPZ
2026-03-26 08:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 864a0a11-5de3-54ec-afa2-14a7587922e4 with identifier: DE64%20NPZ to the API
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698162/600>
{'auction_title': '',
'c_o_2_emission_value': 97,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_expert_report_file_4c3e06d5-876a-44a0-ab01-3ad1274ad309.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE64%20NPZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '864a0a11-5de3-54ec-afa2-14a7587922e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE64 NPZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE64%20NPZ&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 102109,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49203,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698151/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46556,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698162/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46416,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698176/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44562,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698181/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46790,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698189/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44343,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698195/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69563,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698204/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71755,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698212/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78483,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698227/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864a0a11-5de3-54ec-afa2-14a7587922e4/864a0a11-5de3-54ec-afa2-14a7587922e4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100775,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DE64NPZ/697698243/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': None,
'title': 'VAUXHALL ASTRA 1.6 CDTI 110 E/F EXCITE Hatchback',
'transmission': 'manual',
'trim': 'CDTI 110 E/F EXCITE',
'vin': 'W0LPC6E6XF8012610',
'year': 2014}
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE64%2520NPZ%27 HTTP/1.1" 200 None
2026-03-26 08:03:40 [bca.uk] INFO: Saving data for DE64%20NPZ: {'created_time': 1774512220.884256, 'last_price_update_time': 1774512220.884285, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE64%2520NPZ') HTTP/1.1" 204 0
2026-03-26 08:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266895/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266895>
2026-03-26 08:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267158/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267158>
2026-03-26 08:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874986/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874986>
2026-03-26 08:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266900/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D)
2026-03-26 08:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712337/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D)
2026-03-26 08:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267506/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D)
2026-03-26 08:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874999/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267195/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D)
2026-03-26 08:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371772/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371772>
2026-03-26 08:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720897/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720897>
2026-03-26 08:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267501/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D)
2026-03-26 08:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266899/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D)
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855865/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D)
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874993/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c855d0>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLF23NFW%252F695266900%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266900/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fcef90>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN25TKK%252F695712337%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712337/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267176/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D)
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874986/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267158/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D)
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855860/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855860>
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874984/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874984>
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712327/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712327>
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b09dd0>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBX22SFY%252F695267506%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267506/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0311010>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWF63OTU%252F697874999%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874999/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 631cad98-01da-5bd3-97de-6fcd6366b710
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c84cd0>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FYF23UMR%252F695267195%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267195/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712334/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D)
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266895/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D)
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0311410>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBX22SFY%252F695267501%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267501/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d2bd90>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLF23NFW%252F695266899%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266899/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267489/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267489>
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855855/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855855>
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371772/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D)
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712322/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712322>
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874980/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874980>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2251910>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FMJ24WPP%252F695855865%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855865/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e7b650>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWF63OTU%252F697874993%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874993/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 631cad98-01da-5bd3-97de-6fcd6366b710
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac025f9d0>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FYF23UMR%252F695267176%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267176/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b67dd0>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWF63OTU%252F697874986%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874986/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 631cad98-01da-5bd3-97de-6fcd6366b710
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f2d990>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FYF23UMR%252F695267158%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267158/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720897/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D)
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267149/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267149>
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266884/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266884>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d30850>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN25TKK%252F695712334%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712334/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bd7e90>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLF23NFW%252F695266895%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266895/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f50050>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FND72HSA%252F695371772%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371772/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874984/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855860/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D)
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720891/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720891>
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371761/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695371761>
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3223bd0>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV17VHN%252F697720897%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720897/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712327/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D)
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712316/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695712316>
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855851/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695855851>
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267489/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D)
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874977/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874977>
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855855/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D)
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874980/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712322/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D)
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b66b50>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWF63OTU%252F697874984%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874984/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 631cad98-01da-5bd3-97de-6fcd6366b710
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2fde8d0>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FMJ24WPP%252F695855860%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855860/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267486/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267486>
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266884/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D)
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371761/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND72HSA/42743891?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=hj88H59kWeI%2BpAoLeEAb2quqCQRbnZVNpu0IbIsbyps%3D)
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267143/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267143>
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267149/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D)
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720888/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720888>
2026-03-26 08:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266882/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266882>
2026-03-26 08:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720891/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D)
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f8c390>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN25TKK%252F695712327%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712327/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c11dd0>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBX22SFY%252F695267489%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267489/600 saved to cache
2026-03-26 08:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e7a3d0>
2026-03-26 08:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FMJ24WPP%252F695855855%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855855/600 saved to cache
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3f819d0>
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FWF63OTU%252F697874980%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874980/600 saved to cache
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 631cad98-01da-5bd3-97de-6fcd6366b710
2026-03-26 08:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874977/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712316/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D)
2026-03-26 08:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874973/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874973>
2026-03-26 08:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712301/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DN25TKK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267483/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267483>
2026-03-26 08:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855851/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D)
2026-03-26 08:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267138/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695267138>
2026-03-26 08:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855845/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MJ24WPP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d3e450>
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FDN25TKK%252F695712322%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712322/600 saved to cache
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c35990>
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLF23NFW%252F695266884%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266884/600 saved to cache
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac02792d0>
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FND72HSA%252F695371761%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371761/600 saved to cache
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1955b0a8-2f28-512d-8ab7-80451db26b8b
2026-03-26 08:03:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1955b0a8-2f28-512d-8ab7-80451db26b8b, skipping ID generation
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1955b0a8-2f28-512d-8ab7-80451db26b8b sending to next pipeline
2026-03-26 08:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1955b0a8-2f28-512d-8ab7-80451db26b8b, identifier: ND72%20HSA
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac26af050>
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FYF23UMR%252F695267149%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267149/600 saved to cache
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:03:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cd0910>
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV17VHN%252F697720891%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720891/600 saved to cache
2026-03-26 08:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1955b0a8-2f28-512d-8ab7-80451db26b8b with identifier: ND72%20HSA
2026-03-26 08:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1955b0a8-2f28-512d-8ab7-80451db26b8b with identifier: ND72%20HSA
2026-03-26 08:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1955b0a8-2f28-512d-8ab7-80451db26b8b with identifier: ND72%20HSA to the API
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371761/600>
{'auction_title': '',
'c_o_2_emission_value': 183,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_expert_report_file_02839441-751d-4cff-a596-0214052a198e.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND72%20HSA-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1955b0a8-2f28-512d-8ab7-80451db26b8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND72 HSA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND72%20HSA&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'RENAULT',
'model': 'TRAFIC 28',
'odometer': 19556,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 13,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40223,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371758/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39281,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371761/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38464,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371765/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37645,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371772/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37064,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371776/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36692,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371781/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81960,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371787/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59754,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371794/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80914,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371800/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1955b0a8-2f28-512d-8ab7-80451db26b8b/1955b0a8-2f28-512d-8ab7-80451db26b8b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89050,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND72HSA/695371810/600',
'Width': 600}],
'price': 0,
'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': 'VF1FL000268816007',
'year': 2022}
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND72%2520HSA%27 HTTP/1.1" 200 None
2026-03-26 08:03:42 [bca.uk] INFO: Saving data for ND72%20HSA: {'created_time': 1774512222.937746, 'last_price_update_time': 1774512222.937762, 'auction_closing_time': 1775037600.0}
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND72%2520HSA') HTTP/1.1" 204 0
2026-03-26 08:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267486/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D)
2026-03-26 08:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267143/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D)
2026-03-26 08:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720884/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720884>
2026-03-26 08:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874967/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WF63OTU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266878/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266878>
2026-03-26 08:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267480/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BX22SFY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266882/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D)
2026-03-26 08:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720888/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D)
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b432d0>
2026-03-26 08:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FWF63OTU%252F697874977%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874977/600 saved to cache
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 631cad98-01da-5bd3-97de-6fcd6366b710
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d5cd10>
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDN25TKK%252F695712316%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712316/600 saved to cache
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3a7c0d0>
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FMJ24WPP%252F695855851%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855851/600 saved to cache
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2dd9850>
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBX22SFY%252F695267486%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267486/600 saved to cache
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b482d0>
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FYF23UMR%252F695267143%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267143/600 saved to cache
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b20d10>
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLF23NFW%252F695266882%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266882/600 saved to cache
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:03:43 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:43 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3cc9790>
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLV17VHN%252F697720888%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720888/600 saved to cache
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855845/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MJ24WPP/42753030?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=HiuYkLPwEweCgR9ToQXQSgxHesh8wlmdrvhza91wFoQ%3D)
2026-03-26 08:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267483/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D)
2026-03-26 08:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712301/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN25TKK/42750506?sv=2020-08-04&st=2026-03-26T08%3A02%3A50Z&se=2026-03-26T08%3A27%3A50Z&sr=b&sp=r&sig=DIkCPn%2FY5IHv0tp4xLn56Thf2Bj0u9Tky8rdVC0lMFs%3D)
2026-03-26 08:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874973/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266875/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266875>
2026-03-26 08:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267134/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YF23UMR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720882/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720882>
2026-03-26 08:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267138/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D)
2026-03-26 08:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266871/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=695266871>
2026-03-26 08:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720877/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720877>
2026-03-26 08:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874967/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720884/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D)
2026-03-26 08:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267480/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BX22SFY/42740994?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=es1QUncXVxOcel5kBYVjpcTG%2B6hiRdkbNrvsav0H9zE%3D)
2026-03-26 08:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA15%20FWO-GB>
2026-03-26 08:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE07%20XRX-GB>
2026-03-26 08:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266878/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D)
2026-03-26 08:03:43 [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-26 08:03:43 [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-26 08:03:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b219d0>
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FMJ24WPP%252F695855845%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855845/600 saved to cache
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4
2026-03-26 08:03:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4, skipping ID generation
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4 sending to next pipeline
2026-03-26 08:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4, identifier: MJ24%20WPP
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d5db90>
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FBX22SFY%252F695267483%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267483/600 saved to cache
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b0a950>
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FDN25TKK%252F695712301%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712301/600 saved to cache
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf
2026-03-26 08:03:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38434f18-24e8-5f54-8e3b-4ffab74bbabf, skipping ID generation
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 38434f18-24e8-5f54-8e3b-4ffab74bbabf sending to next pipeline
2026-03-26 08:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38434f18-24e8-5f54-8e3b-4ffab74bbabf, identifier: DN25%20TKK
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2911590>
2026-03-26 08:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FWF63OTU%252F697874973%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874973/600 saved to cache
2026-03-26 08:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 631cad98-01da-5bd3-97de-6fcd6366b710
2026-03-26 08:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4 with identifier: MJ24%20WPP
2026-03-26 08:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4 with identifier: MJ24%20WPP
2026-03-26 08:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4 with identifier: MJ24%20WPP to the API
2026-03-26 08:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855845/600>
{'auction_title': '',
'c_o_2_emission_value': 136,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_expert_report_file_003c3814-b05d-474c-9eb6-c7379ddd52fe.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ24%20WPP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MJ24 WPP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ24%20WPP&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 15460,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44032,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855845/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43338,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855851/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44962,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855855/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42479,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855860/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41184,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855865/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40371,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855869/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79602,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855876/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77903,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855884/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78924,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855894/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4/a0acb9bc-8c7d-5fc6-ab71-358f658bdbc4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61798,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MJ24WPP/695855900/600',
'Width': 600}],
'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': 'VR3FPHNS7RY524743',
'year': 2024}
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ24%2520WPP%27 HTTP/1.1" 200 None
2026-03-26 08:03:45 [bca.uk] INFO: Saving data for MJ24%20WPP: {'created_time': 1774512225.263886, 'last_price_update_time': 1774512225.263899, 'auction_closing_time': 1775124000.0}
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ24%2520WPP') HTTP/1.1" 204 0
2026-03-26 08:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38434f18-24e8-5f54-8e3b-4ffab74bbabf with identifier: DN25%20TKK
2026-03-26 08:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38434f18-24e8-5f54-8e3b-4ffab74bbabf with identifier: DN25%20TKK
2026-03-26 08:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38434f18-24e8-5f54-8e3b-4ffab74bbabf with identifier: DN25%20TKK to the API
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712301/600>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_expert_report_file_7df08e09-ed2f-475a-bdc3-13775a0c700f.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN25%20TKK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '38434f18-24e8-5f54-8e3b-4ffab74bbabf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DN25 TKK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN25%20TKK&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'CAPRI',
'odometer': 12481,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43389,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712301/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41880,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712316/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43362,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712322/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41692,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712327/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42729,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712334/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41899,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712337/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66766,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712340/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65180,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712349/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80781,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712364/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38434f18-24e8-5f54-8e3b-4ffab74bbabf/38434f18-24e8-5f54-8e3b-4ffab74bbabf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65523,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN25TKK/695712374/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'FORD CAPRI 210KW 77KWH PREMIUM Hatchback',
'transmission': 'automatic',
'trim': '210KW 77KWH PREMIUM',
'vin': 'WF0SPBEF5SRY31518',
'year': 2025}
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN25%2520TKK%27 HTTP/1.1" 200 None
2026-03-26 08:03:45 [bca.uk] INFO: Saving data for DN25%20TKK: {'created_time': 1774512225.626988, 'last_price_update_time': 1774512225.626999, 'auction_closing_time': 1775037600.0}
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN25%2520TKK') HTTP/1.1" 204 0
2026-03-26 08:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267134/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF23UMR/42741072?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=1mZwn237CQg%2BGKQcQCd3%2BbY%2BrVqljrG1CZpXyWxp6Is%3D)
2026-03-26 08:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720882/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D)
2026-03-26 08:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266875/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D)
2026-03-26 08:03:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878044/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878044>
2026-03-26 08:03:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720873/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697720873>
2026-03-26 08:03:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878041/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878041>
2026-03-26 08:03:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878043/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878043>
2026-03-26 08:03:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX58%20HNC-GB>
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d492d0>
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FYF23UMR%252F695267138%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267138/600 saved to cache
2026-03-26 08:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b43cd0>
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FWF63OTU%252F697874967%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874967/600 saved to cache
2026-03-26 08:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 631cad98-01da-5bd3-97de-6fcd6366b710
2026-03-26 08:03:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 631cad98-01da-5bd3-97de-6fcd6366b710, skipping ID generation
2026-03-26 08:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 631cad98-01da-5bd3-97de-6fcd6366b710 with scrape type 1
2026-03-26 08:03:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 631cad98-01da-5bd3-97de-6fcd6366b710 sending to next pipeline
2026-03-26 08:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 631cad98-01da-5bd3-97de-6fcd6366b710, identifier: WF63%20OTU
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cab450>
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLV17VHN%252F697720884%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720884/600 saved to cache
2026-03-26 08:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b48d50>
2026-03-26 08:03:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBX22SFY%252F695267480%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267480/600 saved to cache
2026-03-26 08:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e5a879d7-8895-529d-b0d9-3f188afc9a33
2026-03-26 08:03:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e5a879d7-8895-529d-b0d9-3f188afc9a33, skipping ID generation
2026-03-26 08:03:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e5a879d7-8895-529d-b0d9-3f188afc9a33 sending to next pipeline
2026-03-26 08:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5a879d7-8895-529d-b0d9-3f188afc9a33, identifier: BX22%20SFY
2026-03-26 08:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b4a190>
2026-03-26 08:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLF23NFW%252F695266878%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266878/600 saved to cache
2026-03-26 08:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 631cad98-01da-5bd3-97de-6fcd6366b710 with identifier: WF63%20OTU
2026-03-26 08:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 631cad98-01da-5bd3-97de-6fcd6366b710 with identifier: WF63%20OTU
2026-03-26 08:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 631cad98-01da-5bd3-97de-6fcd6366b710 with identifier: WF63%20OTU to the API
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874967/600>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '631cad98-01da-5bd3-97de-6fcd6366b710',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF63 OTU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF63%20OTU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 77869,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55595,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874967/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53794,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874973/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52453,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874977/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54396,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874980/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53594,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874984/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51863,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874986/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101089,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874993/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89514,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697874999/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106881,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697875009/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_631cad98-01da-5bd3-97de-6fcd6366b710/631cad98-01da-5bd3-97de-6fcd6366b710_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89615,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF63OTU/697875016/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seller_name': None,
'title': 'TOYOTA AYGO 1.0 VVT-I MOVE WITH STYLE Hatchback',
'transmission': 'manual',
'trim': 'VVT-I MOVE WITH STYLE',
'vin': 'JTDKG10CX0N718565',
'year': 2013}
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF63%2520OTU%27 HTTP/1.1" 200 None
2026-03-26 08:03:46 [bca.uk] INFO: Saving data for WF63%20OTU: {'created_time': 1774512226.599937, 'last_price_update_time': 1774512226.599953, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF63%2520OTU') HTTP/1.1" 204 0
2026-03-26 08:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5a879d7-8895-529d-b0d9-3f188afc9a33 with identifier: BX22%20SFY
2026-03-26 08:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5a879d7-8895-529d-b0d9-3f188afc9a33 with identifier: BX22%20SFY
2026-03-26 08:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5a879d7-8895-529d-b0d9-3f188afc9a33 with identifier: BX22%20SFY to the API
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267480/600>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_expert_report_file_66489ec8-0f38-4019-a3bb-25a2707b2bd8.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX22%20SFY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': 'e5a879d7-8895-529d-b0d9-3f188afc9a33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BX22 SFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX22%20SFY&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FIAT',
'model': '500C E',
'odometer': 40724,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 12,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40782,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267480/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40212,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267483/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40488,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267486/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39077,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267489/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40649,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267493/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39743,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267496/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77246,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267501/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69573,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267506/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69622,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267512/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a879d7-8895-529d-b0d9-3f188afc9a33/e5a879d7-8895-529d-b0d9-3f188afc9a33_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77741,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BX22SFY/695267519/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'FIAT 500C E 87KW 42KWH ICON Convertible',
'transmission': 'automatic',
'trim': '87KW 42KWH ICON',
'vin': 'ZFAEFAJ48NX065986',
'year': 2022}
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX22%2520SFY%27 HTTP/1.1" 200 None
2026-03-26 08:03:46 [bca.uk] INFO: Saving data for BX22%20SFY: {'created_time': 1774512226.982738, 'last_price_update_time': 1774512226.982751, 'auction_closing_time': 1775037600.0}
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX22%2520SFY') HTTP/1.1" 204 0
2026-03-26 08:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720877/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D)
2026-03-26 08:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266871/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LF23NFW/42742410?sv=2020-08-04&st=2026-03-26T08%3A02%3A49Z&se=2026-03-26T08%3A27%3A49Z&sr=b&sp=r&sig=9ZjyDV%2FUoxsbxROc71XiCb93tM%2B2tzqDeKgJcuJlXlo%3D)
2026-03-26 08:03:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878035/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878035>
2026-03-26 08:03:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878038/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697878038>
2026-03-26 08:03:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878033/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HV18KVR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d46fd0>
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FYF23UMR%252F695267134%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267134/600 saved to cache
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f6a20017-e23f-5519-a3e6-2bdd136f0848
2026-03-26 08:03:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f6a20017-e23f-5519-a3e6-2bdd136f0848, skipping ID generation
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f6a20017-e23f-5519-a3e6-2bdd136f0848 sending to next pipeline
2026-03-26 08:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6a20017-e23f-5519-a3e6-2bdd136f0848, identifier: YF23%20UMR
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d0c990>
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLV17VHN%252F697720882%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720882/600 saved to cache
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d0e510>
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLF23NFW%252F695266875%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266875/600 saved to cache
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6a20017-e23f-5519-a3e6-2bdd136f0848 with identifier: YF23%20UMR
2026-03-26 08:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6a20017-e23f-5519-a3e6-2bdd136f0848 with identifier: YF23%20UMR
2026-03-26 08:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6a20017-e23f-5519-a3e6-2bdd136f0848 with identifier: YF23%20UMR to the API
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267134/600>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_expert_report_file_f4515d09-872d-4efa-8d0d-01026bf51f19.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF23%20UMR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f6a20017-e23f-5519-a3e6-2bdd136f0848',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YF23 UMR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF23%20UMR&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 13779,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40419,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267134/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38217,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267138/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43287,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267143/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41870,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267149/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42194,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267153/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39874,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267158/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93840,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267176/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65808,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267195/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77848,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267210/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f6a20017-e23f-5519-a3e6-2bdd136f0848/f6a20017-e23f-5519-a3e6-2bdd136f0848_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77826,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF23UMR/695267215/600',
'Width': 600}],
'price': 0,
'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': 'JTDAGNAC600108662',
'year': 2023}
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF23%2520UMR%27 HTTP/1.1" 200 None
2026-03-26 08:03:47 [bca.uk] INFO: Saving data for YF23%20UMR: {'created_time': 1774512227.619266, 'last_price_update_time': 1774512227.619277, 'auction_closing_time': 1775037600.0}
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF23%2520UMR') HTTP/1.1" 204 0
2026-03-26 08:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720873/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV17VHN/42787581?sv=2020-08-04&st=2026-03-26T08%3A02%3A48Z&se=2026-03-26T08%3A27%3A48Z&sr=b&sp=r&sig=8%2FmQpCPgAixK7vD3pdaerLCVtBofLRappwgoXBkUmO4%3D)
2026-03-26 08:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878043/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878041/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874787/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874787>
2026-03-26 08:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878044/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b42c10>
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLV17VHN%252F697720877%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720877/600 saved to cache
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31ba990>
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLF23NFW%252F695266871%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266871/600 saved to cache
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 85d012de-fae4-5d5d-8f8e-4104325b53da
2026-03-26 08:03:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85d012de-fae4-5d5d-8f8e-4104325b53da, skipping ID generation
2026-03-26 08:03:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85d012de-fae4-5d5d-8f8e-4104325b53da sending to next pipeline
2026-03-26 08:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85d012de-fae4-5d5d-8f8e-4104325b53da, identifier: LF23%20NFW
2026-03-26 08:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85d012de-fae4-5d5d-8f8e-4104325b53da with identifier: LF23%20NFW
2026-03-26 08:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85d012de-fae4-5d5d-8f8e-4104325b53da with identifier: LF23%20NFW
2026-03-26 08:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85d012de-fae4-5d5d-8f8e-4104325b53da with identifier: LF23%20NFW to the API
2026-03-26 08:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266871/600>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_expert_report_file_099c1c99-7c3b-4616-b118-18cbd0c457e3.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF23%20NFW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Electric',
'id': '85d012de-fae4-5d5d-8f8e-4104325b53da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LF23 NFW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF23%20NFW&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 13745,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41010,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266866/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40118,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266871/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43922,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266875/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41923,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266878/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41991,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266882/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41068,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266884/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79359,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266891/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65328,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266895/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70699,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266899/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_85d012de-fae4-5d5d-8f8e-4104325b53da/85d012de-fae4-5d5d-8f8e-4104325b53da_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64478,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LF23NFW/695266900/600',
'Width': 600}],
'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': 'LRWYHCFS7PC970049',
'year': 2023}
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF23%2520NFW%27 HTTP/1.1" 200 None
2026-03-26 08:03:48 [bca.uk] INFO: Saving data for LF23%20NFW: {'created_time': 1774512228.252186, 'last_price_update_time': 1774512228.2522, 'auction_closing_time': 1775037600.0}
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520NFW') HTTP/1.1" 204 0
2026-03-26 08:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874786/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697874786>
2026-03-26 08:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878033/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878038/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878035/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f41fd0>
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_expert_report_file_df8c5464-67fc-49b4-95a2-e0464e0bf65c.pdf HTTP/1.1" 201 0
2026-03-26 08:03:48 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe, skipping ID generation
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DMA15FWO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MA15FWO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d270d0>
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_expert_report_file_2a04965c-7cfe-40e4-9c2b-9ecb888d6eef.pdf HTTP/1.1" 201 0
2026-03-26 08:03:48 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f, skipping ID generation
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DRE07XRX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RE07XRX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab32620d0>
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FLV17VHN%252F697720873%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720873/600 saved to cache
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d110a7b3-a629-5278-adef-69e470160c7a
2026-03-26 08:03:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d110a7b3-a629-5278-adef-69e470160c7a, skipping ID generation
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d110a7b3-a629-5278-adef-69e470160c7a sending to next pipeline
2026-03-26 08:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d110a7b3-a629-5278-adef-69e470160c7a, identifier: LV17%20VHN
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cd0190>
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FHV18KVR%252F697878043%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878043/600 saved to cache
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f1b850>
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FHV18KVR%252F697878041%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878041/600 saved to cache
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f72410>
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_expert_report_file_533c2a5f-68cf-4de7-9666-e387347a2bdb.pdf HTTP/1.1" 201 0
2026-03-26 08:03:48 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0899dfcc-a85d-5a7b-a519-365772b843a3, skipping ID generation
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%26Reg%3DLX58HNC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LX58HNC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-26 08:03:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d26750>
2026-03-26 08:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FHV18KVR%252F697878044%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878044/600 saved to cache
2026-03-26 08:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95
2026-03-26 08:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d110a7b3-a629-5278-adef-69e470160c7a with identifier: LV17%20VHN
2026-03-26 08:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d110a7b3-a629-5278-adef-69e470160c7a with identifier: LV17%20VHN
2026-03-26 08:03:48 [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-26 08:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720873/600>
{'auction_title': '',
'c_o_2_emission_value': 91,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_expert_report_file_845bfcbd-094e-43e7-8874-317002d8f54b.pdf',
'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-27T10: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': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46786,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720868/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48245,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720870/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43859,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720873/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44216,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720877/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43831,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720882/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43821,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720884/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81146,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720888/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89425,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720891/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92973,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720893/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110a7b3-a629-5278-adef-69e470160c7a/d110a7b3-a629-5278-adef-69e470160c7a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77786,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV17VHN/697720897/600',
'Width': 600}],
'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-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV17%2520VHN%27 HTTP/1.1" 200 None
2026-03-26 08:03:49 [bca.uk] INFO: Saving data for LV17%20VHN: {'created_time': 1774512229.034794, 'last_price_update_time': 1774512229.034807, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:49 [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-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697574245%27 HTTP/1.1" 200 None
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574245 not downloaded yet
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697064586%27 HTTP/1.1" 200 None
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064586 not downloaded yet
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697178896%27 HTTP/1.1" 200 None
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178896 not downloaded yet
2026-03-26 08:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874787/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab32615d0>
2026-03-26 08:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FHV18KVR%252F697878033%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878033/600 saved to cache
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95
2026-03-26 08:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ee6f50>
2026-03-26 08:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FHV18KVR%252F697878038%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878038/600 saved to cache
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95
2026-03-26 08:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e54150>
2026-03-26 08:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FHV18KVR%252F697878035%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878035/600 saved to cache
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95
2026-03-26 08:03:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0a12a8e3-d657-54dc-9d2d-7c8f80debe95, skipping ID generation
2026-03-26 08:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95 with scrape type 1
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0a12a8e3-d657-54dc-9d2d-7c8f80debe95 sending to next pipeline
2026-03-26 08:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a12a8e3-d657-54dc-9d2d-7c8f80debe95, identifier: HV18%20KVR
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697574248%27 HTTP/1.1" 200 None
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574248 not downloaded yet
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697064595%27 HTTP/1.1" 200 None
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064595 not downloaded yet
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697178902%27 HTTP/1.1" 200 None
2026-03-26 08:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178902 not downloaded yet
2026-03-26 08:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a12a8e3-d657-54dc-9d2d-7c8f80debe95 with identifier: HV18%20KVR
2026-03-26 08:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a12a8e3-d657-54dc-9d2d-7c8f80debe95 with identifier: HV18%20KVR
2026-03-26 08:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a12a8e3-d657-54dc-9d2d-7c8f80debe95 with identifier: HV18%20KVR to the API
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878035/600>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0a12a8e3-d657-54dc-9d2d-7c8f80debe95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HV18 KVR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV18%20KVR&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 67161,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57686,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878033/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55859,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878035/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55349,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878038/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57084,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878039/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55580,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878041/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55048,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878043/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85734,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878044/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64396,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878047/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92678,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878051/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a12a8e3-d657-54dc-9d2d-7c8f80debe95/0a12a8e3-d657-54dc-9d2d-7c8f80debe95_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62648,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV18KVR/697878055/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 0.9 TCE 90 DYNAMIQUE S Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 DYNAMIQUE S',
'vin': 'VF15RB20A58818105',
'year': 2018}
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV18%2520KVR%27 HTTP/1.1" 200 None
2026-03-26 08:03:49 [bca.uk] INFO: Saving data for HV18%20KVR: {'created_time': 1774512229.959987, 'last_price_update_time': 1774512229.960005, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV18%2520KVR') HTTP/1.1" 204 0
2026-03-26 08:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874786/600> (referer: https://www.bca.co.uk/)
2026-03-26 08:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064582/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RE07XRX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574243/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MA15FWO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178888/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LX58HNC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697574251%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574251 not downloaded yet
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697064602%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064602 not downloaded yet
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697178904%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178904 not downloaded yet
2026-03-26 08:03:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e42bd0>
2026-03-26 08:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBK58ULC%252F697874787%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874787/600 saved to cache
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5b445658-9c22-5609-8653-885cb2c8c91a
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697574255%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574255 not downloaded yet
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697064627%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064627 not downloaded yet
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697178907%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178907 not downloaded yet
2026-03-26 08:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064586/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064586>
2026-03-26 08:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178896/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178896>
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697574257%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574257 not downloaded yet
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697064637%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064637 not downloaded yet
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697178912%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178912 not downloaded yet
2026-03-26 08:03:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d4c190>
2026-03-26 08:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FBK58ULC%252F697874786%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874786/600 saved to cache
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5b445658-9c22-5609-8653-885cb2c8c91a
2026-03-26 08:03:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5b445658-9c22-5609-8653-885cb2c8c91a, skipping ID generation
2026-03-26 08:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b445658-9c22-5609-8653-885cb2c8c91a with scrape type 1
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5b445658-9c22-5609-8653-885cb2c8c91a sending to next pipeline
2026-03-26 08:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b445658-9c22-5609-8653-885cb2c8c91a, identifier: BK58%20ULC
2026-03-26 08:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178888/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D)
2026-03-26 08:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064582/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D)
2026-03-26 08:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574243/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D)
2026-03-26 08:03:50 [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-26 08:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b445658-9c22-5609-8653-885cb2c8c91a with identifier: BK58%20ULC
2026-03-26 08:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b445658-9c22-5609-8653-885cb2c8c91a with identifier: BK58%20ULC
2026-03-26 08:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b445658-9c22-5609-8653-885cb2c8c91a with identifier: BK58%20ULC to the API
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874786/600>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5b445658-9c22-5609-8653-885cb2c8c91a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK58 ULC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK58%20ULC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 101962,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53336,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874778/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50749,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874779/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50842,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874780/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54814,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874781/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50903,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874782/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48730,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874783/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65398,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874784/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79337,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874785/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96162,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874786/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b445658-9c22-5609-8653-885cb2c8c91a/5b445658-9c22-5609-8653-885cb2c8c91a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75089,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK58ULC/697874787/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'HONDA CIVIC 2.2 I-CTDI ES Hatchback',
'transmission': 'manual',
'trim': 'I-CTDI ES',
'vin': 'SHHFK37608U019304',
'year': 2008}
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK58%2520ULC%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [bca.uk] INFO: Saving data for BK58%20ULC: {'created_time': 1774512230.850695, 'last_price_update_time': 1774512230.850705, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK58%2520ULC') HTTP/1.1" 204 0
2026-03-26 08:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178902/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178902>
2026-03-26 08:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064595/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064595>
2026-03-26 08:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574245/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574245>
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697574259%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574259 not downloaded yet
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697064647%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064647 not downloaded yet
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697178916%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178916 not downloaded yet
2026-03-26 08:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574248/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574248>
2026-03-26 08:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178904/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178904>
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697574261%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574261 not downloaded yet
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697064655%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064655 not downloaded yet
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697178919%27 HTTP/1.1" 200 None
2026-03-26 08:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178919 not downloaded yet
2026-03-26 08:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d4c190>
2026-03-26 08:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLX58HNC%252F697178888%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178888/600 saved to cache
2026-03-26 08:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bdadd0>
2026-03-26 08:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FRE07XRX%252F697064582%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064582/600 saved to cache
2026-03-26 08:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c12110>
2026-03-26 08:03:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 08:03:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_0.jpg HTTP/1.1" 201 0
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FMA15FWO%252F697574243%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574243/600 saved to cache
2026-03-26 08:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:51 [bca.uk] INFO: Total items found: 100
2026-03-26 08:03:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded
2026-03-26 08:03:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:03:51 [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-26 08:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064586/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D)
2026-03-26 08:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178896/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D)
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697574267%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574267 not downloaded yet
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697064664%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064664 not downloaded yet
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697178926%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178926 not downloaded yet
2026-03-26 08:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574251/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574251>
2026-03-26 08:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064627/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064627>
2026-03-26 08:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178907/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178907>
2026-03-26 08:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064602/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064602>
2026-03-26 08:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574255/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574255>
2026-03-26 08:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574245/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D)
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: YP74%20FML
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP74%2520FML%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for YP74%20FML: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: YP74%20VLO
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP74%2520VLO%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for YP74%20VLO: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: YP74%20VUX
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP74%2520VUX%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for YP74%20VUX: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: VK63%20YBS
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK63%2520YBS%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for VK63%20YBS: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: YM17%20LFO
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM17%2520LFO%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for YM17%20LFO: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: DC72%20MDK
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC72%2520MDK%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for DC72%20MDK: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: EF68%20NYN
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF68%2520NYN%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for EF68%20NYN: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: FB21%20YKT
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FB21%2520YKT%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for FB21%20YKT: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: GJ68%20VVT
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ68%2520VVT%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for GJ68%20VVT: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: GM67%20NDU
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM67%2520NDU%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for GM67%20NDU: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: GX20%20UMK
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX20%2520UMK%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for GX20%20UMK: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: GY14%20NPF
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY14%2520NPF%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for GY14%20NPF: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: GY64%20NJV
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY64%2520NJV%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for GY64%20NJV: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: LB68%20CAV
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB68%2520CAV%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for LB68%20CAV: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: LX63%20FWD
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX63%2520FWD%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for LX63%20FWD: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: MD17%20LVH
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD17%2520LVH%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for MD17%20LVH: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: MV59%20XBC
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV59%2520XBC%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for MV59%20XBC: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: MW66%20LBX
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW66%2520LBX%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for MW66%20LBX: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: SB69%20UXK
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB69%2520UXK%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for SB69%20UXK: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: SL15%20VMP
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL15%2520VMP%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for SL15%20VMP: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: HJ74%20VSC
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ74%2520VSC%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for HJ74%20VSC: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: KR70%20YJP
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR70%2520YJP%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for KR70%20YJP: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: VU21%20WPR
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU21%2520WPR%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for VU21%20WPR: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: BU68%20VHV
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU68%2520VHV%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for BU68%20VHV: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: CJ16%20AOD
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ16%2520AOD%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for CJ16%20AOD: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: CN72%20XPC
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN72%2520XPC%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for CN72%20XPC: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: CU67%20XHE
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU67%2520XHE%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for CU67%20XHE: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: CU71%20KKR
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU71%2520KKR%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for CU71%20KKR: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: CU71%20MJJ
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU71%2520MJJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for CU71%20MJJ: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: CV74%20NFE
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV74%2520NFE%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for CV74%20NFE: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: MA20%20BKJ
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA20%2520BKJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for MA20%20BKJ: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: VX17%20VRD
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX17%2520VRD%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for VX17%20VRD: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: YK22%20LPZ
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK22%2520LPZ%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for YK22%20LPZ: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: NL62%20UCG
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL62%2520UCG%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for NL62%20UCG: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: SP21%20EKK
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP21%2520EKK%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for SP21%20EKK: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: BD72%20JKV
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD72%2520JKV%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for BD72%20JKV: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: BJ20%20DDA
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ20%2520DDA%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for BJ20%20DDA: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: BP21%20XJW
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP21%2520XJW%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for BP21%20XJW: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: CA74%20HZJ
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA74%2520HZJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for CA74%20HZJ: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: CE22%20FFH
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE22%2520FFH%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for CE22%20FFH: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: CF71%20VNY
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF71%2520VNY%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for CF71%20VNY: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: CK71%20OXH
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK71%2520OXH%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for CK71%20OXH: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: DV20%20WJA
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV20%2520WJA%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for DV20%20WJA: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: DV72%20LZO
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV72%2520LZO%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for DV72%20LZO: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: DX71%20FVV
2026-03-26 08:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX71%2520FVV%27 HTTP/1.1" 200 None
2026-03-26 08:03:51 [bca.uk] INFO: Scrape type for DX71%20FVV: 0
2026-03-26 08:03:51 [bca.uk] INFO: Found listing with ID: DX72%20XDH
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX72%2520XDH%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for DX72%20XDH: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: GJ71%20VJZ
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ71%2520VJZ%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for GJ71%20VJZ: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: GM21%20MXU
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM21%2520MXU%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for GM21%20MXU: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: KN23%20UGL
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN23%2520UGL%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for KN23%20UGL: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: LE73%20EPA
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LE73%2520EPA%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for LE73%20EPA: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: MM19%20WRX
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM19%2520WRX%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for MM19%20WRX: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: OV71%20YGZ
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV71%2520YGZ%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for OV71%20YGZ: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: VK71%20ZSN
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK71%2520ZSN%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for VK71%20ZSN: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: WN22%20HMC
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN22%2520HMC%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for WN22%20HMC: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: YD23%20NVS
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD23%2520NVS%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for YD23%20NVS: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: LN63%20AOV
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN63%2520AOV%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for LN63%20AOV: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: SA73%20BZJ
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA73%2520BZJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for SA73%20BZJ: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: BJ72%20ZXZ
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ72%2520ZXZ%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for BJ72%20ZXZ: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: CJ72%20JNN
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ72%2520JNN%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for CJ72%20JNN: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: DS23%20BFK
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS23%2520BFK%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for DS23%20BFK: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: LR22%20HLP
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR22%2520HLP%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for LR22%20HLP: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: MA21%20UOK
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA21%2520UOK%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for MA21%20UOK: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: VN71%20UDG
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN71%2520UDG%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for VN71%20UDG: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: WJ22%20CLY
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ22%2520CLY%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for WJ22%20CLY: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: YS21%20FKH
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS21%2520FKH%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for YS21%20FKH: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: NM08%20UTX
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NM08%2520UTX%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for NM08%20UTX: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: AJ70%20DHP
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ70%2520DHP%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for AJ70%20DHP: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: BR21%20UPK
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BR21%2520UPK%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for BR21%20UPK: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: FT22%20PYB
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT22%2520PYB%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for FT22%20PYB: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: LC69%20OBY
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC69%2520OBY%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for LC69%20OBY: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: PE22%20SUO
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE22%2520SUO%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for PE22%20SUO: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: SA17%20JEH
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA17%2520JEH%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for SA17%20JEH: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: SK69%20MFV
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK69%2520MFV%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for SK69%20MFV: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: SN67%20YDS
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN67%2520YDS%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for SN67%20YDS: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: YA66%20JTV
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA66%2520JTV%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for YA66%20JTV: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: YS68%20HTY
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS68%2520HTY%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for YS68%20HTY: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: LC66%20BWN
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC66%2520BWN%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for LC66%20BWN: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: LP67%20WAU
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP67%2520WAU%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for LP67%20WAU: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: EA63%20TXS
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA63%2520TXS%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for EA63%20TXS: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: HT68%20HFO
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT68%2520HFO%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for HT68%20HFO: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: GF71%20TYU
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF71%2520TYU%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for GF71%20TYU: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: GJ70%20VZF
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ70%2520VZF%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for GJ70%20VZF: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: LB72%20EOZ
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB72%2520EOZ%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for LB72%20EOZ: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: LV23%20WOH
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV23%2520WOH%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for LV23%20WOH: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: NL72%20WRU
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL72%2520WRU%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for NL72%20WRU: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: OY71%20NVD
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY71%2520NVD%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for OY71%20NVD: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: SM70%20SMM
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM70%2520SMM%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for SM70%20SMM: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: WV70%20XUT
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV70%2520XUT%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for WV70%20XUT: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: MT71%20NLD
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT71%2520NLD%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for MT71%20NLD: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: OW24%20UHX
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OW24%2520UHX%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for OW24%20UHX: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: SC69%20FVG
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC69%2520FVG%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for SC69%20FVG: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: VU73%20WXM
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU73%2520WXM%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for VU73%20WXM: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: DS23%20OED
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS23%2520OED%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for DS23%20OED: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: DS72%20PZK
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS72%2520PZK%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for DS72%20PZK: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: DV56%20JXP
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV56%2520JXP%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for DV56%20JXP: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: KS62%20AHO
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS62%2520AHO%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for KS62%20AHO: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: MA75%20FOJ
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA75%2520FOJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for MA75%20FOJ: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: MJ72%20HRU
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ72%2520HRU%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for MJ72%20HRU: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: NL22%20GOJ
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL22%2520GOJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for NL22%20GOJ: 0
2026-03-26 08:03:52 [bca.uk] INFO: Found listing with ID: BN67%20YZR
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN67%2520YZR%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [bca.uk] INFO: Scrape type for BN67%20YZR: 0
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697574272%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574272 not downloaded yet
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697064674%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064674 not downloaded yet
2026-03-26 08:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%3D697178931%27 HTTP/1.1" 200 None
2026-03-26 08:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178931 not downloaded yet
2026-03-26 08:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064595/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D)
2026-03-26 08:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178902/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D)
2026-03-26 08:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3d56b50>
2026-03-26 08:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FRE07XRX%252F697064586%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064586/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab31adfd0>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLX58HNC%252F697178896%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178896/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f402d0>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_1.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FMA15FWO%252F697574245%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574245/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574248/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178904/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D)
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574257/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574257>
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178916/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178916>
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064637/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064637>
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178912/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178912>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2ef26d0>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FRE07XRX%252F697064595%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064595/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac2307f50>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLX58HNC%252F697178902%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178902/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064602/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178907/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064627/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D)
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178919/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178919>
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064655/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064655>
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178926/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178926>
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574251/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D)
2026-03-26 08:03:53 [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-26 08:03:53 [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-26 08:03:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574255/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D)
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac23fb450>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_2.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FMA15FWO%252F697574248%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574248/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f2f010>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLX58HNC%252F697178904%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178904/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178912/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064637/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D)
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064674/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064674>
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574272/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574272>
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178931/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697178931>
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064664/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064664>
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574257/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D)
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2e7b7d0>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FRE07XRX%252F697064602%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064602/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c8d390>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLX58HNC%252F697178907%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178907/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178916/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064655/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178919/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D)
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574261/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574261>
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064647/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697064647>
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574267/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574267>
2026-03-26 08:03:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574259/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697574259>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bd45d0>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FRE07XRX%252F697064627%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064627/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178926/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D)
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3213990>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_3.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FMA15FWO%252F697574251%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574251/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ce22d0>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_4.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FMA15FWO%252F697574255%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574255/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d46b10>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLX58HNC%252F697178912%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178912/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3bedd50>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FRE07XRX%252F697064637%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064637/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3f413d0>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_5.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FMA15FWO%252F697574257%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574257/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178931/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX58HNC/42781728?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=PA2NjpRlmBMfobvDMJHHeSuEWtTJl9U4yNtVWudz8fI%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064674/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574267/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064647/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064664/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RE07XRX/42775826?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=GflrJ4he09mafZzWIllbsL8r%2B2DqYIS0xYklvZX478Y%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574261/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574272/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D)
2026-03-26 08:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574259/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA15FWO/42785658?sv=2020-08-04&st=2026-03-26T08%3A03%3A43Z&se=2026-03-26T08%3A28%3A43Z&sr=b&sp=r&sig=9OB3eNCOz7yw30LsLP1bn4wh8ZUB%2BYxkylIyfuVGAzg%3D)
2026-03-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b209d0>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLX58HNC%252F697178916%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178916/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3b4b7d0>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FRE07XRX%252F697064655%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064655/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3205c50>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLX58HNC%252F697178919%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178919/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ac0279290>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLX58HNC%252F697178926%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178926/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08:03: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-26 08:03: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-26 08:03:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2cedfd0>
2026-03-26 08:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03: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%252FLX58HNC%252F697178931%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178931/600 saved to cache
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0899dfcc-a85d-5a7b-a519-365772b843a3
2026-03-26 08:03:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0899dfcc-a85d-5a7b-a519-365772b843a3, skipping ID generation
2026-03-26 08:03:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0899dfcc-a85d-5a7b-a519-365772b843a3 sending to next pipeline
2026-03-26 08:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0899dfcc-a85d-5a7b-a519-365772b843a3, identifier: LX58%20HNC
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3042990>
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FRE07XRX%252F697064674%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064674/600 saved to cache
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3ce2d50>
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FMA15FWO%252F697574267%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574267/600 saved to cache
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3c130d0>
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FRE07XRX%252F697064647%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064647/600 saved to cache
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d5dc10>
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FRE07XRX%252F697064664%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064664/600 saved to cache
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f
2026-03-26 08:03:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f, skipping ID generation
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f sending to next pipeline
2026-03-26 08:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f, identifier: RE07%20XRX
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2f8f350>
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_7.jpg HTTP/1.1" 201 0
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FMA15FWO%252F697574261%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574261/600 saved to cache
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab2d44310>
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_9.jpg HTTP/1.1" 201 0
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FMA15FWO%252F697574272%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574272/600 saved to cache
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 08: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-26 08: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-26 08:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f9ab3f40150>
2026-03-26 08:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 08: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-26 08:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_6.jpg HTTP/1.1" 201 0
2026-03-26 08:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%252FMA15FWO%252F697574259%252F600') HTTP/1.1" 204 0
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574259/600 saved to cache
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe
2026-03-26 08:03:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe, skipping ID generation
2026-03-26 08:03:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe sending to next pipeline
2026-03-26 08:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe, identifier: MA15%20FWO
2026-03-26 08:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0899dfcc-a85d-5a7b-a519-365772b843a3 with identifier: LX58%20HNC
2026-03-26 08:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0899dfcc-a85d-5a7b-a519-365772b843a3 with identifier: LX58%20HNC
2026-03-26 08:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0899dfcc-a85d-5a7b-a519-365772b843a3 with identifier: LX58%20HNC to the API
2026-03-26 08:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178931/600>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_expert_report_file_533c2a5f-68cf-4de7-9666-e387347a2bdb.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX58%20HNC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0899dfcc-a85d-5a7b-a519-365772b843a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LX58 HNC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX58%20HNC&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 79881,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53840,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178888/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54351,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178896/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54515,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178902/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55470,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178904/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57638,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178907/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56854,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178912/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80658,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178916/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61109,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178919/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75665,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178926/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0899dfcc-a85d-5a7b-a519-365772b843a3/0899dfcc-a85d-5a7b-a519-365772b843a3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87481,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX58HNC/697178931/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seller_name': None,
'title': 'FORD FIESTA 1.6 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TITANIUM',
'vin': 'WF0JXXGAJJ8Y19595',
'year': 2008}
2026-03-26 08:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX58%2520HNC%27 HTTP/1.1" 200 None
2026-03-26 08:03:55 [bca.uk] INFO: Saving data for LX58%20HNC: {'created_time': 1774512235.409724, 'last_price_update_time': 1774512235.40974, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX58%2520HNC') HTTP/1.1" 204 0
2026-03-26 08:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f with identifier: RE07%20XRX
2026-03-26 08:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:03:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cool+blue HTTP/1.1" 200 None
2026-03-26 08:03:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f with identifier: RE07%20XRX
2026-03-26 08:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f with identifier: RE07%20XRX to the API
2026-03-26 08:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064664/600>
{'auction_title': '',
'c_o_2_emission_value': 174,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_expert_report_file_2a04965c-7cfe-40e4-9c2b-9ecb888d6eef.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE07%20XRX-GB',
'category': 'Car',
'color': 'cool blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RE07 XRX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE07%20XRX&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MINI',
'model': 'COOPER',
'odometer': 78519,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 13,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55777,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064582/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53229,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064586/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53121,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064595/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54888,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064602/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53718,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064627/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52248,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064637/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92458,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064647/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44851,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064655/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85384,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064664/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f/1dcfdb64-88a9-581b-ab8f-9e2ebb75ab4f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98226,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RE07XRX/697064674/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-01',
'seller_name': None,
'title': 'MINI COOPER 1.6 Convertible',
'transmission': 'manual',
'trim': '',
'vin': 'WMWRF32010TN03519',
'year': 2007}
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE07%2520XRX%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Saving data for RE07%20XRX: {'created_time': 1774512236.012713, 'last_price_update_time': 1774512236.012725, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE07%2520XRX') HTTP/1.1" 204 0
2026-03-26 08:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe with identifier: MA15%20FWO
2026-03-26 08:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe with identifier: MA15%20FWO
2026-03-26 08:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe with identifier: MA15%20FWO to the API
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574259/600>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_expert_report_file_df8c5464-67fc-49b4-95a2-e0464e0bf65c.pdf',
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA15%20FWO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA15 FWO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA15%20FWO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 47710,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56798,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574243/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54027,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574245/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52304,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574248/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54228,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574251/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55362,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574255/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52121,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574257/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78366,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574259/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75077,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574261/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75541,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574267/600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe/a11ad057-ddc9-5c2e-8d9b-1e7e1d56eebe_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66591,
'Height': 338,
'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA15FWO/697574272/600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'SKODA FABIA 1.0 MPI 75 SE Hatchback',
'transmission': 'manual',
'trim': 'MPI 75 SE',
'vin': 'TMBFB6NJ0FZ032928',
'year': 2015}
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA15%2520FWO%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Saving data for MA15%20FWO: {'created_time': 1774512236.393043, 'last_price_update_time': 1774512236.393058, 'auction_closing_time': 1774605600.0}
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA15%2520FWO') HTTP/1.1" 204 0
2026-03-26 08:03:56 [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-26 08:03:56 [bca.uk] INFO: Total items found: 100
2026-03-26 08:03:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded
2026-03-26 08:03:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:03:56 [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-26 08:03:56 [bca.uk] INFO: Found listing with ID: YD65%20WLG
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD65%2520WLG%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for YD65%20WLG: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: KM70%20YZO
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM70%2520YZO%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for KM70%20YZO: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: NA20%20NSK
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA20%2520NSK%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for NA20%20NSK: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: YR15%20UCP
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR15%2520UCP%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for YR15%20UCP: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: WF67%20ODN
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF67%2520ODN%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for WF67%20ODN: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: AB51%20ALS
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AB51%2520ALS%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for AB51%20ALS: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: BW15%20VJX
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW15%2520VJX%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for BW15%20VJX: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: CU72%20NHH
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU72%2520NHH%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for CU72%20NHH: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: KW08%20AVM
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW08%2520AVM%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for KW08%20AVM: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: VK58%20WSX
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK58%2520WSX%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for VK58%20WSX: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: LR65%20MXK
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR65%2520MXK%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for LR65%20MXK: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: CU22%20NHB
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU22%2520NHB%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for CU22%20NHB: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: BD16%20WPX
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD16%2520WPX%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for BD16%20WPX: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: DY06%20PZL
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY06%2520PZL%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for DY06%20PZL: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: VK08%20VNB
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK08%2520VNB%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for VK08%20VNB: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: HS22%20LFD
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HS22%2520LFD%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for HS22%20LFD: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: DG67%20VFW
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG67%2520VFW%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for DG67%20VFW: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: HF65%20XKJ
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF65%2520XKJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for HF65%20XKJ: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: VN11%20VRU
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN11%2520VRU%27 HTTP/1.1" 200 None
2026-03-26 08:03:56 [bca.uk] INFO: Scrape type for VN11%20VRU: 0
2026-03-26 08:03:56 [bca.uk] INFO: Found listing with ID: AO65%20LWK
2026-03-26 08:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO65%2520LWK%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for AO65%20LWK: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: LP60%20BKA
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP60%2520BKA%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for LP60%20BKA: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: A11%20PPY
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27A11%2520PPY%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for A11%20PPY: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: BP14%20SYA
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP14%2520SYA%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for BP14%20SYA: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: GD16%20WXB
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD16%2520WXB%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for GD16%20WXB: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: SP62%20OVC
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP62%2520OVC%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for SP62%20OVC: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: LF19%20DVM
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF19%2520DVM%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for LF19%20DVM: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: DL60%20BOU
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL60%2520BOU%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for DL60%20BOU: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: LG11%20OGL
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG11%2520OGL%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for LG11%20OGL: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: CP62%20JCY
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP62%2520JCY%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for CP62%20JCY: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: FD63%20KVK
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD63%2520KVK%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for FD63%20KVK: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: YE12%20AXT
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE12%2520AXT%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for YE12%20AXT: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: LC19%20YCR
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC19%2520YCR%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for LC19%20YCR: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: FE57%20MFN
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE57%2520MFN%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for FE57%20MFN: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: SR68%20NWE
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SR68%2520NWE%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for SR68%20NWE: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: SV14%20VWC
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV14%2520VWC%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for SV14%20VWC: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: SC17%20XRM
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC17%2520XRM%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for SC17%20XRM: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: DL67%20NKJ
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL67%2520NKJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for DL67%20NKJ: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: FG65%20XLO
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG65%2520XLO%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for FG65%20XLO: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: YE16%20UYW
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE16%2520UYW%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for YE16%20UYW: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: EA60%20WEH
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA60%2520WEH%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for EA60%20WEH: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: SC66%20FDM
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC66%2520FDM%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for SC66%20FDM: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: H15%20JEA
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27H15%2520JEA%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for H15%20JEA: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: AJ57%20FWZ
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ57%2520FWZ%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for AJ57%20FWZ: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: BF57%20SZX
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF57%2520SZX%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for BF57%20SZX: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: CP07%20LLJ
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP07%2520LLJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for CP07%20LLJ: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: DY10%20MYR
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY10%2520MYR%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for DY10%20MYR: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: LR57%20KCV
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR57%2520KCV%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for LR57%20KCV: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: MT57%20ZJX
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT57%2520ZJX%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for MT57%20ZJX: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: PK58%20SVJ
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK58%2520SVJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for PK58%20SVJ: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: WR56%20AUK
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR56%2520AUK%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for WR56%20AUK: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: WV59%20VUT
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV59%2520VUT%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for WV59%20VUT: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: YT55%20AYW
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT55%2520AYW%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for YT55%20AYW: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: AV17%20OEJ
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV17%2520OEJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for AV17%20OEJ: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: CU65%20MXK
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU65%2520MXK%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for CU65%20MXK: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: GJ62%20AEU
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ62%2520AEU%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for GJ62%20AEU: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: BX13%20TGK
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX13%2520TGK%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for BX13%20TGK: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: WP13%20WOX
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP13%2520WOX%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for WP13%20WOX: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: HN59%20MLE
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN59%2520MLE%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for HN59%20MLE: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: LD60%20EJK
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD60%2520EJK%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for LD60%20EJK: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: RJ60%20GDX
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ60%2520GDX%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for RJ60%20GDX: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: VU51%20HGM
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU51%2520HGM%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for VU51%20HGM: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: HV67%20OHJ
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV67%2520OHJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for HV67%20OHJ: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: WR63%20XUL
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR63%2520XUL%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for WR63%20XUL: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: AV09%20GXU
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV09%2520GXU%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for AV09%20GXU: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: GY11%20NNO
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY11%2520NNO%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for GY11%20NNO: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: DY60%20JUA
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY60%2520JUA%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for DY60%20JUA: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: FL04%20VLX
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL04%2520VLX%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for FL04%20VLX: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: GU59%20XZO
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU59%2520XZO%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for GU59%20XZO: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: SH10%20BVC
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH10%2520BVC%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for SH10%20BVC: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: FD17%20VZS
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD17%2520VZS%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for FD17%20VZS: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: EN02%20NHO
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN02%2520NHO%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for EN02%20NHO: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: SO55%20OVH
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO55%2520OVH%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for SO55%20OVH: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: VU06%20NEJ
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU06%2520NEJ%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for VU06%20NEJ: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: YE09%20DZR
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE09%2520DZR%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for YE09%20DZR: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: SL63%20KKT
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL63%2520KKT%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for SL63%20KKT: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: MT61%20WYX
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT61%2520WYX%27 HTTP/1.1" 200 None
2026-03-26 08:03:57 [bca.uk] INFO: Scrape type for MT61%20WYX: 0
2026-03-26 08:03:57 [bca.uk] INFO: Found listing with ID: NG06%20VOD
2026-03-26 08:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG06%2520VOD%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for NG06%20VOD: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: YP14%20AXN
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP14%2520AXN%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for YP14%20AXN: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: YT54%20PPZ
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT54%2520PPZ%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for YT54%20PPZ: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: YX14%20OWE
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX14%2520OWE%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for YX14%20OWE: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: YK14%20VVY
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK14%2520VVY%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for YK14%20VVY: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: HY61%20UVC
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY61%2520UVC%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for HY61%20UVC: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: MA11%20NCU
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA11%2520NCU%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for MA11%20NCU: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: FD64%20FXF
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD64%2520FXF%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for FD64%20FXF: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: ET10%20OEG
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET10%2520OEG%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for ET10%20OEG: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: DN69%20AEV
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN69%2520AEV%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for DN69%20AEV: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: DN63%20XUD
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN63%2520XUD%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for DN63%20XUD: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: YP20%20HNW
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP20%2520HNW%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for YP20%20HNW: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: YN15%20RPU
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN15%2520RPU%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for YN15%20RPU: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: SC63%20CGF
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC63%2520CGF%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for SC63%20CGF: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: YG13%20GCU
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG13%2520GCU%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for YG13%20GCU: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: YX58%20RZB
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX58%2520RZB%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for YX58%20RZB: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: LG25%20CPL
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG25%2520CPL%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for LG25%20CPL: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: PE09%20VZD
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE09%2520VZD%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for PE09%20VZD: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: PX54%20HKU
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX54%2520HKU%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for PX54%20HKU: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: AV67%20KCN
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV67%2520KCN%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for AV67%20KCN: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: LD65%20XMX
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD65%2520XMX%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for LD65%20XMX: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: YJ69%20DTA
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJ69%2520DTA%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for YJ69%20DTA: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: FN66%20BWA
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN66%2520BWA%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for FN66%20BWA: 0
2026-03-26 08:03:58 [bca.uk] INFO: Found listing with ID: CO56%20LAN
2026-03-26 08:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CO56%2520LAN%27 HTTP/1.1" 200 None
2026-03-26 08:03:58 [bca.uk] INFO: Scrape type for CO56%20LAN: 0
2026-03-26 08:03:58 [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-26 08:03:58 [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-26 08:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:00 [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-26 08:04:00 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:00 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded
2026-03-26 08:04:00 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:00 [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-26 08:04:00 [bca.uk] INFO: Found listing with ID: HG62%20TBX
2026-03-26 08:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG62%2520TBX%27 HTTP/1.1" 200 None
2026-03-26 08:04:00 [bca.uk] INFO: Scrape type for HG62%20TBX: 0
2026-03-26 08:04:00 [bca.uk] INFO: Found listing with ID: MJ17%20ZRV
2026-03-26 08:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ17%2520ZRV%27 HTTP/1.1" 200 None
2026-03-26 08:04:00 [bca.uk] INFO: Scrape type for MJ17%20ZRV: 0
2026-03-26 08:04:00 [bca.uk] INFO: Found listing with ID: BL63%20XPE
2026-03-26 08:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL63%2520XPE%27 HTTP/1.1" 200 None
2026-03-26 08:04:00 [bca.uk] INFO: Scrape type for BL63%20XPE: 0
2026-03-26 08:04:00 [bca.uk] INFO: Found listing with ID: AO66%20NYF
2026-03-26 08:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO66%2520NYF%27 HTTP/1.1" 200 None
2026-03-26 08:04:00 [bca.uk] INFO: Scrape type for AO66%20NYF: 0
2026-03-26 08:04:00 [bca.uk] INFO: Found listing with ID: YX19%20FWF
2026-03-26 08:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX19%2520FWF%27 HTTP/1.1" 200 None
2026-03-26 08:04:00 [bca.uk] INFO: Scrape type for YX19%20FWF: 0
2026-03-26 08:04:00 [bca.uk] INFO: Found listing with ID: YR20%20EWH
2026-03-26 08:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR20%2520EWH%27 HTTP/1.1" 200 None
2026-03-26 08:04:00 [bca.uk] INFO: Scrape type for YR20%20EWH: 0
2026-03-26 08:04:00 [bca.uk] INFO: Found listing with ID: HV73%20PZA
2026-03-26 08:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV73%2520PZA%27 HTTP/1.1" 200 None
2026-03-26 08:04:00 [bca.uk] INFO: Scrape type for HV73%20PZA: 0
2026-03-26 08:04:00 [bca.uk] INFO: Found listing with ID: SM67%20OYS
2026-03-26 08:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM67%2520OYS%27 HTTP/1.1" 200 None
2026-03-26 08:04:00 [bca.uk] INFO: Scrape type for SM67%20OYS: 0
2026-03-26 08:04:00 [bca.uk] INFO: Found listing with ID: BG71%20OLJ
2026-03-26 08:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG71%2520OLJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:00 [bca.uk] INFO: Scrape type for BG71%20OLJ: 0
2026-03-26 08:04:00 [bca.uk] INFO: Found listing with ID: LA72%20ZKL
2026-03-26 08:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA72%2520ZKL%27 HTTP/1.1" 200 None
2026-03-26 08:04:00 [bca.uk] INFO: Scrape type for LA72%20ZKL: 0
2026-03-26 08:04:00 [bca.uk] INFO: Found listing with ID: MJ71%20HZT
2026-03-26 08:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ71%2520HZT%27 HTTP/1.1" 200 None
2026-03-26 08:04:00 [bca.uk] INFO: Scrape type for MJ71%20HZT: 0
2026-03-26 08:04:00 [bca.uk] INFO: Found listing with ID: OV25%20VXC
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV25%2520VXC%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for OV25%20VXC: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: OV74%20CVH
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV74%2520CVH%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for OV74%20CVH: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: KP20%20WJK
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP20%2520WJK%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for KP20%20WJK: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: KS72%20GPE
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS72%2520GPE%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for KS72%20GPE: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: KT25%20WTP
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT25%2520WTP%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for KT25%20WTP: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: PO21%20XJG
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO21%2520XJG%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for PO21%20XJG: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: SL21%20RWV
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL21%2520RWV%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for SL21%20RWV: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: WG71%20AZO
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG71%2520AZO%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for WG71%20AZO: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: WX73%20VAV
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WX73%2520VAV%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for WX73%20VAV: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: AF62%20RWJ
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF62%2520RWJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for AF62%20RWJ: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: CK56%20VEO
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK56%2520VEO%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for CK56%20VEO: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: CN63%20DUV
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN63%2520DUV%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for CN63%20DUV: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: AE69%20BSV
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE69%2520BSV%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for AE69%20BSV: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: AK69%20YVY
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK69%2520YVY%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for AK69%20YVY: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: AV18%20FHT
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV18%2520FHT%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for AV18%20FHT: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: AY24%20WZV
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY24%2520WZV%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for AY24%20WZV: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: BD24%20OPB
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD24%2520OPB%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for BD24%20OPB: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: BF67%20FMX
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF67%2520FMX%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for BF67%20FMX: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: BJ20%20CFA
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ20%2520CFA%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for BJ20%20CFA: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: BJ70%20ZYT
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ70%2520ZYT%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for BJ70%20ZYT: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: BW23%20MME
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW23%2520MME%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for BW23%20MME: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: CT18%20FNY
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CT18%2520FNY%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for CT18%20FNY: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DN20%20VVE
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN20%2520VVE%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DN20%20VVE: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DX22%20OMV
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX22%2520OMV%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DX22%20OMV: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: FE68%20YXY
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE68%2520YXY%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for FE68%20YXY: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: FN64%20FJA
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN64%2520FJA%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for FN64%20FJA: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: FX72%20NNZ
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX72%2520NNZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for FX72%20NNZ: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: GJ18%20XZK
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ18%2520XZK%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for GJ18%20XZK: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: GV66%20PZS
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV66%2520PZS%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for GV66%20PZS: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: HG17%20OPK
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG17%2520OPK%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for HG17%20OPK: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: HX64%20XJN
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX64%2520XJN%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for HX64%20XJN: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: VN25%20RXF
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN25%2520RXF%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for VN25%20RXF: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: VN25%20ZZD
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN25%2520ZZD%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for VN25%20ZZD: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: VN25%20ZZV
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN25%2520ZZV%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for VN25%20ZZV: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: AF73%20ESG
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF73%2520ESG%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for AF73%20ESG: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: AF73%20EVG
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF73%2520EVG%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for AF73%20EVG: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: AK73%20RXX
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK73%2520RXX%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for AK73%20RXX: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: BJ71%20XEE
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ71%2520XEE%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for BJ71%20XEE: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: BT72%20YFL
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT72%2520YFL%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for BT72%20YFL: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: BX72%20SOA
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX72%2520SOA%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for BX72%20SOA: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL73%20KOV
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520KOV%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL73%20KOV: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL73%20KTF
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520KTF%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL73%20KTF: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL73%20KUR
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520KUR%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL73%20KUR: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL73%20KXJ
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520KXJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL73%20KXJ: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL73%20KZW
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520KZW%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL73%20KZW: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL73%20LFM
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520LFM%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL73%20LFM: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL73%20LFW
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520LFW%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL73%20LFW: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL73%20LGO
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520LGO%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL73%20LGO: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL73%20LTA
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520LTA%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL73%20LTA: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL73%20ULU
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520ULU%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL73%20ULU: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL74%20VDV
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL74%2520VDV%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL74%20VDV: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DL74%20WVC
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL74%2520WVC%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DL74%20WVC: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DN24%20TCJ
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN24%2520TCJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DN24%20TCJ: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DN24%20TFE
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN24%2520TFE%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DN24%20TFE: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DN25%20HMO
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN25%2520HMO%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DN25%20HMO: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DN25%20TXB
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN25%2520TXB%27 HTTP/1.1" 200 None
2026-03-26 08:04:01 [bca.uk] INFO: Scrape type for DN25%20TXB: 0
2026-03-26 08:04:01 [bca.uk] INFO: Found listing with ID: DP74%20RWO
2026-03-26 08:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP74%2520RWO%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DP74%20RWO: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DS24%20ORP
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS24%2520ORP%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DS24%20ORP: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DS24%20ORV
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS24%2520ORV%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DS24%20ORV: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DS24%20OSP
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS24%2520OSP%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DS24%20OSP: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DS24%20PHV
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS24%2520PHV%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DS24%20PHV: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DS24%20XXZ
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS24%2520XXZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DS24%20XXZ: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DV24%20JXX
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV24%2520JXX%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DV24%20JXX: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DV24%20KFU
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV24%2520KFU%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DV24%20KFU: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DY71%20OAA
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY71%2520OAA%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DY71%20OAA: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DY74%20BVV
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY74%2520BVV%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DY74%20BVV: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DY74%20BXB
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY74%2520BXB%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DY74%20BXB: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DY74%20OHL
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY74%2520OHL%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DY74%20OHL: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: EA71%20DHD
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA71%2520DHD%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for EA71%20DHD: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: FH23%20HHJ
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH23%2520HHJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for FH23%20HHJ: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: FN23%20OKM
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN23%2520OKM%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for FN23%20OKM: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: FN23%20OKW
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN23%2520OKW%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for FN23%20OKW: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: FN72%20OEE
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN72%2520OEE%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for FN72%20OEE: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: GD23%20NXE
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD23%2520NXE%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for GD23%20NXE: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: GF23%20SYV
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF23%2520SYV%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for GF23%20SYV: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: GU23%20VMV
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU23%2520VMV%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for GU23%20VMV: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: AE21%20JXN
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE21%2520JXN%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for AE21%20JXN: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: AF73%20FDG
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF73%2520FDG%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for AF73%20FDG: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: BP23%20OXE
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP23%2520OXE%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for BP23%20OXE: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: BT72%20YFK
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT72%2520YFK%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for BT72%20YFK: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DL73%20KOA
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520KOA%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DL73%20KOA: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DL73%20KPZ
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520KPZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DL73%20KPZ: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DL73%20UHR
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520UHR%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DL73%20UHR: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DL74%20WBK
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL74%2520WBK%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DL74%20WBK: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DL74%20WUJ
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL74%2520WUJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DL74%20WUJ: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DP74%20RVV
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP74%2520RVV%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DP74%20RVV: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DP74%20RXJ
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP74%2520RXJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DP74%20RXJ: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DS24%20OUY
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS24%2520OUY%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DS24%20OUY: 0
2026-03-26 08:04:02 [bca.uk] INFO: Found listing with ID: DV24%20KFY
2026-03-26 08:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV24%2520KFY%27 HTTP/1.1" 200 None
2026-03-26 08:04:02 [bca.uk] INFO: Scrape type for DV24%20KFY: 0
2026-03-26 08:04:02 [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-26 08:04:02 [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-26 08:04:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:04 [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-26 08:04:04 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:04 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded
2026-03-26 08:04:04 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:04 [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-26 08:04:04 [bca.uk] INFO: Found listing with ID: FH23%20HFT
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH23%2520HFT%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for FH23%20HFT: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: FV72%20NMZ
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV72%2520NMZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for FV72%20NMZ: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: FV72%20UEH
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV72%2520UEH%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for FV72%20UEH: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: GD23%20DXH
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD23%2520DXH%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for GD23%20DXH: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: GM23%20KFW
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM23%2520KFW%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for GM23%20KFW: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: GX15%20AOW
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX15%2520AOW%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for GX15%20AOW: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: LC22%20KRD
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC22%2520KRD%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for LC22%20KRD: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: LL70%20FHT
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL70%2520FHT%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for LL70%20FHT: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: LT24%20VEF
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT24%2520VEF%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for LT24%20VEF: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: LV24%20JUC
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV24%2520JUC%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for LV24%20JUC: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: OE68%20UGJ
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE68%2520UGJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for OE68%20UGJ: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: SE70%20BUP
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE70%2520BUP%27 HTTP/1.1" 200 None
2026-03-26 08:04:04 [bca.uk] INFO: Scrape type for SE70%20BUP: 0
2026-03-26 08:04:04 [bca.uk] INFO: Found listing with ID: YC17%20ZWS
2026-03-26 08:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC17%2520ZWS%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for YC17%20ZWS: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: KM22%20HXJ
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM22%2520HXJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for KM22%20HXJ: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: SG23%20VHH
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG23%2520VHH%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for SG23%20VHH: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: YR23%20OOH
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR23%2520OOH%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for YR23%20OOH: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: AM10%20BAK
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AM10%2520BAK%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for AM10%20BAK: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: BG67%20PHA
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG67%2520PHA%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for BG67%20PHA: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: OE62%20CWL
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE62%2520CWL%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for OE62%20CWL: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: YP67%20WHC
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP67%2520WHC%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for YP67%20WHC: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: SG16%20FHF
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG16%2520FHF%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for SG16%20FHF: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: CK17%20NPX
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK17%2520NPX%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for CK17%20NPX: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: DY69%20SYR
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY69%2520SYR%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for DY69%20SYR: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: KT17%20OAW
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT17%2520OAW%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for KT17%20OAW: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: LO19%20APU
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO19%2520APU%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for LO19%20APU: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: NU68%20MFY
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU68%2520MFY%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for NU68%20MFY: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: NX70%20VVE
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX70%2520VVE%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for NX70%20VVE: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: YY69%20FEJ
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY69%2520FEJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for YY69%20FEJ: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: CV09%20MDY
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV09%2520MDY%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for CV09%20MDY: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: DA12%20RCV
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA12%2520RCV%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for DA12%20RCV: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: EK12%20ZXD
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK12%2520ZXD%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for EK12%20ZXD: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: FE53%20KTN
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE53%2520KTN%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for FE53%20KTN: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: FV57%20MYX
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV57%2520MYX%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for FV57%20MYX: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: LR67%20UVK
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR67%2520UVK%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for LR67%20UVK: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: MW68%20CLN
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW68%2520CLN%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for MW68%20CLN: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: NC06%20MUP
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NC06%2520MUP%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for NC06%20MUP: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: PE11%20XTH
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE11%2520XTH%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for PE11%20XTH: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: PX66%20XYP
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX66%2520XYP%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for PX66%20XYP: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: WA64%20EWR
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA64%2520EWR%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for WA64%20EWR: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: WD13%20EZZ
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD13%2520EZZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for WD13%20EZZ: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: YT19%20GNW
2026-03-26 08:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT19%2520GNW%27 HTTP/1.1" 200 None
2026-03-26 08:04:05 [bca.uk] INFO: Scrape type for YT19%20GNW: 0
2026-03-26 08:04:05 [bca.uk] INFO: Found listing with ID: BJ68%20JMX
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ68%2520JMX%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for BJ68%20JMX: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: KR13%20OVF
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR13%2520OVF%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for KR13%20OVF: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: RJ65%20JBO
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ65%2520JBO%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for RJ65%20JBO: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: YK21%20VPN
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK21%2520VPN%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for YK21%20VPN: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: SN70%20KWO
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN70%2520KWO%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for SN70%20KWO: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: AK71%20DCV
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK71%2520DCV%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for AK71%20DCV: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: MT71%20VMX
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT71%2520VMX%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for MT71%20VMX: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: GY64%20XME
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY64%2520XME%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for GY64%20XME: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: YR60%20YDW
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR60%2520YDW%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for YR60%20YDW: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: CV68%20UMS
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV68%2520UMS%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for CV68%20UMS: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: BD20%20FSX
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD20%2520FSX%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for BD20%20FSX: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: FL70%20SUA
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL70%2520SUA%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for FL70%20SUA: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: LV65%20GGO
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV65%2520GGO%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for LV65%20GGO: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: VE15%20EKR
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE15%2520EKR%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for VE15%20EKR: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: MV19%20ABK
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV19%2520ABK%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for MV19%20ABK: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: NA22%20DCV
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA22%2520DCV%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for NA22%20DCV: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: KO23%20RWV
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO23%2520RWV%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for KO23%20RWV: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: OE19%20KLZ
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE19%2520KLZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for OE19%20KLZ: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: WA19%20NEN
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA19%2520NEN%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for WA19%20NEN: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: YH14%20LRL
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH14%2520LRL%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for YH14%20LRL: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: AE69%20PCU
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE69%2520PCU%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for AE69%20PCU: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: AR19%20OTG
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AR19%2520OTG%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for AR19%20OTG: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: BK68%20ECE
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK68%2520ECE%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for BK68%20ECE: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: BP19%20TWZ
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP19%2520TWZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for BP19%20TWZ: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: BX69%20KFJ
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX69%2520KFJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for BX69%20KFJ: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: CE18%20SZK
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE18%2520SZK%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for CE18%20SZK: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: JG15%20TAN
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27JG15%2520TAN%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for JG15%20TAN: 2
2026-03-26 08:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14ca5336-4471-5f4b-9216-17127441e0ef with identifier: JG15%20TAN
2026-03-26 08:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14ca5336-4471-5f4b-9216-17127441e0ef with scrape type 2
2026-03-26 08:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14ca5336-4471-5f4b-9216-17127441e0ef with scrape type 2
2026-03-26 08:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14ca5336-4471-5f4b-9216-17127441e0ef, identifier: JG15%20TAN
2026-03-26 08:04:06 [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-26 08:04:06 [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-26 08:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14ca5336-4471-5f4b-9216-17127441e0ef with identifier: JG15%20TAN
2026-03-26 08:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14ca5336-4471-5f4b-9216-17127441e0ef with identifier: JG15%20TAN
2026-03-26 08:04:06 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 14ca5336-4471-5f4b-9216-17127441e0ef with expiration date: 2026-03-26T07:30:00Z
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JG15%20TAN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T07:30:00Z',
'fuel_type': 'Diesel',
'id': '14ca5336-4471-5f4b-9216-17127441e0ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'JG15 TAN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=JG15%20TAN&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'BMW',
'model': 'X4',
'odometer': 55332,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 19300,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seller_name': None,
'title': 'BMW X4 2.0 XDRIVE 20D SPORT STEP Coupe',
'transmission': 'manual',
'trim': 'XDRIVE 20D SPORT STEP',
'vin': 'WBAVJ92060LE78538',
'year': 2019}
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27JG15%2520TAN%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Saving data for JG15%20TAN: {'auction_closing_time': 1774510200.0, 'created_time': 1773958832.69551, 'last_price_update_time': 1774512246.72669}
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JG15%2520TAN') HTTP/1.1" 204 0
2026-03-26 08:04:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: KO23%20ULA
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO23%2520ULA%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for KO23%20ULA: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: KW73%20VTL
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW73%2520VTL%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for KW73%20VTL: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: LK68%20NTM
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LK68%2520NTM%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for LK68%20NTM: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: MJ70%20HVT
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ70%2520HVT%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for MJ70%20HVT: 0
2026-03-26 08:04:06 [bca.uk] INFO: Found listing with ID: PK70%20LME
2026-03-26 08:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK70%2520LME%27 HTTP/1.1" 200 None
2026-03-26 08:04:06 [bca.uk] INFO: Scrape type for PK70%20LME: 2
2026-03-26 08:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55f30f30-7915-5bd7-8f88-3925ad58e8fd with identifier: PK70%20LME
2026-03-26 08:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55f30f30-7915-5bd7-8f88-3925ad58e8fd with scrape type 2
2026-03-26 08:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55f30f30-7915-5bd7-8f88-3925ad58e8fd with scrape type 2
2026-03-26 08:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55f30f30-7915-5bd7-8f88-3925ad58e8fd, identifier: PK70%20LME
2026-03-26 08:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55f30f30-7915-5bd7-8f88-3925ad58e8fd with identifier: PK70%20LME
2026-03-26 08:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55f30f30-7915-5bd7-8f88-3925ad58e8fd with identifier: PK70%20LME
2026-03-26 08:04:07 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 55f30f30-7915-5bd7-8f88-3925ad58e8fd with expiration date: 2026-03-26T07:30:00Z
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK70%20LME-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-26T07:30:00Z',
'fuel_type': 'Petrol/Electric',
'id': '55f30f30-7915-5bd7-8f88-3925ad58e8fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK70 LME',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK70%20LME&vehicleType=*',
'listing': 'directbuy',
'location': 'Paddock Wood',
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 51038,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13600,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'TOYOTA C-HR 1.8 HYBRID 122 DESIGN Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID 122 DESIGN',
'vin': 'NMTK33BX70R065340',
'year': 2020}
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK70%2520LME%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Saving data for PK70%20LME: {'auction_closing_time': 1774510200.0, 'created_time': 1774418966.956127, 'last_price_update_time': 1774512247.053939}
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK70%2520LME') HTTP/1.1" 204 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: RK71%20MPU
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK71%2520MPU%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for RK71%20MPU: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: SJ20%20FMP
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ20%2520FMP%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for SJ20%20FMP: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: SK72%20YTM
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK72%2520YTM%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for SK72%20YTM: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: VN73%20XUO
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN73%2520XUO%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for VN73%20XUO: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: VO20%20CYH
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO20%2520CYH%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for VO20%20CYH: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: WJ19%20MTF
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ19%2520MTF%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for WJ19%20MTF: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: YE22%20WVP
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE22%2520WVP%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for YE22%20WVP: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: YN19%20HSY
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN19%2520HSY%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for YN19%20HSY: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: YN71%20OAW
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN71%2520OAW%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for YN71%20OAW: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: YS19%20JMO
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS19%2520JMO%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for YS19%20JMO: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: YY71%20NVH
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY71%2520NVH%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for YY71%20NVH: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: DG20%20WSG
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG20%2520WSG%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for DG20%20WSG: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: DK20%20WHP
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK20%2520WHP%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for DK20%20WHP: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: DX71%20ZNB
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX71%2520ZNB%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for DX71%20ZNB: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: EJ69%20AFY
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ69%2520AFY%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for EJ69%20AFY: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: FD21%20HBN
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD21%2520HBN%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for FD21%20HBN: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: GP21%20APV
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GP21%2520APV%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for GP21%20APV: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: MH19%20FXO
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MH19%2520FXO%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for MH19%20FXO: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: MJ23%20JAV
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ23%2520JAV%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for MJ23%20JAV: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: WF70%20WRR
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF70%2520WRR%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for WF70%20WRR: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: WG19%20ZGY
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG19%2520ZGY%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for WG19%20ZGY: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: YX72%20SBU
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX72%2520SBU%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for YX72%20SBU: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: AF22%20RBZ
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF22%2520RBZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for AF22%20RBZ: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: AF22%20UBK
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF22%2520UBK%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for AF22%20UBK: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: AU72%20MHO
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU72%2520MHO%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for AU72%20MHO: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: AY20%20ZZG
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY20%2520ZZG%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for AY20%20ZZG: 0
2026-03-26 08:04:07 [bca.uk] INFO: Found listing with ID: BD21%20GZN
2026-03-26 08:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD21%2520GZN%27 HTTP/1.1" 200 None
2026-03-26 08:04:07 [bca.uk] INFO: Scrape type for BD21%20GZN: 0
2026-03-26 08:04:09 [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-26 08:04:09 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:09 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded
2026-03-26 08:04:09 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:09 [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-26 08:04:09 [bca.uk] INFO: Found listing with ID: BT73%20GMG
2026-03-26 08:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:09 [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-26 08:04:09 [bca.uk] INFO: Scrape type for BT73%20GMG: 0
2026-03-26 08:04:09 [bca.uk] INFO: Found listing with ID: CV20%20BZO
2026-03-26 08:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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%2520BZO%27 HTTP/1.1" 200 None
2026-03-26 08:04:09 [bca.uk] INFO: Scrape type for CV20%20BZO: 0
2026-03-26 08:04:09 [bca.uk] INFO: Found listing with ID: DA23%20MKK
2026-03-26 08:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:09 [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-26 08:04:09 [bca.uk] INFO: Scrape type for DA23%20MKK: 0
2026-03-26 08:04:09 [bca.uk] INFO: Found listing with ID: DC68%20BUJ
2026-03-26 08:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:09 [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-26 08:04:09 [bca.uk] INFO: Scrape type for DC68%20BUJ: 0
2026-03-26 08:04:09 [bca.uk] INFO: Found listing with ID: FD22%20AUJ
2026-03-26 08:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD22%2520AUJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:09 [bca.uk] INFO: Scrape type for FD22%20AUJ: 0
2026-03-26 08:04:09 [bca.uk] INFO: Found listing with ID: FX23%20YXL
2026-03-26 08:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for FX23%20YXL: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: LD69%20CKV
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for LD69%20CKV: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: LM19%20JZP
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for LM19%20JZP: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: NA22%20WZX
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for NA22%20WZX: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: NA72%20MUU
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for NA72%20MUU: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: NL20%20HLH
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL20%2520HLH%27 HTTP/1.1" 200 None
2026-03-26 08:04:10 [bca.uk] INFO: Scrape type for NL20%20HLH: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: NU75%20JXN
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for NU75%20JXN: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: SD72%20XOV
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for SD72%20XOV: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: VN19%20UGC
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520UGC%27 HTTP/1.1" 200 None
2026-03-26 08:04:10 [bca.uk] INFO: Scrape type for VN19%20UGC: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: WX19%20UVG
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for WX19%20UVG: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: YY23%20EHM
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520EHM%27 HTTP/1.1" 200 None
2026-03-26 08:04:10 [bca.uk] INFO: Scrape type for YY23%20EHM: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: AD19%20BYV
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for AD19%20BYV: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: WK61%20ZTU
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for WK61%20ZTU: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: WM65%20NGY
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for WM65%20NGY: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: WR62%20NLM
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for WR62%20NLM: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: YH16%20NFA
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for YH16%20NFA: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: YH61%20CKP
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for YH61%20CKP: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: YK59%20SRO
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for YK59%20SRO: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: CF16%20VCC
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for CF16%20VCC: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: DW19%20XGT
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for DW19%20XGT: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: EX70%20PYS
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for EX70%20PYS: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: FV21%20KFD
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for FV21%20KFD: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: GL66%20DZX
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for GL66%20DZX: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: KM65%20YAU
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM65%2520YAU%27 HTTP/1.1" 200 None
2026-03-26 08:04:10 [bca.uk] INFO: Scrape type for KM65%20YAU: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: KS17%20VUM
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for KS17%20VUM: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: KU67%20OWA
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for KU67%20OWA: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: KW67%20AHA
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for KW67%20AHA: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: KY19%20WJP
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for KY19%20WJP: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: MM64%20CCZ
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for MM64%20CCZ: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: NGZ%201668
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for NGZ%201668: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: OY17%20WCN
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for OY17%20WCN: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: WD64%20TRX
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for WD64%20TRX: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: WF69%20GXA
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for WF69%20GXA: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: WG16%20OFV
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for WG16%20OFV: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: WG17%20VOJ
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520VOJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:10 [bca.uk] INFO: Scrape type for WG17%20VOJ: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: WG65%20CFK
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for WG65%20CFK: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: WJ66%20FHR
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for WJ66%20FHR: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: WK69%20PXF
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for WK69%20PXF: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: YD17%20MTC
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for YD17%20MTC: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: YJ65%20YRV
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for YJ65%20YRV: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: AF63%20PHX
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for AF63%20PHX: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: AK15%20UKF
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for AK15%20UKF: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: AY14%20ZKZ
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY14%2520ZKZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:10 [bca.uk] INFO: Scrape type for AY14%20ZKZ: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: BD58%20DZK
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for BD58%20DZK: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: BN57%20NXY
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for BN57%20NXY: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: BP11%20DJP
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for BP11%20DJP: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: CP10%20FWA
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for CP10%20FWA: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: CV15%20YZR
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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%2520YZR%27 HTTP/1.1" 200 None
2026-03-26 08:04:10 [bca.uk] INFO: Scrape type for CV15%20YZR: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: DL65%20UBT
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for DL65%20UBT: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: FD17%20YNY
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for FD17%20YNY: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: FN67%20FRL
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for FN67%20FRL: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: GC15%20SNZ
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for GC15%20SNZ: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: HG16%20FMK
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for HG16%20FMK: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: HG61%20GZK
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:10 [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-26 08:04:10 [bca.uk] INFO: Scrape type for HG61%20GZK: 0
2026-03-26 08:04:10 [bca.uk] INFO: Found listing with ID: KV17%20YLG
2026-03-26 08:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV17%2520YLG%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for KV17%20YLG: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: LR62%20FFH
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for LR62%20FFH: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: LS13%20PZA
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for LS13%20PZA: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: NJ16%20JYW
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for NJ16%20JYW: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: OW15%20CWM
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for OW15%20CWM: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: WA64%20ZFT
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for WA64%20ZFT: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: WF63%20PZN
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for WF63%20PZN: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: WG08%20KYB
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for WG08%20KYB: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: WG11%20AMV
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for WG11%20AMV: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: WG14%20MKX
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for WG14%20MKX: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: D22%20PRD
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27D22%2520PRD%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for D22%20PRD: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: EN14%20KJE
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520KJE%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for EN14%20KJE: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: SD14%20DZH
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for SD14%20DZH: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: SR17%20FDM
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for SR17%20FDM: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: VE59%20LZX
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for VE59%20LZX: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: WL07%20KFX
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for WL07%20KFX: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: WX64%20BSZ
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for WX64%20BSZ: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: VX66%20ZVW
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX66%2520ZVW%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for VX66%20ZVW: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: AV65%20ZLK
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for AV65%20ZLK: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: BD16%20BFA
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520BFA%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for BD16%20BFA: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: DL66%20JWY
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for DL66%20JWY: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: FN18%20YMZ
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for FN18%20YMZ: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: HG67%20UFV
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for HG67%20UFV: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: HR19%20YFO
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HR19%2520YFO%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for HR19%20YFO: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: KC15%20AAE
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for KC15%20AAE: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: KM64%20VPG
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for KM64%20VPG: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: LF15%20XDV
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for LF15%20XDV: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: OV12%20AEN
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for OV12%20AEN: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: OW19%20OPD
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for OW19%20OPD: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: OY19%20FMJ
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for OY19%20FMJ: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: PY16%20EYZ
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520EYZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for PY16%20EYZ: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: RE68%20ECJ
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for RE68%20ECJ: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: RK69%20OEB
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520OEB%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for RK69%20OEB: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: RV59%20FLN
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV59%2520FLN%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for RV59%20FLN: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: SA11%20EZW
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for SA11%20EZW: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: ST66%20LRJ
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST66%2520LRJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for ST66%20LRJ: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: BN09%20FJU
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for BN09%20FJU: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: DV65%20WKF
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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%2520WKF%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for DV65%20WKF: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: EJ52%20FWV
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [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-26 08:04:11 [bca.uk] INFO: Scrape type for EJ52%20FWV: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: FG18%20EJL
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520EJL%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for FG18%20EJL: 0
2026-03-26 08:04:11 [bca.uk] INFO: Found listing with ID: FH69%20MWK
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH69%2520MWK%27 HTTP/1.1" 200 None
2026-03-26 08:04:11 [bca.uk] INFO: Scrape type for FH69%20MWK: 0
2026-03-26 08:04:11 [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-26 08:04:11 [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-26 08:04:11 [scrapy.extensions.logstats] INFO: Crawled 73 pages (at 23 pages/min), scraped 147 items (at 40 items/min)
2026-03-26 08:04:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:04:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:13 [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-26 08:04:13 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:13 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded
2026-03-26 08:04:13 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:13 [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-26 08:04:13 [bca.uk] INFO: Found listing with ID: KT66%20JYN
2026-03-26 08:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT66%2520JYN%27 HTTP/1.1" 200 None
2026-03-26 08:04:13 [bca.uk] INFO: Scrape type for KT66%20JYN: 0
2026-03-26 08:04:13 [bca.uk] INFO: Found listing with ID: KU66%20ZTZ
2026-03-26 08:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU66%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:13 [bca.uk] INFO: Scrape type for KU66%20ZTZ: 0
2026-03-26 08:04:13 [bca.uk] INFO: Found listing with ID: LT13%20TVF
2026-03-26 08:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT13%2520TVF%27 HTTP/1.1" 200 None
2026-03-26 08:04:13 [bca.uk] INFO: Scrape type for LT13%20TVF: 0
2026-03-26 08:04:13 [bca.uk] INFO: Found listing with ID: PF15%20TXD
2026-03-26 08:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF15%2520TXD%27 HTTP/1.1" 200 None
2026-03-26 08:04:13 [bca.uk] INFO: Scrape type for PF15%20TXD: 0
2026-03-26 08:04:13 [bca.uk] INFO: Found listing with ID: SK69%20GHU
2026-03-26 08:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK69%2520GHU%27 HTTP/1.1" 200 None
2026-03-26 08:04:13 [bca.uk] INFO: Scrape type for SK69%20GHU: 0
2026-03-26 08:04:13 [bca.uk] INFO: Found listing with ID: SW18%20CCU
2026-03-26 08:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW18%2520CCU%27 HTTP/1.1" 200 None
2026-03-26 08:04:13 [bca.uk] INFO: Scrape type for SW18%20CCU: 0
2026-03-26 08:04:13 [bca.uk] INFO: Found listing with ID: YB65%20UOY
2026-03-26 08:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB65%2520UOY%27 HTTP/1.1" 200 None
2026-03-26 08:04:13 [bca.uk] INFO: Scrape type for YB65%20UOY: 0
2026-03-26 08:04:13 [bca.uk] INFO: Found listing with ID: AY15%20WGP
2026-03-26 08:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY15%2520WGP%27 HTTP/1.1" 200 None
2026-03-26 08:04:13 [bca.uk] INFO: Scrape type for AY15%20WGP: 0
2026-03-26 08:04:13 [bca.uk] INFO: Found listing with ID: BK66%20NDJ
2026-03-26 08:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK66%2520NDJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:13 [bca.uk] INFO: Scrape type for BK66%20NDJ: 0
2026-03-26 08:04:13 [bca.uk] INFO: Found listing with ID: BN69%20KPE
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN69%2520KPE%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for BN69%20KPE: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: FP62%20BPO
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP62%2520BPO%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for FP62%20BPO: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: KF07%20UOW
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF07%2520UOW%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for KF07%20UOW: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: KY62%20XWE
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY62%2520XWE%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for KY62%20XWE: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: LG18%20ETA
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG18%2520ETA%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for LG18%20ETA: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: OE65%20LXT
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE65%2520LXT%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for OE65%20LXT: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: PF16%20YDN
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF16%2520YDN%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for PF16%20YDN: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: PX64%20VTL
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX64%2520VTL%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for PX64%20VTL: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: SM67%20SNF
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM67%2520SNF%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for SM67%20SNF: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YP15%20JHF
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP15%2520JHF%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YP15%20JHF: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: AO65%20RUJ
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO65%2520RUJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for AO65%20RUJ: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: BG68%20FXY
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG68%2520FXY%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for BG68%20FXY: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: BJ67%20EFH
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ67%2520EFH%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for BJ67%20EFH: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: FV08%20DVP
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV08%2520DVP%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for FV08%20DVP: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: FV66%20EHE
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV66%2520EHE%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for FV66%20EHE: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: FY58%20BNL
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY58%2520BNL%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for FY58%20BNL: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: HW63%20CYA
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HW63%2520CYA%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for HW63%20CYA: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: LM68%20OYW
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM68%2520OYW%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for LM68%20OYW: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: LV62%20VKA
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV62%2520VKA%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for LV62%20VKA: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: NJ65%20VHK
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ65%2520VHK%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for NJ65%20VHK: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: PL63%20ABF
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL63%2520ABF%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for PL63%20ABF: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: SN66%20UAJ
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN66%2520UAJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for SN66%20UAJ: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YC61%20XUK
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC61%2520XUK%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YC61%20XUK: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YF68%20EAC
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF68%2520EAC%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YF68%20EAC: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YM18%20EXO
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM18%2520EXO%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YM18%20EXO: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YS15%20VCX
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS15%2520VCX%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YS15%20VCX: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YW16%20FXJ
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YW16%2520FXJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YW16%20FXJ: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: DG20%20KTE
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG20%2520KTE%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for DG20%20KTE: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: DY16%20LZS
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY16%2520LZS%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for DY16%20LZS: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: FV64%20URM
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV64%2520URM%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for FV64%20URM: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: LT13%20FGD
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT13%2520FGD%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for LT13%20FGD: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: NG21%20VPN
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG21%2520VPN%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for NG21%20VPN: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: PF68%20UBR
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF68%2520UBR%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for PF68%20UBR: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: VE23%20ZSG
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE23%2520ZSG%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for VE23%20ZSG: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: WN14%20NWW
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN14%2520NWW%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for WN14%20NWW: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: WV63%20DFP
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV63%2520DFP%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for WV63%20DFP: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YC62%20KCY
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC62%2520KCY%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YC62%20KCY: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YC68%20OZB
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC68%2520OZB%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YC68%20OZB: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YD16%20XEJ
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD16%2520XEJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YD16%20XEJ: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YE17%20LJU
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE17%2520LJU%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YE17%20LJU: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YF15%20JUE
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF15%2520JUE%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YF15%20JUE: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YG21%20XBE
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG21%2520XBE%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YG21%20XBE: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: YG61%20RVP
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG61%2520RVP%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for YG61%20RVP: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: OV19%20NWU
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV19%2520NWU%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for OV19%20NWU: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: P7%20DYX
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27P7%2520DYX%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for P7%20DYX: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: SB60%20CNO
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB60%2520CNO%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for SB60%20CNO: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: SB63%20LBV
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB63%2520LBV%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for SB63%20LBV: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: SN13%20ZFP
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN13%2520ZFP%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for SN13%20ZFP: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: SP17%20NHY
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP17%2520NHY%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for SP17%20NHY: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: VU66%20URO
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU66%2520URO%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for VU66%20URO: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: BN65%20OAW
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN65%2520OAW%27 HTTP/1.1" 200 None
2026-03-26 08:04:14 [bca.uk] INFO: Scrape type for BN65%20OAW: 0
2026-03-26 08:04:14 [bca.uk] INFO: Found listing with ID: CE63%20PBY
2026-03-26 08:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE63%2520PBY%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for CE63%20PBY: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: DS65%20WCC
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS65%2520WCC%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for DS65%20WCC: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: DX20%20HSV
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX20%2520HSV%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for DX20%20HSV: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: EJ66%20XPA
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ66%2520XPA%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for EJ66%20XPA: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: FE64%20FGV
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE64%2520FGV%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for FE64%20FGV: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: GJ60%20KJA
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ60%2520KJA%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for GJ60%20KJA: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: HN67%20PNL
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN67%2520PNL%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for HN67%20PNL: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: MV64%20KFJ
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV64%2520KFJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for MV64%20KFJ: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: ND19%20GYA
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND19%2520GYA%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for ND19%20GYA: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: ND61%20FXY
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND61%2520FXY%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for ND61%20FXY: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: NL64%20FPJ
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL64%2520FPJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for NL64%20FPJ: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: NU14%20YFL
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU14%2520YFL%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for NU14%20YFL: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: NU66%20UWF
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU66%2520UWF%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for NU66%20UWF: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: NV13%20UCS
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV13%2520UCS%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for NV13%20UCS: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: NV14%20XZJ
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV14%2520XZJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for NV14%20XZJ: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: NY60%20FRX
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NY60%2520FRX%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for NY60%20FRX: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: VK17%20YZN
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK17%2520YZN%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for VK17%20YZN: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: VX65%20LMY
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX65%2520LMY%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for VX65%20LMY: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: BD11%20UYV
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD11%2520UYV%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for BD11%20UYV: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: EO60%20FJV
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO60%2520FJV%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for EO60%20FJV: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: RO11%20CRF
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO11%2520CRF%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for RO11%20CRF: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: VK04%20TUA
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK04%2520TUA%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for VK04%20TUA: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: BV71%20OTX
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV71%2520OTX%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for BV71%20OTX: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: KO16%20PXH
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO16%2520PXH%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for KO16%20PXH: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: KV67%20KHA
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV67%2520KHA%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for KV67%20KHA: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: OV70%20HLC
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV70%2520HLC%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for OV70%20HLC: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: CV64%20HJX
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV64%2520HJX%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for CV64%20HJX: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: HK19%20PCZ
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK19%2520PCZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for HK19%20PCZ: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: SD12%20EHL
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD12%2520EHL%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for SD12%20EHL: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: WU63%20VWS
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU63%2520VWS%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for WU63%20VWS: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: RK18%20UTX
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK18%2520UTX%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for RK18%20UTX: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: SC65%20ONH
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC65%2520ONH%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for SC65%20ONH: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: ST71%20VFF
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST71%2520VFF%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for ST71%20VFF: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: VK71%20FYB
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK71%2520FYB%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for VK71%20FYB: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: VU17%20TSX
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU17%2520TSX%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for VU17%20TSX: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: WO66%20PUY
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO66%2520PUY%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for WO66%20PUY: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: WV16%20KMY
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV16%2520KMY%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for WV16%20KMY: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: YY23%20OMA
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY23%2520OMA%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for YY23%20OMA: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: YY72%20OHG
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY72%2520OHG%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for YY72%20OHG: 0
2026-03-26 08:04:15 [bca.uk] INFO: Found listing with ID: BG23%20YSW
2026-03-26 08:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG23%2520YSW%27 HTTP/1.1" 200 None
2026-03-26 08:04:15 [bca.uk] INFO: Scrape type for BG23%20YSW: 0
2026-03-26 08:04:15 [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-26 08:04:15 [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-26 08:04:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:17 [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-26 08:04:17 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=20&sort=MostRecentlyAdded
2026-03-26 08:04:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04: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-26 08:04:17 [bca.uk] INFO: Found listing with ID: BW17%20BYB
2026-03-26 08:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:17 [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-26 08:04:17 [bca.uk] INFO: Scrape type for BW17%20BYB: 0
2026-03-26 08:04:17 [bca.uk] INFO: Found listing with ID: DV62%20RWO
2026-03-26 08:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:17 [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-26 08:04:17 [bca.uk] INFO: Scrape type for DV62%20RWO: 0
2026-03-26 08:04:17 [bca.uk] INFO: Found listing with ID: FJ68%20NRO
2026-03-26 08:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:17 [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-26 08:04:17 [bca.uk] INFO: Scrape type for FJ68%20NRO: 0
2026-03-26 08:04:17 [bca.uk] INFO: Found listing with ID: HN59%20OAH
2026-03-26 08:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:17 [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-26 08:04:17 [bca.uk] INFO: Scrape type for HN59%20OAH: 0
2026-03-26 08:04:17 [bca.uk] INFO: Found listing with ID: LM13%20EUA
2026-03-26 08:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:17 [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-26 08:04:17 [bca.uk] INFO: Scrape type for LM13%20EUA: 0
2026-03-26 08:04:17 [bca.uk] INFO: Found listing with ID: LS69%20FWL
2026-03-26 08:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:17 [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-26 08:04:17 [bca.uk] INFO: Scrape type for LS69%20FWL: 0
2026-03-26 08:04:17 [bca.uk] INFO: Found listing with ID: LS72%20ZVO
2026-03-26 08:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS72%2520ZVO%27 HTTP/1.1" 200 None
2026-03-26 08:04:18 [bca.uk] INFO: Scrape type for LS72%20ZVO: 0
2026-03-26 08:04:18 [bca.uk] INFO: Found listing with ID: MM15%20KJZ
2026-03-26 08:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM15%2520KJZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:18 [bca.uk] INFO: Scrape type for MM15%20KJZ: 2
2026-03-26 08:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b65dcaa-b136-56ec-9290-143699e6d1cc with identifier: MM15%20KJZ
2026-03-26 08:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b65dcaa-b136-56ec-9290-143699e6d1cc with scrape type 2
2026-03-26 08:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b65dcaa-b136-56ec-9290-143699e6d1cc with scrape type 2
2026-03-26 08:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b65dcaa-b136-56ec-9290-143699e6d1cc, identifier: MM15%20KJZ
2026-03-26 08:04:18 [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-26 08:04:18 [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-26 08:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b65dcaa-b136-56ec-9290-143699e6d1cc with identifier: MM15%20KJZ
2026-03-26 08:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b65dcaa-b136-56ec-9290-143699e6d1cc with identifier: MM15%20KJZ
2026-03-26 08:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b65dcaa-b136-56ec-9290-143699e6d1cc with identifier: MM15%20KJZ to the API
2026-03-26 08:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM15%20KJZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0b65dcaa-b136-56ec-9290-143699e6d1cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MM15 KJZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM15%20KJZ&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 152634,
'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': 'WF05XXGCC5FY69877',
'year': 2015}
2026-03-26 08:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM15%2520KJZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:18 [bca.uk] INFO: Saving data for MM15%20KJZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774418810.781393, 'last_price_update_time': 1774512258.95639}
2026-03-26 08:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM15%2520KJZ') HTTP/1.1" 204 0
2026-03-26 08:04:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: NV65%20RVM
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV65%2520RVM%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for NV65%20RVM: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: OW69%20CEO
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OW69%2520CEO%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for OW69%20CEO: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: KJ19%20EUV
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ19%2520EUV%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for KJ19%20EUV: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: GL70%20BUW
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL70%2520BUW%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for GL70%20BUW: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: M888%20CTJ
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27M888%2520CTJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for M888%20CTJ: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: YA69%20BZC
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA69%2520BZC%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for YA69%20BZC: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: BU19%20KKE
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU19%2520KKE%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for BU19%20KKE: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: VK66%20AEX
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK66%2520AEX%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for VK66%20AEX: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: GU18%20LFN
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU18%2520LFN%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for GU18%20LFN: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: SW18%20VAU
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW18%2520VAU%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for SW18%20VAU: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: NJ18%20FYE
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ18%2520FYE%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for NJ18%20FYE: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: YC16%20WHU
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC16%2520WHU%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for YC16%20WHU: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: MD19%20HCG
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD19%2520HCG%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for MD19%20HCG: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: WX69%20UXG
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WX69%2520UXG%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for WX69%20UXG: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: PE59%20YSU
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE59%2520YSU%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for PE59%20YSU: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: CA68%20NBN
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA68%2520NBN%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for CA68%20NBN: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: GU68%20EZO
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU68%2520EZO%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for GU68%20EZO: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: MC17%20KHM
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC17%2520KHM%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for MC17%20KHM: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: NA69%20AOL
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA69%2520AOL%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for NA69%20AOL: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: AM02%20OAR
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AM02%2520OAR%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for AM02%20OAR: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: MD69%20TWV
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD69%2520TWV%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for MD69%20TWV: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: MW68%20WAU
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW68%2520WAU%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for MW68%20WAU: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: PE18%20UHL
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE18%2520UHL%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for PE18%20UHL: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: KR23%20GYS
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR23%2520GYS%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for KR23%20GYS: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: FL67%20MFP
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL67%2520MFP%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for FL67%20MFP: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: FP19%20CKG
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP19%2520CKG%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for FP19%20CKG: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: YE23%20FBN
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE23%2520FBN%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for YE23%20FBN: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: MW67%20AZF
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW67%2520AZF%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for MW67%20AZF: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: NU20%20NLC
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU20%2520NLC%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for NU20%20NLC: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: YB67%20HVG
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB67%2520HVG%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for YB67%20HVG: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: CA16%20FPG
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA16%2520FPG%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for CA16%20FPG: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: KR18%20NPP
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR18%2520NPP%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for KR18%20NPP: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: DSZ%204629
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DSZ%25204629%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for DSZ%204629: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: LJ18%20VEY
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ18%2520VEY%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for LJ18%20VEY: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: BP19%20JJK
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP19%2520JJK%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for BP19%20JJK: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: KJ17%20LNG
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ17%2520LNG%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for KJ17%20LNG: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: LO66%20CTV
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO66%2520CTV%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for LO66%20CTV: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: EY19%20WBO
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY19%2520WBO%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for EY19%20WBO: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: GN67%20WMT
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN67%2520WMT%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for GN67%20WMT: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: LS18%20MOV
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS18%2520MOV%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for LS18%20MOV: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: WO21%20RXJ
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO21%2520RXJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for WO21%20RXJ: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: LN72%20VDO
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN72%2520VDO%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for LN72%20VDO: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: WM22%20LHF
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM22%2520LHF%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for WM22%20LHF: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: WR73%20NUW
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR73%2520NUW%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for WR73%20NUW: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: LF17%20GDU
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF17%2520GDU%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for LF17%20GDU: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: BW23%20FNL
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW23%2520FNL%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for BW23%20FNL: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: WM23%20RXO
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM23%2520RXO%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for WM23%20RXO: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: BK68%20AUA
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK68%2520AUA%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for BK68%20AUA: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: BN19%20XDB
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN19%2520XDB%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for BN19%20XDB: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: YO68%20DXB
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO68%2520DXB%27 HTTP/1.1" 200 None
2026-03-26 08:04:19 [bca.uk] INFO: Scrape type for YO68%20DXB: 0
2026-03-26 08:04:19 [bca.uk] INFO: Found listing with ID: YV68%20JVT
2026-03-26 08:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for YV68%20JVT: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: DS21%20HWB
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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%2520HWB%27 HTTP/1.1" 200 None
2026-03-26 08:04:20 [bca.uk] INFO: Scrape type for DS21%20HWB: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: EX20%20WBE
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for EX20%20WBE: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: HF23%20YHR
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for HF23%20YHR: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: HV22%20OAB
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for HV22%20OAB: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: HY21%20EYL
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for HY21%20EYL: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: LC66%20XZW
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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%2520XZW%27 HTTP/1.1" 200 None
2026-03-26 08:04:20 [bca.uk] INFO: Scrape type for LC66%20XZW: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: LF17%20OTK
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for LF17%20OTK: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: SA21%20LRH
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520LRH%27 HTTP/1.1" 200 None
2026-03-26 08:04:20 [bca.uk] INFO: Scrape type for SA21%20LRH: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: BP66%20MZY
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for BP66%20MZY: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: DK22%20ODV
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK22%2520ODV%27 HTTP/1.1" 200 None
2026-03-26 08:04:20 [bca.uk] INFO: Scrape type for DK22%20ODV: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: DL72%20PFN
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for DL72%20PFN: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: EF67%20UED
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF67%2520UED%27 HTTP/1.1" 200 None
2026-03-26 08:04:20 [bca.uk] INFO: Scrape type for EF67%20UED: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: EK72%20FTE
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for EK72%20FTE: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: FV21%20WKN
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for FV21%20WKN: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: HW14%20KZT
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW14%2520KZT%27 HTTP/1.1" 200 None
2026-03-26 08:04:20 [bca.uk] INFO: Scrape type for HW14%20KZT: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: VO23%20NRZ
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for VO23%20NRZ: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: YT68%20VBB
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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%2520VBB%27 HTTP/1.1" 200 None
2026-03-26 08:04:20 [bca.uk] INFO: Scrape type for YT68%20VBB: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: YV19%20ZVO
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for YV19%20ZVO: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: AV71%20CFP
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for AV71%20CFP: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: BP72%20RCZ
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for BP72%20RCZ: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: BV23%20RWW
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for BV23%20RWW: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: BW70%20KKT
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for BW70%20KKT: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: DU23%20OGN
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for DU23%20OGN: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: DV19%20RMU
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for DV19%20RMU: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: KY23%20LWG
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for KY23%20LWG: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: NL21%20OVA
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for NL21%20OVA: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: YK72%20USO
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for YK72%20USO: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: CX71%20BVB
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for CX71%20BVB: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: CX71%20ZKV
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520ZKV%27 HTTP/1.1" 200 None
2026-03-26 08:04:20 [bca.uk] INFO: Scrape type for CX71%20ZKV: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: YM18%20PKV
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for YM18%20PKV: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: CA72%20FPZ
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for CA72%20FPZ: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: CX71%20BUW
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for CX71%20BUW: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: YM23%20NFL
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for YM23%20NFL: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: SJ21%20AZP
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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%2520AZP%27 HTTP/1.1" 200 None
2026-03-26 08:04:20 [bca.uk] INFO: Scrape type for SJ21%20AZP: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: BG72%20FXX
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for BG72%20FXX: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: DL72%20TYU
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for DL72%20TYU: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: ML23%20OXU
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for ML23%20OXU: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: VE72%20PPO
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for VE72%20PPO: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: YP67%20XUL
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for YP67%20XUL: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: MF70%20UMB
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [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-26 08:04:20 [bca.uk] INFO: Scrape type for MF70%20UMB: 0
2026-03-26 08:04:20 [bca.uk] INFO: Found listing with ID: MT70%20KNG
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520KNG%27 HTTP/1.1" 200 None
2026-03-26 08:04:20 [bca.uk] INFO: Scrape type for MT70%20KNG: 0
2026-03-26 08:04:22 [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-26 08:04:23 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:23 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded
2026-03-26 08:04:23 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:23 [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-26 08:04:23 [bca.uk] INFO: Found listing with ID: NA69%20KUG
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA69%2520KUG%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for NA69%20KUG: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: YHZ%207217
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YHZ%25207217%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for YHZ%207217: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: DU70%20TNX
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU70%2520TNX%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for DU70%20TNX: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: EO20%20HXG
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO20%2520HXG%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for EO20%20HXG: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: LB22%20JGZ
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for LB22%20JGZ: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: LG72%20RFE
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG72%2520RFE%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for LG72%20RFE: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: MA21%20ZPP
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA21%2520ZPP%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for MA21%20ZPP: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: HT71%20UDN
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT71%2520UDN%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for HT71%20UDN: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: HV72%20XWP
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV72%2520XWP%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for HV72%20XWP: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: MX21%20XUK
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MX21%2520XUK%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for MX21%20XUK: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: YO18%20RZV
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO18%2520RZV%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for YO18%20RZV: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: YT68%20VAV
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT68%2520VAV%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for YT68%20VAV: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: BK22%20KCA
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520KCA%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for BK22%20KCA: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: FN20%20XEE
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN20%2520XEE%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for FN20%20XEE: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: AF71%20VKZ
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF71%2520VKZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for AF71%20VKZ: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: YS69%20EUE
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS69%2520EUE%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for YS69%20EUE: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: YS69%20PBU
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS69%2520PBU%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for YS69%20PBU: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: YT19%20ERL
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT19%2520ERL%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for YT19%20ERL: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: HN25%20VNT
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN25%2520VNT%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for HN25%20VNT: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WA21%20OKE
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA21%2520OKE%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WA21%20OKE: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: BU18%20NKA
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU18%2520NKA%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for BU18%20NKA: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: FY23%20RGO
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY23%2520RGO%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for FY23%20RGO: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: KD16%20UTF
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KD16%2520UTF%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for KD16%20UTF: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: VK23%20GOJ
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK23%2520GOJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for VK23%20GOJ: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WU11%20YEF
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU11%2520YEF%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WU11%20YEF: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WP07%20XKZ
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP07%2520XKZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WP07%20XKZ: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WL64%20CXC
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WL64%2520CXC%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WL64%20CXC: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WM25%20EUZ
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM25%2520EUZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WM25%20EUZ: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: RO62%20YXR
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO62%2520YXR%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for RO62%20YXR: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: CJ25%20GZF
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ25%2520GZF%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for CJ25%20GZF: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WN75%20CVV
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN75%2520CVV%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WN75%20CVV: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: PK67%20EHF
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK67%2520EHF%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for PK67%20EHF: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WN24%20KZZ
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN24%2520KZZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WN24%20KZZ: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: NU60%20DNX
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU60%2520DNX%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for NU60%20DNX: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WP18%20YCL
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP18%2520YCL%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WP18%20YCL: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: HY60%20OHT
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY60%2520OHT%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for HY60%20OHT: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: BT21%20EOV
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT21%2520EOV%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for BT21%20EOV: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: DP65%20CAV
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP65%2520CAV%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for DP65%20CAV: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: FE23%20YCO
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE23%2520YCO%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for FE23%20YCO: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: GK08%20XXH
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK08%2520XXH%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for GK08%20XXH: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: VU23%20MZL
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU23%2520MZL%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for VU23%20MZL: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WO74%20DTV
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO74%2520DTV%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WO74%20DTV: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: DS21%20JCV
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS21%2520JCV%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for DS21%20JCV: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: NG64%20WKZ
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG64%2520WKZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for NG64%20WKZ: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WG73%20RWY
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG73%2520RWY%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WG73%20RWY: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WO18%20WNN
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO18%2520WNN%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WO18%20WNN: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: BF19%20RCY
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF19%2520RCY%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for BF19%20RCY: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: FJ68%20YFR
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ68%2520YFR%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for FJ68%20YFR: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: SY14%20UJA
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY14%2520UJA%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for SY14%20UJA: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: FE73%20ZRF
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE73%2520ZRF%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for FE73%20ZRF: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: NJ17%20ZVV
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ17%2520ZVV%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for NJ17%20ZVV: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: BN08%20AHA
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN08%2520AHA%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for BN08%20AHA: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: SA17%20MXE
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA17%2520MXE%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for SA17%20MXE: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: WL16%20HVN
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WL16%2520HVN%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for WL16%20HVN: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: HG71%20KFD
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG71%2520KFD%27 HTTP/1.1" 200 None
2026-03-26 08:04:23 [bca.uk] INFO: Scrape type for HG71%20KFD: 0
2026-03-26 08:04:23 [bca.uk] INFO: Found listing with ID: BN21%20WMM
2026-03-26 08:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN21%2520WMM%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for BN21%20WMM: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: WT16%20AYX
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WT16%2520AYX%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for WT16%20AYX: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: WF23%20UAE
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF23%2520UAE%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for WF23%20UAE: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: EJ12%20AUP
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ12%2520AUP%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for EJ12%20AUP: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: MM22%20UZX
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM22%2520UZX%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for MM22%20UZX: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: FD17%20UVM
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD17%2520UVM%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for FD17%20UVM: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: HG65%20ULP
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG65%2520ULP%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for HG65%20ULP: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: MJ69%20VDN
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ69%2520VDN%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for MJ69%20VDN: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: WK22%20GWM
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK22%2520GWM%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for WK22%20GWM: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: EJ21%20PBX
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ21%2520PBX%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for EJ21%20PBX: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: VN58%20SZC
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN58%2520SZC%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for VN58%20SZC: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: WN66%20CVC
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN66%2520CVC%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for WN66%20CVC: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: EJ68%20NRL
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ68%2520NRL%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for EJ68%20NRL: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: RV57%20UVS
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV57%2520UVS%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for RV57%20UVS: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: WP70%20UBF
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP70%2520UBF%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for WP70%20UBF: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: CV64%20WNG
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV64%2520WNG%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for CV64%20WNG: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: VN61%20DXP
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN61%2520DXP%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for VN61%20DXP: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: WJ06%20YMD
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ06%2520YMD%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for WJ06%20YMD: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: WL65%20DVH
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WL65%2520DVH%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for WL65%20DVH: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: KW59%20MLY
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW59%2520MLY%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for KW59%20MLY: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: WG71%20LHX
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG71%2520LHX%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for WG71%20LHX: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: PY65%20CZP
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY65%2520CZP%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for PY65%20CZP: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: MT19%20WNM
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT19%2520WNM%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for MT19%20WNM: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: ET59%20FKE
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET59%2520FKE%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for ET59%20FKE: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: LP69%20AYT
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP69%2520AYT%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for LP69%20AYT: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: KT69%20WJC
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT69%2520WJC%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for KT69%20WJC: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: VK62%20BZF
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK62%2520BZF%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for VK62%20BZF: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: BL12%20MVX
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL12%2520MVX%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for BL12%20MVX: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: EA11%20KWJ
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA11%2520KWJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for EA11%20KWJ: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: FY06%20PYV
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY06%2520PYV%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for FY06%20PYV: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: ML60%20JDF
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML60%2520JDF%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for ML60%20JDF: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: KO03%20EJD
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO03%2520EJD%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for KO03%20EJD: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: MK07%20CFX
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK07%2520CFX%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for MK07%20CFX: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: CU58%20BYX
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU58%2520BYX%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for CU58%20BYX: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: OY09%20MXO
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY09%2520MXO%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for OY09%20MXO: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: WD08%20NGO
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD08%2520NGO%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for WD08%20NGO: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: OV23%20ZNZ
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV23%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for OV23%20ZNZ: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: WH21%20CTV
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WH21%2520CTV%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for WH21%20CTV: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: EX10%20MYL
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX10%2520MYL%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for EX10%20MYL: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: NU62%20YXD
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU62%2520YXD%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for NU62%20YXD: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: YK55%20RXA
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK55%2520RXA%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for YK55%20RXA: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: OE23%20JZU
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE23%2520JZU%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for OE23%20JZU: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: ND12%20JXJ
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND12%2520JXJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for ND12%20JXJ: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: OV23%20CJU
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV23%2520CJU%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for OV23%20CJU: 0
2026-03-26 08:04:24 [bca.uk] INFO: Found listing with ID: NL11%20XFD
2026-03-26 08:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL11%2520XFD%27 HTTP/1.1" 200 None
2026-03-26 08:04:24 [bca.uk] INFO: Scrape type for NL11%20XFD: 0
2026-03-26 08:04:24 [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-26 08:04:24 [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-26 08:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:26 [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-26 08:04:27 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:27 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded
2026-03-26 08:04:27 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:27 [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-26 08:04:27 [bca.uk] INFO: Found listing with ID: SW09%20FHN
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW09%2520FHN%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for SW09%20FHN: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: WP59%20PJJ
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP59%2520PJJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for WP59%20PJJ: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: OE23%20DFP
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE23%2520DFP%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for OE23%20DFP: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: KM67%20XTZ
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM67%2520XTZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for KM67%20XTZ: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: YK63%20HJU
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK63%2520HJU%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for YK63%20HJU: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: DN58%20KPA
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN58%2520KPA%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for DN58%20KPA: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: SG14%20XND
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG14%2520XND%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for SG14%20XND: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: SO09%20EOJ
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO09%2520EOJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for SO09%20EOJ: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: NV08%20WWZ
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV08%2520WWZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for NV08%20WWZ: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: OE72%20KWK
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE72%2520KWK%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for OE72%20KWK: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: GX19%20GJU
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX19%2520GJU%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for GX19%20GJU: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: WJ11%20HZS
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ11%2520HZS%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for WJ11%20HZS: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: GJ59%20KPO
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ59%2520KPO%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for GJ59%20KPO: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: RO63%20ZXV
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO63%2520ZXV%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for RO63%20ZXV: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: SP05%20MXZ
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP05%2520MXZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for SP05%20MXZ: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: YP10%20CTO
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP10%2520CTO%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for YP10%20CTO: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: AO61%20YHN
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO61%2520YHN%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for AO61%20YHN: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: BV58%20BYG
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV58%2520BYG%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for BV58%20BYG: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: SC59%20FTK
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC59%2520FTK%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for SC59%20FTK: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: CX13%20HUV
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX13%2520HUV%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for CX13%20HUV: 0
2026-03-26 08:04:27 [bca.uk] INFO: Found listing with ID: HG58%20FBZ
2026-03-26 08:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG58%2520FBZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:27 [bca.uk] INFO: Scrape type for HG58%20FBZ: 2
2026-03-26 08:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29d51ae1-9e54-5e6b-9206-2ca736ff3a10 with identifier: HG58%20FBZ
2026-03-26 08:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29d51ae1-9e54-5e6b-9206-2ca736ff3a10 with scrape type 2
2026-03-26 08:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29d51ae1-9e54-5e6b-9206-2ca736ff3a10 with scrape type 2
2026-03-26 08:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29d51ae1-9e54-5e6b-9206-2ca736ff3a10, identifier: HG58%20FBZ
2026-03-26 08:04:28 [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-26 08:04:28 [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-26 08:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29d51ae1-9e54-5e6b-9206-2ca736ff3a10 with identifier: HG58%20FBZ
2026-03-26 08:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29d51ae1-9e54-5e6b-9206-2ca736ff3a10 with identifier: HG58%20FBZ
2026-03-26 08:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29d51ae1-9e54-5e6b-9206-2ca736ff3a10 with identifier: HG58%20FBZ to the API
2026-03-26 08:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:04:28 [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': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG58%20FBZ-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.1L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '29d51ae1-9e54-5e6b-9206-2ca736ff3a10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HG58 FBZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG58%20FBZ&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'CLC 220',
'odometer': 143263,
'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 CLC 220 2.1 CDI SE Coupe',
'transmission': 'manual',
'trim': 'CDI SE',
'vin': 'WDB2037082E048875',
'year': 2008}
2026-03-26 08:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG58%2520FBZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:28 [bca.uk] INFO: Saving data for HG58%20FBZ: {'auction_closing_time': 1774605600.0, 'created_time': 1774418771.510862, 'last_price_update_time': 1774512268.429606}
2026-03-26 08:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG58%2520FBZ') HTTP/1.1" 204 0
2026-03-26 08:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:28 [bca.uk] INFO: Found listing with ID: KS58%20OXA
2026-03-26 08:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS58%2520OXA%27 HTTP/1.1" 200 None
2026-03-26 08:04:28 [bca.uk] INFO: Scrape type for KS58%20OXA: 2
2026-03-26 08:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6910e50f-a953-5a3d-b8f8-f4bc39941f12 with identifier: KS58%20OXA
2026-03-26 08:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6910e50f-a953-5a3d-b8f8-f4bc39941f12 with scrape type 2
2026-03-26 08:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6910e50f-a953-5a3d-b8f8-f4bc39941f12 with scrape type 2
2026-03-26 08:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6910e50f-a953-5a3d-b8f8-f4bc39941f12, identifier: KS58%20OXA
2026-03-26 08:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6910e50f-a953-5a3d-b8f8-f4bc39941f12 with identifier: KS58%20OXA
2026-03-26 08:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6910e50f-a953-5a3d-b8f8-f4bc39941f12 with identifier: KS58%20OXA
2026-03-26 08:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6910e50f-a953-5a3d-b8f8-f4bc39941f12 with identifier: KS58%20OXA to the API
2026-03-26 08:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:04:29 [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': 148,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS58%20OXA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6910e50f-a953-5a3d-b8f8-f4bc39941f12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS58 OXA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS58%20OXA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'A150',
'odometer': 79152,
'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 A150 1.5 CLASSIC SE Hatchback',
'transmission': 'manual',
'trim': 'CLASSIC SE',
'vin': 'WDD1690312J705722',
'year': 2009}
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS58%2520OXA%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Saving data for KS58%20OXA: {'auction_closing_time': 1774605600.0, 'created_time': 1774016231.845247, 'last_price_update_time': 1774512269.030951}
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS58%2520OXA') HTTP/1.1" 204 0
2026-03-26 08:04:29 [bca.uk] INFO: Found listing with ID: ML08%20UCY
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML08%2520UCY%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Scrape type for ML08%20UCY: 0
2026-03-26 08:04:29 [bca.uk] INFO: Found listing with ID: MV63%20YST
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV63%2520YST%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Scrape type for MV63%20YST: 2
2026-03-26 08:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79bb39bc-ef36-5c7b-bb25-e7012f65e368 with identifier: MV63%20YST
2026-03-26 08:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79bb39bc-ef36-5c7b-bb25-e7012f65e368 with scrape type 2
2026-03-26 08:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79bb39bc-ef36-5c7b-bb25-e7012f65e368 with scrape type 2
2026-03-26 08:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79bb39bc-ef36-5c7b-bb25-e7012f65e368, identifier: MV63%20YST
2026-03-26 08:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79bb39bc-ef36-5c7b-bb25-e7012f65e368 with identifier: MV63%20YST
2026-03-26 08:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79bb39bc-ef36-5c7b-bb25-e7012f65e368 with identifier: MV63%20YST
2026-03-26 08:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79bb39bc-ef36-5c7b-bb25-e7012f65e368 with identifier: MV63%20YST to the API
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:04:29 [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': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV63%20YST-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '79bb39bc-ef36-5c7b-bb25-e7012f65e368',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MV63 YST',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV63%20YST&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'FORD',
'model': 'KA',
'odometer': 100343,
'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 KA 1.2 STUDIO CONNECT S/S Hatchback',
'transmission': 'manual',
'trim': 'STUDIO CONNECT S/S',
'vin': 'WF0UXXLTRUDA31502',
'year': 2013}
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV63%2520YST%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Saving data for MV63%20YST: {'auction_closing_time': 1774605600.0, 'created_time': 1774275749.125685, 'last_price_update_time': 1774512269.841575}
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV63%2520YST') HTTP/1.1" 204 0
2026-03-26 08:04:29 [bca.uk] INFO: Found listing with ID: WN63%20HFB
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN63%2520HFB%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Scrape type for WN63%20HFB: 0
2026-03-26 08:04:29 [bca.uk] INFO: Found listing with ID: EF69%20FGP
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF69%2520FGP%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Scrape type for EF69%20FGP: 0
2026-03-26 08:04:29 [bca.uk] INFO: Found listing with ID: DE61%20AVB
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE61%2520AVB%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Scrape type for DE61%20AVB: 0
2026-03-26 08:04:29 [bca.uk] INFO: Found listing with ID: LS06%20BVE
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS06%2520BVE%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Scrape type for LS06%20BVE: 0
2026-03-26 08:04:29 [bca.uk] INFO: Found listing with ID: WD59%20AZX
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD59%2520AZX%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Scrape type for WD59%20AZX: 0
2026-03-26 08:04:29 [bca.uk] INFO: Found listing with ID: LG69%20LCK
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG69%2520LCK%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Scrape type for LG69%20LCK: 0
2026-03-26 08:04:29 [bca.uk] INFO: Found listing with ID: NC19%20FNR
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NC19%2520FNR%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Scrape type for NC19%20FNR: 0
2026-03-26 08:04:29 [bca.uk] INFO: Found listing with ID: VK74%20ZSF
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK74%2520ZSF%27 HTTP/1.1" 200 None
2026-03-26 08:04:29 [bca.uk] INFO: Scrape type for VK74%20ZSF: 0
2026-03-26 08:04:29 [bca.uk] INFO: Found listing with ID: WU71%20ULM
2026-03-26 08:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU71%2520ULM%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for WU71%20ULM: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: YC21%20EXV
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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%2520EXV%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for YC21%20EXV: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: YF19%20GXH
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF19%2520GXH%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for YF19%20GXH: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: BK71%20PXH
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520PXH%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for BK71%20PXH: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: BN69%20EOH
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520EOH%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for BN69%20EOH: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: BT24%20LKX
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520LKX%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for BT24%20LKX: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: DG23%20HXH
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520HXH%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for DG23%20HXH: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: HY66%20HXR
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:30 [bca.uk] INFO: Scrape type for HY66%20HXR: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: BC70%20VUN
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:30 [bca.uk] INFO: Scrape type for BC70%20VUN: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: BG73%20WGW
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:30 [bca.uk] INFO: Scrape type for BG73%20WGW: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: DN70%20UOM
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN70%2520UOM%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for DN70%20UOM: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: DV68%20TGN
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520TGN%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for DV68%20TGN: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: FD68%20VYW
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD68%2520VYW%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for FD68%20VYW: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: GF69%20VSK
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF69%2520VSK%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for GF69%20VSK: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: MA72%20VWE
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520VWE%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for MA72%20VWE: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: VA19%20KWU
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520KWU%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for VA19%20KWU: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: WP73%20ALU
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP73%2520ALU%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for WP73%20ALU: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: Y200%20JDW
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y200%2520JDW%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for Y200%20JDW: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: AK21%20ZYR
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK21%2520ZYR%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for AK21%20ZYR: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: AP70%20OAO
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP70%2520OAO%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for AP70%20OAO: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: KL19%20ZGU
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL19%2520ZGU%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for KL19%20ZGU: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: KV21%20CPF
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV21%2520CPF%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for KV21%20CPF: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: LX70%20UWW
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:30 [bca.uk] INFO: Scrape type for LX70%20UWW: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: ML18%20JZP
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:30 [bca.uk] INFO: Scrape type for ML18%20JZP: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: WO68%20DUV
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO68%2520DUV%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for WO68%20DUV: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: DN69%20HCH
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:30 [bca.uk] INFO: Scrape type for DN69%20HCH: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: KN19%20GME
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN19%2520GME%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for KN19%20GME: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: KP68%20VAU
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP68%2520VAU%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for KP68%20VAU: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: YB73%20OAS
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB73%2520OAS%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for YB73%20OAS: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: AJ67%20RFF
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ67%2520RFF%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for AJ67%20RFF: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: DS70%20OEL
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS70%2520OEL%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for DS70%20OEL: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: NX18%20MXD
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX18%2520MXD%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for NX18%20MXD: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: PK20%20NPE
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520NPE%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for PK20%20NPE: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: PK70%20WFY
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK70%2520WFY%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for PK70%20WFY: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: PL19%20TVF
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL19%2520TVF%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for PL19%20TVF: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: SM19%20ZKN
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:30 [bca.uk] INFO: Scrape type for SM19%20ZKN: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: SV68%20PUK
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV68%2520PUK%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for SV68%20PUK: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: VU21%20FUW
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU21%2520FUW%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for VU21%20FUW: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: D21%20HGJ
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27D21%2520HGJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for D21%20HGJ: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: AF18%20LDL
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF18%2520LDL%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for AF18%20LDL: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: CV74%20ENF
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV74%2520ENF%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for CV74%20ENF: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: DC19%20XYH
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC19%2520XYH%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for DC19%20XYH: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: YR69%20WSE
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520WSE%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for YR69%20WSE: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: DSZ%206849
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:30 [bca.uk] INFO: Scrape type for DSZ%206849: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: GU18%20OBF
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520OBF%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for GU18%20OBF: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: GU69%20RWN
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520RWN%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for GU69%20RWN: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: HT19%20FSJ
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT19%2520FSJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for HT19%20FSJ: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: KV68%20EXM
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV68%2520EXM%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for KV68%20EXM: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: LC68%20EKW
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC68%2520EKW%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for LC68%20EKW: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: MF20%20LKN
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:30 [bca.uk] INFO: Scrape type for MF20%20LKN: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: OE70%20CVW
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:30 [bca.uk] INFO: Scrape type for OE70%20CVW: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: PK69%20RGU
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK69%2520RGU%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for PK69%20RGU: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: SH70%20LMU
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520LMU%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for SH70%20LMU: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: WG22%20UOD
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:30 [bca.uk] INFO: Scrape type for WG22%20UOD: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: AV20%20JJK
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV20%2520JJK%27 HTTP/1.1" 200 None
2026-03-26 08:04:30 [bca.uk] INFO: Scrape type for AV20%20JJK: 0
2026-03-26 08:04:30 [bca.uk] INFO: Found listing with ID: AVI%205715
2026-03-26 08:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:30 [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-26 08:04:31 [bca.uk] INFO: Scrape type for AVI%205715: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: EA69%20YRZ
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA69%2520YRZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:31 [bca.uk] INFO: Scrape type for EA69%20YRZ: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: EF19%20DHJ
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF19%2520DHJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:31 [bca.uk] INFO: Scrape type for EF19%20DHJ: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: EF69%20WKX
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF69%2520WKX%27 HTTP/1.1" 200 None
2026-03-26 08:04:31 [bca.uk] INFO: Scrape type for EF69%20WKX: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: FL68%20YNR
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL68%2520YNR%27 HTTP/1.1" 200 None
2026-03-26 08:04:31 [bca.uk] INFO: Scrape type for FL68%20YNR: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: GF21%20WGC
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520WGC%27 HTTP/1.1" 200 None
2026-03-26 08:04:31 [bca.uk] INFO: Scrape type for GF21%20WGC: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: GJ22%20OLV
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520OLV%27 HTTP/1.1" 200 None
2026-03-26 08:04:31 [bca.uk] INFO: Scrape type for GJ22%20OLV: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: GJ23%20MRO
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [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-26 08:04:31 [bca.uk] INFO: Scrape type for GJ23%20MRO: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: GV69%20PSU
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [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-26 08:04:31 [bca.uk] INFO: Scrape type for GV69%20PSU: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: GY22%20FNZ
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520FNZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:31 [bca.uk] INFO: Scrape type for GY22%20FNZ: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: KN70%20LWE
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520LWE%27 HTTP/1.1" 200 None
2026-03-26 08:04:31 [bca.uk] INFO: Scrape type for KN70%20LWE: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: KU71%20LTJ
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU71%2520LTJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:31 [bca.uk] INFO: Scrape type for KU71%20LTJ: 0
2026-03-26 08:04:31 [bca.uk] INFO: Found listing with ID: LV20%20FBL
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV20%2520FBL%27 HTTP/1.1" 200 None
2026-03-26 08:04:31 [bca.uk] INFO: Scrape type for LV20%20FBL: 0
2026-03-26 08:04:33 [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-26 08:04:33 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:33 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded
2026-03-26 08:04:33 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:33 [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-26 08:04:33 [bca.uk] INFO: Found listing with ID: LV22%20XPR
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV22%2520XPR%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for LV22%20XPR: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: LV23%20RXA
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520RXA%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for LV23%20RXA: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: LY69%20JHL
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY69%2520JHL%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for LY69%20JHL: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: MJ69%20HJC
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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%2520HJC%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for MJ69%20HJC: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: NV19%20UBR
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [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-26 08:04:33 [bca.uk] INFO: Scrape type for NV19%20UBR: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: RL19%20CAA
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RL19%2520CAA%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for RL19%20CAA: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: UM60%20LFR
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UM60%2520LFR%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for UM60%20LFR: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: WP70%20AWG
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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%2520AWG%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for WP70%20AWG: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: YB69%20XZF
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520XZF%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for YB69%20XZF: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: YY69%20EEB
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520EEB%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for YY69%20EEB: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: RK14%20KJE
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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-26 08:04:33 [bca.uk] INFO: Scrape type for RK14%20KJE: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: AB55%20WWW
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [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-26 08:04:33 [bca.uk] INFO: Scrape type for AB55%20WWW: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: BT71%20LZR
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520LZR%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for BT71%20LZR: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: ET68%20DWO
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520DWO%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for ET68%20DWO: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: FY70%20VLF
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520VLF%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for FY70%20VLF: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: V800%20ARR
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [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-26 08:04:33 [bca.uk] INFO: Scrape type for V800%20ARR: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: YF20%20YJW
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520YJW%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for YF20%20YJW: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: YN20%20XDY
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN20%2520XDY%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for YN20%20XDY: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: YR19%20EBM
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR19%2520EBM%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for YR19%20EBM: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: CK18%20WJG
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520WJG%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for CK18%20WJG: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: UIG%204202
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UIG%25204202%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for UIG%204202: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: AJ16%20DKO
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ16%2520DKO%27 HTTP/1.1" 200 None
2026-03-26 08:04:33 [bca.uk] INFO: Scrape type for AJ16%20DKO: 0
2026-03-26 08:04:33 [bca.uk] INFO: Found listing with ID: ND70%20FWR
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND70%2520FWR%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for ND70%20FWR: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: ND70%20LZE
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND70%2520LZE%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for ND70%20LZE: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: NG74%20PZW
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG74%2520PZW%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for NG74%20PZW: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: OE74%20XKB
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE74%2520XKB%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for OE74%20XKB: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: BB05%20OJB
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BB05%2520OJB%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for BB05%20OJB: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: FP69%20OJT
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP69%2520OJT%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for FP69%20OJT: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: ML20%20MOV
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML20%2520MOV%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for ML20%20MOV: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: PJ19%20HMO
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ19%2520HMO%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for PJ19%20HMO: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: YR71%20LYW
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR71%2520LYW%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for YR71%20LYW: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: GN19%20UET
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN19%2520UET%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for GN19%20UET: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: KJ19%20OPY
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ19%2520OPY%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for KJ19%20OPY: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: OY68%20RPO
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY68%2520RPO%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for OY68%20RPO: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: RE68%20BSO
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE68%2520BSO%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for RE68%20BSO: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: BP19%20UPB
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP19%2520UPB%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for BP19%20UPB: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: DV70%20UAG
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV70%2520UAG%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for DV70%20UAG: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: FL21%20VOF
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL21%2520VOF%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for FL21%20VOF: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: PF19%20JVU
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF19%2520JVU%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for PF19%20JVU: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: GJ73%20VLW
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ73%2520VLW%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for GJ73%20VLW: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: SK20%20UEP
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK20%2520UEP%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for SK20%20UEP: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: SN19%20BST
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN19%2520BST%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for SN19%20BST: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: SW73%20VCU
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW73%2520VCU%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for SW73%20VCU: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: FJ21%20YCL
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ21%2520YCL%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for FJ21%20YCL: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: AL08%20NSY
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AL08%2520NSY%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for AL08%20NSY: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: DL69%20RHO
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL69%2520RHO%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for DL69%20RHO: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: GF20%20LKE
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF20%2520LKE%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for GF20%20LKE: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: SM68%20EZH
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM68%2520EZH%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for SM68%20EZH: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: YL69%20LJN
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL69%2520LJN%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for YL69%20LJN: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: YL72%20BXX
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL72%2520BXX%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for YL72%20BXX: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: GD73%20NDE
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD73%2520NDE%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for GD73%20NDE: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: SB69%20FRX
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB69%2520FRX%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for SB69%20FRX: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: SW18%20VFB
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW18%2520VFB%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for SW18%20VFB: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: KW73%20YLM
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW73%2520YLM%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for KW73%20YLM: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: SM73%20UHL
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM73%2520UHL%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for SM73%20UHL: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: SC19%20XGB
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC19%2520XGB%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for SC19%20XGB: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: KW23%20CMZ
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW23%2520CMZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for KW23%20CMZ: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: BH19%20XAW
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BH19%2520XAW%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for BH19%20XAW: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: FD18%20UKT
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD18%2520UKT%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for FD18%20UKT: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: LG71%20FSC
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG71%2520FSC%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for LG71%20FSC: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: RV20%20XNS
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV20%2520XNS%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for RV20%20XNS: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: SL68%20BHK
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL68%2520BHK%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for SL68%20BHK: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: UGZ%203425
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27UGZ%25203425%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for UGZ%203425: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: KS23%20HYZ
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS23%2520HYZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for KS23%20HYZ: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: BP21%20GXZ
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP21%2520GXZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for BP21%20GXZ: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: EK21%20WMC
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK21%2520WMC%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for EK21%20WMC: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: EX72%20BYF
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX72%2520BYF%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for EX72%20BYF: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: GV19%20MLX
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV19%2520MLX%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for GV19%20MLX: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: LR70%20AHN
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR70%2520AHN%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for LR70%20AHN: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: SN19%20JJT
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN19%2520JJT%27 HTTP/1.1" 200 None
2026-03-26 08:04:34 [bca.uk] INFO: Scrape type for SN19%20JJT: 0
2026-03-26 08:04:34 [bca.uk] INFO: Found listing with ID: SJ68%20HAE
2026-03-26 08:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ68%2520HAE%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for SJ68%20HAE: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: YH73%20KXU
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH73%2520KXU%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for YH73%20KXU: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: SA19%20HCL
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA19%2520HCL%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for SA19%20HCL: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: SJ69%20FRN
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ69%2520FRN%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for SJ69%20FRN: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: SX19%20LXL
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SX19%2520LXL%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for SX19%20LXL: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: SY68%20WZB
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY68%2520WZB%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for SY68%20WZB: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: EF19%20PZJ
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF19%2520PZJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for EF19%20PZJ: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: KV70%20XWE
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV70%2520XWE%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for KV70%20XWE: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: MJ68%20KRV
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ68%2520KRV%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for MJ68%20KRV: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: SC69%20VUN
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC69%2520VUN%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for SC69%20VUN: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: SJ70%20NPZ
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ70%2520NPZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for SJ70%20NPZ: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: SK21%20AJR
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK21%2520AJR%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for SK21%20AJR: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: SM75%20CZB
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM75%2520CZB%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for SM75%20CZB: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: YB71%20WJJ
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB71%2520WJJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for YB71%20WJJ: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: YC73%20JNJ
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC73%2520JNJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for YC73%20JNJ: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: VN72%20UVR
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN72%2520UVR%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for VN72%20UVR: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: CR22%20DYR
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CR22%2520DYR%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for CR22%20DYR: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: DL21%20HYJ
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL21%2520HYJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for DL21%20HYJ: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: FJ20%20XSP
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ20%2520XSP%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for FJ20%20XSP: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: KJ68%20OPY
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ68%2520OPY%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for KJ68%20OPY: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: LG19%20ZZR
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG19%2520ZZR%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for LG19%20ZZR: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: MM18%20MLF
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM18%2520MLF%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for MM18%20MLF: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: MX19%20ZVP
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MX19%2520ZVP%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for MX19%20ZVP: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: OW23%20ZFO
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OW23%2520ZFO%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for OW23%20ZFO: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: RF22%20LPJ
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF22%2520LPJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for RF22%20LPJ: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: CA18%20JPY
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA18%2520JPY%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for CA18%20JPY: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: CJ19%20UEL
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ19%2520UEL%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for CJ19%20UEL: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: CP19%20WFB
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP19%2520WFB%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for CP19%20WFB: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: BD19%20VEB
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD19%2520VEB%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for BD19%20VEB: 0
2026-03-26 08:04:35 [bca.uk] INFO: Found listing with ID: BG68%20HXO
2026-03-26 08:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG68%2520HXO%27 HTTP/1.1" 200 None
2026-03-26 08:04:35 [bca.uk] INFO: Scrape type for BG68%20HXO: 0
2026-03-26 08:04:35 [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-26 08:04:35 [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-26 08:04:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:37 [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-26 08:04:37 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded
2026-03-26 08:04:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:37 [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-26 08:04:37 [bca.uk] INFO: Found listing with ID: CA69%20HTC
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA69%2520HTC%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for CA69%20HTC: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: CK18%20AOC
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK18%2520AOC%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for CK18%20AOC: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: CU72%20ZHM
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU72%2520ZHM%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for CU72%20ZHM: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: DP69%20NZK
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP69%2520NZK%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for DP69%20NZK: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: EK70%20EUM
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK70%2520EUM%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for EK70%20EUM: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: SM22%20FSV
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM22%2520FSV%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for SM22%20FSV: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: LN65%20LZL
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN65%2520LZL%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for LN65%20LZL: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: LN66%20FPC
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN66%2520FPC%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for LN66%20FPC: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: AE22%20PUK
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE22%2520PUK%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for AE22%20PUK: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: F3%20EMR
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27F3%2520EMR%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for F3%20EMR: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: FY72%20ZVH
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY72%2520ZVH%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for FY72%20ZVH: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: MF70%20ZKN
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF70%2520ZKN%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for MF70%20ZKN: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: MH19%20AZU
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MH19%2520AZU%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for MH19%20AZU: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: ND70%20NXK
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND70%2520NXK%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for ND70%20NXK: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: WF71%20OJT
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF71%2520OJT%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for WF71%20OJT: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: WJ71%20ZPU
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ71%2520ZPU%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for WJ71%20ZPU: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: WK68%20SXA
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK68%2520SXA%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for WK68%20SXA: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: LD67%20XEO
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD67%2520XEO%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for LD67%20XEO: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: FT19%20BHF
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT19%2520BHF%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for FT19%20BHF: 0
2026-03-26 08:04:37 [bca.uk] INFO: Found listing with ID: MJ20%20EEG
2026-03-26 08:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ20%2520EEG%27 HTTP/1.1" 200 None
2026-03-26 08:04:37 [bca.uk] INFO: Scrape type for MJ20%20EEG: 2
2026-03-26 08:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe2d24ca-0948-567b-9bc9-54a99e453364 with identifier: MJ20%20EEG
2026-03-26 08:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe2d24ca-0948-567b-9bc9-54a99e453364 with scrape type 2
2026-03-26 08:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe2d24ca-0948-567b-9bc9-54a99e453364 with scrape type 2
2026-03-26 08:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe2d24ca-0948-567b-9bc9-54a99e453364, identifier: MJ20%20EEG
2026-03-26 08:04:38 [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-26 08:04:38 [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-26 08:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe2d24ca-0948-567b-9bc9-54a99e453364 with identifier: MJ20%20EEG
2026-03-26 08:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe2d24ca-0948-567b-9bc9-54a99e453364 with identifier: MJ20%20EEG
2026-03-26 08:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe2d24ca-0948-567b-9bc9-54a99e453364 with identifier: MJ20%20EEG to the API
2026-03-26 08:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:04:38 [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=MJ20%20EEG-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-26T10: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-26 08:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ20%2520EEG%27 HTTP/1.1" 200 None
2026-03-26 08:04:38 [bca.uk] INFO: Saving data for MJ20%20EEG: {'auction_closing_time': 1774519200.0, 'created_time': 1774305152.017418, 'last_price_update_time': 1774512278.913356}
2026-03-26 08:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:38 [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-26 08:04:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: RO20%20ODT
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO20%2520ODT%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for RO20%20ODT: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: WA72%20JTZ
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA72%2520JTZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for WA72%20JTZ: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: WD71%20GKF
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD71%2520GKF%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for WD71%20GKF: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: WG20%20AUN
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG20%2520AUN%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for WG20%20AUN: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: Y8%20XSX
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27Y8%2520XSX%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for Y8%20XSX: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: YA70%20KWZ
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA70%2520KWZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for YA70%20KWZ: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: EK73%20WBT
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK73%2520WBT%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for EK73%20WBT: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: BF12%20TTX
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF12%2520TTX%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for BF12%20TTX: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: HN61%20HZX
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN61%2520HZX%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for HN61%20HZX: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: YK70%20YBN
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK70%2520YBN%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for YK70%20YBN: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: YN68%20OYC
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN68%2520OYC%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for YN68%20OYC: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: YR22%20VKA
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR22%2520VKA%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for YR22%20VKA: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: YR23%20GXU
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR23%2520GXU%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for YR23%20GXU: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: BX20%20MHJ
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX20%2520MHJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for BX20%20MHJ: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: C10%20OAA
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27C10%2520OAA%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for C10%20OAA: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: SV20%20UXP
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV20%2520UXP%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for SV20%20UXP: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: HY20%20YTH
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY20%2520YTH%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for HY20%20YTH: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: YY73%20NZR
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY73%2520NZR%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for YY73%20NZR: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: GV69%20HND
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV69%2520HND%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for GV69%20HND: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: KT73%20RTO
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT73%2520RTO%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for KT73%20RTO: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: LX19%20GSV
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX19%2520GSV%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for LX19%20GSV: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: ND71%20SSU
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND71%2520SSU%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for ND71%20SSU: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: WM68%20FHV
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM68%2520FHV%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for WM68%20FHV: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: YC19%20PPX
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC19%2520PPX%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for YC19%20PPX: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: FB21%20YYW
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FB21%2520YYW%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for FB21%20YYW: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: HT21%20GNU
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT21%2520GNU%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for HT21%20GNU: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: HX18%20MOU
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX18%2520MOU%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for HX18%20MOU: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: KN19%20MSK
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN19%2520MSK%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for KN19%20MSK: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: KP19%20ZOM
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP19%2520ZOM%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for KP19%20ZOM: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: HF05%20EYH
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF05%2520EYH%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for HF05%20EYH: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: AD16%20JOV
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AD16%2520JOV%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for AD16%20JOV: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: FB03%20FKM
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FB03%2520FKM%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for FB03%20FKM: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: MA69%20CVD
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA69%2520CVD%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for MA69%20CVD: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: WF68%20XGD
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF68%2520XGD%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for WF68%20XGD: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: XGZ%202452
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27XGZ%25202452%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for XGZ%202452: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: YE18%20XDH
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE18%2520XDH%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for YE18%20XDH: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: EY67%20EUP
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY67%2520EUP%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for EY67%20EUP: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: DS69%20KPT
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS69%2520KPT%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for DS69%20KPT: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: DA70%20KNW
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA70%2520KNW%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for DA70%20KNW: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: DK18%20GJX
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK18%2520GJX%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for DK18%20GJX: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: DV20%20JNO
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV20%2520JNO%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for DV20%20JNO: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: FD69%20GWC
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD69%2520GWC%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for FD69%20GWC: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: KO19%20FZP
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO19%2520FZP%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for KO19%20FZP: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: KY19%20MMA
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY19%2520MMA%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for KY19%20MMA: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: MP19%20HZK
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MP19%2520HZK%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for MP19%20HZK: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: NX70%20YNN
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX70%2520YNN%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for NX70%20YNN: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: SC69%20APX
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC69%2520APX%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for SC69%20APX: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: SX70%20BJU
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SX70%2520BJU%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for SX70%20BJU: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: WT19%20MYC
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WT19%2520MYC%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for WT19%20MYC: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: AK23%20CAO
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK23%2520CAO%27 HTTP/1.1" 200 None
2026-03-26 08:04:39 [bca.uk] INFO: Scrape type for AK23%20CAO: 0
2026-03-26 08:04:39 [bca.uk] INFO: Found listing with ID: EU57%20LCZ
2026-03-26 08:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU57%2520LCZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for EU57%20LCZ: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: AE69%20GWW
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE69%2520GWW%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for AE69%20GWW: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: RE22%20ECV
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE22%2520ECV%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for RE22%20ECV: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: T9%20GLX
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27T9%2520GLX%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for T9%20GLX: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: AV72%20GPK
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV72%2520GPK%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for AV72%20GPK: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: LL69%20JDF
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL69%2520JDF%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for LL69%20JDF: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: WF21%20LRL
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF21%2520LRL%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for WF21%20LRL: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: BD67%20GZU
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD67%2520GZU%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for BD67%20GZU: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: BP14%20KMK
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP14%2520KMK%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for BP14%20KMK: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: DN17%20KKH
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN17%2520KKH%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for DN17%20KKH: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: LG62%20ZFO
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG62%2520ZFO%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for LG62%20ZFO: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: SP66%20TUV
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP66%2520TUV%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for SP66%20TUV: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: PO12%20WWD
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO12%2520WWD%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for PO12%20WWD: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: WN21%20ZGE
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN21%2520ZGE%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for WN21%20ZGE: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: CX59%20YDS
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX59%2520YDS%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for CX59%20YDS: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: EF13%20CCX
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF13%2520CCX%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for EF13%20CCX: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: KY66%20YPE
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY66%2520YPE%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for KY66%20YPE: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: HG58%20GZH
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG58%2520GZH%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for HG58%20GZH: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: YJ15%20ENE
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJ15%2520ENE%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for YJ15%20ENE: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: MM72%20NMV
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM72%2520NMV%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for MM72%20NMV: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: AX18%20NWS
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX18%2520NWS%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for AX18%20NWS: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: FL15%20OOU
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL15%2520OOU%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for FL15%20OOU: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: KS17%20WJX
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS17%2520WJX%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for KS17%20WJX: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: KV16%20LZF
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV16%2520LZF%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for KV16%20LZF: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: WK65%20PZE
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK65%2520PZE%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for WK65%20PZE: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: MD72%20VXG
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD72%2520VXG%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for MD72%20VXG: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: LD23%20DHM
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD23%2520DHM%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for LD23%20DHM: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: EF18%20HGN
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF18%2520HGN%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for EF18%20HGN: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: LO65%20FPT
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO65%2520FPT%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for LO65%20FPT: 0
2026-03-26 08:04:40 [bca.uk] INFO: Found listing with ID: FY71%20ZHF
2026-03-26 08:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY71%2520ZHF%27 HTTP/1.1" 200 None
2026-03-26 08:04:40 [bca.uk] INFO: Scrape type for FY71%20ZHF: 0
2026-03-26 08:04:42 [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-26 08:04:42 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded
2026-03-26 08:04:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:42 [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-26 08:04:42 [bca.uk] INFO: Found listing with ID: VO64%20EGU
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO64%2520EGU%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for VO64%20EGU: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: FX71%20UJZ
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX71%2520UJZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for FX71%20UJZ: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: GJ09%20TAY
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ09%2520TAY%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for GJ09%20TAY: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: AK07%20ZFD
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK07%2520ZFD%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for AK07%20ZFD: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: AO13%20LXA
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO13%2520LXA%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for AO13%20LXA: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: AV71%20OEW
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV71%2520OEW%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for AV71%20OEW: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: FP17%20ZRE
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP17%2520ZRE%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for FP17%20ZRE: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: SD67%20XHY
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD67%2520XHY%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for SD67%20XHY: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: W999%20DMF
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27W999%2520DMF%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for W999%20DMF: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: KJ56%20OBA
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ56%2520OBA%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for KJ56%20OBA: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: BK15%20DJU
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK15%2520DJU%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for BK15%20DJU: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: HD66%20DVY
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HD66%2520DVY%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for HD66%20DVY: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: SV14%20MFX
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV14%2520MFX%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for SV14%20MFX: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: SX64%20FDA
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SX64%2520FDA%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for SX64%20FDA: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: FM19%20KVC
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM19%2520KVC%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for FM19%20KVC: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: CU02%20ZCO
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU02%2520ZCO%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for CU02%20ZCO: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: PY70%20CZE
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY70%2520CZE%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for PY70%20CZE: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: KR66%20BFP
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR66%2520BFP%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for KR66%20BFP: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: LC19%20OZU
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC19%2520OZU%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for LC19%20OZU: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: EO16%20TXT
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO16%2520TXT%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for EO16%20TXT: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: FX64%20LPN
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX64%2520LPN%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for FX64%20LPN: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: LA56%20LKL
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA56%2520LKL%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for LA56%20LKL: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: MW17%20AUU
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW17%2520AUU%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for MW17%20AUU: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: HV15%20WJD
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV15%2520WJD%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for HV15%20WJD: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: RA73%20DWD
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA73%2520DWD%27 HTTP/1.1" 200 None
2026-03-26 08:04:42 [bca.uk] INFO: Scrape type for RA73%20DWD: 0
2026-03-26 08:04:42 [bca.uk] INFO: Found listing with ID: YY13%20KCV
2026-03-26 08:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY13%2520KCV%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for YY13%20KCV: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: HJ22%20OHB
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ22%2520OHB%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for HJ22%20OHB: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: OE11%20LHB
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE11%2520LHB%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for OE11%20LHB: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: RY73%20CVE
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RY73%2520CVE%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for RY73%20CVE: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: KS10%20KFX
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS10%2520KFX%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for KS10%20KFX: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: MA22%20UWN
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA22%2520UWN%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for MA22%20UWN: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: PJ18%20YMZ
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ18%2520YMZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for PJ18%20YMZ: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: WM18%20LPK
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM18%2520LPK%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for WM18%20LPK: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: SM68%20RUJ
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM68%2520RUJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for SM68%20RUJ: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: BT66%20YBA
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT66%2520YBA%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for BT66%20YBA: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: NK15%20LGC
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK15%2520LGC%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for NK15%20LGC: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: MD68%20LNA
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD68%2520LNA%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for MD68%20LNA: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: PK67%20AKY
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK67%2520AKY%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for PK67%20AKY: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: FE67%20CDO
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE67%2520CDO%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for FE67%20CDO: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: WN23%20OXG
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN23%2520OXG%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for WN23%20OXG: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: CP68%20JPX
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP68%2520JPX%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for CP68%20JPX: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: DE18%20OVW
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE18%2520OVW%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for DE18%20OVW: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: EP18%20LGJ
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EP18%2520LGJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for EP18%20LGJ: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: RJ22%20FSU
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ22%2520FSU%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for RJ22%20FSU: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: ST20%20YMV
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST20%2520YMV%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for ST20%20YMV: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: DC15%20JFZ
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC15%2520JFZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for DC15%20JFZ: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: LX15%20WGK
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX15%2520WGK%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for LX15%20WGK: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: RK15%20UVV
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK15%2520UVV%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for RK15%20UVV: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: LS22%20EHN
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS22%2520EHN%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for LS22%20EHN: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: MC72%20SVS
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC72%2520SVS%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for MC72%20SVS: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: VO71%20XBU
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO71%2520XBU%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for VO71%20XBU: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: LR21%20YCX
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR21%2520YCX%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for LR21%20YCX: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: HK66%20XXT
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK66%2520XXT%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for HK66%20XXT: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: NA17%20KXZ
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA17%2520KXZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for NA17%20KXZ: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: OW17%20EKO
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OW17%2520EKO%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for OW17%20EKO: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: SD65%20XOL
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD65%2520XOL%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for SD65%20XOL: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: WF24%20FGM
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF24%2520FGM%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for WF24%20FGM: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: YM54%20CSF
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM54%2520CSF%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for YM54%20CSF: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: PO70%20UWF
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO70%2520UWF%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for PO70%20UWF: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: AO68%20MVY
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO68%2520MVY%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for AO68%20MVY: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: FA11%20LSA
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FA11%2520LSA%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for FA11%20LSA: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: ML68%20ZFD
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML68%2520ZFD%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for ML68%20ZFD: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: OV23%20CWD
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV23%2520CWD%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for OV23%20CWD: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: BF72%20CVW
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF72%2520CVW%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for BF72%20CVW: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: FJ16%20VJX
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ16%2520VJX%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for FJ16%20VJX: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: MV66%20EKR
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV66%2520EKR%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for MV66%20EKR: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: FP68%20HXY
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP68%2520HXY%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for FP68%20HXY: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: MV60%20KHW
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV60%2520KHW%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for MV60%20KHW: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: VU15%20PFV
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU15%2520PFV%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for VU15%20PFV: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: GC18%20MZP
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GC18%2520MZP%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for GC18%20MZP: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: SA19%20UHM
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA19%2520UHM%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for SA19%20UHM: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: SD14%20YUH
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD14%2520YUH%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for SD14%20YUH: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: SH62%20YFV
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH62%2520YFV%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for SH62%20YFV: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: DY15%20AVO
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY15%2520AVO%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for DY15%20AVO: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: KO17%20KHL
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO17%2520KHL%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for KO17%20KHL: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: CP68%20NBX
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP68%2520NBX%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for CP68%20NBX: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: KW18%20YBL
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW18%2520YBL%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for KW18%20YBL: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: OE18%20WTV
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE18%2520WTV%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for OE18%20WTV: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: GJ68%20AYP
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ68%2520AYP%27 HTTP/1.1" 200 None
2026-03-26 08:04:43 [bca.uk] INFO: Scrape type for GJ68%20AYP: 0
2026-03-26 08:04:43 [bca.uk] INFO: Found listing with ID: WP18%20NTX
2026-03-26 08:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP18%2520NTX%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for WP18%20NTX: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: GD14%20OCO
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD14%2520OCO%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for GD14%20OCO: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: HY64%20WXB
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY64%2520WXB%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for HY64%20WXB: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: HY66%20HXU
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY66%2520HXU%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for HY66%20HXU: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: LO14%20BZX
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO14%2520BZX%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for LO14%20BZX: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: VF17%20GCX
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VF17%2520GCX%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for VF17%20GCX: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: YG65%20VBT
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG65%2520VBT%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for YG65%20VBT: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: AX15%20YTV
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX15%2520YTV%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for AX15%20YTV: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: BJ17%20SXU
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ17%2520SXU%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for BJ17%20SXU: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: WP16%20DFL
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP16%2520DFL%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for WP16%20DFL: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: YE65%20LJY
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE65%2520LJY%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for YE65%20LJY: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: SL61%20OZC
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL61%2520OZC%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for SL61%20OZC: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: YS19%20BWD
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS19%2520BWD%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for YS19%20BWD: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: DV11%20XXS
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV11%2520XXS%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for DV11%20XXS: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: GY65%20UVV
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY65%2520UVV%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for GY65%20UVV: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: NU65%20LAA
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU65%2520LAA%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for NU65%20LAA: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: LV68%20SRZ
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV68%2520SRZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for LV68%20SRZ: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: LG64%20EJF
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG64%2520EJF%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for LG64%20EJF: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: SV71%20YJW
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV71%2520YJW%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for SV71%20YJW: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: LP16%20UPS
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP16%2520UPS%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for LP16%20UPS: 0
2026-03-26 08:04:44 [bca.uk] INFO: Found listing with ID: KT18%20HSL
2026-03-26 08:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT18%2520HSL%27 HTTP/1.1" 200 None
2026-03-26 08:04:44 [bca.uk] INFO: Scrape type for KT18%20HSL: 0
2026-03-26 08:04:44 [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-26 08:04:44 [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-26 08:04:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:46 [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-26 08:04:46 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded
2026-03-26 08:04:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:46 [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-26 08:04:46 [bca.uk] INFO: Found listing with ID: CU16%20HXE
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:46 [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-26 08:04:46 [bca.uk] INFO: Scrape type for CU16%20HXE: 0
2026-03-26 08:04:46 [bca.uk] INFO: Found listing with ID: YY15%20GXL
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:46 [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-26 08:04:46 [bca.uk] INFO: Scrape type for YY15%20GXL: 0
2026-03-26 08:04:46 [bca.uk] INFO: Found listing with ID: GF64%20RXC
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF64%2520RXC%27 HTTP/1.1" 200 None
2026-03-26 08:04:46 [bca.uk] INFO: Scrape type for GF64%20RXC: 0
2026-03-26 08:04:46 [bca.uk] INFO: Found listing with ID: BL15%20AXW
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04: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%2520AXW%27 HTTP/1.1" 200 None
2026-03-26 08:04:46 [bca.uk] INFO: Scrape type for BL15%20AXW: 0
2026-03-26 08:04:46 [bca.uk] INFO: Found listing with ID: BV16%20HYT
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV16%2520HYT%27 HTTP/1.1" 200 None
2026-03-26 08:04:46 [bca.uk] INFO: Scrape type for BV16%20HYT: 0
2026-03-26 08:04:46 [bca.uk] INFO: Found listing with ID: LO64%20LND
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:46 [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-26 08:04:46 [bca.uk] INFO: Scrape type for LO64%20LND: 0
2026-03-26 08:04:46 [bca.uk] INFO: Found listing with ID: DL68%20AZZ
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:46 [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-26 08:04:46 [bca.uk] INFO: Scrape type for DL68%20AZZ: 0
2026-03-26 08:04:46 [bca.uk] INFO: Found listing with ID: VX63%20WSU
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX63%2520WSU%27 HTTP/1.1" 200 None
2026-03-26 08:04:46 [bca.uk] INFO: Scrape type for VX63%20WSU: 0
2026-03-26 08:04:46 [bca.uk] INFO: Found listing with ID: ORZ%208726
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ORZ%25208726%27 HTTP/1.1" 200 None
2026-03-26 08:04:46 [bca.uk] INFO: Scrape type for ORZ%208726: 0
2026-03-26 08:04:46 [bca.uk] INFO: Found listing with ID: HG11%20UHK
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG11%2520UHK%27 HTTP/1.1" 200 None
2026-03-26 08:04:46 [bca.uk] INFO: Scrape type for HG11%20UHK: 0
2026-03-26 08:04:46 [bca.uk] INFO: Found listing with ID: BD04%20FMV
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD04%2520FMV%27 HTTP/1.1" 200 None
2026-03-26 08:04:46 [bca.uk] INFO: Scrape type for BD04%20FMV: 0
2026-03-26 08:04:46 [bca.uk] INFO: Found listing with ID: PX17%20MFA
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX17%2520MFA%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for PX17%20MFA: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: YL14%20FUG
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL14%2520FUG%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for YL14%20FUG: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: AU03%20TWM
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU03%2520TWM%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for AU03%20TWM: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: MV10%20OEL
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV10%2520OEL%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for MV10%20OEL: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: DA64%20JGO
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA64%2520JGO%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for DA64%20JGO: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: HY16%20NGG
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY16%2520NGG%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for HY16%20NGG: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: MJ07%20FMV
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ07%2520FMV%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for MJ07%20FMV: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: PK55%20UCX
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK55%2520UCX%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for PK55%20UCX: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: LR13%20CKF
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR13%2520CKF%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for LR13%20CKF: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: AY68%20HZF
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY68%2520HZF%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for AY68%20HZF: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: SG18%20UAJ
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG18%2520UAJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for SG18%20UAJ: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: YX61%20PXP
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX61%2520PXP%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for YX61%20PXP: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: BV56%20XTN
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV56%2520XTN%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for BV56%20XTN: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: KT06%20BHZ
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT06%2520BHZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for KT06%20BHZ: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: KV58%20MWZ
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV58%2520MWZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for KV58%20MWZ: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: YC06%20FHR
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC06%2520FHR%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for YC06%20FHR: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: LR70%20XSX
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR70%2520XSX%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for LR70%20XSX: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: SG68%20XVV
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG68%2520XVV%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for SG68%20XVV: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: YT14%20AYJ
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT14%2520AYJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for YT14%20AYJ: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: VX68%20GXS
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX68%2520GXS%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for VX68%20GXS: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: KS71%20LRF
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS71%2520LRF%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for KS71%20LRF: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: DC66%20VXF
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC66%2520VXF%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for DC66%20VXF: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: ST57%20MXE
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST57%2520MXE%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for ST57%20MXE: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: NA18%20ULJ
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA18%2520ULJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for NA18%20ULJ: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: OV68%20LZM
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV68%2520LZM%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for OV68%20LZM: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: LP60%20VWX
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP60%2520VWX%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for LP60%20VWX: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: PE07%20FYU
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE07%2520FYU%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for PE07%20FYU: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: BW17%20UUJ
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW17%2520UUJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for BW17%20UUJ: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: EK59%20GKE
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK59%2520GKE%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for EK59%20GKE: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: YP59%20KYX
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP59%2520KYX%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for YP59%20KYX: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: FV07%20HKD
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV07%2520HKD%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for FV07%20HKD: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: LP68%20UKA
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP68%2520UKA%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for LP68%20UKA: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: DV14%20JJY
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV14%2520JJY%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for DV14%20JJY: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: YB71%20RKN
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB71%2520RKN%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for YB71%20RKN: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: GY67%20WFM
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY67%2520WFM%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for GY67%20WFM: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: KR21%20CMO
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR21%2520CMO%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for KR21%20CMO: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: KN72%20NCO
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN72%2520NCO%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for KN72%20NCO: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: FP72%20HME
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP72%2520HME%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for FP72%20HME: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: HV72%20XAE
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV72%2520XAE%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for HV72%20XAE: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: EK71%20YND
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK71%2520YND%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for EK71%20YND: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: NJ21%20VNA
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ21%2520VNA%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for NJ21%20VNA: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: NU22%20ETK
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU22%2520ETK%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for NU22%20ETK: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: KF16%20BTZ
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF16%2520BTZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for KF16%20BTZ: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: EA71%20XSJ
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA71%2520XSJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for EA71%20XSJ: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: GY09%20KHA
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY09%2520KHA%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for GY09%20KHA: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: FV08%20TFN
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV08%2520TFN%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for FV08%20TFN: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: EN19%20CWD
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN19%2520CWD%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for EN19%20CWD: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: HS16%20GFG
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HS16%2520GFG%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for HS16%20GFG: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: EA66%20UCB
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA66%2520UCB%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for EA66%20UCB: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: CA69%20FUW
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA69%2520FUW%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for CA69%20FUW: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: SJ15%20UBV
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ15%2520UBV%27 HTTP/1.1" 200 None
2026-03-26 08:04:47 [bca.uk] INFO: Scrape type for SJ15%20UBV: 0
2026-03-26 08:04:47 [bca.uk] INFO: Found listing with ID: HK21%20NMJ
2026-03-26 08:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for HK21%20NMJ: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: WK63%20KCU
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK63%2520KCU%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for WK63%20KCU: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: VK70%20GMY
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK70%2520GMY%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for VK70%20GMY: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: MJ71%20BVU
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ71%2520BVU%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for MJ71%20BVU: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: MJ64%20MDK
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ64%2520MDK%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for MJ64%20MDK: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: FV11%20FBJ
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV11%2520FBJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for FV11%20FBJ: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: KV64%20UGE
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV64%2520UGE%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for KV64%20UGE: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: BV62%20XPX
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV62%2520XPX%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for BV62%20XPX: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: KU60%20XCH
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU60%2520XCH%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for KU60%20XCH: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: PN63%20WHZ
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN63%2520WHZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for PN63%20WHZ: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: SJ63%20URU
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ63%2520URU%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for SJ63%20URU: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: YB14%20NGO
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB14%2520NGO%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for YB14%20NGO: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: YC10%20VCE
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC10%2520VCE%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for YC10%20VCE: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: YD62%20CXW
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD62%2520CXW%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for YD62%20CXW: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: YH63%20TXR
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH63%2520TXR%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for YH63%20TXR: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: CN68%20FCL
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN68%2520FCL%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for CN68%20FCL: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: DX66%20ZGA
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX66%2520ZGA%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for DX66%20ZGA: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: FP65%20EUR
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP65%2520EUR%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for FP65%20EUR: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: HG64%20VRV
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG64%2520VRV%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for HG64%20VRV: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: LL16%20FYY
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL16%2520FYY%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for LL16%20FYY: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: MV65%20CCA
2026-03-26 08:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV65%2520CCA%27 HTTP/1.1" 200 None
2026-03-26 08:04:48 [bca.uk] INFO: Scrape type for MV65%20CCA: 0
2026-03-26 08:04:48 [bca.uk] INFO: Found listing with ID: YY18%20UPP
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY18%2520UPP%27 HTTP/1.1" 200 None
2026-03-26 08:04:49 [bca.uk] INFO: Scrape type for YY18%20UPP: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: SJ14%20OEO
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [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-26 08:04:49 [bca.uk] INFO: Scrape type for SJ14%20OEO: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: YB63%20BHV
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB63%2520BHV%27 HTTP/1.1" 200 None
2026-03-26 08:04:49 [bca.uk] INFO: Scrape type for YB63%20BHV: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: WR68%20WJG
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR68%2520WJG%27 HTTP/1.1" 200 None
2026-03-26 08:04:49 [bca.uk] INFO: Scrape type for WR68%20WJG: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: DS17%20GHB
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [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-26 08:04:49 [bca.uk] INFO: Scrape type for DS17%20GHB: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: OY15%20VFK
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY15%2520VFK%27 HTTP/1.1" 200 None
2026-03-26 08:04:49 [bca.uk] INFO: Scrape type for OY15%20VFK: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: AU61%20VFD
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [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-26 08:04:49 [bca.uk] INFO: Scrape type for AU61%20VFD: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: EU62%20AEF
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [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-26 08:04:49 [bca.uk] INFO: Scrape type for EU62%20AEF: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: PJ11%20LRU
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [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-26 08:04:49 [bca.uk] INFO: Scrape type for PJ11%20LRU: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: ST13%20ZHD
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [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-26 08:04:49 [bca.uk] INFO: Scrape type for ST13%20ZHD: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: YG61%20DFL
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG61%2520DFL%27 HTTP/1.1" 200 None
2026-03-26 08:04:49 [bca.uk] INFO: Scrape type for YG61%20DFL: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: LK13%20ZBG
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520ZBG%27 HTTP/1.1" 200 None
2026-03-26 08:04:49 [bca.uk] INFO: Scrape type for LK13%20ZBG: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: AO68%20ECD
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO68%2520ECD%27 HTTP/1.1" 200 None
2026-03-26 08:04:49 [bca.uk] INFO: Scrape type for AO68%20ECD: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: LD11%20CHJ
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD11%2520CHJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:49 [bca.uk] INFO: Scrape type for LD11%20CHJ: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: EK18%20VWU
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520VWU%27 HTTP/1.1" 200 None
2026-03-26 08:04:49 [bca.uk] INFO: Scrape type for EK18%20VWU: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: PN56%20ZCK
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN56%2520ZCK%27 HTTP/1.1" 200 None
2026-03-26 08:04:49 [bca.uk] INFO: Scrape type for PN56%20ZCK: 0
2026-03-26 08:04:49 [bca.uk] INFO: Found listing with ID: HV68%20OZD
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV68%2520OZD%27 HTTP/1.1" 200 None
2026-03-26 08:04:49 [bca.uk] INFO: Scrape type for HV68%20OZD: 0
2026-03-26 08:04:49 [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-26 08:04:49 [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-26 08:04:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:51 [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-26 08:04:51 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded
2026-03-26 08:04:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:51 [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-26 08:04:51 [bca.uk] INFO: Found listing with ID: BP16%20ETX
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP16%2520ETX%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for BP16%20ETX: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: CX17%20GSU
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX17%2520GSU%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for CX17%20GSU: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: LO17%20KHZ
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO17%2520KHZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for LO17%20KHZ: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: HV21%20NKJ
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV21%2520NKJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for HV21%20NKJ: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: DA13%20ZHW
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA13%2520ZHW%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for DA13%20ZHW: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: HD66%20CVN
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HD66%2520CVN%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for HD66%20CVN: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: T140%20LPV
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27T140%2520LPV%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for T140%20LPV: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: YR10%20VGE
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR10%2520VGE%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for YR10%20VGE: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: DW68%20GUX
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DW68%2520GUX%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for DW68%20GUX: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: HK71%20VXG
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK71%2520VXG%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for HK71%20VXG: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: CK66%20UNM
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK66%2520UNM%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for CK66%20UNM: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: DE14%20PNX
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE14%2520PNX%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for DE14%20PNX: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: GY16%20CWG
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY16%2520CWG%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for GY16%20CWG: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: LL66%20EKD
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL66%2520EKD%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for LL66%20EKD: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: MD19%20CMO
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD19%2520CMO%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for MD19%20CMO: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: PK17%20OJR
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK17%2520OJR%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for PK17%20OJR: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: SK67%20OXU
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK67%2520OXU%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for SK67%20OXU: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: YD65%20OMY
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD65%2520OMY%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for YD65%20OMY: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: YY15%20VXM
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY15%2520VXM%27 HTTP/1.1" 200 None
2026-03-26 08:04:51 [bca.uk] INFO: Scrape type for YY15%20VXM: 0
2026-03-26 08:04:51 [bca.uk] INFO: Found listing with ID: FE68%20YGG
2026-03-26 08:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE68%2520YGG%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for FE68%20YGG: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: DE61%20AOO
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE61%2520AOO%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for DE61%20AOO: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: DF13%20CKY
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF13%2520CKY%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for DF13%20CKY: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: MK62%20TKE
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK62%2520TKE%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for MK62%20TKE: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: MM13%20HZU
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM13%2520HZU%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for MM13%20HZU: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: YE63%20SXL
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE63%2520SXL%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for YE63%20SXL: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: EY09%20UTO
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY09%2520UTO%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for EY09%20UTO: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: WA22%20OVO
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA22%2520OVO%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for WA22%20OVO: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: EY09%20OGJ
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY09%2520OGJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for EY09%20OGJ: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: AD15%20LAO
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AD15%2520LAO%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for AD15%20LAO: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: MT65%20ZVO
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT65%2520ZVO%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for MT65%20ZVO: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: BG67%20AOX
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG67%2520AOX%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for BG67%20AOX: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: M15%20BTC
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27M15%2520BTC%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for M15%20BTC: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: WK15%20HGA
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK15%2520HGA%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for WK15%20HGA: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: WN64%20TLV
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN64%2520TLV%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for WN64%20TLV: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: LC09%20OKF
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC09%2520OKF%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for LC09%20OKF: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: CV09%20OGB
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV09%2520OGB%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for CV09%20OGB: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: LM10%20GXA
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM10%2520GXA%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for LM10%20GXA: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: NL61%20TEV
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL61%2520TEV%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for NL61%20TEV: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: OV61%20FUE
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV61%2520FUE%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for OV61%20FUE: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: P24%20DMM
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27P24%2520DMM%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for P24%20DMM: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: SD15%20LTJ
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD15%2520LTJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for SD15%20LTJ: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: BT13%20WXY
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT13%2520WXY%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for BT13%20WXY: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: EJ18%20MPY
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ18%2520MPY%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for EJ18%20MPY: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: SA18%20VEU
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA18%2520VEU%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for SA18%20VEU: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: YX68%20RXJ
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX68%2520RXJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for YX68%20RXJ: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: CV22%20JHX
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV22%2520JHX%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for CV22%20JHX: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: GJ18%20PCX
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ18%2520PCX%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for GJ18%20PCX: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: EF07%20WTP
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF07%2520WTP%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for EF07%20WTP: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: AP14%20BBO
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP14%2520BBO%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for AP14%20BBO: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: BP17%20ZGB
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP17%2520ZGB%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for BP17%20ZGB: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: GD15%20OCZ
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD15%2520OCZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for GD15%20OCZ: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: LX16%20UVO
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX16%2520UVO%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for LX16%20UVO: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: RF65%20TLJ
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF65%2520TLJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for RF65%20TLJ: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: RO14%20CSX
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO14%2520CSX%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for RO14%20CSX: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: DF17%20NMJ
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF17%2520NMJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for DF17%20NMJ: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: AY62%20YSS
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY62%2520YSS%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for AY62%20YSS: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: GV14%20TFN
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV14%2520TFN%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for GV14%20TFN: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: HX07%20FSL
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX07%2520FSL%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for HX07%20FSL: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: MT66%20ALO
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT66%2520ALO%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for MT66%20ALO: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: BK13%20PJX
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK13%2520PJX%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for BK13%20PJX: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: NL65%20UME
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL65%2520UME%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for NL65%20UME: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: NJ68%20GRF
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ68%2520GRF%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for NJ68%20GRF: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: AY19%20FOM
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY19%2520FOM%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for AY19%20FOM: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: BF67%20ZNE
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF67%2520ZNE%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for BF67%20ZNE: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: BU64%20FFW
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU64%2520FFW%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for BU64%20FFW: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: DS15%20JHH
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS15%2520JHH%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for DS15%20JHH: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: HK16%20JWF
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK16%2520JWF%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for HK16%20JWF: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: PN66%20OCH
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN66%2520OCH%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for PN66%20OCH: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: SW14%20XEN
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW14%2520XEN%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for SW14%20XEN: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: YK15%20XWN
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK15%2520XWN%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for YK15%20XWN: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: AJ67%20BXN
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ67%2520BXN%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for AJ67%20BXN: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: AF11%20AGV
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF11%2520AGV%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for AF11%20AGV: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: AO12%20UHH
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO12%2520UHH%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for AO12%20UHH: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: BK63%20FGC
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK63%2520FGC%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for BK63%20FGC: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: BP66%20UAY
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP66%2520UAY%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for BP66%20UAY: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: BU20%20OCN
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU20%2520OCN%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for BU20%20OCN: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: CX60%20WHJ
2026-03-26 08:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX60%2520WHJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:52 [bca.uk] INFO: Scrape type for CX60%20WHJ: 0
2026-03-26 08:04:52 [bca.uk] INFO: Found listing with ID: DN60%20UOP
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN60%2520UOP%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for DN60%20UOP: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: ET59%20EAA
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET59%2520EAA%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for ET59%20EAA: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: GF58%20LLE
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF58%2520LLE%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for GF58%20LLE: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: WV08%20FTN
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV08%2520FTN%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for WV08%20FTN: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: HT16%20KXL
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT16%2520KXL%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for HT16%20KXL: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: NA64%20WNS
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA64%2520WNS%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for NA64%20WNS: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: NK17%20NYA
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK17%2520NYA%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for NK17%20NYA: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: NL66%20AUE
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL66%2520AUE%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for NL66%20AUE: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: YD18%20LUL
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD18%2520LUL%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for YD18%20LUL: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: TF07%20BRH
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27TF07%2520BRH%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for TF07%20BRH: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: AJ58%20LJC
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ58%2520LJC%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for AJ58%20LJC: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: EK14%20VFR
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK14%2520VFR%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for EK14%20VFR: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: FG63%20FHC
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG63%2520FHC%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for FG63%20FHC: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: NL13%20WKA
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL13%2520WKA%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for NL13%20WKA: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: SM13%20YUF
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM13%2520YUF%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for SM13%20YUF: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: YD11%20KRU
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD11%2520KRU%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for YD11%20KRU: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: YD12%20YLM
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD12%2520YLM%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for YD12%20YLM: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: DA12%20NKC
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA12%2520NKC%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for DA12%20NKC: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: DS11%20TEY
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS11%2520TEY%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for DS11%20TEY: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: ML61%20HYA
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML61%2520HYA%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for ML61%20HYA: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: WK09%20JYD
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK09%2520JYD%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for WK09%20JYD: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: FL17%20BVP
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL17%2520BVP%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for FL17%20BVP: 0
2026-03-26 08:04:53 [bca.uk] INFO: Found listing with ID: GX16%20ZPH
2026-03-26 08:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX16%2520ZPH%27 HTTP/1.1" 200 None
2026-03-26 08:04:53 [bca.uk] INFO: Scrape type for GX16%20ZPH: 0
2026-03-26 08:04:53 [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-26 08:04:53 [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-26 08:04:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:04:57 [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-26 08:04:57 [bca.uk] INFO: Total items found: 100
2026-03-26 08:04:57 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded
2026-03-26 08:04:57 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:04:57 [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-26 08:04:57 [bca.uk] INFO: Found listing with ID: WJ16%20YRT
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ16%2520YRT%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for WJ16%20YRT: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: YD66%20CYC
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD66%2520CYC%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for YD66%20CYC: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: YD67%20WOY
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD67%2520WOY%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for YD67%20WOY: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: MA10%20MJF
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA10%2520MJF%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for MA10%20MJF: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: ST68%20TDX
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST68%2520TDX%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for ST68%20TDX: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: EO15%20CVV
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO15%2520CVV%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for EO15%20CVV: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: MX65%20ZKH
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MX65%2520ZKH%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for MX65%20ZKH: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: SP15%20UFB
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP15%2520UFB%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for SP15%20UFB: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: SW67%20EBK
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW67%2520EBK%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for SW67%20EBK: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: SJ13%20HUH
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ13%2520HUH%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for SJ13%20HUH: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: SN11%20HLZ
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN11%2520HLZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for SN11%20HLZ: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: AP67%20BXX
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP67%2520BXX%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for AP67%20BXX: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: CF18%20HCV
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF18%2520HCV%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for CF18%20HCV: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: NA64%20YAJ
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA64%2520YAJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for NA64%20YAJ: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: FX63%20KPK
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX63%2520KPK%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for FX63%20KPK: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: KF55%20MUW
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF55%2520MUW%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for KF55%20MUW: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: GJ68%20DWO
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ68%2520DWO%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for GJ68%20DWO: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: ML59%20FAF
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML59%2520FAF%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for ML59%20FAF: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: DL17%20UXB
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL17%2520UXB%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for DL17%20UXB: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: ET66%20DRZ
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET66%2520DRZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for ET66%20DRZ: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: SK67%20UUF
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK67%2520UUF%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for SK67%20UUF: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: VE67%20VCZ
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE67%2520VCZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for VE67%20VCZ: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: YY66%20VXF
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY66%2520VXF%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for YY66%20VXF: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: SA12%20UTL
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA12%2520UTL%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for SA12%20UTL: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: SB66%20VUV
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB66%2520VUV%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for SB66%20VUV: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: SF16%20JSP
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF16%2520JSP%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for SF16%20JSP: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: KR09%20KHB
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR09%2520KHB%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for KR09%20KHB: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: KS16%20KCK
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS16%2520KCK%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for KS16%20KCK: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: MJ61%20CYK
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ61%2520CYK%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for MJ61%20CYK: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: AM09%20AHK
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AM09%2520AHK%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for AM09%20AHK: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: BD61%20ZJE
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD61%2520ZJE%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for BD61%20ZJE: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: FY61%20JNV
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY61%2520JNV%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for FY61%20JNV: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: LH61%20AOU
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LH61%2520AOU%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for LH61%20AOU: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: NV17%20XSR
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV17%2520XSR%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for NV17%20XSR: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: BG15%20OHA
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG15%2520OHA%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for BG15%20OHA: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: BK65%20SVA
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK65%2520SVA%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for BK65%20SVA: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: VN15%20MZT
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN15%2520MZT%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for VN15%20MZT: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: BK23%20XZX
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK23%2520XZX%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for BK23%20XZX: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: KT68%20LDO
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT68%2520LDO%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for KT68%20LDO: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: SL67%20LNP
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL67%2520LNP%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for SL67%20LNP: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: LL06%20ZKC
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL06%2520ZKC%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for LL06%20ZKC: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: LL59%20KUY
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL59%2520KUY%27 HTTP/1.1" 200 None
2026-03-26 08:04:57 [bca.uk] INFO: Scrape type for LL59%20KUY: 0
2026-03-26 08:04:57 [bca.uk] INFO: Found listing with ID: YH65%20OUG
2026-03-26 08:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH65%2520OUG%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for YH65%20OUG: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: YY10%20COH
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY10%2520COH%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for YY10%20COH: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: BN60%20EOY
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN60%2520EOY%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for BN60%20EOY: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: YD18%20PGR
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD18%2520PGR%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for YD18%20PGR: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: GY65%20XHN
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY65%2520XHN%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for GY65%20XHN: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: LG14%20TKZ
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG14%2520TKZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for LG14%20TKZ: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: NL14%20LXH
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL14%2520LXH%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for NL14%20LXH: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: OV15%20YFJ
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV15%2520YFJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for OV15%20YFJ: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: SA12%20ONC
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA12%2520ONC%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for SA12%20ONC: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: KM08%20HZJ
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM08%2520HZJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for KM08%20HZJ: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: MX59%20TGY
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MX59%2520TGY%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for MX59%20TGY: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: NX12%20JJL
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX12%2520JJL%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for NX12%20JJL: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: SP10%20OWU
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP10%2520OWU%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for SP10%20OWU: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: ST61%20AZU
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST61%2520AZU%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for ST61%20AZU: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: SD63%20TYB
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD63%2520TYB%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for SD63%20TYB: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: LX08%20OZC
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX08%2520OZC%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for LX08%20OZC: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: PK19%20PZZ
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK19%2520PZZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for PK19%20PZZ: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: GY10%20KJN
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY10%2520KJN%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for GY10%20KJN: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: FL12%20KPE
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL12%2520KPE%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for FL12%20KPE: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: CA14%20MJK
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA14%2520MJK%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for CA14%20MJK: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: JL07%20FAY
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27JL07%2520FAY%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for JL07%20FAY: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: WH15%20HNC
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WH15%2520HNC%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for WH15%20HNC: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: GK60%20ZBR
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK60%2520ZBR%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for GK60%20ZBR: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: HJ63%20YZR
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ63%2520YZR%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for HJ63%20YZR: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: NX08%20SWZ
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX08%2520SWZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for NX08%20SWZ: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: ST12%20EXV
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST12%2520EXV%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for ST12%20EXV: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: VN11%20JKK
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN11%2520JKK%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for VN11%20JKK: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: WN12%20ROU
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN12%2520ROU%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for WN12%20ROU: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: FX12%20XOV
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX12%2520XOV%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for FX12%20XOV: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: FH12%20SXS
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH12%2520SXS%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for FH12%20SXS: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: MF58%20FJO
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF58%2520FJO%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for MF58%20FJO: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: MJ09%20GNP
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ09%2520GNP%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for MJ09%20GNP: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: YW63%20BYJ
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YW63%2520BYJ%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for YW63%20BYJ: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: LB23%20GYM
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB23%2520GYM%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for LB23%20GYM: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: BD18%20JYC
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD18%2520JYC%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for BD18%20JYC: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: EO74%20KJN
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO74%2520KJN%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for EO74%20KJN: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: LL18%20LKD
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL18%2520LKD%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for LL18%20LKD: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: MR04%20VYY
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MR04%2520VYY%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for MR04%20VYY: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: WD17%20XGC
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD17%2520XGC%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for WD17%20XGC: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: R70%20UWU
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27R70%2520UWU%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for R70%20UWU: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: RK11%20VNW
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK11%2520VNW%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for RK11%20VNW: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: PF19%20KBE
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF19%2520KBE%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for PF19%20KBE: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: NL68%20LBO
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL68%2520LBO%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for NL68%20LBO: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: SA18%20UCN
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA18%2520UCN%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for SA18%20UCN: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: BK16%20HXE
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK16%2520HXE%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for BK16%20HXE: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: MF67%20HXV
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF67%2520HXV%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for MF67%20HXV: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: MW17%20EVV
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW17%2520EVV%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for MW17%20EVV: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: NA65%20CLX
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA65%2520CLX%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for NA65%20CLX: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: Y30%20HEA
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27Y30%2520HEA%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for Y30%20HEA: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: MF62%20FCN
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF62%2520FCN%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for MF62%20FCN: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: SH61%20MVR
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH61%2520MVR%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for SH61%20MVR: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: YE14%20OVZ
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE14%2520OVZ%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for YE14%20OVZ: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: FN63%20XXH
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN63%2520XXH%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for FN63%20XXH: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: LH15%20CUK
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LH15%2520CUK%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for LH15%20CUK: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: LL10%20HMK
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL10%2520HMK%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for LL10%20HMK: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: LX60%20SXE
2026-03-26 08:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX60%2520SXE%27 HTTP/1.1" 200 None
2026-03-26 08:04:58 [bca.uk] INFO: Scrape type for LX60%20SXE: 0
2026-03-26 08:04:58 [bca.uk] INFO: Found listing with ID: RX67%20OKW
2026-03-26 08:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX67%2520OKW%27 HTTP/1.1" 200 None
2026-03-26 08:04:59 [bca.uk] INFO: Scrape type for RX67%20OKW: 0
2026-03-26 08:04:59 [bca.uk] INFO: Found listing with ID: WK07%20HFY
2026-03-26 08:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK07%2520HFY%27 HTTP/1.1" 200 None
2026-03-26 08:04:59 [bca.uk] INFO: Scrape type for WK07%20HFY: 0
2026-03-26 08:04:59 [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-26 08:04:59 [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-26 08:04:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:05:10 [scrapy.extensions.logstats] INFO: Crawled 83 pages (at 10 pages/min), scraped 152 items (at 5 items/min)
2026-03-26 08:05:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:05:12 [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-26 08:05:12 [bca.uk] INFO: Total items found: 100
2026-03-26 08:05:12 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded
2026-03-26 08:05:12 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:05:12 [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-26 08:05:12 [bca.uk] INFO: Found listing with ID: AK57%20LZM
2026-03-26 08:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK57%2520LZM%27 HTTP/1.1" 200 None
2026-03-26 08:05:12 [bca.uk] INFO: Scrape type for AK57%20LZM: 0
2026-03-26 08:05:12 [bca.uk] INFO: Found listing with ID: AV62%20YKT
2026-03-26 08:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV62%2520YKT%27 HTTP/1.1" 200 None
2026-03-26 08:05:12 [bca.uk] INFO: Scrape type for AV62%20YKT: 0
2026-03-26 08:05:12 [bca.uk] INFO: Found listing with ID: BK12%20UTS
2026-03-26 08:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520UTS%27 HTTP/1.1" 200 None
2026-03-26 08:05:12 [bca.uk] INFO: Scrape type for BK12%20UTS: 0
2026-03-26 08:05:12 [bca.uk] INFO: Found listing with ID: CX12%20YOM
2026-03-26 08:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX12%2520YOM%27 HTTP/1.1" 200 None
2026-03-26 08:05:12 [bca.uk] INFO: Scrape type for CX12%20YOM: 0
2026-03-26 08:05:12 [bca.uk] INFO: Found listing with ID: GY10%20VCV
2026-03-26 08:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY10%2520VCV%27 HTTP/1.1" 200 None
2026-03-26 08:05:12 [bca.uk] INFO: Scrape type for GY10%20VCV: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: HK13%20JZJ
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK13%2520JZJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for HK13%20JZJ: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: YN19%20PPF
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN19%2520PPF%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for YN19%20PPF: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: A14%20DKK
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27A14%2520DKK%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for A14%20DKK: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: LG18%20CHJ
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG18%2520CHJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for LG18%20CHJ: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: DY16%20RPX
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY16%2520RPX%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for DY16%20RPX: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: GL16%20YMC
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL16%2520YMC%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for GL16%20YMC: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: KV65%20RFK
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV65%2520RFK%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for KV65%20RFK: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: LO65%20WNU
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO65%2520WNU%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for LO65%20WNU: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: MA14%20BVD
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA14%2520BVD%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for MA14%20BVD: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: SE65%20BJY
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE65%2520BJY%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for SE65%20BJY: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: YD65%20RKK
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD65%2520RKK%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for YD65%20RKK: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: DG14%20WLW
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG14%2520WLW%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for DG14%20WLW: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: HG63%20CVJ
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG63%2520CVJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for HG63%20CVJ: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: HN10%20JSZ
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN10%2520JSZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for HN10%20JSZ: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: HN63%20GBE
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN63%2520GBE%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for HN63%20GBE: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: KT17%20XEL
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT17%2520XEL%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for KT17%20XEL: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: EA60%20CTK
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA60%2520CTK%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for EA60%20CTK: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: GJ12%20AXM
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ12%2520AXM%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for GJ12%20AXM: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: W900%20LOL
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27W900%2520LOL%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for W900%20LOL: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: CV24%20SZG
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV24%2520SZG%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for CV24%20SZG: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: EK20%20XGG
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK20%2520XGG%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for EK20%20XGG: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: MA70%20ZPP
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA70%2520ZPP%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for MA70%20ZPP: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: DV59%20HWH
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV59%2520HWH%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for DV59%20HWH: 0
2026-03-26 08:05:13 [bca.uk] INFO: Found listing with ID: PE59%20CXP
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE59%2520CXP%27 HTTP/1.1" 200 None
2026-03-26 08:05:13 [bca.uk] INFO: Scrape type for PE59%20CXP: 2
2026-03-26 08:05:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 498519ac-b542-588e-b72d-4a27bea443ce with identifier: PE59%20CXP
2026-03-26 08:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 498519ac-b542-588e-b72d-4a27bea443ce with scrape type 2
2026-03-26 08:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 498519ac-b542-588e-b72d-4a27bea443ce with scrape type 2
2026-03-26 08:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 498519ac-b542-588e-b72d-4a27bea443ce, identifier: PE59%20CXP
2026-03-26 08:05:13 [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-26 08:05:13 [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-26 08:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 498519ac-b542-588e-b72d-4a27bea443ce with identifier: PE59%20CXP
2026-03-26 08:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 498519ac-b542-588e-b72d-4a27bea443ce with identifier: PE59%20CXP
2026-03-26 08:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 498519ac-b542-588e-b72d-4a27bea443ce with identifier: PE59%20CXP to the API
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:05:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE59%20CXP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '498519ac-b542-588e-b72d-4a27bea443ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PE59 CXP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE59%20CXP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 35785,
'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 16V EXTREME Hatchback',
'transmission': 'manual',
'trim': '16V EXTREME',
'vin': 'VF1CR1J0H41929099',
'year': 2009}
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE59%2520CXP%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Saving data for PE59%20CXP: {'auction_closing_time': 1774519200.0, 'created_time': 1774217319.220779, 'last_price_update_time': 1774512314.046413}
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE59%2520CXP') HTTP/1.1" 204 0
2026-03-26 08:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: EX65%20VLF
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX65%2520VLF%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for EX65%20VLF: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: HT14%20NKO
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT14%2520NKO%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for HT14%20NKO: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: BF17%20JBU
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF17%2520JBU%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for BF17%20JBU: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: BF60%20ZPN
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF60%2520ZPN%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for BF60%20ZPN: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: DN62%20BXP
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for DN62%20BXP: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: EJ11%20WXD
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for EJ11%20WXD: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: LM13%20PFV
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM13%2520PFV%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for LM13%20PFV: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: LN14%20YUT
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05: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%2520YUT%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for LN14%20YUT: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: ML10%20HFR
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for ML10%20HFR: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: MT12%20BFE
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT12%2520BFE%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for MT12%20BFE: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: SO13%20FXJ
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO13%2520FXJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for SO13%20FXJ: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: YJ14%20ZMU
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ14%2520ZMU%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for YJ14%20ZMU: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: YJ63%20EVM
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for YJ63%20EVM: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: SL68%20OLB
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL68%2520OLB%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for SL68%20OLB: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: BN68%20TVK
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN68%2520TVK%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for BN68%20TVK: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: DS65%20EOV
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520EOV%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for DS65%20EOV: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: FG61%20LOJ
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG61%2520LOJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for FG61%20LOJ: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: FL07%20UCU
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL07%2520UCU%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for FL07%20UCU: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: HT68%20ERK
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for HT68%20ERK: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: YP60%20UFT
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for YP60%20UFT: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: AO10%20HZC
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO10%2520HZC%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for AO10%20HZC: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: FT12%20FXJ
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for FT12%20FXJ: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: FN19%20WUP
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520WUP%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for FN19%20WUP: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: HG60%20HFE
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for HG60%20HFE: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: EO13%20KZU
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO13%2520KZU%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for EO13%20KZU: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: LN59%20YGP
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for LN59%20YGP: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: SA68%20OUM
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for SA68%20OUM: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: WV18%20GNY
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for WV18%20GNY: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: DU67%20LVD
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for DU67%20LVD: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: EK56%20PGO
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for EK56%20PGO: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: LF61%20YNV
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for LF61%20YNV: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: NU66%20PYW
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for NU66%20PYW: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: GM65%20XJX
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05: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%2520XJX%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for GM65%20XJX: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: YK65%20LZA
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK65%2520LZA%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for YK65%20LZA: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: KG05%20BVL
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for KG05%20BVL: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: KN14%20LYG
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN14%2520LYG%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for KN14%20LYG: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: LC05%20LHB
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for LC05%20LHB: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: MK16%20BWB
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520BWB%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for MK16%20BWB: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: RJ06%20MUC
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ06%2520MUC%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for RJ06%20MUC: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: SM61%20URB
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for SM61%20URB: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: SO12%20WFP
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO12%2520WFP%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for SO12%20WFP: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: WJ07%20XUC
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [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-26 08:05:14 [bca.uk] INFO: Scrape type for WJ07%20XUC: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: FP63%20UMA
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP63%2520UMA%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for FP63%20UMA: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: FP07%20BXS
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP07%2520BXS%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for FP07%20BXS: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: KB53%20LXG
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KB53%2520LXG%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for KB53%20LXG: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: LA11%20GTU
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA11%2520GTU%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for LA11%20GTU: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: HG24%20JXV
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG24%2520JXV%27 HTTP/1.1" 200 None
2026-03-26 08:05:14 [bca.uk] INFO: Scrape type for HG24%20JXV: 0
2026-03-26 08:05:14 [bca.uk] INFO: Found listing with ID: LO08%20LJN
2026-03-26 08:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO08%2520LJN%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for LO08%20LJN: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: MX68%20UWR
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX68%2520UWR%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for MX68%20UWR: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: YB66%20CAV
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [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-26 08:05:15 [bca.uk] INFO: Scrape type for YB66%20CAV: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: CV18%20YLG
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520YLG%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for CV18%20YLG: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: PF64%20RWO
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [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-26 08:05:15 [bca.uk] INFO: Scrape type for PF64%20RWO: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: FD60%20HXV
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD60%2520HXV%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for FD60%20HXV: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: GJ20%20OGZ
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ20%2520OGZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for GJ20%20OGZ: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: FG68%20DDA
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [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-26 08:05:15 [bca.uk] INFO: Scrape type for FG68%20DDA: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: K2%20HUJ
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K2%2520HUJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for K2%20HUJ: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: BN05%20AUR
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN05%2520AUR%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for BN05%20AUR: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: FL02%20OFD
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL02%2520OFD%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for FL02%20OFD: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: AU62%20POH
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU62%2520POH%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for AU62%20POH: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: YH14%20TPY
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH14%2520TPY%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for YH14%20TPY: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: BL18%20ATO
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL18%2520ATO%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for BL18%20ATO: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: CK19%20TCX
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK19%2520TCX%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for CK19%20TCX: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: YB66%20YRM
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520YRM%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for YB66%20YRM: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: WX13%20NTA
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX13%2520NTA%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for WX13%20NTA: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: DG64%20SWO
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [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-26 08:05:15 [bca.uk] INFO: Scrape type for DG64%20SWO: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: WF05%20YOY
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF05%2520YOY%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for WF05%20YOY: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: JP12%20DAY
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JP12%2520DAY%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for JP12%20DAY: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: KS11%20TOV
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS11%2520TOV%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for KS11%20TOV: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: WK61%20THG
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [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-26 08:05:15 [bca.uk] INFO: Scrape type for WK61%20THG: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: GL08%20WNU
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL08%2520WNU%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for GL08%20WNU: 0
2026-03-26 08:05:15 [bca.uk] INFO: Found listing with ID: CV68%20JSX
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV68%2520JSX%27 HTTP/1.1" 200 None
2026-03-26 08:05:15 [bca.uk] INFO: Scrape type for CV68%20JSX: 0
2026-03-26 08:05:16 [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-26 08:05:17 [bca.uk] INFO: Total items found: 100
2026-03-26 08:05:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded
2026-03-26 08:05:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:05:17 [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-26 08:05:17 [bca.uk] INFO: Found listing with ID: HG62%20ZYT
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG62%2520ZYT%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for HG62%20ZYT: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: LF18%20KBP
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF18%2520KBP%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for LF18%20KBP: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: DP10%20OKN
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP10%2520OKN%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for DP10%20OKN: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: HG08%20FUM
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG08%2520FUM%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for HG08%20FUM: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: JL02%20OSL
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27JL02%2520OSL%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for JL02%20OSL: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: KO06%20YVG
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO06%2520YVG%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for KO06%20YVG: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: Y402%20SCR
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27Y402%2520SCR%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for Y402%20SCR: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: EY13%20EWC
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY13%2520EWC%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for EY13%20EWC: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: GF13%20ZSN
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF13%2520ZSN%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for GF13%20ZSN: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: GK62%20SWZ
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK62%2520SWZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for GK62%20SWZ: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: HG58%20ENY
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG58%2520ENY%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for HG58%20ENY: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: HN10%20RHE
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN10%2520RHE%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for HN10%20RHE: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: KN57%20KSE
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN57%2520KSE%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for KN57%20KSE: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: KO18%20FFN
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO18%2520FFN%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for KO18%20FFN: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: MV59%20ZYR
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV59%2520ZYR%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for MV59%20ZYR: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: NA60%20YDP
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA60%2520YDP%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for NA60%20YDP: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: RE60%20PWX
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE60%2520PWX%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for RE60%20PWX: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: VE61%20YSX
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE61%2520YSX%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for VE61%20YSX: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: FY11%20XAM
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY11%2520XAM%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for FY11%20XAM: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: DN12%20TLJ
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN12%2520TLJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for DN12%20TLJ: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: SM11%20WBL
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM11%2520WBL%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for SM11%20WBL: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: LR59%20WJU
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR59%2520WJU%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for LR59%20WJU: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: EK13%20RKJ
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK13%2520RKJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for EK13%20RKJ: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: EO60%20LVJ
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO60%2520LVJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for EO60%20LVJ: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: GM15%20UBE
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM15%2520UBE%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for GM15%20UBE: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: RK63%20UCW
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK63%2520UCW%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for RK63%20UCW: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: ST12%20FFX
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST12%2520FFX%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for ST12%20FFX: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: BG11%20CSZ
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG11%2520CSZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for BG11%20CSZ: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: GV57%20DVA
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV57%2520DVA%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for GV57%20DVA: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: GX62%20MXL
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX62%2520MXL%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for GX62%20MXL: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: MV07%20KUJ
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV07%2520KUJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for MV07%20KUJ: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: SG62%20MHM
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG62%2520MHM%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for SG62%20MHM: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: VK10%20UPM
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK10%2520UPM%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for VK10%20UPM: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: YY64%20ENE
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY64%2520ENE%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for YY64%20ENE: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: AE13%20RKK
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE13%2520RKK%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for AE13%20RKK: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: RE61%20UPJ
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE61%2520UPJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for RE61%20UPJ: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: DG14%20TDX
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG14%2520TDX%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for DG14%20TDX: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: K15%20DCN
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27K15%2520DCN%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for K15%20DCN: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: KE67%20HPA
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE67%2520HPA%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for KE67%20HPA: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: VA64%20WZH
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA64%2520WZH%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for VA64%20WZH: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: YA16%20TKF
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA16%2520TKF%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for YA16%20TKF: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: RY18%20ZFD
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RY18%2520ZFD%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for RY18%20ZFD: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: HW61%20BWU
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HW61%2520BWU%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for HW61%20BWU: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: PL15%20GMY
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL15%2520GMY%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for PL15%20GMY: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: K9%20ETU
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27K9%2520ETU%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for K9%20ETU: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: LS12%20FFD
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS12%2520FFD%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for LS12%20FFD: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: WX53%20YRW
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WX53%2520YRW%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for WX53%20YRW: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: HN24%20XVL
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN24%2520XVL%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for HN24%20XVL: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: DA64%20AWP
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA64%2520AWP%27 HTTP/1.1" 200 None
2026-03-26 08:05:17 [bca.uk] INFO: Scrape type for DA64%20AWP: 0
2026-03-26 08:05:17 [bca.uk] INFO: Found listing with ID: MA64%20PBF
2026-03-26 08:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA64%2520PBF%27 HTTP/1.1" 200 None
2026-03-26 08:05:18 [bca.uk] INFO: Scrape type for MA64%20PBF: 0
2026-03-26 08:05:18 [bca.uk] INFO: Found listing with ID: KT16%20OKD
2026-03-26 08:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT16%2520OKD%27 HTTP/1.1" 200 None
2026-03-26 08:05:18 [bca.uk] INFO: Scrape type for KT16%20OKD: 0
2026-03-26 08:05:18 [bca.uk] INFO: Found listing with ID: DP11%20NXS
2026-03-26 08:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP11%2520NXS%27 HTTP/1.1" 200 None
2026-03-26 08:05:18 [bca.uk] INFO: Scrape type for DP11%20NXS: 0
2026-03-26 08:05:18 [bca.uk] INFO: Found listing with ID: FV08%20NFU
2026-03-26 08:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV08%2520NFU%27 HTTP/1.1" 200 None
2026-03-26 08:05:18 [bca.uk] INFO: Scrape type for FV08%20NFU: 0
2026-03-26 08:05:18 [bca.uk] INFO: Found listing with ID: LL07%20AUP
2026-03-26 08:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL07%2520AUP%27 HTTP/1.1" 200 None
2026-03-26 08:05:18 [bca.uk] INFO: Scrape type for LL07%20AUP: 0
2026-03-26 08:05:18 [bca.uk] INFO: Found listing with ID: FG57%20YFW
2026-03-26 08:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG57%2520YFW%27 HTTP/1.1" 200 None
2026-03-26 08:05:18 [bca.uk] INFO: Scrape type for FG57%20YFW: 0
2026-03-26 08:05:18 [bca.uk] INFO: Found listing with ID: LO70%20JRV
2026-03-26 08:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO70%2520JRV%27 HTTP/1.1" 200 None
2026-03-26 08:05:18 [bca.uk] INFO: Scrape type for LO70%20JRV: 0
2026-03-26 08:05:18 [bca.uk] INFO: Found listing with ID: MX14%20YZP
2026-03-26 08:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MX14%2520YZP%27 HTTP/1.1" 200 None
2026-03-26 08:05:18 [bca.uk] INFO: Scrape type for MX14%20YZP: 2
2026-03-26 08:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e49bd57-288b-5c6c-b056-22bd62da7c60 with identifier: MX14%20YZP
2026-03-26 08:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e49bd57-288b-5c6c-b056-22bd62da7c60 with scrape type 2
2026-03-26 08:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e49bd57-288b-5c6c-b056-22bd62da7c60 with scrape type 2
2026-03-26 08:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e49bd57-288b-5c6c-b056-22bd62da7c60, identifier: MX14%20YZP
2026-03-26 08:05:18 [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-26 08:05:18 [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-26 08:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e49bd57-288b-5c6c-b056-22bd62da7c60 with identifier: MX14%20YZP
2026-03-26 08:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e49bd57-288b-5c6c-b056-22bd62da7c60 with identifier: MX14%20YZP
2026-03-26 08:05:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e49bd57-288b-5c6c-b056-22bd62da7c60 with identifier: MX14%20YZP to the API
2026-03-26 08:05:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'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-26T10: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-26 08:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MX14%2520YZP%27 HTTP/1.1" 200 None
2026-03-26 08:05:18 [bca.uk] INFO: Saving data for MX14%20YZP: {'auction_closing_time': 1774519200.0, 'created_time': 1773930899.173447, 'last_price_update_time': 1774512318.988892}
2026-03-26 08:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:19 [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-26 08:05:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: YS63%20LNZ
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS63%2520LNZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for YS63%20LNZ: 2
2026-03-26 08:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9afbb010-a4a0-5535-871a-f4b2191476b7 with identifier: YS63%20LNZ
2026-03-26 08:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9afbb010-a4a0-5535-871a-f4b2191476b7 with scrape type 2
2026-03-26 08:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9afbb010-a4a0-5535-871a-f4b2191476b7 with scrape type 2
2026-03-26 08:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9afbb010-a4a0-5535-871a-f4b2191476b7, identifier: YS63%20LNZ
2026-03-26 08:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9afbb010-a4a0-5535-871a-f4b2191476b7 with identifier: YS63%20LNZ
2026-03-26 08:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9afbb010-a4a0-5535-871a-f4b2191476b7 with identifier: YS63%20LNZ
2026-03-26 08:05:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9afbb010-a4a0-5535-871a-f4b2191476b7 with identifier: YS63%20LNZ to the API
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:05:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded>
{'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-26T10: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-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS63%2520LNZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Saving data for YS63%20LNZ: {'auction_closing_time': 1774519200.0, 'created_time': 1774418804.210187, 'last_price_update_time': 1774512319.536656}
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:19 [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-26 08:05:19 [bca.uk] INFO: Found listing with ID: BJ17%20FKT
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ17%2520FKT%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for BJ17%20FKT: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: KY58%20DDF
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY58%2520DDF%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for KY58%20DDF: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: OY10%20WZO
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY10%2520WZO%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for OY10%20WZO: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: RO06%20WPZ
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO06%2520WPZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for RO06%20WPZ: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: YT59%20WUY
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT59%2520WUY%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for YT59%20WUY: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: WL56%20EXR
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WL56%2520EXR%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for WL56%20EXR: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: LV67%20MFJ
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV67%2520MFJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for LV67%20MFJ: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: YB65%20FUY
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB65%2520FUY%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for YB65%20FUY: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: YK16%20DVY
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK16%2520DVY%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for YK16%20DVY: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: FM65%20EHX
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM65%2520EHX%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for FM65%20EHX: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: DV67%20WDO
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV67%2520WDO%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for DV67%20WDO: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: FA16%20JYX
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FA16%2520JYX%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for FA16%20JYX: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: GL09%20TYH
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL09%2520TYH%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for GL09%20TYH: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: KF54%20RYD
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF54%2520RYD%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for KF54%20RYD: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: SJ13%20AFO
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ13%2520AFO%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for SJ13%20AFO: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: RK16%20HGY
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK16%2520HGY%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for RK16%20HGY: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: EN14%20ONJ
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN14%2520ONJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for EN14%20ONJ: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: RE17%20OVC
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE17%2520OVC%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for RE17%20OVC: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: NU58%20WJJ
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU58%2520WJJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for NU58%20WJJ: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: RY07%20SLU
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RY07%2520SLU%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for RY07%20SLU: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: KT67%20YRJ
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT67%2520YRJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for KT67%20YRJ: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: PK16%20DAA
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK16%2520DAA%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for PK16%20DAA: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: RV16%20GZY
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV16%2520GZY%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for RV16%20GZY: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: VE67%20AWW
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE67%2520AWW%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for VE67%20AWW: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: VX70%20DXD
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX70%2520DXD%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for VX70%20DXD: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: LF63%20XMY
2026-03-26 08:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF63%2520XMY%27 HTTP/1.1" 200 None
2026-03-26 08:05:19 [bca.uk] INFO: Scrape type for LF63%20XMY: 0
2026-03-26 08:05:19 [bca.uk] INFO: Found listing with ID: KO16%20KNG
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO16%2520KNG%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for KO16%20KNG: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: MA17%20FOF
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA17%2520FOF%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for MA17%20FOF: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: PK17%20AYW
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK17%2520AYW%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for PK17%20AYW: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: YF14%20KTO
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF14%2520KTO%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for YF14%20KTO: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: BM17%20XCK
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BM17%2520XCK%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for BM17%20XCK: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: KN14%20HWW
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN14%2520HWW%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for KN14%20HWW: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: LC60%20PUY
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC60%2520PUY%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for LC60%20PUY: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: LT61%20HFR
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT61%2520HFR%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for LT61%20HFR: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: MA60%20UTM
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA60%2520UTM%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for MA60%20UTM: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: MJ57%20TWN
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ57%2520TWN%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for MJ57%20TWN: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: MK12%20ZVN
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK12%2520ZVN%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for MK12%20ZVN: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: ND11%20HJK
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND11%2520HJK%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for ND11%20HJK: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: NK63%20VCZ
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK63%2520VCZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for NK63%20VCZ: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: PHZ%208437
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PHZ%25208437%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for PHZ%208437: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: RAZ%209364
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RAZ%25209364%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for RAZ%209364: 0
2026-03-26 08:05:20 [bca.uk] INFO: Found listing with ID: UNZ%207579
2026-03-26 08:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27UNZ%25207579%27 HTTP/1.1" 200 None
2026-03-26 08:05:20 [bca.uk] INFO: Scrape type for UNZ%207579: 0
2026-03-26 08:05:22 [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-26 08:05:22 [bca.uk] INFO: Total items found: 100
2026-03-26 08:05:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded
2026-03-26 08:05:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:05:22 [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-26 08:05:22 [bca.uk] INFO: Found listing with ID: YD12%20LVG
2026-03-26 08:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:22 [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-26 08:05:22 [bca.uk] INFO: Scrape type for YD12%20LVG: 0
2026-03-26 08:05:22 [bca.uk] INFO: Found listing with ID: YR63%20JXD
2026-03-26 08:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:22 [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-26 08:05:22 [bca.uk] INFO: Scrape type for YR63%20JXD: 0
2026-03-26 08:05:22 [bca.uk] INFO: Found listing with ID: OY17%20DGE
2026-03-26 08:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520DGE%27 HTTP/1.1" 200 None
2026-03-26 08:05:22 [bca.uk] INFO: Scrape type for OY17%20DGE: 0
2026-03-26 08:05:22 [bca.uk] INFO: Found listing with ID: SF65%20UHY
2026-03-26 08:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:22 [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-26 08:05:22 [bca.uk] INFO: Scrape type for SF65%20UHY: 0
2026-03-26 08:05:22 [bca.uk] INFO: Found listing with ID: NU11%20HYM
2026-03-26 08:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU11%2520HYM%27 HTTP/1.1" 200 None
2026-03-26 08:05:22 [bca.uk] INFO: Scrape type for NU11%20HYM: 2
2026-03-26 08:05:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91264442-0c01-55c5-b240-e68543a70e4b with identifier: NU11%20HYM
2026-03-26 08:05:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91264442-0c01-55c5-b240-e68543a70e4b with scrape type 2
2026-03-26 08:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91264442-0c01-55c5-b240-e68543a70e4b with scrape type 2
2026-03-26 08:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91264442-0c01-55c5-b240-e68543a70e4b, identifier: NU11%20HYM
2026-03-26 08:05:22 [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-26 08:05:22 [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-26 08:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91264442-0c01-55c5-b240-e68543a70e4b with identifier: NU11%20HYM
2026-03-26 08:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91264442-0c01-55c5-b240-e68543a70e4b with identifier: NU11%20HYM
2026-03-26 08:05:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91264442-0c01-55c5-b240-e68543a70e4b with identifier: NU11%20HYM to the API
2026-03-26 08:05:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:05:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU11%20HYM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '91264442-0c01-55c5-b240-e68543a70e4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU11 HYM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU11%20HYM&vehicleType=*',
'listing': 'auction',
'location': 'Leeds',
'make': 'FIAT',
'model': '500',
'odometer': 110852,
'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': 'FIAT 500 1.2 POP S/S Hatchback',
'transmission': 'manual',
'trim': 'POP S/S',
'vin': 'ZFA31200000660846',
'year': 2011}
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU11%2520HYM%27 HTTP/1.1" 200 None
2026-03-26 08:05:23 [bca.uk] INFO: Saving data for NU11%20HYM: {'auction_closing_time': 1774519200.0, 'created_time': 1774015962.287813, 'last_price_update_time': 1774512323.679419}
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU11%2520HYM') HTTP/1.1" 204 0
2026-03-26 08:05:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:05:23 [bca.uk] INFO: Found listing with ID: PN61%20OKH
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN61%2520OKH%27 HTTP/1.1" 200 None
2026-03-26 08:05:23 [bca.uk] INFO: Scrape type for PN61%20OKH: 0
2026-03-26 08:05:23 [bca.uk] INFO: Found listing with ID: SG09%20AJO
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG09%2520AJO%27 HTTP/1.1" 200 None
2026-03-26 08:05:23 [bca.uk] INFO: Scrape type for SG09%20AJO: 0
2026-03-26 08:05:23 [bca.uk] INFO: Found listing with ID: WM65%20KFK
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM65%2520KFK%27 HTTP/1.1" 200 None
2026-03-26 08:05:23 [bca.uk] INFO: Scrape type for WM65%20KFK: 0
2026-03-26 08:05:23 [bca.uk] INFO: Found listing with ID: YR60%20FLD
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR60%2520FLD%27 HTTP/1.1" 200 None
2026-03-26 08:05:23 [bca.uk] INFO: Scrape type for YR60%20FLD: 0
2026-03-26 08:05:23 [bca.uk] INFO: Found listing with ID: SW12%20CWU
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW12%2520CWU%27 HTTP/1.1" 200 None
2026-03-26 08:05:23 [bca.uk] INFO: Scrape type for SW12%20CWU: 0
2026-03-26 08:05:23 [bca.uk] INFO: Found listing with ID: AA08%20NFK
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AA08%2520NFK%27 HTTP/1.1" 200 None
2026-03-26 08:05:23 [bca.uk] INFO: Scrape type for AA08%20NFK: 0
2026-03-26 08:05:23 [bca.uk] INFO: Found listing with ID: AK58%20DZJ
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK58%2520DZJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:23 [bca.uk] INFO: Scrape type for AK58%20DZJ: 0
2026-03-26 08:05:23 [bca.uk] INFO: Found listing with ID: AV59%20WVW
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV59%2520WVW%27 HTTP/1.1" 200 None
2026-03-26 08:05:23 [bca.uk] INFO: Scrape type for AV59%20WVW: 0
2026-03-26 08:05:23 [bca.uk] INFO: Found listing with ID: BF62%20ENO
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF62%2520ENO%27 HTTP/1.1" 200 None
2026-03-26 08:05:23 [bca.uk] INFO: Scrape type for BF62%20ENO: 0
2026-03-26 08:05:23 [bca.uk] INFO: Found listing with ID: CK58%20JTV
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK58%2520JTV%27 HTTP/1.1" 200 None
2026-03-26 08:05:23 [bca.uk] INFO: Scrape type for CK58%20JTV: 0
2026-03-26 08:05:23 [bca.uk] INFO: Found listing with ID: DV63%20AAY
2026-03-26 08:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV63%2520AAY%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for DV63%20AAY: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: SD61%20OKE
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD61%2520OKE%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for SD61%20OKE: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: SJ16%20KBP
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ16%2520KBP%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for SJ16%20KBP: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: SK59%20UHW
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK59%2520UHW%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for SK59%20UHW: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: ST15%20ZXH
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST15%2520ZXH%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for ST15%20ZXH: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: SW64%20HNP
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW64%2520HNP%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for SW64%20HNP: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: WN15%20XAB
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN15%2520XAB%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for WN15%20XAB: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: YK12%20LJC
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK12%2520LJC%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for YK12%20LJC: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: SE67%20ANV
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE67%2520ANV%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for SE67%20ANV: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: LV60%20RSY
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV60%2520RSY%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for LV60%20RSY: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: Y597%20TPO
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27Y597%2520TPO%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for Y597%20TPO: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: EY09%20NXP
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY09%2520NXP%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for EY09%20NXP: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: FL58%20OXF
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL58%2520OXF%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for FL58%20OXF: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: KP54%20UGF
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP54%2520UGF%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for KP54%20UGF: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: LV60%20FON
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV60%2520FON%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for LV60%20FON: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: CX62%20VOY
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX62%2520VOY%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for CX62%20VOY: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: DG12%20DPU
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG12%2520DPU%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for DG12%20DPU: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: DK09%20YXH
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK09%2520YXH%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for DK09%20YXH: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: EF56%20WKX
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF56%2520WKX%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for EF56%20WKX: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: EO52%20OCJ
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO52%2520OCJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for EO52%20OCJ: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: EY17%20UMW
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY17%2520UMW%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for EY17%20UMW: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: HW60%20HXS
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HW60%2520HXS%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for HW60%20HXS: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: LR62%20HPF
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR62%2520HPF%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for LR62%20HPF: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: LV10%20OTP
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV10%2520OTP%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for LV10%20OTP: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: MF68%20OCS
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF68%2520OCS%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for MF68%20OCS: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: NX59%20UCJ
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX59%2520UCJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for NX59%20UCJ: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: RL03%20USG
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RL03%2520USG%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for RL03%20USG: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: S333%20RGL
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S333%2520RGL%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for S333%20RGL: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: SD58%20UUA
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD58%2520UUA%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for SD58%20UUA: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: SL57%20CDF
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL57%2520CDF%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for SL57%20CDF: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: WK57%20YBR
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK57%2520YBR%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for WK57%20YBR: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: BL21%20TXR
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL21%2520TXR%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for BL21%20TXR: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: OY16%20WGE
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY16%2520WGE%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for OY16%20WGE: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: PL17%20MVK
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL17%2520MVK%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for PL17%20MVK: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: PO67%20YZV
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO67%2520YZV%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for PO67%20YZV: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: AP68%20OOU
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP68%2520OOU%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for AP68%20OOU: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: FH63%20CTZ
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH63%2520CTZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for FH63%20CTZ: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: KR63%20AAV
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR63%2520AAV%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for KR63%20AAV: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: KW10%20TZV
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW10%2520TZV%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for KW10%20TZV: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: KY10%20YTW
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY10%2520YTW%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for KY10%20YTW: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: LC13%20HUH
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC13%2520HUH%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for LC13%20HUH: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: OY59%20KHT
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY59%2520KHT%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for OY59%20KHT: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: PN12%20JDK
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN12%2520JDK%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for PN12%20JDK: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: SC63%20JNN
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC63%2520JNN%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for SC63%20JNN: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: SD13%20AEN
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD13%2520AEN%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for SD13%20AEN: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: WF08%20YUV
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF08%2520YUV%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for WF08%20YUV: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: YC14%20DPV
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC14%2520DPV%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for YC14%20DPV: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: AP65%20MYK
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP65%2520MYK%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for AP65%20MYK: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: BU11%20ZSA
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU11%2520ZSA%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for BU11%20ZSA: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: BU14%20RLV
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU14%2520RLV%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for BU14%20RLV: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: CF11%20CCU
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF11%2520CCU%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for CF11%20CCU: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: CF13%20HKB
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF13%2520HKB%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for CF13%20HKB: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: DU61%20VYW
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU61%2520VYW%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for DU61%20VYW: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: EJ60%20YKZ
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ60%2520YKZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for EJ60%20YKZ: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: EK10%20AWZ
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK10%2520AWZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:24 [bca.uk] INFO: Scrape type for EK10%20AWZ: 0
2026-03-26 08:05:24 [bca.uk] INFO: Found listing with ID: EX64%20WZC
2026-03-26 08:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [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-26 08:05:25 [bca.uk] INFO: Scrape type for EX64%20WZC: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: EY67%20WHN
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [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-26 08:05:25 [bca.uk] INFO: Scrape type for EY67%20WHN: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: LK17%20RTV
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK17%2520RTV%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for LK17%20RTV: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: X538%20YAU
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X538%2520YAU%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for X538%20YAU: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: BJ12%20NTM
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ12%2520NTM%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for BJ12%20NTM: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: LK11%20RXW
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [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-26 08:05:25 [bca.uk] INFO: Scrape type for LK11%20RXW: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: LT15%20VTN
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520VTN%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for LT15%20VTN: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: NU64%20SUV
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU64%2520SUV%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for NU64%20SUV: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: OFZ%205008
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OFZ%25205008%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for OFZ%205008: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: OW53%20UMO
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW53%2520UMO%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for OW53%20UMO: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: PE63%20XKC
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE63%2520XKC%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for PE63%20XKC: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: PN61%20HNG
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN61%2520HNG%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for PN61%20HNG: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: RJ11%20YBG
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ11%2520YBG%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for RJ11%20YBG: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: RJ64%20OEC
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ64%2520OEC%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for RJ64%20OEC: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: RO06%20OCF
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO06%2520OCF%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for RO06%20OCF: 2
2026-03-26 08:05:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e59c59d-d9f0-5b0c-b05d-2ffa1fde90a5 with identifier: RO06%20OCF
2026-03-26 08:05:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e59c59d-d9f0-5b0c-b05d-2ffa1fde90a5 with scrape type 2
2026-03-26 08:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e59c59d-d9f0-5b0c-b05d-2ffa1fde90a5 with scrape type 2
2026-03-26 08:05:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e59c59d-d9f0-5b0c-b05d-2ffa1fde90a5, identifier: RO06%20OCF
2026-03-26 08:05:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e59c59d-d9f0-5b0c-b05d-2ffa1fde90a5 with identifier: RO06%20OCF
2026-03-26 08:05:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e59c59d-d9f0-5b0c-b05d-2ffa1fde90a5 with identifier: RO06%20OCF
2026-03-26 08:05:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e59c59d-d9f0-5b0c-b05d-2ffa1fde90a5 with identifier: RO06%20OCF to the API
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:05: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-26 08:05:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 291,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO06%20OCF-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '5.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3e59c59d-d9f0-5b0c-b05d-2ffa1fde90a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO06 OCF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO06%20OCF&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MERCEDES-BENZ',
'model': 'SL500',
'odometer': 156061,
'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 SL500 5.5 (388-7) Convertible',
'transmission': 'manual',
'trim': '(388-7)',
'vin': 'WDB2304712F120034',
'year': 2006}
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO06%2520OCF%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Saving data for RO06%20OCF: {'auction_closing_time': 1774519200.0, 'created_time': 1773908720.375073, 'last_price_update_time': 1774512325.865264}
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO06%2520OCF') HTTP/1.1" 204 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: RX13%20YNL
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX13%2520YNL%27 HTTP/1.1" 200 None
2026-03-26 08:05:25 [bca.uk] INFO: Scrape type for RX13%20YNL: 0
2026-03-26 08:05:25 [bca.uk] INFO: Found listing with ID: SB65%20EOJ
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB65%2520EOJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:26 [bca.uk] INFO: Scrape type for SB65%20EOJ: 0
2026-03-26 08:05:26 [bca.uk] INFO: Found listing with ID: SF13%20VRM
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF13%2520VRM%27 HTTP/1.1" 200 None
2026-03-26 08:05:26 [bca.uk] INFO: Scrape type for SF13%20VRM: 0
2026-03-26 08:05:26 [bca.uk] INFO: Found listing with ID: WF61%20XJT
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520XJT%27 HTTP/1.1" 200 None
2026-03-26 08:05:26 [bca.uk] INFO: Scrape type for WF61%20XJT: 0
2026-03-26 08:05:26 [bca.uk] INFO: Found listing with ID: WJ15%20OHN
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ15%2520OHN%27 HTTP/1.1" 200 None
2026-03-26 08:05:26 [bca.uk] INFO: Scrape type for WJ15%20OHN: 2
2026-03-26 08:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4dde454-d949-5f79-bd5a-ce38fcc3545a with identifier: WJ15%20OHN
2026-03-26 08:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4dde454-d949-5f79-bd5a-ce38fcc3545a with scrape type 2
2026-03-26 08:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4dde454-d949-5f79-bd5a-ce38fcc3545a with scrape type 2
2026-03-26 08:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4dde454-d949-5f79-bd5a-ce38fcc3545a, identifier: WJ15%20OHN
2026-03-26 08:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4dde454-d949-5f79-bd5a-ce38fcc3545a with identifier: WJ15%20OHN
2026-03-26 08:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4dde454-d949-5f79-bd5a-ce38fcc3545a with identifier: WJ15%20OHN
2026-03-26 08:05:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4dde454-d949-5f79-bd5a-ce38fcc3545a with identifier: WJ15%20OHN to the API
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:05:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ15%20OHN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd4dde454-d949-5f79-bd5a-ce38fcc3545a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ15 OHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ15%20OHN&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'DACIA',
'model': 'SANDERO STEPWAY',
'odometer': 81627,
'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': 'DACIA SANDERO STEPWAY 0.9 TCE 90 LAUREATE Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 LAUREATE',
'vin': 'UU15SDAAC52473084',
'year': 2015}
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ15%2520OHN%27 HTTP/1.1" 200 None
2026-03-26 08:05:26 [bca.uk] INFO: Saving data for WJ15%20OHN: {'auction_closing_time': 1774519200.0, 'created_time': 1774130567.724976, 'last_price_update_time': 1774512326.53539}
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ15%2520OHN') HTTP/1.1" 204 0
2026-03-26 08:05:26 [bca.uk] INFO: Found listing with ID: WJ61%20FCZ
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ61%2520FCZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:26 [bca.uk] INFO: Scrape type for WJ61%20FCZ: 2
2026-03-26 08:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17dd70f8-8edc-52bb-86ce-94fa0917e5fc with identifier: WJ61%20FCZ
2026-03-26 08:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17dd70f8-8edc-52bb-86ce-94fa0917e5fc with scrape type 2
2026-03-26 08:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17dd70f8-8edc-52bb-86ce-94fa0917e5fc with scrape type 2
2026-03-26 08:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17dd70f8-8edc-52bb-86ce-94fa0917e5fc, identifier: WJ61%20FCZ
2026-03-26 08:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17dd70f8-8edc-52bb-86ce-94fa0917e5fc with identifier: WJ61%20FCZ
2026-03-26 08:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17dd70f8-8edc-52bb-86ce-94fa0917e5fc with identifier: WJ61%20FCZ
2026-03-26 08:05:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17dd70f8-8edc-52bb-86ce-94fa0917e5fc with identifier: WJ61%20FCZ to the API
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:05:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:05:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ61%20FCZ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '17dd70f8-8edc-52bb-86ce-94fa0917e5fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ61 FCZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ61%20FCZ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 110679,
'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.4 85 SEL Hatchback',
'transmission': 'manual',
'trim': '85 SEL',
'vin': 'WVWZZZ6RZBU078653',
'year': 2011}
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ61%2520FCZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:27 [bca.uk] INFO: Saving data for WJ61%20FCZ: {'auction_closing_time': 1774519200.0, 'created_time': 1774130878.426457, 'last_price_update_time': 1774512327.068864}
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ61%2520FCZ') HTTP/1.1" 204 0
2026-03-26 08:05:27 [bca.uk] INFO: Found listing with ID: WL60%20HYZ
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL60%2520HYZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:27 [bca.uk] INFO: Scrape type for WL60%20HYZ: 0
2026-03-26 08:05:27 [bca.uk] INFO: Found listing with ID: WV09%20BNK
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV09%2520BNK%27 HTTP/1.1" 200 None
2026-03-26 08:05:27 [bca.uk] INFO: Scrape type for WV09%20BNK: 0
2026-03-26 08:05:27 [bca.uk] INFO: Found listing with ID: YC64%20TWJ
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC64%2520TWJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:27 [bca.uk] INFO: Scrape type for YC64%20TWJ: 0
2026-03-26 08:05:27 [bca.uk] INFO: Found listing with ID: YH62%20VVJ
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520VVJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:27 [bca.uk] INFO: Scrape type for YH62%20VVJ: 0
2026-03-26 08:05:27 [bca.uk] INFO: Found listing with ID: AY56%20HGZ
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY56%2520HGZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:27 [bca.uk] INFO: Scrape type for AY56%20HGZ: 0
2026-03-26 08:05:27 [bca.uk] INFO: Found listing with ID: CA62%20GJO
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:27 [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-26 08:05:27 [bca.uk] INFO: Scrape type for CA62%20GJO: 0
2026-03-26 08:05:27 [bca.uk] INFO: Found listing with ID: DN63%20YOD
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN63%2520YOD%27 HTTP/1.1" 200 None
2026-03-26 08:05:27 [bca.uk] INFO: Scrape type for DN63%20YOD: 0
2026-03-26 08:05:27 [bca.uk] INFO: Found listing with ID: DV63%20EXB
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV63%2520EXB%27 HTTP/1.1" 200 None
2026-03-26 08:05:27 [bca.uk] INFO: Scrape type for DV63%20EXB: 0
2026-03-26 08:05:27 [bca.uk] INFO: Found listing with ID: EO16%20KUU
2026-03-26 08:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:27 [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-26 08:05:27 [bca.uk] INFO: Scrape type for EO16%20KUU: 0
2026-03-26 08:05:28 [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-26 08:05:28 [bca.uk] INFO: Total items found: 100
2026-03-26 08:05:28 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded
2026-03-26 08:05:28 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:05:28 [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-26 08:05:28 [bca.uk] INFO: Found listing with ID: GV10%20UCU
2026-03-26 08:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV10%2520UCU%27 HTTP/1.1" 200 None
2026-03-26 08:05:29 [bca.uk] INFO: Scrape type for GV10%20UCU: 0
2026-03-26 08:05:29 [bca.uk] INFO: Found listing with ID: KJ08%20AVE
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ08%2520AVE%27 HTTP/1.1" 200 None
2026-03-26 08:05:29 [bca.uk] INFO: Scrape type for KJ08%20AVE: 0
2026-03-26 08:05:29 [bca.uk] INFO: Found listing with ID: KU64%20HSV
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU64%2520HSV%27 HTTP/1.1" 200 None
2026-03-26 08:05:29 [bca.uk] INFO: Scrape type for KU64%20HSV: 0
2026-03-26 08:05:29 [bca.uk] INFO: Found listing with ID: L70%20WJK
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27L70%2520WJK%27 HTTP/1.1" 200 None
2026-03-26 08:05:29 [bca.uk] INFO: Scrape type for L70%20WJK: 0
2026-03-26 08:05:29 [bca.uk] INFO: Found listing with ID: LL59%20UYE
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL59%2520UYE%27 HTTP/1.1" 200 None
2026-03-26 08:05:29 [bca.uk] INFO: Scrape type for LL59%20UYE: 2
2026-03-26 08:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9f06c30-7dfe-5ce0-9864-44e660be9e2b with identifier: LL59%20UYE
2026-03-26 08:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9f06c30-7dfe-5ce0-9864-44e660be9e2b with scrape type 2
2026-03-26 08:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9f06c30-7dfe-5ce0-9864-44e660be9e2b with scrape type 2
2026-03-26 08:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9f06c30-7dfe-5ce0-9864-44e660be9e2b, identifier: LL59%20UYE
2026-03-26 08:05:29 [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-26 08:05:29 [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-26 08:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9f06c30-7dfe-5ce0-9864-44e660be9e2b with identifier: LL59%20UYE
2026-03-26 08:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9f06c30-7dfe-5ce0-9864-44e660be9e2b with identifier: LL59%20UYE
2026-03-26 08:05:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9f06c30-7dfe-5ce0-9864-44e660be9e2b with identifier: LL59%20UYE to the API
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:05:29 [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': 167,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL59%20UYE-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e9f06c30-7dfe-5ce0-9864-44e660be9e2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL59 UYE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL59%20UYE&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 99624,
'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 FOCUS 1.8 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TITANIUM',
'vin': 'WF0PXXGCDP9D47692',
'year': 2009}
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL59%2520UYE%27 HTTP/1.1" 200 None
2026-03-26 08:05:29 [bca.uk] INFO: Saving data for LL59%20UYE: {'auction_closing_time': 1774519200.0, 'created_time': 1774130565.493088, 'last_price_update_time': 1774512329.561199}
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL59%2520UYE') HTTP/1.1" 204 0
2026-03-26 08:05:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:05:29 [bca.uk] INFO: Found listing with ID: LR14%20NKS
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR14%2520NKS%27 HTTP/1.1" 200 None
2026-03-26 08:05:29 [bca.uk] INFO: Scrape type for LR14%20NKS: 0
2026-03-26 08:05:29 [bca.uk] INFO: Found listing with ID: LR18%20UDU
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR18%2520UDU%27 HTTP/1.1" 200 None
2026-03-26 08:05:29 [bca.uk] INFO: Scrape type for LR18%20UDU: 0
2026-03-26 08:05:29 [bca.uk] INFO: Found listing with ID: LR61%20OZL
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR61%2520OZL%27 HTTP/1.1" 200 None
2026-03-26 08:05:29 [bca.uk] INFO: Scrape type for LR61%20OZL: 0
2026-03-26 08:05:29 [bca.uk] INFO: Found listing with ID: LX15%20SYU
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX15%2520SYU%27 HTTP/1.1" 200 None
2026-03-26 08:05:29 [bca.uk] INFO: Scrape type for LX15%20SYU: 0
2026-03-26 08:05:29 [bca.uk] INFO: Found listing with ID: MT63%20YTF
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT63%2520YTF%27 HTTP/1.1" 200 None
2026-03-26 08:05:29 [bca.uk] INFO: Scrape type for MT63%20YTF: 2
2026-03-26 08:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c4f9188-f90b-53e7-8812-6028d363b1c7 with identifier: MT63%20YTF
2026-03-26 08:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c4f9188-f90b-53e7-8812-6028d363b1c7 with scrape type 2
2026-03-26 08:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c4f9188-f90b-53e7-8812-6028d363b1c7 with scrape type 2
2026-03-26 08:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c4f9188-f90b-53e7-8812-6028d363b1c7, identifier: MT63%20YTF
2026-03-26 08:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c4f9188-f90b-53e7-8812-6028d363b1c7 with identifier: MT63%20YTF
2026-03-26 08:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c4f9188-f90b-53e7-8812-6028d363b1c7 with identifier: MT63%20YTF
2026-03-26 08:05:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c4f9188-f90b-53e7-8812-6028d363b1c7 with identifier: MT63%20YTF to the API
2026-03-26 08:05:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:05:30 [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': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT63%20YTF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2c4f9188-f90b-53e7-8812-6028d363b1c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT63 YTF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT63%20YTF&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'FORD',
'model': 'MONDEO',
'odometer': 169576,
'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 2.0 TDCI 163 TITANIUM X BUS.ED.P/S Hatchback',
'transmission': 'automatic',
'trim': 'TDCI 163 TITANIUM X BUS.ED.P/S',
'vin': 'WF0EXXGBBEDG88261',
'year': 2013}
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT63%2520YTF%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Saving data for MT63%20YTF: {'auction_closing_time': 1774519200.0, 'created_time': 1773908762.633733, 'last_price_update_time': 1774512330.268661}
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT63%2520YTF') HTTP/1.1" 204 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: NX59%20VNB
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX59%2520VNB%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for NX59%20VNB: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: AD06%20VTM
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AD06%2520VTM%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for AD06%20VTM: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: SJ12%20YSN
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ12%2520YSN%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for SJ12%20YSN: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: SL11%20UAD
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL11%2520UAD%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for SL11%20UAD: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: MJ62%20VDM
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ62%2520VDM%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for MJ62%20VDM: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: PF17%20GHB
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF17%2520GHB%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for PF17%20GHB: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: RJ67%20ZGP
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ67%2520ZGP%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for RJ67%20ZGP: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: RX13%20OSO
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX13%2520OSO%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for RX13%20OSO: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: SP15%20VPW
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP15%2520VPW%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for SP15%20VPW: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: SW13%20ETX
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW13%2520ETX%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for SW13%20ETX: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: VA11%20NUO
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA11%2520NUO%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for VA11%20NUO: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: Y800%20JOR
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27Y800%2520JOR%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for Y800%20JOR: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: YD15%20FET
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD15%2520FET%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for YD15%20FET: 0
2026-03-26 08:05:30 [bca.uk] INFO: Found listing with ID: YK09%20VHX
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK09%2520VHX%27 HTTP/1.1" 200 None
2026-03-26 08:05:30 [bca.uk] INFO: Scrape type for YK09%20VHX: 2
2026-03-26 08:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b033472-b328-5ed2-abba-63066b31f83c with identifier: YK09%20VHX
2026-03-26 08:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b033472-b328-5ed2-abba-63066b31f83c with scrape type 2
2026-03-26 08:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b033472-b328-5ed2-abba-63066b31f83c with scrape type 2
2026-03-26 08:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b033472-b328-5ed2-abba-63066b31f83c, identifier: YK09%20VHX
2026-03-26 08:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b033472-b328-5ed2-abba-63066b31f83c with identifier: YK09%20VHX
2026-03-26 08:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b033472-b328-5ed2-abba-63066b31f83c with identifier: YK09%20VHX
2026-03-26 08:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b033472-b328-5ed2-abba-63066b31f83c with identifier: YK09%20VHX to the API
2026-03-26 08:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:05:30 [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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK09%20VHX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8b033472-b328-5ed2-abba-63066b31f83c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK09 VHX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK09%20VHX&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 129887,
'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.6 ZETEC S Hatchback',
'transmission': 'manual',
'trim': 'ZETEC S',
'vin': 'WF0GXXGAJG9J88387',
'year': 2009}
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520VHX%27 HTTP/1.1" 200 None
2026-03-26 08:05:31 [bca.uk] INFO: Saving data for YK09%20VHX: {'auction_closing_time': 1774519200.0, 'created_time': 1774102092.45697, 'last_price_update_time': 1774512331.012931}
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK09%2520VHX') HTTP/1.1" 204 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: YR60%20HSF
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05: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-26 08:05:31 [bca.uk] INFO: Scrape type for YR60%20HSF: 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: AF68%20SVE
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:31 [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-26 08:05:31 [bca.uk] INFO: Scrape type for AF68%20SVE: 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: AJ59%20YCC
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05: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-26 08:05:31 [bca.uk] INFO: Scrape type for AJ59%20YCC: 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: AO68%20DWU
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO68%2520DWU%27 HTTP/1.1" 200 None
2026-03-26 08:05:31 [bca.uk] INFO: Scrape type for AO68%20DWU: 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: DN60%20UPX
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN60%2520UPX%27 HTTP/1.1" 200 None
2026-03-26 08:05:31 [bca.uk] INFO: Scrape type for DN60%20UPX: 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: EA63%20XHB
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05: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-26 08:05:31 [bca.uk] INFO: Scrape type for EA63%20XHB: 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: EJ61%20NNW
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ61%2520NNW%27 HTTP/1.1" 200 None
2026-03-26 08:05:31 [bca.uk] INFO: Scrape type for EJ61%20NNW: 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: FD61%20XYP
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD61%2520XYP%27 HTTP/1.1" 200 None
2026-03-26 08:05:31 [bca.uk] INFO: Scrape type for FD61%20XYP: 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: FV60%20YNM
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05: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%2520YNM%27 HTTP/1.1" 200 None
2026-03-26 08:05:31 [bca.uk] INFO: Scrape type for FV60%20YNM: 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: GD10%20BNJ
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05: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-26 08:05:31 [bca.uk] INFO: Scrape type for GD10%20BNJ: 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: GV66%20EFD
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV66%2520EFD%27 HTTP/1.1" 200 None
2026-03-26 08:05:31 [bca.uk] INFO: Scrape type for GV66%20EFD: 0
2026-03-26 08:05:31 [bca.uk] INFO: Found listing with ID: KN15%20XYA
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN15%2520XYA%27 HTTP/1.1" 200 None
2026-03-26 08:05:31 [bca.uk] INFO: Scrape type for KN15%20XYA: 2
2026-03-26 08:05:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3d43422-f1a5-532d-89e8-363e36017715 with identifier: KN15%20XYA
2026-03-26 08:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3d43422-f1a5-532d-89e8-363e36017715 with scrape type 2
2026-03-26 08:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3d43422-f1a5-532d-89e8-363e36017715 with scrape type 2
2026-03-26 08:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3d43422-f1a5-532d-89e8-363e36017715, identifier: KN15%20XYA
2026-03-26 08:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3d43422-f1a5-532d-89e8-363e36017715 with identifier: KN15%20XYA
2026-03-26 08:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3d43422-f1a5-532d-89e8-363e36017715 with identifier: KN15%20XYA
2026-03-26 08:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3d43422-f1a5-532d-89e8-363e36017715 with identifier: KN15%20XYA to the API
2026-03-26 08:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:05:32 [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': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN15%20XYA-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd3d43422-f1a5-532d-89e8-363e36017715',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN15 XYA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN15%20XYA&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'KUGA',
'odometer': 57785,
'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 ZETEC StationWagon',
'transmission': 'manual',
'trim': 'TDCI 150 2WD ZETEC',
'vin': 'WF0AXXWPMAFC63193',
'year': 2015}
2026-03-26 08:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN15%2520XYA%27 HTTP/1.1" 200 None
2026-03-26 08:05:32 [bca.uk] INFO: Saving data for KN15%20XYA: {'auction_closing_time': 1774519200.0, 'created_time': 1773821221.038233, 'last_price_update_time': 1774512332.74042}
2026-03-26 08:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN15%2520XYA') HTTP/1.1" 204 0
2026-03-26 08:05:32 [bca.uk] INFO: Found listing with ID: NU71%20EYA
2026-03-26 08:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU71%2520EYA%27 HTTP/1.1" 200 None
2026-03-26 08:05:32 [bca.uk] INFO: Scrape type for NU71%20EYA: 0
2026-03-26 08:05:32 [bca.uk] INFO: Found listing with ID: CA16%20RVP
2026-03-26 08:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA16%2520RVP%27 HTTP/1.1" 200 None
2026-03-26 08:05:32 [bca.uk] INFO: Scrape type for CA16%20RVP: 0
2026-03-26 08:05:32 [bca.uk] INFO: Found listing with ID: FY15%20VFP
2026-03-26 08:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY15%2520VFP%27 HTTP/1.1" 200 None
2026-03-26 08:05:32 [bca.uk] INFO: Scrape type for FY15%20VFP: 0
2026-03-26 08:05:32 [bca.uk] INFO: Found listing with ID: MJ71%20VWU
2026-03-26 08:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ71%2520VWU%27 HTTP/1.1" 200 None
2026-03-26 08:05:32 [bca.uk] INFO: Scrape type for MJ71%20VWU: 0
2026-03-26 08:05:32 [bca.uk] INFO: Found listing with ID: VO15%20SDY
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for VO15%20SDY: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: DN67%20ZJX
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN67%2520ZJX%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for DN67%20ZJX: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: AG09%20TZT
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AG09%2520TZT%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for AG09%20TZT: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: FN61%20BWH
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for FN61%20BWH: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: FP05%20OPY
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP05%2520OPY%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for FP05%20OPY: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: MK13%20WFT
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK13%2520WFT%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for MK13%20WFT: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: WG10%20XTL
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG10%2520XTL%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for WG10%20XTL: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: AJ19%20XKC
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520XKC%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for AJ19%20XKC: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: FP10%20YEK
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05: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-26 08:05:33 [bca.uk] INFO: Scrape type for FP10%20YEK: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: VX67%20KZW
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05: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-26 08:05:33 [bca.uk] INFO: Scrape type for VX67%20KZW: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: KV63%20FHS
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for KV63%20FHS: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: LK14%20VAM
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK14%2520VAM%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for LK14%20VAM: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: VO62%20VVP
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO62%2520VVP%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for VO62%20VVP: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: YS13%20EFT
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS13%2520EFT%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for YS13%20EFT: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: AO67%20AHU
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for AO67%20AHU: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: FV66%20PMO
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520PMO%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for FV66%20PMO: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: YY64%20YGU
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for YY64%20YGU: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: LO71%20KYU
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO71%2520KYU%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for LO71%20KYU: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: ET05%20SNY
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET05%2520SNY%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for ET05%20SNY: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: FP13%20GXF
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP13%2520GXF%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for FP13%20GXF: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: GY13%20WNG
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY13%2520WNG%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for GY13%20WNG: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: WN61%20UJP
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN61%2520UJP%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for WN61%20UJP: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: CE56%20FYG
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for CE56%20FYG: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: EJ07%20UDG
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ07%2520UDG%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for EJ07%20UDG: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: EJ12%20FEK
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ12%2520FEK%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for EJ12%20FEK: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: EO60%20WHK
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520WHK%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for EO60%20WHK: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: FD09%20XMM
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for FD09%20XMM: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: LB10%20VFY
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for LB10%20VFY: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: LP12%20YFK
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP12%2520YFK%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for LP12%20YFK: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: NC06%20ENK
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for NC06%20ENK: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: NJ12%20NFP
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for NJ12%20NFP: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: LO23%20MLK
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for LO23%20MLK: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: BD05%20LNN
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD05%2520LNN%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for BD05%20LNN: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: BG23%20DXJ
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05: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%2520DXJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for BG23%20DXJ: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: FJ64%20UHA
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ64%2520UHA%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for FJ64%20UHA: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: FL18%20LNM
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL18%2520LNM%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for FL18%20LNM: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: LD67%20AVU
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for LD67%20AVU: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: LG15%20EJJ
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG15%2520EJJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for LG15%20EJJ: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: LV66%20YVE
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV66%2520YVE%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for LV66%20YVE: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: ND65%20ASO
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND65%2520ASO%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for ND65%20ASO: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: OO62%20KJB
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OO62%2520KJB%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for OO62%20KJB: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: OU19%20UNX
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520UNX%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for OU19%20UNX: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: OY16%20YMR
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for OY16%20YMR: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: VN14%20ZTT
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for VN14%20ZTT: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: YF69%20KXX
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [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-26 08:05:33 [bca.uk] INFO: Scrape type for YF69%20KXX: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: HY15%20WPP
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY15%2520WPP%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for HY15%20WPP: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: S11%20PLX
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S11%2520PLX%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for S11%20PLX: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: VK59%20HVT
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK59%2520HVT%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for VK59%20HVT: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: VLL007091
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VLL007091%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for VLL007091: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: KX18%20XTB
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520XTB%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for KX18%20XTB: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: KS63%20OVR
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS63%2520OVR%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for KS63%20OVR: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: VA22%20FCZ
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA22%2520FCZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:33 [bca.uk] INFO: Scrape type for VA22%20FCZ: 0
2026-03-26 08:05:33 [bca.uk] INFO: Found listing with ID: BG60%20SMV
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG60%2520SMV%27 HTTP/1.1" 200 None
2026-03-26 08:05:34 [bca.uk] INFO: Scrape type for BG60%20SMV: 0
2026-03-26 08:05:34 [bca.uk] INFO: Found listing with ID: GRZ%209264
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GRZ%25209264%27 HTTP/1.1" 200 None
2026-03-26 08:05:34 [bca.uk] INFO: Scrape type for GRZ%209264: 0
2026-03-26 08:05:34 [bca.uk] INFO: Found listing with ID: PN59%20ZVL
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN59%2520ZVL%27 HTTP/1.1" 200 None
2026-03-26 08:05:34 [bca.uk] INFO: Scrape type for PN59%20ZVL: 0
2026-03-26 08:05:34 [bca.uk] INFO: Found listing with ID: PX03%20LZR
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:34 [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-26 08:05:34 [bca.uk] INFO: Scrape type for PX03%20LZR: 0
2026-03-26 08:05:34 [bca.uk] INFO: Found listing with ID: MA22%20DVR
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05: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%2520DVR%27 HTTP/1.1" 200 None
2026-03-26 08:05:34 [bca.uk] INFO: Scrape type for MA22%20DVR: 0
2026-03-26 08:05:34 [bca.uk] INFO: Found listing with ID: CX17%20URY
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:34 [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-26 08:05:34 [bca.uk] INFO: Scrape type for CX17%20URY: 0
2026-03-26 08:05:34 [bca.uk] INFO: Found listing with ID: ST19%20CBF
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:34 [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-26 08:05:34 [bca.uk] INFO: Scrape type for ST19%20CBF: 0
2026-03-26 08:05:34 [bca.uk] INFO: Found listing with ID: DU22%20WFP
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU22%2520WFP%27 HTTP/1.1" 200 None
2026-03-26 08:05:34 [bca.uk] INFO: Scrape type for DU22%20WFP: 0
2026-03-26 08:05:35 [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-26 08:05:36 [bca.uk] INFO: Total items found: 100
2026-03-26 08:05:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded
2026-03-26 08:05:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:05:36 [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-26 08:05:36 [bca.uk] INFO: Found listing with ID: OY07%20JZG
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY07%2520JZG%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for OY07%20JZG: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: KU16%20GDA
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU16%2520GDA%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for KU16%20GDA: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: LL70%20LHW
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL70%2520LHW%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for LL70%20LHW: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: BG56%20VSO
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG56%2520VSO%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for BG56%20VSO: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: KL57%20FSC
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KL57%2520FSC%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for KL57%20FSC: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: SG16%20RVM
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG16%2520RVM%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for SG16%20RVM: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: GU23%20RCX
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU23%2520RCX%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for GU23%20RCX: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: MJ22%20DFY
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ22%2520DFY%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for MJ22%20DFY: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: MV10%20UHJ
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV10%2520UHJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for MV10%20UHJ: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: GF70%20OVT
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF70%2520OVT%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for GF70%20OVT: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: YL71%20HYC
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL71%2520HYC%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for YL71%20HYC: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: EO21%20HZT
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO21%2520HZT%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for EO21%20HZT: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: NV19%20HTN
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV19%2520HTN%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for NV19%20HTN: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: TG03%20MMM
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27TG03%2520MMM%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for TG03%20MMM: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: GU67%20ZFW
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU67%2520ZFW%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for GU67%20ZFW: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: BD13%20XHZ
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD13%2520XHZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for BD13%20XHZ: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: DA71%20FBV
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA71%2520FBV%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for DA71%20FBV: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: FN18%20KKS
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN18%2520KKS%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for FN18%20KKS: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: NL07%20KFK
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL07%2520KFK%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for NL07%20KFK: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: MF03%20FOY
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF03%2520FOY%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for MF03%20FOY: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: MW72%20VBF
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW72%2520VBF%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for MW72%20VBF: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: SM16%20KFW
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM16%2520KFW%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for SM16%20KFW: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: NX25%20UWF
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX25%2520UWF%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for NX25%20UWF: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: MK69%20OVL
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK69%2520OVL%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for MK69%20OVL: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: RO72%20HSZ
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO72%2520HSZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for RO72%20HSZ: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: RK69%20UJT
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK69%2520UJT%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for RK69%20UJT: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: HV74%20BWD
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV74%2520BWD%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for HV74%20BWD: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: LC71%20HKG
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC71%2520HKG%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for LC71%20HKG: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: OV69%20LYY
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV69%2520LYY%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for OV69%20LYY: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: YP15%20UEA
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP15%2520UEA%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for YP15%20UEA: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: MP65%20PHA
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MP65%2520PHA%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for MP65%20PHA: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: EA19%20RDU
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA19%2520RDU%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for EA19%20RDU: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: DV16%20WYW
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV16%2520WYW%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for DV16%20WYW: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: AO63%20RYV
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO63%2520RYV%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for AO63%20RYV: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: WF12%20BZC
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF12%2520BZC%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for WF12%20BZC: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: SD63%20XHL
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD63%2520XHL%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for SD63%20XHL: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: AO55%20YGN
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO55%2520YGN%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for AO55%20YGN: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: DK62%20SJX
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK62%2520SJX%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for DK62%20SJX: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: BJ65%20HZL
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ65%2520HZL%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for BJ65%20HZL: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: SB68%20VUP
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB68%2520VUP%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for SB68%20VUP: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: PK15%20NNW
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK15%2520NNW%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for PK15%20NNW: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: SK17%20XEB
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK17%2520XEB%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for SK17%20XEB: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: AA72%20JAY
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AA72%2520JAY%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for AA72%20JAY: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: DA72%20VFB
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA72%2520VFB%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for DA72%20VFB: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: HX22%20OTG
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX22%2520OTG%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for HX22%20OTG: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: LM70%20HNG
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM70%2520HNG%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for LM70%20HNG: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: VO22%20WBD
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO22%2520WBD%27 HTTP/1.1" 200 None
2026-03-26 08:05:36 [bca.uk] INFO: Scrape type for VO22%20WBD: 0
2026-03-26 08:05:36 [bca.uk] INFO: Found listing with ID: VO67%20NPA
2026-03-26 08:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO67%2520NPA%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for VO67%20NPA: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: KS13%20SZT
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS13%2520SZT%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for KS13%20SZT: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: FY19%20CPE
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY19%2520CPE%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for FY19%20CPE: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: BN16%20DBY
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN16%2520DBY%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for BN16%20DBY: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: FE13%20YYA
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE13%2520YYA%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for FE13%20YYA: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: AJ73%20OMM
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ73%2520OMM%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for AJ73%20OMM: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: AK22%20EPD
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK22%2520EPD%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for AK22%20EPD: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: DG70%20XGV
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG70%2520XGV%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for DG70%20XGV: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: DU70%20VGF
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU70%2520VGF%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for DU70%20VGF: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: EF71%20AVB
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF71%2520AVB%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for EF71%20AVB: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: EU73%20FFR
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU73%2520FFR%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for EU73%20FFR: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: FJ22%20TVW
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ22%2520TVW%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for FJ22%20TVW: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: FT71%20CZW
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT71%2520CZW%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for FT71%20CZW: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: HT71%20NLN
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT71%2520NLN%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for HT71%20NLN: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: RJ22%20VVK
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ22%2520VVK%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for RJ22%20VVK: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: SW69%20HWF
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW69%2520HWF%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for SW69%20HWF: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: YK21%20BBD
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK21%2520BBD%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for YK21%20BBD: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: YE19%20YMV
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE19%2520YMV%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for YE19%20YMV: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: VO68%20KOW
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO68%2520KOW%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for VO68%20KOW: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: DC66%20KXZ
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC66%2520KXZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for DC66%20KXZ: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: EO18%20NVY
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO18%2520NVY%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for EO18%20NVY: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: FL23%20XLO
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL23%2520XLO%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for FL23%20XLO: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: FL23%20ZHB
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL23%2520ZHB%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for FL23%20ZHB: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: YT59%20ZZG
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT59%2520ZZG%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for YT59%20ZZG: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: VGZ%202125
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VGZ%25202125%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for VGZ%202125: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: SD22%20FBN
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD22%2520FBN%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for SD22%20FBN: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: BD60%20GTF
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD60%2520GTF%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for BD60%20GTF: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: BYZ%207625
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BYZ%25207625%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for BYZ%207625: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: EJ72%20WPF
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ72%2520WPF%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for EJ72%20WPF: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: NU72%20GXJ
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU72%2520GXJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for NU72%20GXJ: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: ST73%20FJO
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST73%2520FJO%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for ST73%20FJO: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: YE23%20RFL
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE23%2520RFL%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for YE23%20RFL: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: PE18%20NXS
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE18%2520NXS%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for PE18%20NXS: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: AO15%20WKS
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO15%2520WKS%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for AO15%20WKS: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: VA19%20HFN
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA19%2520HFN%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for VA19%20HFN: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: GU15%20XPY
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU15%2520XPY%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for GU15%20XPY: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: CMZ%205390
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CMZ%25205390%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for CMZ%205390: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: EX19%20ETZ
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX19%2520ETZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for EX19%20ETZ: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: SV70%20OFG
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV70%2520OFG%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for SV70%20OFG: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: WN17%20ZHH
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN17%2520ZHH%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for WN17%20ZHH: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: RJ15%20OBV
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ15%2520OBV%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for RJ15%20OBV: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: HT21%20WCA
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT21%2520WCA%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for HT21%20WCA: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: KN23%20VCG
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN23%2520VCG%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for KN23%20VCG: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: MT72%20VOO
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT72%2520VOO%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for MT72%20VOO: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: PK17%20VPG
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK17%2520VPG%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for PK17%20VPG: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: PX70%20XUH
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX70%2520XUH%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for PX70%20XUH: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: SF72%20RXK
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF72%2520RXK%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for SF72%20RXK: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: LM69%20YRY
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM69%2520YRY%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for LM69%20YRY: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: VN21%20SFX
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN21%2520SFX%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for VN21%20SFX: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: CV66%20EES
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV66%2520EES%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for CV66%20EES: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: DV71%20FFL
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV71%2520FFL%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for DV71%20FFL: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: LB69%20KHC
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB69%2520KHC%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for LB69%20KHC: 0
2026-03-26 08:05:37 [bca.uk] INFO: Found listing with ID: LD65%20VGJ
2026-03-26 08:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD65%2520VGJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:37 [bca.uk] INFO: Scrape type for LD65%20VGJ: 0
2026-03-26 08:05:37 [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-26 08:05:37 [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-26 08:05:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Total items found: 100
2026-03-26 08:05:40 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded
2026-03-26 08:05:40 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Found listing with ID: LK20%20HUZ
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for LK20%20HUZ: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: LW19%20LHT
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for LW19%20LHT: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: OY22%20WNU
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for OY22%20WNU: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: RO18%20YSH
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for RO18%20YSH: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: SP19%20DVR
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for SP19%20DVR: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: WF72%20GHX
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for WF72%20GHX: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: Y14%20MRT
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for Y14%20MRT: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: YC21%20HHF
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for YC21%20HHF: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: YF19%20JKM
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for YF19%20JKM: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: YP67%20CXV
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for YP67%20CXV: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: AY18%20WXU
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for AY18%20WXU: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: EG17%20OYH
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for EG17%20OYH: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: EK72%20HYO
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for EK72%20HYO: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: GL21%20YDO
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for GL21%20YDO: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: KM71%20BWL
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for KM71%20BWL: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: KS20%20SDY
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for KS20%20SDY: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: LS23%20TMZ
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for LS23%20TMZ: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: YL68%20JTV
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for YL68%20JTV: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: YX60%20XRW
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX60%2520XRW%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for YX60%20XRW: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: WV23%20VRE
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for WV23%20VRE: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: YG56%20UBJ
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG56%2520UBJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for YG56%20UBJ: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: VN53%20MXM
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN53%2520MXM%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for VN53%20MXM: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: FE22%20SVG
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520SVG%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for FE22%20SVG: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: RJ04%20BUU
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ04%2520BUU%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for RJ04%20BUU: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: RF17%20UTY
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF17%2520UTY%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for RF17%20UTY: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: MD17%20LCA
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD17%2520LCA%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for MD17%20LCA: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: EU16%20UEY
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for EU16%20UEY: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: EK66%20HSA
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for EK66%20HSA: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: EF64%20FZR
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF64%2520FZR%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for EF64%20FZR: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: LM64%20ZHZ
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM64%2520ZHZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for LM64%20ZHZ: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: LL67%20EZV
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL67%2520EZV%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for LL67%20EZV: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: KS23%20EFK
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520EFK%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for KS23%20EFK: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: WP71%20XJO
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for WP71%20XJO: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: WA66%20PMY
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for WA66%20PMY: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: FX63%20KFF
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for FX63%20KFF: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: LF19%20CPU
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520CPU%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for LF19%20CPU: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: WP71%20XJE
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for WP71%20XJE: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: GV66%20KCE
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for GV66%20KCE: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: CN16%20WVR
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for CN16%20WVR: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: KT65%20DXC
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for KT65%20DXC: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: WV12%20VMF
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for WV12%20VMF: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: KM19%20WYY
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for KM19%20WYY: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: WP71%20XJD
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [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-26 08:05:40 [bca.uk] INFO: Scrape type for WP71%20XJD: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: EK62%20GHV
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520GHV%27 HTTP/1.1" 200 None
2026-03-26 08:05:40 [bca.uk] INFO: Scrape type for EK62%20GHV: 0
2026-03-26 08:05:40 [bca.uk] INFO: Found listing with ID: WP71%20XJC
2026-03-26 08:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP71%2520XJC%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WP71%20XJC: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: BK23%20GNY
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK23%2520GNY%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for BK23%20GNY: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: AP17%20DNX
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP17%2520DNX%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for AP17%20DNX: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: MD19%20MXJ
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD19%2520MXJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for MD19%20MXJ: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: WN71%20VUV
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN71%2520VUV%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WN71%20VUV: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: CE23%20MYN
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE23%2520MYN%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for CE23%20MYN: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: AL05%20VJA
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AL05%2520VJA%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for AL05%20VJA: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: LC69%20MYX
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC69%2520MYX%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for LC69%20MYX: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: WV71%20SYZ
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV71%2520SYZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WV71%20SYZ: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: ML13%20PZH
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML13%2520PZH%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for ML13%20PZH: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: KO19%20HBU
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO19%2520HBU%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for KO19%20HBU: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: DF14%20PNO
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF14%2520PNO%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for DF14%20PNO: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: WP71%20XJW
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP71%2520XJW%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WP71%20XJW: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: KT06%20KZK
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT06%2520KZK%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for KT06%20KZK: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: WV23%20YEX
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV23%2520YEX%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WV23%20YEX: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: GK56%20OMR
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK56%2520OMR%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for GK56%20OMR: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: YS17%20XUK
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS17%2520XUK%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for YS17%20XUK: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: WV71%20SZP
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV71%2520SZP%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WV71%20SZP: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: WP72%20PHU
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP72%2520PHU%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WP72%20PHU: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: WM72%20HPA
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM72%2520HPA%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WM72%20HPA: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: GL69%20CLV
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL69%2520CLV%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for GL69%20CLV: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: YE25%20LHN
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE25%2520LHN%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for YE25%20LHN: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: WP56%20ZKN
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP56%2520ZKN%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WP56%20ZKN: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: YS67%20OVJ
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS67%2520OVJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for YS67%20OVJ: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: YH05%20VKB
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH05%2520VKB%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for YH05%20VKB: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: YE25%20KZD
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE25%2520KZD%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for YE25%20KZD: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: YE25%20HRC
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE25%2520HRC%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for YE25%20HRC: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: SX62%20CCF
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SX62%2520CCF%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for SX62%20CCF: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: WP23%20OFH
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP23%2520OFH%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WP23%20OFH: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: OY17%20VEV
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY17%2520VEV%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for OY17%20VEV: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: RF16%20ZJV
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF16%2520ZJV%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for RF16%20ZJV: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: WP23%20OFE
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP23%2520OFE%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WP23%20OFE: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: WV10%20PYD
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV10%2520PYD%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for WV10%20PYD: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: BK22%20CCF
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520CCF%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for BK22%20CCF: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: AF63%20NCO
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF63%2520NCO%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for AF63%20NCO: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: EY06%20OBA
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY06%2520OBA%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for EY06%20OBA: 0
2026-03-26 08:05:41 [bca.uk] INFO: Found listing with ID: YGZ%208440
2026-03-26 08:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YGZ%25208440%27 HTTP/1.1" 200 None
2026-03-26 08:05:41 [bca.uk] INFO: Scrape type for YGZ%208440: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: OV25%20CLX
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV25%2520CLX%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for OV25%20CLX: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: SG11%20JGZ
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG11%2520JGZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for SG11%20JGZ: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: MF13%20KEJ
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF13%2520KEJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for MF13%20KEJ: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: OV71%20NVZ
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV71%2520NVZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for OV71%20NVZ: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: LV66%20EBL
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV66%2520EBL%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for LV66%20EBL: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: CF16%20JOH
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF16%2520JOH%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for CF16%20JOH: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: LT22%20FRN
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT22%2520FRN%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for LT22%20FRN: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: KU03%20YEL
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU03%2520YEL%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for KU03%20YEL: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: EA20%20RLZ
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA20%2520RLZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for EA20%20RLZ: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: DP67%20TWM
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP67%2520TWM%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for DP67%20TWM: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: WP23%20OEA
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP23%2520OEA%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for WP23%20OEA: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: YB69%20VVR
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB69%2520VVR%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for YB69%20VVR: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: BJ66%20HWE
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ66%2520HWE%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for BJ66%20HWE: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: WP23%20OEG
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP23%2520OEG%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for WP23%20OEG: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: WP23%20OGE
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP23%2520OGE%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for WP23%20OGE: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: SR19%20PFY
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SR19%2520PFY%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for SR19%20PFY: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: KY18%20KCJ
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY18%2520KCJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for KY18%20KCJ: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: HJ17%20XPR
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ17%2520XPR%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for HJ17%20XPR: 0
2026-03-26 08:05:42 [bca.uk] INFO: Found listing with ID: LA72%20AJR
2026-03-26 08:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA72%2520AJR%27 HTTP/1.1" 200 None
2026-03-26 08:05:42 [bca.uk] INFO: Scrape type for LA72%20AJR: 0
2026-03-26 08:05:42 [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-26 08:05:42 [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-26 08:05:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:05:44 [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-26 08:05:45 [bca.uk] INFO: Total items found: 100
2026-03-26 08:05:45 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded
2026-03-26 08:05:45 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:05:45 [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-26 08:05:45 [bca.uk] INFO: Found listing with ID: LX69%20ZSE
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX69%2520ZSE%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for LX69%20ZSE: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: YS71%20MWW
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS71%2520MWW%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for YS71%20MWW: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: LC07%20NYK
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC07%2520NYK%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for LC07%20NYK: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: DG24%20FYS
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG24%2520FYS%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for DG24%20FYS: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: KV68%20XLU
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV68%2520XLU%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for KV68%20XLU: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: ET73%20DWX
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET73%2520DWX%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for ET73%20DWX: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: NL22%20RXP
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL22%2520RXP%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for NL22%20RXP: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: EA68%20CHC
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA68%2520CHC%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for EA68%20CHC: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: MA23%20DWF
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA23%2520DWF%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for MA23%20DWF: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: MA72%20YBB
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA72%2520YBB%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for MA72%20YBB: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: GJ19%20VTE
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ19%2520VTE%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for GJ19%20VTE: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: HV23%20NYR
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV23%2520NYR%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for HV23%20NYR: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: K999%20KCC
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27K999%2520KCC%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for K999%20KCC: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: KT08%20GPU
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT08%2520GPU%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for KT08%20GPU: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: MV20%20AZA
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV20%2520AZA%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for MV20%20AZA: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: OE74%20YKV
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE74%2520YKV%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for OE74%20YKV: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: OV22%20HPU
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV22%2520HPU%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for OV22%20HPU: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: OY10%20VGA
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY10%2520VGA%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for OY10%20VGA: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: VK63%20AHD
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK63%2520AHD%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for VK63%20AHD: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: WJ13%20XSM
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ13%2520XSM%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for WJ13%20XSM: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: LM72%20UJT
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM72%2520UJT%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for LM72%20UJT: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: LY73%20ASU
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY73%2520ASU%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for LY73%20ASU: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: MF22%20PFN
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF22%2520PFN%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for MF22%20PFN: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: ML70%20FSO
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML70%2520FSO%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for ML70%20FSO: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: MT23%20CCV
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT23%2520CCV%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for MT23%20CCV: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: PF24%20JLO
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF24%2520JLO%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for PF24%20JLO: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: SA21%20JPF
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA21%2520JPF%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for SA21%20JPF: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: BU72%20HBA
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU72%2520HBA%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for BU72%20HBA: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: BV74%20GVE
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV74%2520GVE%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for BV74%20GVE: 0
2026-03-26 08:05:45 [bca.uk] INFO: Found listing with ID: CK22%20UUL
2026-03-26 08:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK22%2520UUL%27 HTTP/1.1" 200 None
2026-03-26 08:05:45 [bca.uk] INFO: Scrape type for CK22%20UUL: 2
2026-03-26 08:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75bc8280-8c23-5eb3-b055-16a8d9033841 with identifier: CK22%20UUL
2026-03-26 08:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75bc8280-8c23-5eb3-b055-16a8d9033841 with scrape type 2
2026-03-26 08:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75bc8280-8c23-5eb3-b055-16a8d9033841 with scrape type 2
2026-03-26 08:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75bc8280-8c23-5eb3-b055-16a8d9033841, identifier: CK22%20UUL
2026-03-26 08:05:45 [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-26 08:05:45 [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-26 08:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75bc8280-8c23-5eb3-b055-16a8d9033841 with identifier: CK22%20UUL
2026-03-26 08:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75bc8280-8c23-5eb3-b055-16a8d9033841 with identifier: CK22%20UUL
2026-03-26 08:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75bc8280-8c23-5eb3-b055-16a8d9033841 with identifier: CK22%20UUL to the API
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:05:46 [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': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK22%20UUL-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '75bc8280-8c23-5eb3-b055-16a8d9033841',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CK22 UUL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK22%20UUL&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 34651,
'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 5008 1.5 BLUEHDI 130 GT StationWagon',
'transmission': 'manual',
'trim': 'BLUEHDI 130 GT',
'vin': 'VF3MCYHZMNS038155',
'year': 2022}
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK22%2520UUL%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Saving data for CK22%20UUL: {'auction_closing_time': 1774519200.0, 'created_time': 1773833389.993247, 'last_price_update_time': 1774512346.27257}
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK22%2520UUL') HTTP/1.1" 204 0
2026-03-26 08:05:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: DE72%20RLO
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE72%2520RLO%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for DE72%20RLO: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: DL25%20ZMO
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL25%2520ZMO%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for DL25%20ZMO: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: EJ23%20LYT
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ23%2520LYT%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for EJ23%20LYT: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: FG20%20LJA
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG20%2520LJA%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for FG20%20LJA: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: KW68%20ZDH
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW68%2520ZDH%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for KW68%20ZDH: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: NA69%20USD
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA69%2520USD%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for NA69%20USD: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: VA18%20JZP
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA18%2520JZP%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for VA18%20JZP: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: SB17%20XVZ
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB17%2520XVZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for SB17%20XVZ: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: KY65%20AEA
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY65%2520AEA%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for KY65%20AEA: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: PN67%20WXW
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN67%2520WXW%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for PN67%20WXW: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: CJ23%20FFK
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ23%2520FFK%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for CJ23%20FFK: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: DY72%20WGJ
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY72%2520WGJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for DY72%20WGJ: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: HN25%20JHY
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN25%2520JHY%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for HN25%20JHY: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: HT23%20GDK
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT23%2520GDK%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for HT23%20GDK: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: LN69%20VGU
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN69%2520VGU%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for LN69%20VGU: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: MM74%20YOF
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM74%2520YOF%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for MM74%20YOF: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: CU19%20PFZ
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU19%2520PFZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for CU19%20PFZ: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: LO72%20XSE
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO72%2520XSE%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for LO72%20XSE: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: RX24%20CXK
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX24%2520CXK%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for RX24%20CXK: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: AF72%20TYP
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF72%2520TYP%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for AF72%20TYP: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: AE69%20MDU
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE69%2520MDU%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for AE69%20MDU: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: SM22%20NNB
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM22%2520NNB%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for SM22%20NNB: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: WN22%20HXL
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN22%2520HXL%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for WN22%20HXL: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: VU21%20NVJ
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU21%2520NVJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for VU21%20NVJ: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: DC19%20FYO
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC19%2520FYO%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for DC19%20FYO: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: BV68%20BNK
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV68%2520BNK%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for BV68%20BNK: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: AU24%20RHF
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU24%2520RHF%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for AU24%20RHF: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: BK23%20GYH
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK23%2520GYH%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for BK23%20GYH: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: PE11%20AGY
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE11%2520AGY%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for PE11%20AGY: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: FE70%20NHG
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE70%2520NHG%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for FE70%20NHG: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: FY60%20ODT
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY60%2520ODT%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for FY60%20ODT: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: DU14%20WPP
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU14%2520WPP%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for DU14%20WPP: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: FP09%20WZJ
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP09%2520WZJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for FP09%20WZJ: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: AF72%20WDN
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF72%2520WDN%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for AF72%20WDN: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: YG23%20WRF
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG23%2520WRF%27 HTTP/1.1" 200 None
2026-03-26 08:05:46 [bca.uk] INFO: Scrape type for YG23%20WRF: 0
2026-03-26 08:05:46 [bca.uk] INFO: Found listing with ID: SJ21%20CCX
2026-03-26 08:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ21%2520CCX%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for SJ21%20CCX: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: RK71%20CHO
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK71%2520CHO%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for RK71%20CHO: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: BT21%20WLX
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT21%2520WLX%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for BT21%20WLX: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: YT71%20ZPB
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT71%2520ZPB%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for YT71%20ZPB: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: LB23%20EZP
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB23%2520EZP%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for LB23%20EZP: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: GK15%20NNO
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK15%2520NNO%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for GK15%20NNO: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: BX17%20KFV
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX17%2520KFV%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for BX17%20KFV: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: YS16%20YDY
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS16%2520YDY%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for YS16%20YDY: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: LJ18%20UMM
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ18%2520UMM%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for LJ18%20UMM: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: YD18%20BJY
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD18%2520BJY%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for YD18%20BJY: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: BK23%20GWC
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK23%2520GWC%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for BK23%20GWC: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: DC16%20YHF
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC16%2520YHF%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for DC16%20YHF: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: AE69%20JHY
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE69%2520JHY%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for AE69%20JHY: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: F11%20PHH
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27F11%2520PHH%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for F11%20PHH: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: WN62%20KNS
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN62%2520KNS%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for WN62%20KNS: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: WM67%20OGL
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM67%2520OGL%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for WM67%20OGL: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: WM57%20GGZ
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM57%2520GGZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for WM57%20GGZ: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: LD72%20HYL
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD72%2520HYL%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for LD72%20HYL: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: EU18%20RNV
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU18%2520RNV%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for EU18%20RNV: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: PK65%20FWG
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK65%2520FWG%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for PK65%20FWG: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: NJ15%20CDU
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ15%2520CDU%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for NJ15%20CDU: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: MW16%20ZDG
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW16%2520ZDG%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for MW16%20ZDG: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: LB59%20AYN
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB59%2520AYN%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for LB59%20AYN: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: KS21%20YZO
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS21%2520YZO%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for KS21%20YZO: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: FN22%20FYL
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN22%2520FYL%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for FN22%20FYL: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: KL68%20YWS
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KL68%2520YWS%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for KL68%20YWS: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: KM75%20OLB
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM75%2520OLB%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for KM75%20OLB: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: KM75%20OLC
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM75%2520OLC%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for KM75%20OLC: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: BT73%20NKE
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT73%2520NKE%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for BT73%20NKE: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: MF22%20LYA
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF22%2520LYA%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for MF22%20LYA: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: FL23%20WXV
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL23%2520WXV%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for FL23%20WXV: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: BJ72%20PVU
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ72%2520PVU%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for BJ72%20PVU: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: CK23%20ONG
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK23%2520ONG%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for CK23%20ONG: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: FL70%20JVZ
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL70%2520JVZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for FL70%20JVZ: 0
2026-03-26 08:05:47 [bca.uk] INFO: Found listing with ID: DF16%20EWJ
2026-03-26 08:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF16%2520EWJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:47 [bca.uk] INFO: Scrape type for DF16%20EWJ: 0
2026-03-26 08:05:49 [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-26 08:05:50 [bca.uk] INFO: Total items found: 100
2026-03-26 08:05:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded
2026-03-26 08:05:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:05:50 [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-26 08:05:50 [bca.uk] INFO: Found listing with ID: BD74%20SMO
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD74%2520SMO%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for BD74%20SMO: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: AF22%20UON
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF22%2520UON%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for AF22%20UON: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: EK69%20DPV
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK69%2520DPV%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for EK69%20DPV: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: YP15%20RRZ
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP15%2520RRZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for YP15%20RRZ: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: KR18%20KJZ
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR18%2520KJZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for KR18%20KJZ: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: WP72%20ZNN
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP72%2520ZNN%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for WP72%20ZNN: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: GL17%20LUH
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL17%2520LUH%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for GL17%20LUH: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: FY63%20ZPE
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY63%2520ZPE%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for FY63%20ZPE: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: ND62%20EYA
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND62%2520EYA%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for ND62%20EYA: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: FM16%20SJX
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM16%2520SJX%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for FM16%20SJX: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: FM14%20WLJ
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM14%2520WLJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for FM14%20WLJ: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: YB19%20SJW
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB19%2520SJW%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for YB19%20SJW: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: NL72%20VLB
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL72%2520VLB%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for NL72%20VLB: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: DK14%20XHT
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK14%2520XHT%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for DK14%20XHT: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: BL22%20VLJ
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL22%2520VLJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for BL22%20VLJ: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: DF63%20KBE
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF63%2520KBE%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for DF63%20KBE: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: PK13%20NLM
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK13%2520NLM%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for PK13%20NLM: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: LG23%20WJM
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG23%2520WJM%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for LG23%20WJM: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: SG71%20OBV
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG71%2520OBV%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for SG71%20OBV: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: AP22%20GMF
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP22%2520GMF%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for AP22%20GMF: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: SG22%20NNY
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG22%2520NNY%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for SG22%20NNY: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: MX68%20WWL
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MX68%2520WWL%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for MX68%20WWL: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: YD23%20GHJ
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD23%2520GHJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for YD23%20GHJ: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: KW18%20EDC
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW18%2520EDC%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for KW18%20EDC: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: AK72%20DWO
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK72%2520DWO%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for AK72%20DWO: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: SY72%20WSO
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY72%2520WSO%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for SY72%20WSO: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: VX72%20WWK
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX72%2520WWK%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for VX72%20WWK: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: LB69%20SKO
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB69%2520SKO%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for LB69%20SKO: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: BK71%20KHA
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK71%2520KHA%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for BK71%20KHA: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: CX19%20GXV
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX19%2520GXV%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for CX19%20GXV: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: AF67%20OAW
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF67%2520OAW%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for AF67%20OAW: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: CN69%20GTY
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN69%2520GTY%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for CN69%20GTY: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: MW72%20XOK
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW72%2520XOK%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for MW72%20XOK: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: GP16%20CEA
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GP16%2520CEA%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for GP16%20CEA: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: NL71%20WDY
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL71%2520WDY%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for NL71%20WDY: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: YB70%20ZRK
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB70%2520ZRK%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for YB70%20ZRK: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: FV24%20VKM
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV24%2520VKM%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for FV24%20VKM: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: LO70%20XAZ
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO70%2520XAZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for LO70%20XAZ: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: CE70%20JAO
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE70%2520JAO%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for CE70%20JAO: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: WN17%20FWZ
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN17%2520FWZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for WN17%20FWZ: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: EO68%20VWX
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO68%2520VWX%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for EO68%20VWX: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: NK16%20FLH
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK16%2520FLH%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for NK16%20FLH: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: YM25%20DZT
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM25%2520DZT%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for YM25%20DZT: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: YP74%20WFO
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP74%2520WFO%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for YP74%20WFO: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: MT71%20KBZ
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT71%2520KBZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for MT71%20KBZ: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: NU68%20BXA
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU68%2520BXA%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for NU68%20BXA: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: 4K0032745
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%274K0032745%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for 4K0032745: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: LL71%20XOA
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL71%2520XOA%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for LL71%20XOA: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: ZLT068795
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ZLT068795%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for ZLT068795: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: WV23%20YEE
2026-03-26 08:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV23%2520YEE%27 HTTP/1.1" 200 None
2026-03-26 08:05:50 [bca.uk] INFO: Scrape type for WV23%20YEE: 0
2026-03-26 08:05:50 [bca.uk] INFO: Found listing with ID: OV68%20KVG
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV68%2520KVG%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for OV68%20KVG: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: MV22%20UCS
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV22%2520UCS%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for MV22%20UCS: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: SN22%20BGA
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN22%2520BGA%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for SN22%20BGA: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: BG65%20UXP
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG65%2520UXP%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for BG65%20UXP: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: SK09%20UOH
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK09%2520UOH%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for SK09%20UOH: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: SR23%20NZS
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SR23%2520NZS%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for SR23%20NZS: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: AP65%20CTK
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP65%2520CTK%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for AP65%20CTK: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: FX10%20WSV
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX10%2520WSV%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for FX10%20WSV: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: ML19%20OBE
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML19%2520OBE%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for ML19%20OBE: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: DS19%20NSN
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS19%2520NSN%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for DS19%20NSN: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: PY67%20LKC
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY67%2520LKC%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for PY67%20LKC: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: OE70%20UGD
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE70%2520UGD%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for OE70%20UGD: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: YL70%20NVC
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL70%2520NVC%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for YL70%20NVC: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: NX72%20PHY
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX72%2520PHY%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for NX72%20PHY: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: NC22%20CZK
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NC22%2520CZK%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for NC22%20CZK: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: RK66%20MLE
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK66%2520MLE%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for RK66%20MLE: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: YR22%20XOF
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR22%2520XOF%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for YR22%20XOF: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: KW21%20HLU
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW21%2520HLU%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for KW21%20HLU: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: SA21%20KZD
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA21%2520KZD%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for SA21%20KZD: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: NG64%20HLA
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG64%2520HLA%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for NG64%20HLA: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: BG73%20XYY
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG73%2520XYY%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for BG73%20XYY: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: AX19%20VDY
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX19%2520VDY%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for AX19%20VDY: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: YR69%20ZVN
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR69%2520ZVN%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for YR69%20ZVN: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: KW69%20DXL
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW69%2520DXL%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for KW69%20DXL: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: AO71%20KYW
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO71%2520KYW%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for AO71%20KYW: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: BJ73%20LGA
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ73%2520LGA%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for BJ73%20LGA: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: OV69%20LRU
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV69%2520LRU%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for OV69%20LRU: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: WK70%20HVS
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK70%2520HVS%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for WK70%20HVS: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: JR09%20HOG
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27JR09%2520HOG%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for JR09%20HOG: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: LV22%20KXJ
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV22%2520KXJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for LV22%20KXJ: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: PY21%20KFC
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY21%2520KFC%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for PY21%20KFC: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: AP18%20ZGH
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP18%2520ZGH%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for AP18%20ZGH: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: LA71%20YYO
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA71%2520YYO%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for LA71%20YYO: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: OV70%20AYD
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV70%2520AYD%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for OV70%20AYD: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: SW67%20OGP
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW67%2520OGP%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for SW67%20OGP: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: ML18%20ZLN
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML18%2520ZLN%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for ML18%20ZLN: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: SC18%20OYK
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC18%2520OYK%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for SC18%20OYK: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: SL20%20XMO
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL20%2520XMO%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for SL20%20XMO: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: FE18%20XLP
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE18%2520XLP%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for FE18%20XLP: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: OE18%20UCD
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE18%2520UCD%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for OE18%20UCD: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: KW70%20MDF
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW70%2520MDF%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for KW70%20MDF: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: FP65%20HNC
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP65%2520HNC%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for FP65%20HNC: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: YC69%20WJU
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC69%2520WJU%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for YC69%20WJU: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: YB18%20JZN
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB18%2520JZN%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for YB18%20JZN: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: LC18%20YMG
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC18%2520YMG%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for LC18%20YMG: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: DA21%20FXK
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA21%2520FXK%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for DA21%20FXK: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: SW14%20KSF
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW14%2520KSF%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for SW14%20KSF: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: KP62%20VHG
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP62%2520VHG%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for KP62%20VHG: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: SM19%20EWD
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM19%2520EWD%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for SM19%20EWD: 0
2026-03-26 08:05:51 [bca.uk] INFO: Found listing with ID: DV13%20JWJ
2026-03-26 08:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV13%2520JWJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:51 [bca.uk] INFO: Scrape type for DV13%20JWJ: 0
2026-03-26 08:05:51 [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-26 08:05:51 [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-26 08:05:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:05:53 [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-26 08:05:53 [bca.uk] INFO: Total items found: 100
2026-03-26 08:05:53 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded
2026-03-26 08:05:53 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:05:53 [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-26 08:05:53 [bca.uk] INFO: Found listing with ID: SN20%20VNS
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN20%2520VNS%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for SN20%20VNS: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: FR12%20VKP
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FR12%2520VKP%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for FR12%20VKP: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: GB67%20HRV
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GB67%2520HRV%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for GB67%20HRV: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: SD15%20GGE
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD15%2520GGE%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for SD15%20GGE: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: SY16%20LKZ
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY16%2520LKZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for SY16%20LKZ: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: FL15%20TVF
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL15%2520TVF%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for FL15%20TVF: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: GK23%20HVW
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK23%2520HVW%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for GK23%20HVW: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: NJ14%20JFZ
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ14%2520JFZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for NJ14%20JFZ: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: DV24%20WFX
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV24%2520WFX%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for DV24%20WFX: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: FN64%20YUJ
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN64%2520YUJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for FN64%20YUJ: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: RA73%20EBM
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA73%2520EBM%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for RA73%20EBM: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: HW19%20GCV
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HW19%2520GCV%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for HW19%20GCV: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: J300%20WTY
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27J300%2520WTY%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for J300%20WTY: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: BL21%20JKE
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL21%2520JKE%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for BL21%20JKE: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: PJ71%20HYA
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ71%2520HYA%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for PJ71%20HYA: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: VD03%20MON
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VD03%2520MON%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for VD03%20MON: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: BL68%20UGC
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL68%2520UGC%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for BL68%20UGC: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: EA20%20JVX
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA20%2520JVX%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for EA20%20JVX: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: GD22%20ETU
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD22%2520ETU%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for GD22%20ETU: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: KY22%20VLX
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY22%2520VLX%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for KY22%20VLX: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: NK54%20DDF
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK54%2520DDF%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for NK54%20DDF: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: MW70%20MWO
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW70%2520MWO%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for MW70%20MWO: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: YU19%20FVH
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YU19%2520FVH%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for YU19%20FVH: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: LS23%20UCV
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS23%2520UCV%27 HTTP/1.1" 200 None
2026-03-26 08:05:53 [bca.uk] INFO: Scrape type for LS23%20UCV: 0
2026-03-26 08:05:53 [bca.uk] INFO: Found listing with ID: KP70%20XYY
2026-03-26 08:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP70%2520XYY%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for KP70%20XYY: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: BV62%20UHD
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV62%2520UHD%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for BV62%20UHD: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: YJ13%20RHK
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJ13%2520RHK%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for YJ13%20RHK: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: BK23%20EXG
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK23%2520EXG%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for BK23%20EXG: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: FN69%20HDJ
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN69%2520HDJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for FN69%20HDJ: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: S3%20XMD
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S3%2520XMD%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for S3%20XMD: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: EO20%20FBY
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO20%2520FBY%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for EO20%20FBY: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: GL18%20AAJ
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL18%2520AAJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for GL18%20AAJ: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: KR18%20NEU
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR18%2520NEU%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for KR18%20NEU: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: GU68%20KAX
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU68%2520KAX%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for GU68%20KAX: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: OW18%20VCD
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OW18%2520VCD%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for OW18%20VCD: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: YF19%20OPO
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF19%2520OPO%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for YF19%20OPO: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: DV18%20VZT
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV18%2520VZT%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for DV18%20VZT: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: DY68%20UWN
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY68%2520UWN%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for DY68%20UWN: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: VU17%20UUP
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU17%2520UUP%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for VU17%20UUP: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: LC68%20JHL
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC68%2520JHL%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for LC68%20JHL: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: NA69%20WCT
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA69%2520WCT%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for NA69%20WCT: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: WHZ%204639
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WHZ%25204639%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for WHZ%204639: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: KV17%20LLT
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV17%2520LLT%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for KV17%20LLT: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: KX68%20NDF
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KX68%2520NDF%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for KX68%20NDF: 0
2026-03-26 08:05:54 [bca.uk] INFO: Found listing with ID: LV17%20TFA
2026-03-26 08:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV17%2520TFA%27 HTTP/1.1" 200 None
2026-03-26 08:05:54 [bca.uk] INFO: Scrape type for LV17%20TFA: 2
2026-03-26 08:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96c23dd6-ff8d-509e-9bd7-db6a0b1b01f8 with identifier: LV17%20TFA
2026-03-26 08:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96c23dd6-ff8d-509e-9bd7-db6a0b1b01f8 with scrape type 2
2026-03-26 08:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96c23dd6-ff8d-509e-9bd7-db6a0b1b01f8 with scrape type 2
2026-03-26 08:05:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96c23dd6-ff8d-509e-9bd7-db6a0b1b01f8, identifier: LV17%20TFA
2026-03-26 08:05:54 [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-26 08:05:55 [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-26 08:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96c23dd6-ff8d-509e-9bd7-db6a0b1b01f8 with identifier: LV17%20TFA
2026-03-26 08:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96c23dd6-ff8d-509e-9bd7-db6a0b1b01f8 with identifier: LV17%20TFA
2026-03-26 08:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96c23dd6-ff8d-509e-9bd7-db6a0b1b01f8 with identifier: LV17%20TFA to the API
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:05:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV17%20TFA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '96c23dd6-ff8d-509e-9bd7-db6a0b1b01f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LV17 TFA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV17%20TFA&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 81324,
'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 BLACK StationWagon',
'transmission': 'automatic',
'trim': 'TD4 180 HSE BLACK',
'vin': 'SALCA2AN5HH697753',
'year': 2017}
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV17%2520TFA%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Saving data for LV17%20TFA: {'auction_closing_time': 1774605600.0, 'created_time': 1773823700.032436, 'last_price_update_time': 1774512355.339318}
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV17%2520TFA') HTTP/1.1" 204 0
2026-03-26 08:05:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: PE21%20DDK
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE21%2520DDK%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for PE21%20DDK: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: RX22%20YUK
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX22%2520YUK%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for RX22%20YUK: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: SP17%20VOD
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP17%2520VOD%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for SP17%20VOD: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: SR19%20WCE
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SR19%2520WCE%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for SR19%20WCE: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: ST70%20BFN
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST70%2520BFN%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for ST70%20BFN: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: ST70%20NUM
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST70%2520NUM%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for ST70%20NUM: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: SY22%20JTX
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY22%2520JTX%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for SY22%20JTX: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: LL72%20GLZ
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL72%2520GLZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for LL72%20GLZ: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: AY19%20GDF
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY19%2520GDF%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for AY19%20GDF: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: NU69%20CYE
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU69%2520CYE%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for NU69%20CYE: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: VF19%20YPR
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VF19%2520YPR%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for VF19%20YPR: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: YS19%20UWX
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS19%2520UWX%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for YS19%20UWX: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: NX22%20SVA
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX22%2520SVA%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for NX22%20SVA: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: EF67%20XDY
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF67%2520XDY%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for EF67%20XDY: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: LX20%20SVG
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX20%2520SVG%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for LX20%20SVG: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: MF22%20KJU
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF22%2520KJU%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for MF22%20KJU: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: SB70%20UFZ
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB70%2520UFZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for SB70%20UFZ: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: LM71%20JJY
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM71%2520JJY%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for LM71%20JJY: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: SG69%20WHK
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG69%2520WHK%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for SG69%20WHK: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: SJ19%20SVK
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ19%2520SVK%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for SJ19%20SVK: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: SM22%20URS
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM22%2520URS%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for SM22%20URS: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: SM71%20OKR
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM71%2520OKR%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for SM71%20OKR: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: FB19%20XZS
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FB19%2520XZS%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for FB19%20XZS: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: SD20%20VOM
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD20%2520VOM%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for SD20%20VOM: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: VU18%20KWB
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU18%2520KWB%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for VU18%20KWB: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: EO69%20LKL
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO69%2520LKL%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for EO69%20LKL: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: KD19%20ZMX
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KD19%2520ZMX%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for KD19%20ZMX: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: YP69%20VMM
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP69%2520VMM%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for YP69%20VMM: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: YB67%20NXX
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB67%2520NXX%27 HTTP/1.1" 200 None
2026-03-26 08:05:55 [bca.uk] INFO: Scrape type for YB67%20NXX: 0
2026-03-26 08:05:55 [bca.uk] INFO: Found listing with ID: DY18%20LXW
2026-03-26 08:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY18%2520LXW%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for DY18%20LXW: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: EX21%20AYC
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX21%2520AYC%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for EX21%20AYC: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: LT15%20FGD
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT15%2520FGD%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for LT15%20FGD: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: YD61%20LCP
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD61%2520LCP%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for YD61%20LCP: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: YT54%20EZO
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT54%2520EZO%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for YT54%20EZO: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: LR66%20BBZ
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR66%2520BBZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for LR66%20BBZ: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: SB18%20HVZ
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB18%2520HVZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for SB18%20HVZ: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: SB69%20URO
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB69%2520URO%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for SB69%20URO: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: SV21%20XPT
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV21%2520XPT%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for SV21%20XPT: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: SW19%20RKZ
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW19%2520RKZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for SW19%20RKZ: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: V30%20NGA
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27V30%2520NGA%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for V30%20NGA: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: BK22%20FKL
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520FKL%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for BK22%20FKL: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: DV19%20HVL
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV19%2520HVL%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for DV19%20HVL: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: KM68%20VSE
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM68%2520VSE%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for KM68%20VSE: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: SM64%20MEL
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM64%2520MEL%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for SM64%20MEL: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: BL21%20JHX
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL21%2520JHX%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for BL21%20JHX: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: LL68%20GZO
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL68%2520GZO%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for LL68%20GZO: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: WR70%20NTE
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR70%2520NTE%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for WR70%20NTE: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: MK14%20YPX
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK14%2520YPX%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for MK14%20YPX: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: CK69%20FHC
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK69%2520FHC%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for CK69%20FHC: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: DX71%20FBD
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX71%2520FBD%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for DX71%20FBD: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: MJ19%20VPU
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ19%2520VPU%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for MJ19%20VPU: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: WP18%20JKU
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP18%2520JKU%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for WP18%20JKU: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: WT21%20JTO
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WT21%2520JTO%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for WT21%20JTO: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: BW19%20MVU
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW19%2520MVU%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for BW19%20MVU: 0
2026-03-26 08:05:56 [bca.uk] INFO: Found listing with ID: WV68%20SYW
2026-03-26 08:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV68%2520SYW%27 HTTP/1.1" 200 None
2026-03-26 08:05:56 [bca.uk] INFO: Scrape type for WV68%20SYW: 0
2026-03-26 08:05:58 [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-26 08:05:58 [bca.uk] INFO: Total items found: 100
2026-03-26 08:05:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded
2026-03-26 08:05:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:05:58 [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-26 08:05:58 [bca.uk] INFO: Found listing with ID: RA68%20JVZ
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA68%2520JVZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for RA68%20JVZ: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: WV71%20UPB
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV71%2520UPB%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for WV71%20UPB: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: LT64%20BFM
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT64%2520BFM%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for LT64%20BFM: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: ML22%20FFS
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML22%2520FFS%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for ML22%20FFS: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: YD19%20UPN
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD19%2520UPN%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for YD19%20UPN: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: FG22%20YMK
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG22%2520YMK%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for FG22%20YMK: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: GL68%20LXT
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL68%2520LXT%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for GL68%20LXT: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: RJ69%20GGF
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ69%2520GGF%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for RJ69%20GGF: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: WJ71%20BVS
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ71%2520BVS%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for WJ71%20BVS: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: DN18%20BWM
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN18%2520BWM%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for DN18%20BWM: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: EA68%20DZR
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA68%2520DZR%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for EA68%20DZR: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: LL19%20XSF
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL19%2520XSF%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for LL19%20XSF: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: MA20%20EKM
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA20%2520EKM%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for MA20%20EKM: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: A25%20LDS
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27A25%2520LDS%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for A25%20LDS: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: LP67%20VZJ
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP67%2520VZJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for LP67%20VZJ: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: YA18%20UVB
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA18%2520UVB%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for YA18%20UVB: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: NU68%20KHP
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU68%2520KHP%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for NU68%20KHP: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: MF19%20AEX
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF19%2520AEX%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for MF19%20AEX: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: MT20%20ZVF
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT20%2520ZVF%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for MT20%20ZVF: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: OV18%20ZJZ
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV18%2520ZJZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for OV18%20ZJZ: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: DP22%20TJO
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP22%2520TJO%27 HTTP/1.1" 200 None
2026-03-26 08:05:58 [bca.uk] INFO: Scrape type for DP22%20TJO: 0
2026-03-26 08:05:58 [bca.uk] INFO: Found listing with ID: MF20%20MYB
2026-03-26 08:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF20%2520MYB%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for MF20%20MYB: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: YM19%20EWH
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM19%2520EWH%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for YM19%20EWH: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: AF25%20ZHR
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF25%2520ZHR%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for AF25%20ZHR: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: KW24%20UKR
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW24%2520UKR%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for KW24%20UKR: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: KW70%20FHN
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW70%2520FHN%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for KW70%20FHN: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: SB18%20VYG
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB18%2520VYG%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for SB18%20VYG: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: SC21%20RZE
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC21%2520RZE%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for SC21%20RZE: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: YX68%20OXN
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX68%2520OXN%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for YX68%20OXN: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: YX09%20ZHD
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX09%2520ZHD%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for YX09%20ZHD: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: DF19%20CVP
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF19%2520CVP%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for DF19%20CVP: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: LC72%20EXH
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC72%2520EXH%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for LC72%20EXH: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: LV72%20OJM
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV72%2520OJM%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for LV72%20OJM: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: NU19%20CDX
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU19%2520CDX%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for NU19%20CDX: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: PK20%20MVT
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK20%2520MVT%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for PK20%20MVT: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: OV23%20XBY
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV23%2520XBY%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for OV23%20XBY: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: KV58%20YOH
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV58%2520YOH%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for KV58%20YOH: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: NL22%20HZF
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL22%2520HZF%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for NL22%20HZF: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: S123%20EXG
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S123%2520EXG%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for S123%20EXG: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: LG67%20YWA
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG67%2520YWA%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for LG67%20YWA: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: VO68%20SZX
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO68%2520SZX%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for VO68%20SZX: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: MW73%20ECF
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW73%2520ECF%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for MW73%20ECF: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: WX67%20WPZ
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WX67%2520WPZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for WX67%20WPZ: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: PY67%20KFD
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY67%2520KFD%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for PY67%20KFD: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: WF22%20MWE
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF22%2520MWE%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for WF22%20MWE: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: GD71%20YKT
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD71%2520YKT%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for GD71%20YKT: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: LA71%20HLO
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA71%2520HLO%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for LA71%20HLO: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: BK67%20AHP
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK67%2520AHP%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for BK67%20AHP: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: KN69%20YAH
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN69%2520YAH%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for KN69%20YAH: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: KE72%20LSK
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE72%2520LSK%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for KE72%20LSK: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: LO72%20VKA
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO72%2520VKA%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for LO72%20VKA: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: GX68%20YBC
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX68%2520YBC%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for GX68%20YBC: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: KF72%20APV
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF72%2520APV%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for KF72%20APV: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: BF69%20UTG
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF69%2520UTG%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for BF69%20UTG: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: BG16%20LZX
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG16%2520LZX%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for BG16%20LZX: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: SM19%20EFR
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM19%2520EFR%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for SM19%20EFR: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: FWW%20706M
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FWW%2520706M%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for FWW%20706M: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: HX07%20WBO
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX07%2520WBO%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for HX07%20WBO: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: FN19%20USZ
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN19%2520USZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for FN19%20USZ: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: NG68%20CAO
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG68%2520CAO%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for NG68%20CAO: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: BK64%20MHJ
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK64%2520MHJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for BK64%20MHJ: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: KY67%20XRR
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY67%2520XRR%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for KY67%20XRR: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: MJ68%20ZKT
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ68%2520ZKT%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for MJ68%20ZKT: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: DS63%20HDL
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS63%2520HDL%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for DS63%20HDL: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: FE17%20XKS
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE17%2520XKS%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for FE17%20XKS: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: GX64%20LLU
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX64%2520LLU%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for GX64%20LLU: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: DS18%20EOM
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS18%2520EOM%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for DS18%20EOM: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: ND11%20LLN
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND11%2520LLN%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for ND11%20LLN: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: VE51%20MVJ
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE51%2520MVJ%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for VE51%20MVJ: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: MK16%20AXT
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK16%2520AXT%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for MK16%20AXT: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: PJ64%20UMD
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ64%2520UMD%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for PJ64%20UMD: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: YM67%20XCV
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM67%2520XCV%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for YM67%20XCV: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: YP06%20NXZ
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP06%2520NXZ%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for YP06%20NXZ: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: LB67%20WHR
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB67%2520WHR%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for LB67%20WHR: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: HV64%20CVS
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV64%2520CVS%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for HV64%20CVS: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: J33%20HYT
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27J33%2520HYT%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for J33%20HYT: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: AP65%20OYV
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP65%2520OYV%27 HTTP/1.1" 200 None
2026-03-26 08:05:59 [bca.uk] INFO: Scrape type for AP65%20OYV: 0
2026-03-26 08:05:59 [bca.uk] INFO: Found listing with ID: SLZ%206923
2026-03-26 08:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SLZ%25206923%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for SLZ%206923: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: YS66%20YUL
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS66%2520YUL%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for YS66%20YUL: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: NU13%20DJO
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU13%2520DJO%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for NU13%20DJO: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: FE10%20MLK
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE10%2520MLK%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for FE10%20MLK: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: FE15%20LTF
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE15%2520LTF%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for FE15%20LTF: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: FR13%20ZVW
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FR13%2520ZVW%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for FR13%20ZVW: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: VE71%20WPF
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE71%2520WPF%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for VE71%20WPF: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: NU16%20OAP
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU16%2520OAP%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for NU16%20OAP: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: YL65%20SVW
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL65%2520SVW%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for YL65%20SVW: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: CA72%20ZHD
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA72%2520ZHD%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for CA72%20ZHD: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: HF68%20FOJ
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF68%2520FOJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for HF68%20FOJ: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: ML23%20RVY
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML23%2520RVY%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for ML23%20RVY: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: DV16%20TVF
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV16%2520TVF%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for DV16%20TVF: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: HN16%20OCZ
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN16%2520OCZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for HN16%20OCZ: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: MK67%20LKU
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK67%2520LKU%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for MK67%20LKU: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: VO62%20RCX
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO62%2520RCX%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for VO62%20RCX: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: YC65%20PGV
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC65%2520PGV%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for YC65%20PGV: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: YL68%20XHJ
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL68%2520XHJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for YL68%20XHJ: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: FM67%20AZN
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM67%2520AZN%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for FM67%20AZN: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: SM11%20FZR
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM11%2520FZR%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for SM11%20FZR: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: YY18%20EZK
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY18%2520EZK%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for YY18%20EZK: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: DL14%20XCH
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL14%2520XCH%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for DL14%20XCH: 0
2026-03-26 08:06:00 [bca.uk] INFO: Found listing with ID: HY66%20OTK
2026-03-26 08:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY66%2520OTK%27 HTTP/1.1" 200 None
2026-03-26 08:06:00 [bca.uk] INFO: Scrape type for HY66%20OTK: 0
2026-03-26 08:06:00 [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-26 08:06:00 [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-26 08:06:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:02 [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-26 08:06:02 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:02 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded
2026-03-26 08:06:02 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06:02 [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-26 08:06:02 [bca.uk] INFO: Found listing with ID: WP62%20JOU
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP62%2520JOU%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for WP62%20JOU: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: YD64%20RUH
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD64%2520RUH%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for YD64%20RUH: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: LG23%20VTF
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG23%2520VTF%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for LG23%20VTF: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: DY65%20DFJ
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY65%2520DFJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for DY65%20DFJ: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: HK19%20RCO
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK19%2520RCO%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for HK19%20RCO: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: LO66%20AKG
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO66%2520AKG%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for LO66%20AKG: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: WP71%20HXE
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP71%2520HXE%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for WP71%20HXE: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: DN67%20WOR
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN67%2520WOR%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for DN67%20WOR: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: LR62%20CXG
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR62%2520CXG%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for LR62%20CXG: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: LT66%20GWW
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT66%2520GWW%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for LT66%20GWW: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: AD08%20ELH
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AD08%2520ELH%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for AD08%20ELH: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: KL03%20JUV
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KL03%2520JUV%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for KL03%20JUV: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: YB71%20XUF
2026-03-26 08:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB71%2520XUF%27 HTTP/1.1" 200 None
2026-03-26 08:06:02 [bca.uk] INFO: Scrape type for YB71%20XUF: 0
2026-03-26 08:06:02 [bca.uk] INFO: Found listing with ID: YK21%20UXD
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK21%2520UXD%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for YK21%20UXD: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: SK67%20GUO
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK67%2520GUO%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for SK67%20GUO: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: SN63%20JSX
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN63%2520JSX%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for SN63%20JSX: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: SD09%20GWL
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD09%2520GWL%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for SD09%20GWL: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: MT68%20ZNM
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT68%2520ZNM%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for MT68%20ZNM: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: CK18%20UHM
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK18%2520UHM%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for CK18%20UHM: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: BW66%20JOH
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW66%2520JOH%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for BW66%20JOH: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: WF54%20TVE
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF54%2520TVE%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for WF54%20TVE: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: W9%20DGP
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27W9%2520DGP%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for W9%20DGP: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: WL17%20CBX
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WL17%2520CBX%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for WL17%20CBX: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: BG67%20XCL
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG67%2520XCL%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for BG67%20XCL: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: HK64%20KPR
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK64%2520KPR%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for HK64%20KPR: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: WJ63%20HCX
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ63%2520HCX%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for WJ63%20HCX: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: AY59%20YFG
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY59%2520YFG%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for AY59%20YFG: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: GIL%207249
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GIL%25207249%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for GIL%207249: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: MD65%20YZC
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD65%2520YZC%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for MD65%20YZC: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: OY64%20CWR
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY64%2520CWR%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for OY64%20CWR: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: YK12%20UWN
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK12%2520UWN%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for YK12%20UWN: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: LG09%20TDU
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG09%2520TDU%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for LG09%20TDU: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: GX16%20JWN
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX16%2520JWN%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for GX16%20JWN: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: MK65%20SGV
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK65%2520SGV%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for MK65%20SGV: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: MW14%20EEM
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW14%2520EEM%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for MW14%20EEM: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: KP13%20EXN
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP13%2520EXN%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for KP13%20EXN: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: BD03%20OVX
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD03%2520OVX%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for BD03%20OVX: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: LY23%20BKE
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY23%2520BKE%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for LY23%20BKE: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: YO15%20TXF
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO15%2520TXF%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for YO15%20TXF: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: YP12%20CNO
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP12%2520CNO%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for YP12%20CNO: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: BP17%20NDD
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP17%2520NDD%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for BP17%20NDD: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: AJ12%20DUH
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ12%2520DUH%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for AJ12%20DUH: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: KV68%20OJY
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV68%2520OJY%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for KV68%20OJY: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: YG66%20HWR
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG66%2520HWR%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for YG66%20HWR: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: KV06%20EUM
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV06%2520EUM%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for KV06%20EUM: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: HN68%20TXE
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN68%2520TXE%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for HN68%20TXE: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: GK05%20SWF
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK05%2520SWF%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for GK05%20SWF: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: CX63%20SZV
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX63%2520SZV%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for CX63%20SZV: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: SA17%20AOG
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA17%2520AOG%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for SA17%20AOG: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: SG12%20FSZ
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG12%2520FSZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for SG12%20FSZ: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: GF18%20UJV
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF18%2520UJV%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for GF18%20UJV: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: RO72%20SZR
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO72%2520SZR%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for RO72%20SZR: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: LD20%20LRK
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD20%2520LRK%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for LD20%20LRK: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: BD23%20WGM
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD23%2520WGM%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for BD23%20WGM: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: SV16%20UUY
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV16%2520UUY%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for SV16%20UUY: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: HX67%20XXO
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX67%2520XXO%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for HX67%20XXO: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: VA21%20XUR
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA21%2520XUR%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for VA21%20XUR: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: HG19%20XES
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG19%2520XES%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for HG19%20XES: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: HY72%20UGH
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY72%2520UGH%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for HY72%20UGH: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: AK64%20PNU
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK64%2520PNU%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for AK64%20PNU: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: YR66%20VHE
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR66%2520VHE%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for YR66%20VHE: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: BL54%20HAX
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL54%2520HAX%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for BL54%20HAX: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: SP70%20VDA
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP70%2520VDA%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for SP70%20VDA: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: YG67%20SKV
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG67%2520SKV%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for YG67%20SKV: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: WN17%20FYP
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN17%2520FYP%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for WN17%20FYP: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: LG59%20EYW
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG59%2520EYW%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for LG59%20EYW: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: VN68%20KOJ
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN68%2520KOJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for VN68%20KOJ: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: LD69%20DCE
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD69%2520DCE%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for LD69%20DCE: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: AYZ%208960
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AYZ%25208960%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for AYZ%208960: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: GN68%20UNF
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN68%2520UNF%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for GN68%20UNF: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: FY72%20ATU
2026-03-26 08:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY72%2520ATU%27 HTTP/1.1" 200 None
2026-03-26 08:06:03 [bca.uk] INFO: Scrape type for FY72%20ATU: 0
2026-03-26 08:06:03 [bca.uk] INFO: Found listing with ID: GF16%20UKE
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF16%2520UKE%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for GF16%20UKE: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: AJ16%20SVA
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ16%2520SVA%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for AJ16%20SVA: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: DK61%20YXA
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK61%2520YXA%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for DK61%20YXA: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: WJ14%20XTV
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ14%2520XTV%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for WJ14%20XTV: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: LD63%20SYY
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD63%2520SYY%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for LD63%20SYY: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: BL71%20FWN
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL71%2520FWN%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for BL71%20FWN: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: FP60%20XCK
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP60%2520XCK%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for FP60%20XCK: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: LN17%20CKV
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN17%2520CKV%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for LN17%20CKV: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: AK11%20RKO
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK11%2520RKO%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for AK11%20RKO: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: LM63%20FKO
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM63%2520FKO%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for LM63%20FKO: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: HX14%20MJY
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX14%2520MJY%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for HX14%20MJY: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: GK14%20ZUC
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK14%2520ZUC%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for GK14%20ZUC: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: YX19%20GTF
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX19%2520GTF%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for YX19%20GTF: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: EK61%20WMF
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK61%2520WMF%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for EK61%20WMF: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: AF64%20XAD
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF64%2520XAD%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for AF64%20XAD: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: LO61%20VOV
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO61%2520VOV%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for LO61%20VOV: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: SD71%20PHV
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD71%2520PHV%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for SD71%20PHV: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: KR22%20EXJ
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR22%2520EXJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for KR22%20EXJ: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: YK09%20RLU
2026-03-26 08:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK09%2520RLU%27 HTTP/1.1" 200 None
2026-03-26 08:06:04 [bca.uk] INFO: Scrape type for YK09%20RLU: 0
2026-03-26 08:06:04 [bca.uk] INFO: Found listing with ID: AF57%20ZHA
2026-03-26 08:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF57%2520ZHA%27 HTTP/1.1" 200 None
2026-03-26 08:06:05 [bca.uk] INFO: Scrape type for AF57%20ZHA: 0
2026-03-26 08:06:05 [bca.uk] INFO: Found listing with ID: NG25%20DSE
2026-03-26 08:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG25%2520DSE%27 HTTP/1.1" 200 None
2026-03-26 08:06:05 [bca.uk] INFO: Scrape type for NG25%20DSE: 0
2026-03-26 08:06:05 [bca.uk] INFO: Found listing with ID: RJ57%20LGN
2026-03-26 08:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ57%2520LGN%27 HTTP/1.1" 200 None
2026-03-26 08:06:05 [bca.uk] INFO: Scrape type for RJ57%20LGN: 0
2026-03-26 08:06:05 [bca.uk] INFO: Found listing with ID: BT11%20SYU
2026-03-26 08:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT11%2520SYU%27 HTTP/1.1" 200 None
2026-03-26 08:06:05 [bca.uk] INFO: Scrape type for BT11%20SYU: 0
2026-03-26 08:06:05 [bca.uk] INFO: Found listing with ID: OE10%20FEO
2026-03-26 08:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE10%2520FEO%27 HTTP/1.1" 200 None
2026-03-26 08:06:05 [bca.uk] INFO: Scrape type for OE10%20FEO: 0
2026-03-26 08:06:05 [bca.uk] INFO: Found listing with ID: SG11%20VMR
2026-03-26 08:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG11%2520VMR%27 HTTP/1.1" 200 None
2026-03-26 08:06:05 [bca.uk] INFO: Scrape type for SG11%20VMR: 0
2026-03-26 08:06:05 [bca.uk] INFO: Found listing with ID: CE24%20MDF
2026-03-26 08:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE24%2520MDF%27 HTTP/1.1" 200 None
2026-03-26 08:06:05 [bca.uk] INFO: Scrape type for CE24%20MDF: 0
2026-03-26 08:06:05 [bca.uk] INFO: Found listing with ID: NV13%20ANU
2026-03-26 08:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV13%2520ANU%27 HTTP/1.1" 200 None
2026-03-26 08:06:05 [bca.uk] INFO: Scrape type for NV13%20ANU: 0
2026-03-26 08:06:05 [bca.uk] INFO: Found listing with ID: DN63%20CDV
2026-03-26 08:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN63%2520CDV%27 HTTP/1.1" 200 None
2026-03-26 08:06:05 [bca.uk] INFO: Scrape type for DN63%20CDV: 0
2026-03-26 08:06:05 [bca.uk] INFO: Found listing with ID: DF09%20EXL
2026-03-26 08:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF09%2520EXL%27 HTTP/1.1" 200 None
2026-03-26 08:06:05 [bca.uk] INFO: Scrape type for DF09%20EXL: 0
2026-03-26 08:06:05 [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-26 08:06:05 [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-26 08:06:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:07 [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-26 08:06:07 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:07 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded
2026-03-26 08:06:07 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06:07 [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-26 08:06:07 [bca.uk] INFO: Found listing with ID: BJ57%20XUG
2026-03-26 08:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ57%2520XUG%27 HTTP/1.1" 200 None
2026-03-26 08:06:07 [bca.uk] INFO: Scrape type for BJ57%20XUG: 0
2026-03-26 08:06:07 [bca.uk] INFO: Found listing with ID: BJ07%20FXF
2026-03-26 08:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ07%2520FXF%27 HTTP/1.1" 200 None
2026-03-26 08:06:07 [bca.uk] INFO: Scrape type for BJ07%20FXF: 0
2026-03-26 08:06:07 [bca.uk] INFO: Found listing with ID: BJ07%20MHL
2026-03-26 08:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ07%2520MHL%27 HTTP/1.1" 200 None
2026-03-26 08:06:07 [bca.uk] INFO: Scrape type for BJ07%20MHL: 0
2026-03-26 08:06:07 [bca.uk] INFO: Found listing with ID: 2%20HEX
2026-03-26 08:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%272%2520HEX%27 HTTP/1.1" 200 None
2026-03-26 08:06:07 [bca.uk] INFO: Scrape type for 2%20HEX: 0
2026-03-26 08:06:07 [bca.uk] INFO: Found listing with ID: RX14%20URT
2026-03-26 08:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX14%2520URT%27 HTTP/1.1" 200 None
2026-03-26 08:06:07 [bca.uk] INFO: Scrape type for RX14%20URT: 0
2026-03-26 08:06:07 [bca.uk] INFO: Found listing with ID: RO21%20GGZ
2026-03-26 08:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO21%2520GGZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:07 [bca.uk] INFO: Scrape type for RO21%20GGZ: 0
2026-03-26 08:06:07 [bca.uk] INFO: Found listing with ID: LT03%20BYN
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT03%2520BYN%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for LT03%20BYN: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: BD60%20EKM
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD60%2520EKM%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for BD60%20EKM: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: AF12%20GXC
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF12%2520GXC%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for AF12%20GXC: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: PY08%20CKE
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY08%2520CKE%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for PY08%20CKE: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: VN19%20UVT
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN19%2520UVT%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for VN19%20UVT: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: ND60%20EXV
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND60%2520EXV%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for ND60%20EXV: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: HY61%20HFB
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY61%2520HFB%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for HY61%20HFB: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: OY24%20CWP
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY24%2520CWP%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for OY24%20CWP: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: GR07%20MXK
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GR07%2520MXK%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for GR07%20MXK: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: KE15%20NKJ
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE15%2520NKJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for KE15%20NKJ: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: DY12%20UAS
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY12%2520UAS%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for DY12%20UAS: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: BT54%20XOM
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT54%2520XOM%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for BT54%20XOM: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: VT21%20OCW
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VT21%2520OCW%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for VT21%20OCW: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: VX70%20XXR
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX70%2520XXR%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for VX70%20XXR: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: WF71%20ENW
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF71%2520ENW%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for WF71%20ENW: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: WU66%20DVL
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU66%2520DVL%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for WU66%20DVL: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: NV59%20BOH
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV59%2520BOH%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for NV59%20BOH: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: ND58%20HME
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND58%2520HME%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for ND58%20HME: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: RA24%20SXB
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA24%2520SXB%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for RA24%20SXB: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: RK24%20DPX
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK24%2520DPX%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for RK24%20DPX: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: RV74%20VZT
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV74%2520VZT%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for RV74%20VZT: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: RV74%20WFR
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV74%2520WFR%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for RV74%20WFR: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: MA10%20WHX
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA10%2520WHX%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for MA10%20WHX: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: KM71%20EUY
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM71%2520EUY%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for KM71%20EUY: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: BK61%20XXU
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK61%2520XXU%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for BK61%20XXU: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: YL08%20LFE
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL08%2520LFE%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for YL08%20LFE: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: YG62%20FOM
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG62%2520FOM%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for YG62%20FOM: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: DG16%20TNV
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG16%2520TNV%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for DG16%20TNV: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: OY12%20PHN
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY12%2520PHN%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for OY12%20PHN: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: NA72%20EFE
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA72%2520EFE%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for NA72%20EFE: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: SH11%20WHB
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH11%2520WHB%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for SH11%20WHB: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: LM58%20ZKW
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM58%2520ZKW%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for LM58%20ZKW: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: ND66%20WXW
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND66%2520WXW%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for ND66%20WXW: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: PE15%20XVX
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE15%2520XVX%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for PE15%20XVX: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: OE63%20BHL
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE63%2520BHL%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for OE63%20BHL: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: BJ61%20LGY
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ61%2520LGY%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for BJ61%20LGY: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: AF13%20FFE
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF13%2520FFE%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for AF13%20FFE: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: WK09%20UJC
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK09%2520UJC%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for WK09%20UJC: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: KX20%20ANU
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KX20%2520ANU%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for KX20%20ANU: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: CE10%20VBJ
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE10%2520VBJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for CE10%20VBJ: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: VU64%20VVW
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU64%2520VVW%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for VU64%20VVW: 0
2026-03-26 08:06:08 [bca.uk] INFO: Found listing with ID: YE07%20CMY
2026-03-26 08:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE07%2520CMY%27 HTTP/1.1" 200 None
2026-03-26 08:06:08 [bca.uk] INFO: Scrape type for YE07%20CMY: 2
2026-03-26 08:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b534960-45e5-55b1-a45d-93555f69ee60 with identifier: YE07%20CMY
2026-03-26 08:06: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-26 08:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b534960-45e5-55b1-a45d-93555f69ee60 with scrape type 2
2026-03-26 08:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b534960-45e5-55b1-a45d-93555f69ee60, identifier: YE07%20CMY
2026-03-26 08:06:08 [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-26 08:06:08 [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-26 08:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b534960-45e5-55b1-a45d-93555f69ee60 with identifier: YE07%20CMY
2026-03-26 08:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b534960-45e5-55b1-a45d-93555f69ee60 with identifier: YE07%20CMY
2026-03-26 08:06: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-26 08:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&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-26T10: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-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE07%2520CMY%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Saving data for YE07%20CMY: {'auction_closing_time': 1774519200.0, 'created_time': 1773908933.158052, 'last_price_update_time': 1774512369.247845}
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06: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-26 08:06:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: DY64%20YTD
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY64%2520YTD%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for DY64%20YTD: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: RF19%20OEO
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF19%2520OEO%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for RF19%20OEO: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: KM69%20YGO
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM69%2520YGO%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for KM69%20YGO: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: BV19%20XZP
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV19%2520XZP%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for BV19%20XZP: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: DC21%20ETJ
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC21%2520ETJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for DC21%20ETJ: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: SJ58%20VYU
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ58%2520VYU%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for SJ58%20VYU: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: LC56%20YMU
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC56%2520YMU%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for LC56%20YMU: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: EX13%20VRK
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX13%2520VRK%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for EX13%20VRK: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: LX05%20WVB
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX05%2520WVB%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for LX05%20WVB: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: SK14%20XXR
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK14%2520XXR%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for SK14%20XXR: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: NL70%20UMG
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL70%2520UMG%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for NL70%20UMG: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: LD10%20DWU
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD10%2520DWU%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for LD10%20DWU: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: J6%20RKG
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27J6%2520RKG%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for J6%20RKG: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: GU13%20UBL
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU13%2520UBL%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for GU13%20UBL: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: DE11%20YLA
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE11%2520YLA%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for DE11%20YLA: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: CY68%20MFN
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CY68%2520MFN%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for CY68%20MFN: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: VE60%20WKJ
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE60%2520WKJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for VE60%20WKJ: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: RK59%20TRZ
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK59%2520TRZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for RK59%20TRZ: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: LB09%20HMV
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB09%2520HMV%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for LB09%20HMV: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: EO66%20RUR
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO66%2520RUR%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for EO66%20RUR: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: CE62%20YXV
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE62%2520YXV%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for CE62%20YXV: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: BJ14%20UDN
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ14%2520UDN%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for BJ14%20UDN: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: AF60%20PXV
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF60%2520PXV%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for AF60%20PXV: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: SH60%20TYT
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH60%2520TYT%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for SH60%20TYT: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: EU18%20OFG
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU18%2520OFG%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for EU18%20OFG: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: OY12%20YXE
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY12%2520YXE%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for OY12%20YXE: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: GU12%20VAE
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU12%2520VAE%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for GU12%20VAE: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: GJ13%20TVA
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ13%2520TVA%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for GJ13%20TVA: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: FV12%20TWL
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV12%2520TWL%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for FV12%20TWL: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: CP54%20KKA
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP54%2520KKA%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for CP54%20KKA: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: AK07%20AMO
2026-03-26 08:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK07%2520AMO%27 HTTP/1.1" 200 None
2026-03-26 08:06:09 [bca.uk] INFO: Scrape type for AK07%20AMO: 0
2026-03-26 08:06:09 [bca.uk] INFO: Found listing with ID: PY10%20BSO
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY10%2520BSO%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for PY10%20BSO: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: EY68%20UVK
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY68%2520UVK%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for EY68%20UVK: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: HY06%20XBA
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY06%2520XBA%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for HY06%20XBA: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: WK14%20PUV
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK14%2520PUV%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for WK14%20PUV: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: SO57%20ESG
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO57%2520ESG%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for SO57%20ESG: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: EY68%20UWS
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY68%2520UWS%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for EY68%20UWS: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: RV11%20ZNR
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV11%2520ZNR%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for RV11%20ZNR: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: OE04%20HCX
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE04%2520HCX%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for OE04%20HCX: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: MW10%20RDZ
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW10%2520RDZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for MW10%20RDZ: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: KM61%20CKP
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM61%2520CKP%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for KM61%20CKP: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: HV09%20PXZ
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV09%2520PXZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for HV09%20PXZ: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: GF07%20NWN
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF07%2520NWN%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for GF07%20NWN: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: EY64%20UGS
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY64%2520UGS%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for EY64%20UGS: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: EX09%20KUA
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX09%2520KUA%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for EX09%20KUA: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: FL23%20DJY
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL23%2520DJY%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for FL23%20DJY: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: YR13%20FJV
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR13%2520FJV%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for YR13%20FJV: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: YF61%20CVA
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF61%2520CVA%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for YF61%20CVA: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: YT69%20ZCV
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT69%2520ZCV%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for YT69%20ZCV: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: BV22%20CVX
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV22%2520CVX%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for BV22%20CVX: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: LD61%20UPS
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD61%2520UPS%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for LD61%20UPS: 0
2026-03-26 08:06:10 [bca.uk] INFO: Found listing with ID: YG22%20LZR
2026-03-26 08:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG22%2520LZR%27 HTTP/1.1" 200 None
2026-03-26 08:06:10 [bca.uk] INFO: Scrape type for YG22%20LZR: 0
2026-03-26 08:06:10 [scrapy.extensions.logstats] INFO: Crawled 95 pages (at 12 pages/min), scraped 166 items (at 14 items/min)
2026-03-26 08:06:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:06:19 [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-26 08:06:19 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:19 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded
2026-03-26 08:06:19 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06:19 [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-26 08:06:19 [bca.uk] INFO: Found listing with ID: LY21%20FXP
2026-03-26 08:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY21%2520FXP%27 HTTP/1.1" 200 None
2026-03-26 08:06:19 [bca.uk] INFO: Scrape type for LY21%20FXP: 0
2026-03-26 08:06:19 [bca.uk] INFO: Found listing with ID: SO14%20AUW
2026-03-26 08:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO14%2520AUW%27 HTTP/1.1" 200 None
2026-03-26 08:06:19 [bca.uk] INFO: Scrape type for SO14%20AUW: 0
2026-03-26 08:06:19 [bca.uk] INFO: Found listing with ID: DA09%20ZHK
2026-03-26 08:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA09%2520ZHK%27 HTTP/1.1" 200 None
2026-03-26 08:06:19 [bca.uk] INFO: Scrape type for DA09%20ZHK: 0
2026-03-26 08:06:19 [bca.uk] INFO: Found listing with ID: LJ22%20YNY
2026-03-26 08:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ22%2520YNY%27 HTTP/1.1" 200 None
2026-03-26 08:06:19 [bca.uk] INFO: Scrape type for LJ22%20YNY: 0
2026-03-26 08:06:19 [bca.uk] INFO: Found listing with ID: VA07%20KKZ
2026-03-26 08:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA07%2520KKZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:19 [bca.uk] INFO: Scrape type for VA07%20KKZ: 0
2026-03-26 08:06:19 [bca.uk] INFO: Found listing with ID: BN11%20OMB
2026-03-26 08:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN11%2520OMB%27 HTTP/1.1" 200 None
2026-03-26 08:06:19 [bca.uk] INFO: Scrape type for BN11%20OMB: 0
2026-03-26 08:06:19 [bca.uk] INFO: Found listing with ID: AU22%20OMO
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU22%2520OMO%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for AU22%20OMO: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: FY24%20XRC
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY24%2520XRC%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for FY24%20XRC: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: AJ06%20UJU
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ06%2520UJU%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for AJ06%20UJU: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: LV09%20HZJ
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV09%2520HZJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for LV09%20HZJ: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: GY71%20OXW
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY71%2520OXW%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for GY71%20OXW: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: OE67%20FNO
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE67%2520FNO%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for OE67%20FNO: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: YG22%20YLY
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG22%2520YLY%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for YG22%20YLY: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: DP69%20VUY
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP69%2520VUY%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for DP69%20VUY: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: OE72%20JDU
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE72%2520JDU%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for OE72%20JDU: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: DH65%20FZM
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DH65%2520FZM%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for DH65%20FZM: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: MJ21%20JYX
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ21%2520JYX%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for MJ21%20JYX: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: YT67%20YLF
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT67%2520YLF%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for YT67%20YLF: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: GK68%20UYZ
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK68%2520UYZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for GK68%20UYZ: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: MF22%20THU
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF22%2520THU%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for MF22%20THU: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: MJ71%20NLT
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ71%2520NLT%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for MJ71%20NLT: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: PJ25%20UPS
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ25%2520UPS%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for PJ25%20UPS: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: KN20%20RVA
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN20%2520RVA%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for KN20%20RVA: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: VA69%20KLZ
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA69%2520KLZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for VA69%20KLZ: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: MV23%20VRM
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV23%2520VRM%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for MV23%20VRM: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: DE24%20NRX
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE24%2520NRX%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for DE24%20NRX: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: YG19%20RVS
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG19%2520RVS%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for YG19%20RVS: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: LD71%20BUO
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD71%2520BUO%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for LD71%20BUO: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: LS21%20UXD
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS21%2520UXD%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for LS21%20UXD: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: RO22%20XUV
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO22%2520XUV%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for RO22%20XUV: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: YM72%20XPZ
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM72%2520XPZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for YM72%20XPZ: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: YR72%20HSU
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR72%2520HSU%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for YR72%20HSU: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: LR22%20HNG
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR22%2520HNG%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for LR22%20HNG: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: YR18%20BNY
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR18%2520BNY%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for YR18%20BNY: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: AO23%20GNJ
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO23%2520GNJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for AO23%20GNJ: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: BJ23%20CYZ
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ23%2520CYZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for BJ23%20CYZ: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: BV23%20VMP
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV23%2520VMP%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for BV23%20VMP: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: CV23%20KYP
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV23%2520KYP%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for CV23%20KYP: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: DV72%20VTX
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV72%2520VTX%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for DV72%20VTX: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: GK22%20KBF
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK22%2520KBF%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for GK22%20KBF: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: HF21%20UKM
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF21%2520UKM%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for HF21%20UKM: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: LR71%20VZM
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR71%2520VZM%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for LR71%20VZM: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: LT21%20VMW
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT21%2520VMW%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for LT21%20VMW: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: MD72%20VVJ
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD72%2520VVJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for MD72%20VVJ: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: OV23%20CVP
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV23%2520CVP%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for OV23%20CVP: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: PE24%20XOW
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE24%2520XOW%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for PE24%20XOW: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: RK21%20HFW
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK21%2520HFW%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for RK21%20HFW: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: VK71%20AVR
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK71%2520AVR%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for VK71%20AVR: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: WD24%20HDC
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD24%2520HDC%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for WD24%20HDC: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: WG72%20ORF
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG72%2520ORF%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for WG72%20ORF: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: WN71%20CYV
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN71%2520CYV%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for WN71%20CYV: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: YF21%20KZP
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF21%2520KZP%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for YF21%20KZP: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: YS72%20UOE
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS72%2520UOE%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for YS72%20UOE: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: GU72%20RZB
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU72%2520RZB%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for GU72%20RZB: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: YJ68%20LDG
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJ68%2520LDG%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for YJ68%20LDG: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: LL73%20PTZ
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL73%2520PTZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for LL73%20PTZ: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: AX15%20HZF
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX15%2520HZF%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for AX15%20HZF: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: DA25%20EHV
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA25%2520EHV%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for DA25%20EHV: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: FJ18%20XDA
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ18%2520XDA%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for FJ18%20XDA: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: RJ22%20UCO
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ22%2520UCO%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for RJ22%20UCO: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: SK22%20UTZ
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK22%2520UTZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for SK22%20UTZ: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: WN22%20NPU
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN22%2520NPU%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for WN22%20NPU: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: YG22%20NBB
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG22%2520NBB%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for YG22%20NBB: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: LJ22%20YNM
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ22%2520YNM%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for LJ22%20YNM: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: EJ19%20OJY
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ19%2520OJY%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for EJ19%20OJY: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: BW72%20UGX
2026-03-26 08:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW72%2520UGX%27 HTTP/1.1" 200 None
2026-03-26 08:06:20 [bca.uk] INFO: Scrape type for BW72%20UGX: 0
2026-03-26 08:06:20 [bca.uk] INFO: Found listing with ID: GY22%20GZW
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY22%2520GZW%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for GY22%20GZW: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: KN69%20CZD
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN69%2520CZD%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for KN69%20CZD: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: LE21%20ONP
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LE21%2520ONP%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for LE21%20ONP: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: NC21%20FCD
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NC21%2520FCD%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for NC21%20FCD: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: NL23%20SYE
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL23%2520SYE%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for NL23%20SYE: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: SG22%20ORL
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG22%2520ORL%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for SG22%20ORL: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: SGZ%209140
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SGZ%25209140%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for SGZ%209140: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: DE24%20YKH
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE24%2520YKH%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for DE24%20YKH: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: YR23%20ZST
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR23%2520ZST%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for YR23%20ZST: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: YX20%20YRP
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX20%2520YRP%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for YX20%20YRP: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: SL21%20EVN
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL21%2520EVN%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for SL21%20EVN: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: KN22%20GKY
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN22%2520GKY%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for KN22%20GKY: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: ML21%20DBV
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML21%2520DBV%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for ML21%20DBV: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: PO22%20XBG
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO22%2520XBG%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for PO22%20XBG: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: SA23%20VNX
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA23%2520VNX%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for SA23%20VNX: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: KP17%20RYZ
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP17%2520RYZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for KP17%20RYZ: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: LM23%20GNZ
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM23%2520GNZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for LM23%20GNZ: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: GY72%20OHN
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY72%2520OHN%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for GY72%20OHN: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: WR23%20AHE
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR23%2520AHE%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for WR23%20AHE: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: BJ73%20XAY
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ73%2520XAY%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for BJ73%20XAY: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: GU23%20XLN
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU23%2520XLN%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for GU23%20XLN: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: KM72%20ORY
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM72%2520ORY%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for KM72%20ORY: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: LM72%20OEH
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM72%2520OEH%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for LM72%20OEH: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: LR22%20SKZ
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR22%2520SKZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for LR22%20SKZ: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: LR22%20WDE
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR22%2520WDE%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for LR22%20WDE: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: LT24%20SPZ
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT24%2520SPZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for LT24%20SPZ: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: MK23%20NYA
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK23%2520NYA%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for MK23%20NYA: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: DA24%20URC
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA24%2520URC%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for DA24%20URC: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: MT71%20PWJ
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT71%2520PWJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for MT71%20PWJ: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: BC72%20FLP
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC72%2520FLP%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for BC72%20FLP: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: BD23%20UJC
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD23%2520UJC%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for BD23%20UJC: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: CV23%20KXX
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV23%2520KXX%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for CV23%20KXX: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: DE23%20JPO
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE23%2520JPO%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for DE23%20JPO: 0
2026-03-26 08:06:21 [bca.uk] INFO: Found listing with ID: DE71%20AVK
2026-03-26 08:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE71%2520AVK%27 HTTP/1.1" 200 None
2026-03-26 08:06:21 [bca.uk] INFO: Scrape type for DE71%20AVK: 0
2026-03-26 08:06:21 [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-26 08:06:21 [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-26 08:06:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:23 [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-26 08:06:23 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:23 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded
2026-03-26 08:06:23 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06:23 [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-26 08:06:23 [bca.uk] INFO: Found listing with ID: DU24%20OWB
2026-03-26 08:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU24%2520OWB%27 HTTP/1.1" 200 None
2026-03-26 08:06:23 [bca.uk] INFO: Scrape type for DU24%20OWB: 0
2026-03-26 08:06:23 [bca.uk] INFO: Found listing with ID: DY22%20FKA
2026-03-26 08:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY22%2520FKA%27 HTTP/1.1" 200 None
2026-03-26 08:06:23 [bca.uk] INFO: Scrape type for DY22%20FKA: 0
2026-03-26 08:06:23 [bca.uk] INFO: Found listing with ID: EA71%20HGZ
2026-03-26 08:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA71%2520HGZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:23 [bca.uk] INFO: Scrape type for EA71%20HGZ: 0
2026-03-26 08:06:23 [bca.uk] INFO: Found listing with ID: EK23%20HSY
2026-03-26 08:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK23%2520HSY%27 HTTP/1.1" 200 None
2026-03-26 08:06:23 [bca.uk] INFO: Scrape type for EK23%20HSY: 0
2026-03-26 08:06:23 [bca.uk] INFO: Found listing with ID: KR71%20YZK
2026-03-26 08:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR71%2520YZK%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for KR71%20YZK: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: LM71%20ZBU
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM71%2520ZBU%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for LM71%20ZBU: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: MF22%20UNL
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF22%2520UNL%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for MF22%20UNL: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: MJ70%20XWT
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ70%2520XWT%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for MJ70%20XWT: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: OV22%20AXO
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV22%2520AXO%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for OV22%20AXO: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: RO22%20GGE
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO22%2520GGE%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for RO22%20GGE: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: SM72%20VCY
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM72%2520VCY%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for SM72%20VCY: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: WK21%20VYN
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK21%2520VYN%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for WK21%20VYN: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: YG22%20SYZ
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG22%2520SYZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for YG22%20SYZ: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: YR23%20JGU
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR23%2520JGU%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for YR23%20JGU: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: YT23%20GKN
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT23%2520GKN%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for YT23%20GKN: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: DE21%20PVW
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE21%2520PVW%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for DE21%20PVW: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: MJ23%20FMM
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ23%2520FMM%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for MJ23%20FMM: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: RO22%20EUN
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO22%2520EUN%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for RO22%20EUN: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: YB71%20DXZ
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB71%2520DXZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for YB71%20DXZ: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: YP72%20NTM
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP72%2520NTM%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for YP72%20NTM: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: AE67%20NWZ
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE67%2520NWZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for AE67%20NWZ: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: CU69%20KWS
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU69%2520KWS%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for CU69%20KWS: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: EK70%20UOU
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK70%2520UOU%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for EK70%20UOU: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: GJ68%20WFP
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ68%2520WFP%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for GJ68%20WFP: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: GL71%20ZVU
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL71%2520ZVU%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for GL71%20ZVU: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: GM22%20AUP
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM22%2520AUP%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for GM22%20AUP: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: GP71%20DNO
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GP71%2520DNO%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for GP71%20DNO: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: LE71%20CXX
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LE71%2520CXX%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for LE71%20CXX: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: LG22%20ZZB
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG22%2520ZZB%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for LG22%20ZZB: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: OV19%20VEK
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV19%2520VEK%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for OV19%20VEK: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: YH68%20GKY
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH68%2520GKY%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for YH68%20GKY: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: AK20%20PXR
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK20%2520PXR%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for AK20%20PXR: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: BJ20%20FKP
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ20%2520FKP%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for BJ20%20FKP: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: FD71%20JXN
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD71%2520JXN%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for FD71%20JXN: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: FH73%20MKE
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH73%2520MKE%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for FH73%20MKE: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: OV70%20XAS
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV70%2520XAS%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for OV70%20XAS: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: ML21%20PZT
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML21%2520PZT%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for ML21%20PZT: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: AJ71%20VSY
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ71%2520VSY%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for AJ71%20VSY: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: BN22%20KRF
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN22%2520KRF%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for BN22%20KRF: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: KU18%20HMO
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU18%2520HMO%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for KU18%20HMO: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: MF69%20XPK
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF69%2520XPK%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for MF69%20XPK: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: NL22%20LJZ
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL22%2520LJZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for NL22%20LJZ: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: EO22%20HRM
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO22%2520HRM%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for EO22%20HRM: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: GV19%20RHX
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV19%2520RHX%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for GV19%20RHX: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: LG70%20FYF
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG70%2520FYF%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for LG70%20FYF: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: SJ21%20YDN
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ21%2520YDN%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for SJ21%20YDN: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: CN21%20ZVJ
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN21%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for CN21%20ZVJ: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: ML20%20AXJ
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML20%2520AXJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for ML20%20AXJ: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: N28%20CVL
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27N28%2520CVL%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for N28%20CVL: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: NV19%20EUZ
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV19%2520EUZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for NV19%20EUZ: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: CU22%20ZXR
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU22%2520ZXR%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for CU22%20ZXR: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: GJ22%20ENX
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ22%2520ENX%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for GJ22%20ENX: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: YB19%20OFC
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB19%2520OFC%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for YB19%20OFC: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: YE19%20XCS
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE19%2520XCS%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for YE19%20XCS: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: RJ70%20WKD
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ70%2520WKD%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for RJ70%20WKD: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: AJ71%20VEF
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ71%2520VEF%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for AJ71%20VEF: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: CN22%20ZRO
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN22%2520ZRO%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for CN22%20ZRO: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: CP71%20KYS
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP71%2520KYS%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for CP71%20KYS: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: KY19%20SAS
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY19%2520SAS%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for KY19%20SAS: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: VO23%20GOK
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO23%2520GOK%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for VO23%20GOK: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: YK22%20UDU
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK22%2520UDU%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for YK22%20UDU: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: WM23%20UKY
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM23%2520UKY%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for WM23%20UKY: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: VX68%20YWL
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX68%2520YWL%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for VX68%20YWL: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: BT14%20ZSG
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT14%2520ZSG%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for BT14%20ZSG: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: YR66%20CWG
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR66%2520CWG%27 HTTP/1.1" 200 None
2026-03-26 08:06:24 [bca.uk] INFO: Scrape type for YR66%20CWG: 0
2026-03-26 08:06:24 [bca.uk] INFO: Found listing with ID: MW09%20EUP
2026-03-26 08:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW09%2520EUP%27 HTTP/1.1" 200 None
2026-03-26 08:06:25 [bca.uk] INFO: Scrape type for MW09%20EUP: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: CV14%20URS
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [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-26 08:06:25 [bca.uk] INFO: Scrape type for CV14%20URS: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: FY10%20JXC
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY10%2520JXC%27 HTTP/1.1" 200 None
2026-03-26 08:06:25 [bca.uk] INFO: Scrape type for FY10%20JXC: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: MT12%20LYC
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT12%2520LYC%27 HTTP/1.1" 200 None
2026-03-26 08:06:25 [bca.uk] INFO: Scrape type for MT12%20LYC: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: MV60%20OCJ
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [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-26 08:06:25 [bca.uk] INFO: Scrape type for MV60%20OCJ: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: VN09%20PYP
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [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-26 08:06:25 [bca.uk] INFO: Scrape type for VN09%20PYP: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: CV62%20UAZ
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [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-26 08:06:25 [bca.uk] INFO: Scrape type for CV62%20UAZ: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: GU60%20OBL
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [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-26 08:06:25 [bca.uk] INFO: Scrape type for GU60%20OBL: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: LG14%20WLO
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG14%2520WLO%27 HTTP/1.1" 200 None
2026-03-26 08:06:25 [bca.uk] INFO: Scrape type for LG14%20WLO: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: MV63%20UMB
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV63%2520UMB%27 HTTP/1.1" 200 None
2026-03-26 08:06:25 [bca.uk] INFO: Scrape type for MV63%20UMB: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: WU11%20XFS
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU11%2520XFS%27 HTTP/1.1" 200 None
2026-03-26 08:06:25 [bca.uk] INFO: Scrape type for WU11%20XFS: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: CX72%20NRJ
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX72%2520NRJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:25 [bca.uk] INFO: Scrape type for CX72%20NRJ: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: OY18%20OKJ
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [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-26 08:06:25 [bca.uk] INFO: Scrape type for OY18%20OKJ: 0
2026-03-26 08:06:25 [bca.uk] INFO: Found listing with ID: RA18%20ETJ
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:25 [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-26 08:06:25 [bca.uk] INFO: Scrape type for RA18%20ETJ: 2
2026-03-26 08:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adeba4bc-fd77-530a-9cf5-541cdef699ed with identifier: RA18%20ETJ
2026-03-26 08:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adeba4bc-fd77-530a-9cf5-541cdef699ed with scrape type 2
2026-03-26 08:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adeba4bc-fd77-530a-9cf5-541cdef699ed with scrape type 2
2026-03-26 08:06:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adeba4bc-fd77-530a-9cf5-541cdef699ed, identifier: RA18%20ETJ
2026-03-26 08:06:25 [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-26 08:06:25 [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-26 08:06:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adeba4bc-fd77-530a-9cf5-541cdef699ed with identifier: RA18%20ETJ
2026-03-26 08:06:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adeba4bc-fd77-530a-9cf5-541cdef699ed with identifier: RA18%20ETJ
2026-03-26 08:06:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adeba4bc-fd77-530a-9cf5-541cdef699ed with identifier: RA18%20ETJ to the API
2026-03-26 08:06:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:06: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-26 08:06:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA18%20ETJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'adeba4bc-fd77-530a-9cf5-541cdef699ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RA18 ETJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA18%20ETJ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'BMW',
'model': '118I',
'odometer': 83099,
'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': 'WBA1R520307A97495',
'year': 2018}
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [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-26 08:06:26 [bca.uk] INFO: Saving data for RA18%20ETJ: {'auction_closing_time': 1774519200.0, 'created_time': 1774217384.12494, 'last_price_update_time': 1774512386.241624}
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA18%2520ETJ') HTTP/1.1" 204 0
2026-03-26 08:06:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: MW16%20TYZ
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW16%2520TYZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for MW16%20TYZ: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: PE16%20VRM
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [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-26 08:06:26 [bca.uk] INFO: Scrape type for PE16%20VRM: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: WR14%20NJO
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR14%2520NJO%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for WR14%20NJO: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: AJ17%20FUW
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ17%2520FUW%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for AJ17%20FUW: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: CE17%20UCA
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [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-26 08:06:26 [bca.uk] INFO: Scrape type for CE17%20UCA: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: DS15%20KUO
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06: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%2520KUO%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for DS15%20KUO: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: KS65%20GMZ
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS65%2520GMZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for KS65%20GMZ: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: DU10%20UNF
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU10%2520UNF%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for DU10%20UNF: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: LT13%20LUB
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520LUB%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for LT13%20LUB: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: SB58%20TJU
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB58%2520TJU%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for SB58%20TJU: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: YB08%20OEU
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB08%2520OEU%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for YB08%20OEU: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: AF59%20USL
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF59%2520USL%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for AF59%20USL: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: AK60%20HWE
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK60%2520HWE%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for AK60%20HWE: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: BD10%20VVC
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD10%2520VVC%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for BD10%20VVC: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: EG15%20PLN
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG15%2520PLN%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for EG15%20PLN: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: FE18%20WGO
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06: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%2520WGO%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for FE18%20WGO: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: FV11%20VKT
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV11%2520VKT%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for FV11%20VKT: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: NL62%20ONM
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL62%2520ONM%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for NL62%20ONM: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: AP15%20AXK
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP15%2520AXK%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for AP15%20AXK: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: GY22%20MKC
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520MKC%27 HTTP/1.1" 200 None
2026-03-26 08:06:26 [bca.uk] INFO: Scrape type for GY22%20MKC: 0
2026-03-26 08:06:26 [bca.uk] INFO: Found listing with ID: GY64%20DGO
2026-03-26 08:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:26 [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-26 08:06:26 [bca.uk] INFO: Scrape type for GY64%20DGO: 0
2026-03-26 08:06: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-26 08:06:28 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:28 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded
2026-03-26 08:06:28 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06: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-26 08:06:28 [bca.uk] INFO: Found listing with ID: KR17%20HYK
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR17%2520HYK%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for KR17%20HYK: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: FH08%20KSZ
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH08%2520KSZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for FH08%20KSZ: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: KJ15%20WBF
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ15%2520WBF%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for KJ15%20WBF: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: MT18%20GXF
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT18%2520GXF%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for MT18%20GXF: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: GJ64%20GDO
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ64%2520GDO%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for GJ64%20GDO: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: KR67%20VNO
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR67%2520VNO%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for KR67%20VNO: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: LY66%20PGK
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY66%2520PGK%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for LY66%20PGK: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: MW16%20KDZ
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW16%2520KDZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for MW16%20KDZ: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: PF65%20DXE
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF65%2520DXE%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for PF65%20DXE: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: BD10%20WYR
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD10%2520WYR%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for BD10%20WYR: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: KM61%20BFY
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM61%2520BFY%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for KM61%20BFY: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: PX12%20PHN
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX12%2520PHN%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for PX12%20PHN: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: DK10%20YMG
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK10%2520YMG%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for DK10%20YMG: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: DK12%20ZGD
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK12%2520ZGD%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for DK12%20ZGD: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: DS12%20XMZ
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS12%2520XMZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for DS12%20XMZ: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: DY10%20JVG
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY10%2520JVG%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for DY10%20JVG: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: DY63%20HCO
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY63%2520HCO%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for DY63%20HCO: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: FT60%20GBE
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT60%2520GBE%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for FT60%20GBE: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: PE12%20XGS
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE12%2520XGS%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for PE12%20XGS: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: PJ57%20AYU
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ57%2520AYU%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for PJ57%20AYU: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: SD10%20YYZ
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD10%2520YYZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for SD10%20YYZ: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: VO12%20XVT
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO12%2520XVT%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for VO12%20XVT: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: YP66%20VYN
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP66%2520VYN%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for YP66%20VYN: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: FE23%20TMU
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE23%2520TMU%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for FE23%20TMU: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: AU68%20SNF
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU68%2520SNF%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for AU68%20SNF: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: WA20%20XMJ
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA20%2520XMJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for WA20%20XMJ: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: LA67%20BNB
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA67%2520BNB%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for LA67%20BNB: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: LF15%20FNA
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF15%2520FNA%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for LF15%20FNA: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: GD23%20TZN
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD23%2520TZN%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for GD23%20TZN: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: LA08%20LBP
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA08%2520LBP%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for LA08%20LBP: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: LG05%20MMJ
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG05%2520MMJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for LG05%20MMJ: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: MF61%20ENX
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF61%2520ENX%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for MF61%20ENX: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: LB21%20BYJ
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB21%2520BYJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for LB21%20BYJ: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: BF08%20KXH
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF08%2520KXH%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for BF08%20KXH: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: EU62%20AYZ
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU62%2520AYZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for EU62%20AYZ: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: EX10%20SXP
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX10%2520SXP%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for EX10%20SXP: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: GF12%20CKX
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF12%2520CKX%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for GF12%20CKX: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: HN57%20DWF
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN57%2520DWF%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for HN57%20DWF: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: KM61%20MLV
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM61%2520MLV%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for KM61%20MLV: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: LN58%20ZPP
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN58%2520ZPP%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for LN58%20ZPP: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: LY04%20HDJ
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY04%2520HDJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for LY04%20HDJ: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: YF57%20LCP
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF57%2520LCP%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for YF57%20LCP: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: YR62%20WWD
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR62%2520WWD%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for YR62%20WWD: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: SV21%20YCH
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV21%2520YCH%27 HTTP/1.1" 200 None
2026-03-26 08:06:28 [bca.uk] INFO: Scrape type for SV21%20YCH: 0
2026-03-26 08:06:28 [bca.uk] INFO: Found listing with ID: FP13%20XBK
2026-03-26 08:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP13%2520XBK%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for FP13%20XBK: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: GL12%20GFV
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL12%2520GFV%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for GL12%20GFV: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: HV61%20CZB
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for HV61%20CZB: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: KY13%20VKV
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY13%2520VKV%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for KY13%20VKV: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: LC08%20UMW
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC08%2520UMW%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for LC08%20UMW: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: LD58%20AOY
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD58%2520AOY%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for LD58%20AOY: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: YC12%20XUY
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC12%2520XUY%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for YC12%20XUY: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: YS59%20RZC
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06: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%2520RZC%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for YS59%20RZC: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: LR73%20EYT
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06: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%2520EYT%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for LR73%20EYT: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: GJ22%20ZPL
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520ZPL%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for GJ22%20ZPL: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: BL12%20HFK
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for BL12%20HFK: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: DE13%20EFH
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE13%2520EFH%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for DE13%20EFH: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: DX17%20EPJ
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for DX17%20EPJ: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: EY62%20WHA
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for EY62%20WHA: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: GJ11%20JRU
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for GJ11%20JRU: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: GK12%20YMX
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for GK12%20YMX: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: GX58%20DWZ
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for GX58%20DWZ: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: HN22%20LJV
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN22%2520LJV%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for HN22%20LJV: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: FY18%20OKH
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY18%2520OKH%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for FY18%20OKH: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: GN18%20FPD
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for GN18%20FPD: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: LC66%20FFD
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520FFD%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for LC66%20FFD: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: EJ17%20WZX
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520WZX%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for EJ17%20WZX: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: GN15%20TXC
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for GN15%20TXC: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: MK66%20HYY
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK66%2520HYY%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for MK66%20HYY: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: EO09%20KZN
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO09%2520KZN%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for EO09%20KZN: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: FY15%20RXC
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY15%2520RXC%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for FY15%20RXC: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: BG19%20PFU
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520PFU%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for BG19%20PFU: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: DV16%20VFM
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV16%2520VFM%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for DV16%20VFM: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: FH14%20OXJ
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH14%2520OXJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for FH14%20OXJ: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: GM16%20OBH
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM16%2520OBH%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for GM16%20OBH: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: LD65%20EZP
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520EZP%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for LD65%20EZP: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: ND64%20WZO
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for ND64%20WZO: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: PL66%20BFF
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL66%2520BFF%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for PL66%20BFF: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: WK64%20KXH
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK64%2520KXH%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for WK64%20KXH: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: YP15%20BSV
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520BSV%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for YP15%20BSV: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: YS65%20TOA
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for YS65%20TOA: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: AO58%20UER
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO58%2520UER%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for AO58%20UER: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: BK61%20WPN
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for BK61%20WPN: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: CF06%20BBX
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF06%2520BBX%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for CF06%20BBX: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: DU59%20HFG
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU59%2520HFG%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for DU59%20HFG: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: FL63%20KKJ
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL63%2520KKJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for FL63%20KKJ: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: FP12%20UGZ
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP12%2520UGZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for FP12%20UGZ: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: SB10%20GUW
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB10%2520GUW%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for SB10%20GUW: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: NX22%20EVP
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX22%2520EVP%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for NX22%20EVP: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: KE15%20FHM
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for KE15%20FHM: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: BG10%20YPY
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG10%2520YPY%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for BG10%20YPY: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: CN13%20LCK
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN13%2520LCK%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for CN13%20LCK: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: EK62%20PNV
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520PNV%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for EK62%20PNV: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: FE59%20XWK
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE59%2520XWK%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for FE59%20XWK: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: FH08%20ABU
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for FH08%20ABU: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: FL13%20VTD
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for FL13%20VTD: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: FL14%20OFC
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for FL14%20OFC: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: FP12%20UBV
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP12%2520UBV%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for FP12%20UBV: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: GJ11%20SUH
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ11%2520SUH%27 HTTP/1.1" 200 None
2026-03-26 08:06:29 [bca.uk] INFO: Scrape type for GJ11%20SUH: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: LB62%20YMA
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for LB62%20YMA: 0
2026-03-26 08:06:29 [bca.uk] INFO: Found listing with ID: LL58%20OPB
2026-03-26 08:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:29 [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-26 08:06:29 [bca.uk] INFO: Scrape type for LL58%20OPB: 0
2026-03-26 08:06:29 [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-26 08:06:29 [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-26 08:06:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:32 [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-26 08:06:32 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:32 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded
2026-03-26 08:06:32 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06:32 [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-26 08:06:32 [bca.uk] INFO: Found listing with ID: LO65%20NDG
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO65%2520NDG%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for LO65%20NDG: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: MA14%20BGU
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA14%2520BGU%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for MA14%20BGU: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: NL64%20BCZ
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL64%2520BCZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for NL64%20BCZ: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: NU65%20OJO
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU65%2520OJO%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for NU65%20OJO: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: PJ63%20KHT
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ63%2520KHT%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for PJ63%20KHT: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: PN13%20GNY
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN13%2520GNY%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for PN13%20GNY: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: WV10%20WEF
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV10%2520WEF%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for WV10%20WEF: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: YB10%20OPT
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB10%2520OPT%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for YB10%20OPT: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: YC67%20VXU
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC67%2520VXU%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for YC67%20VXU: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: YR11%20XSO
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR11%2520XSO%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for YR11%20XSO: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: VX73%20AWA
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX73%2520AWA%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for VX73%20AWA: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: GU23%20TZC
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU23%2520TZC%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for GU23%20TZC: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: ND68%20BAV
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND68%2520BAV%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for ND68%20BAV: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: KN66%20NPV
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN66%2520NPV%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for KN66%20NPV: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: NA17%20JYL
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA17%2520JYL%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for NA17%20JYL: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: NK64%20XJU
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK64%2520XJU%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for NK64%20XJU: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: YY67%20JVO
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY67%2520JVO%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for YY67%20JVO: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: PX11%20UYU
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX11%2520UYU%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for PX11%20UYU: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: PY11%20CWF
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY11%2520CWF%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for PY11%20CWF: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: SH63%20OYL
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH63%2520OYL%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for SH63%20OYL: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: YK10%20YRV
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK10%2520YRV%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for YK10%20YRV: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: FE63%20CZT
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE63%2520CZT%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for FE63%20CZT: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: KU63%20YBR
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU63%2520YBR%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for KU63%20YBR: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: ND63%20OAG
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND63%2520OAG%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for ND63%20OAG: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: NJ09%20LWY
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ09%2520LWY%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for NJ09%20LWY: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: NJ11%20JMU
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ11%2520JMU%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for NJ11%20JMU: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: NX13%20YBP
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX13%2520YBP%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for NX13%20YBP: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: YB09%20BXP
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB09%2520BXP%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for YB09%20BXP: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: YK16%20OBV
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK16%2520OBV%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for YK16%20OBV: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: DK15%20OTF
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK15%2520OTF%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for DK15%20OTF: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: KM62%20YCZ
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM62%2520YCZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:32 [bca.uk] INFO: Scrape type for KM62%20YCZ: 0
2026-03-26 08:06:32 [bca.uk] INFO: Found listing with ID: OY08%20WPJ
2026-03-26 08:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY08%2520WPJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for OY08%20WPJ: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: FN04%20XTG
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN04%2520XTG%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for FN04%20XTG: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: NK07%20NNX
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK07%2520NNX%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for NK07%20NNX: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: WF10%20WTR
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF10%2520WTR%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for WF10%20WTR: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: WN18%20XOM
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN18%2520XOM%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for WN18%20XOM: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: PF68%20ZTH
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF68%2520ZTH%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for PF68%20ZTH: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: PK67%20ZTO
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK67%2520ZTO%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for PK67%20ZTO: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: RX17%20UFV
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX17%2520UFV%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for RX17%20UFV: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: RX09%20HNN
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX09%2520HNN%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for RX09%20HNN: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: BC06%20SYD
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC06%2520SYD%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for BC06%20SYD: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SH18%20WLF
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH18%2520WLF%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SH18%20WLF: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: GX63%20KUH
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX63%2520KUH%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for GX63%20KUH: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SK68%20YYP
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK68%2520YYP%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SK68%20YYP: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SO65%20YXW
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO65%2520YXW%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SO65%20YXW: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SY15%20XOD
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY15%2520XOD%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SY15%20XOD: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: DE10%20UMR
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE10%2520UMR%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for DE10%20UMR: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: NJ18%20NZT
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ18%2520NZT%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for NJ18%20NZT: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: VU16%20NJF
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU16%2520NJF%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for VU16%20NJF: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: YY16%20GYU
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY16%2520GYU%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for YY16%20GYU: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: YY16%20NDG
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY16%2520NDG%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for YY16%20NDG: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: HW12%20LYO
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HW12%2520LYO%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for HW12%20LYO: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: YD57%20CNK
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD57%2520CNK%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for YD57%20CNK: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: YF12%20YHB
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF12%2520YHB%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for YF12%20YHB: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: FT60%20VPD
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT60%2520VPD%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for FT60%20VPD: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: KU58%20EZM
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU58%2520EZM%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for KU58%20EZM: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: LF07%20YDN
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF07%2520YDN%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for LF07%20YDN: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SG14%20FMC
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG14%2520FMC%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SG14%20FMC: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: WG63%20TVY
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG63%2520TVY%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for WG63%20TVY: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: Y77%20HEW
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27Y77%2520HEW%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for Y77%20HEW: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: YB63%20UWX
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB63%2520UWX%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for YB63%20UWX: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SY16%20LWG
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY16%2520LWG%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SY16%20LWG: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: WP15%20ZXL
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP15%2520ZXL%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for WP15%20ZXL: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: WP61%20YGA
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP61%2520YGA%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for WP61%20YGA: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: YX63%20WAO
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX63%2520WAO%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for YX63%20WAO: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: AJ09%20PTZ
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ09%2520PTZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for AJ09%20PTZ: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: BG06%20BFJ
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG06%2520BFJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for BG06%20BFJ: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SH63%20SNF
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH63%2520SNF%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SH63%20SNF: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SK62%20SOU
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK62%2520SOU%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SK62%20SOU: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SF10%20OJG
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF10%2520OJG%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SF10%20OJG: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SG15%20LFR
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG15%2520LFR%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SG15%20LFR: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SG60%20RXA
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG60%2520RXA%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SG60%20RXA: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: EJ60%20RYC
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ60%2520RYC%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for EJ60%20RYC: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: ET05%20NWJ
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET05%2520NWJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for ET05%20NWJ: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: KB57%20CVP
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KB57%2520CVP%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for KB57%20CVP: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: LT03%20VYS
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT03%2520VYS%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for LT03%20VYS: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: NL61%20OYG
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL61%2520OYG%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for NL61%20OYG: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: GL07%20LOF
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL07%2520LOF%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for GL07%20LOF: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: YE59%20CYO
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE59%2520CYO%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for YE59%20CYO: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: MV19%20XLX
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV19%2520XLX%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for MV19%20XLX: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SN15%20XYD
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN15%2520XYD%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SN15%20XYD: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SW17%20CMO
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW17%2520CMO%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SW17%20CMO: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: NC07%20CHH
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NC07%2520CHH%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for NC07%20CHH: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: FL09%20AXZ
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL09%2520AXZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for FL09%20AXZ: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: WV63%20DHA
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV63%2520DHA%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for WV63%20DHA: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: HN13%20WYH
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN13%2520WYH%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for HN13%20WYH: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: WR08%20KVG
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR08%2520KVG%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for WR08%20KVG: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: SG19%20KNN
2026-03-26 08:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG19%2520KNN%27 HTTP/1.1" 200 None
2026-03-26 08:06:33 [bca.uk] INFO: Scrape type for SG19%20KNN: 0
2026-03-26 08:06:33 [bca.uk] INFO: Found listing with ID: WJ08%20ACV
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ08%2520ACV%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for WJ08%20ACV: 0
2026-03-26 08:06:34 [bca.uk] INFO: Found listing with ID: AJ12%20UBP
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ12%2520UBP%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for AJ12%20UBP: 0
2026-03-26 08:06:34 [bca.uk] INFO: Found listing with ID: OY11%20XRC
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY11%2520XRC%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for OY11%20XRC: 0
2026-03-26 08:06:34 [bca.uk] INFO: Found listing with ID: S21%20SWY
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S21%2520SWY%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for S21%20SWY: 0
2026-03-26 08:06:34 [bca.uk] INFO: Found listing with ID: SB17%20CZR
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB17%2520CZR%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for SB17%20CZR: 0
2026-03-26 08:06:34 [bca.uk] INFO: Found listing with ID: SD11%20AOB
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD11%2520AOB%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for SD11%20AOB: 0
2026-03-26 08:06:34 [bca.uk] INFO: Found listing with ID: SO11%20AVR
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO11%2520AVR%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for SO11%20AVR: 0
2026-03-26 08:06:34 [bca.uk] INFO: Found listing with ID: SO12%20LHL
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO12%2520LHL%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for SO12%20LHL: 0
2026-03-26 08:06:34 [bca.uk] INFO: Found listing with ID: SY61%20MXG
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY61%2520MXG%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for SY61%20MXG: 0
2026-03-26 08:06:34 [bca.uk] INFO: Found listing with ID: CF18%20AYX
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF18%2520AYX%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for CF18%20AYX: 0
2026-03-26 08:06:34 [bca.uk] INFO: Found listing with ID: NA68%20LWH
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA68%2520LWH%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for NA68%20LWH: 0
2026-03-26 08:06:34 [bca.uk] INFO: Found listing with ID: CK65%20FMD
2026-03-26 08:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK65%2520FMD%27 HTTP/1.1" 200 None
2026-03-26 08:06:34 [bca.uk] INFO: Scrape type for CK65%20FMD: 0
2026-03-26 08:06:34 [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-26 08:06:34 [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-26 08:06:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:35 [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-26 08:06:35 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded
2026-03-26 08:06:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06:35 [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-26 08:06:35 [bca.uk] INFO: Found listing with ID: FJ15%20YHN
2026-03-26 08:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ15%2520YHN%27 HTTP/1.1" 200 None
2026-03-26 08:06:35 [bca.uk] INFO: Scrape type for FJ15%20YHN: 0
2026-03-26 08:06:35 [bca.uk] INFO: Found listing with ID: SM16%20DZA
2026-03-26 08:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM16%2520DZA%27 HTTP/1.1" 200 None
2026-03-26 08:06:35 [bca.uk] INFO: Scrape type for SM16%20DZA: 0
2026-03-26 08:06:35 [bca.uk] INFO: Found listing with ID: WN14%20HWH
2026-03-26 08:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN14%2520HWH%27 HTTP/1.1" 200 None
2026-03-26 08:06:35 [bca.uk] INFO: Scrape type for WN14%20HWH: 0
2026-03-26 08:06:35 [bca.uk] INFO: Found listing with ID: DS62%20MVX
2026-03-26 08:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS62%2520MVX%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for DS62%20MVX: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: LG04%20WOY
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG04%2520WOY%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for LG04%20WOY: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: CK19%20WKO
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK19%2520WKO%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for CK19%20WKO: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: EN12%20APV
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN12%2520APV%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for EN12%20APV: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: FL10%20EJO
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL10%2520EJO%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for FL10%20EJO: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: GD02%20MGV
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD02%2520MGV%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for GD02%20MGV: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: GF15%20WOM
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF15%2520WOM%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for GF15%20WOM: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: GN15%20NFH
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN15%2520NFH%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for GN15%20NFH: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: GU58%20XWW
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU58%2520XWW%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for GU58%20XWW: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: HG11%20GJU
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG11%2520GJU%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for HG11%20GJU: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: HV08%20XJX
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV08%2520XJX%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for HV08%20XJX: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: MV09%20NDG
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV09%2520NDG%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for MV09%20NDG: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: OY62%20UZJ
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY62%2520UZJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for OY62%20UZJ: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: WN10%20HFA
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN10%2520HFA%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for WN10%20HFA: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: WR59%20URM
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR59%2520URM%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for WR59%20URM: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: YB58%20DDK
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB58%2520DDK%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for YB58%20DDK: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: BV59%20ONN
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV59%2520ONN%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for BV59%20ONN: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: CP11%20JBV
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP11%2520JBV%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for CP11%20JBV: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: DK55%20WCD
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK55%2520WCD%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for DK55%20WCD: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: DL11%20YGZ
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL11%2520YGZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for DL11%20YGZ: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: DY12%20XRR
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY12%2520XRR%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for DY12%20XRR: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: FP10%20WXC
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP10%2520WXC%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for FP10%20WXC: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: KN09%20JZF
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN09%2520JZF%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for KN09%20JZF: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: LX60%20XCB
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX60%2520XCB%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for LX60%20XCB: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: LY62%20YNE
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY62%2520YNE%27 HTTP/1.1" 200 None
2026-03-26 08:06:36 [bca.uk] INFO: Scrape type for LY62%20YNE: 0
2026-03-26 08:06:36 [bca.uk] INFO: Found listing with ID: ND14%20LKA
2026-03-26 08:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND14%2520LKA%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for ND14%20LKA: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: YD60%20MDX
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD60%2520MDX%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for YD60%20MDX: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: KE70%20SVD
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE70%2520SVD%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for KE70%20SVD: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: YR23%20FSV
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR23%2520FSV%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for YR23%20FSV: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: A48%20SHY
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27A48%2520SHY%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for A48%20SHY: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: CK58%20VMJ
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK58%2520VMJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for CK58%20VMJ: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: DE64%20BFP
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE64%2520BFP%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for DE64%20BFP: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: EF13%20FLN
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF13%2520FLN%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for EF13%20FLN: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: FT11%20TWM
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT11%2520TWM%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for FT11%20TWM: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: LN63%20UKY
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN63%2520UKY%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for LN63%20UKY: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: NJ11%20XCC
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ11%2520XCC%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for NJ11%20XCC: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: SD10%20ZCY
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD10%2520ZCY%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for SD10%20ZCY: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: SG57%20MYA
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG57%2520MYA%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for SG57%20MYA: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: SL10%20UXJ
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL10%2520UXJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for SL10%20UXJ: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: WA52%20VZK
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA52%2520VZK%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for WA52%20VZK: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: WK54%20WFB
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK54%2520WFB%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for WK54%20WFB: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: WN14%20NRF
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN14%2520NRF%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for WN14%20NRF: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: WV10%20KYP
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV10%2520KYP%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for WV10%20KYP: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: YF10%20OUO
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF10%2520OUO%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for YF10%20OUO: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: YH24%20AAJ
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH24%2520AAJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for YH24%20AAJ: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: OE24%20CFU
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE24%2520CFU%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for OE24%20CFU: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: NL23%20OWE
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL23%2520OWE%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for NL23%20OWE: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: LS23%20KHJ
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS23%2520KHJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for LS23%20KHJ: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: GX23%20XTC
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX23%2520XTC%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for GX23%20XTC: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: GU23%20XZM
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU23%2520XZM%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for GU23%20XZM: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: VK18%20MFX
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK18%2520MFX%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for VK18%20MFX: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: DG24%20LRZ
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG24%2520LRZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for DG24%20LRZ: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: DG24%20LDY
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG24%2520LDY%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for DG24%20LDY: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: MF15%20BWY
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF15%2520BWY%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for MF15%20BWY: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: WJ64%20VLD
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ64%2520VLD%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for WJ64%20VLD: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: WK65%20LVR
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK65%2520LVR%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for WK65%20LVR: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: DC73%20HND
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC73%2520HND%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for DC73%20HND: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: BJ72%20HCK
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ72%2520HCK%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for BJ72%20HCK: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: SO10%20SJD
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO10%2520SJD%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for SO10%20SJD: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: PL66%20BXE
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL66%2520BXE%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for PL66%20BXE: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: YT18%20OYA
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT18%2520OYA%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for YT18%20OYA: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: DY15%20UGW
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY15%2520UGW%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for DY15%20UGW: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: ML23%20GXU
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML23%2520GXU%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for ML23%20GXU: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: BN63%20ZHC
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN63%2520ZHC%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for BN63%20ZHC: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: EK58%20ZCU
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK58%2520ZCU%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for EK58%20ZCU: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: KO17%20KPJ
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO17%2520KPJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for KO17%20KPJ: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: KV57%20PWK
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV57%2520PWK%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for KV57%20PWK: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: LT63%20CVD
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT63%2520CVD%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for LT63%20CVD: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: SH08%20HSG
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH08%2520HSG%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for SH08%20HSG: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: AD72%20JZK
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AD72%2520JZK%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for AD72%20JZK: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: DN62%20ZVG
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN62%2520ZVG%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for DN62%20ZVG: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: EY57%20YZZ
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY57%2520YZZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for EY57%20YZZ: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: GV59%20EWK
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV59%2520EWK%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for GV59%20EWK: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: HV58%20PPK
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV58%2520PPK%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for HV58%20PPK: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: KP10%20KZL
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP10%2520KZL%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for KP10%20KZL: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: KV11%20TDX
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV11%2520TDX%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for KV11%20TDX: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: SM12%20HWZ
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM12%2520HWZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for SM12%20HWZ: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: WP10%20UGW
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP10%2520UGW%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for WP10%20UGW: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: YS12%20EVT
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS12%2520EVT%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for YS12%20EVT: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: YR22%20XOS
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR22%2520XOS%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for YR22%20XOS: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: OE23%20JJL
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE23%2520JJL%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for OE23%20JJL: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: FE14%20YGX
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE14%2520YGX%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for FE14%20YGX: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: DY61%20OKO
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY61%2520OKO%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for DY61%20OKO: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: FG59%20DUU
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG59%2520DUU%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for FG59%20DUU: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: FX13%20VKT
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX13%2520VKT%27 HTTP/1.1" 200 None
2026-03-26 08:06:37 [bca.uk] INFO: Scrape type for FX13%20VKT: 0
2026-03-26 08:06:37 [bca.uk] INFO: Found listing with ID: FY62%20PYW
2026-03-26 08:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY62%2520PYW%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for FY62%20PYW: 0
2026-03-26 08:06:38 [bca.uk] INFO: Found listing with ID: GF59%20MFE
2026-03-26 08:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF59%2520MFE%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for GF59%20MFE: 0
2026-03-26 08:06:38 [bca.uk] INFO: Found listing with ID: KM59%20UED
2026-03-26 08:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM59%2520UED%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for KM59%20UED: 0
2026-03-26 08:06:38 [bca.uk] INFO: Found listing with ID: LS59%20NZW
2026-03-26 08:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS59%2520NZW%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for LS59%20NZW: 0
2026-03-26 08:06:38 [bca.uk] INFO: Found listing with ID: LT62%20XCX
2026-03-26 08:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT62%2520XCX%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for LT62%20XCX: 0
2026-03-26 08:06:38 [bca.uk] INFO: Found listing with ID: NJ11%20LBZ
2026-03-26 08:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ11%2520LBZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for NJ11%20LBZ: 0
2026-03-26 08:06:38 [bca.uk] INFO: Found listing with ID: NX12%20WBL
2026-03-26 08:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX12%2520WBL%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for NX12%20WBL: 0
2026-03-26 08:06:38 [bca.uk] INFO: Found listing with ID: OV11%20HDA
2026-03-26 08:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV11%2520HDA%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for OV11%20HDA: 0
2026-03-26 08:06:38 [bca.uk] INFO: Found listing with ID: PE12%20VOD
2026-03-26 08:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE12%2520VOD%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for PE12%20VOD: 0
2026-03-26 08:06:38 [bca.uk] INFO: Found listing with ID: RV59%20FHW
2026-03-26 08:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV59%2520FHW%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for RV59%20FHW: 0
2026-03-26 08:06:38 [bca.uk] INFO: Found listing with ID: SA06%20YZU
2026-03-26 08:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA06%2520YZU%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for SA06%20YZU: 0
2026-03-26 08:06:38 [bca.uk] INFO: Found listing with ID: VN63%20YKP
2026-03-26 08:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN63%2520YKP%27 HTTP/1.1" 200 None
2026-03-26 08:06:38 [bca.uk] INFO: Scrape type for VN63%20YKP: 0
2026-03-26 08:06:38 [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-26 08:06:38 [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-26 08:06:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:39 [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-26 08:06:39 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:39 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded
2026-03-26 08:06:39 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06:39 [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-26 08:06:39 [bca.uk] INFO: Found listing with ID: YJ13%20VUC
2026-03-26 08:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJ13%2520VUC%27 HTTP/1.1" 200 None
2026-03-26 08:06:39 [bca.uk] INFO: Scrape type for YJ13%20VUC: 0
2026-03-26 08:06:39 [bca.uk] INFO: Found listing with ID: DK23%20WJF
2026-03-26 08:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK23%2520WJF%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for DK23%20WJF: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: YT72%20DXY
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT72%2520DXY%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for YT72%20DXY: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: FL14%20LJA
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL14%2520LJA%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for FL14%20LJA: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: LB68%20AKX
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB68%2520AKX%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for LB68%20AKX: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: BA16%20RXR
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BA16%2520RXR%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for BA16%20RXR: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: LA16%20GJJ
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA16%2520GJJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for LA16%20GJJ: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: MM65%20TXZ
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM65%2520TXZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for MM65%20TXZ: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: VO66%20YFC
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO66%2520YFC%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for VO66%20YFC: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: CGZ%201749
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CGZ%25201749%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for CGZ%201749: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: CN60%20JUU
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN60%2520JUU%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for CN60%20JUU: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: GK68%20AKZ
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK68%2520AKZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for GK68%20AKZ: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: KW67%20GWN
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW67%2520GWN%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for KW67%20GWN: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: LD58%20UBU
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD58%2520UBU%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for LD58%20UBU: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: EX65%20WFL
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX65%2520WFL%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for EX65%20WFL: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: PK20%20WLF
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK20%2520WLF%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for PK20%20WLF: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: HW20%20TZH
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HW20%2520TZH%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for HW20%20TZH: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: EO13%20FWR
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO13%2520FWR%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for EO13%20FWR: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: GD07%20EFO
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD07%2520EFO%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for GD07%20EFO: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: YH70%20NMU
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH70%2520NMU%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for YH70%20NMU: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: RE12%20TMZ
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE12%2520TMZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for RE12%20TMZ: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: GU13%20AVW
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU13%2520AVW%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for GU13%20AVW: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: NNZ%209038
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NNZ%25209038%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for NNZ%209038: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: SL14%20TOJ
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL14%2520TOJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for SL14%20TOJ: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: YG17%20XZK
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG17%2520XZK%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for YG17%20XZK: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: FG10%20DKV
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG10%2520DKV%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for FG10%20DKV: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: KFZ%202427
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KFZ%25202427%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for KFZ%202427: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: MF63%20XCR
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF63%2520XCR%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for MF63%20XCR: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: MW15%20KYV
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW15%2520KYV%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for MW15%20KYV: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: OE05%20JYN
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE05%2520JYN%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for OE05%20JYN: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: OY61%20LFA
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY61%2520LFA%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for OY61%20LFA: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: PK61%20TXG
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK61%2520TXG%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for PK61%20TXG: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: LG19%20ERZ
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG19%2520ERZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for LG19%20ERZ: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: FY15%20FDD
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY15%2520FDD%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for FY15%20FDD: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: PY07%20NKM
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY07%2520NKM%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for PY07%20NKM: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: RJ66%20XMW
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ66%2520XMW%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for RJ66%20XMW: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: LA19%20EGE
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA19%2520EGE%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for LA19%20EGE: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: RRZ%209472
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RRZ%25209472%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for RRZ%209472: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: WT18%20VZP
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WT18%2520VZP%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for WT18%20VZP: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: FE69%20KTA
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE69%2520KTA%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for FE69%20KTA: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: GJ22%20UVP
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ22%2520UVP%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for GJ22%20UVP: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: DL14%20SGY
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL14%2520SGY%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for DL14%20SGY: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: SK64%20ZTS
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK64%2520ZTS%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for SK64%20ZTS: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: WV21%20PHA
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV21%2520PHA%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for WV21%20PHA: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: SM19%20UCL
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM19%2520UCL%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for SM19%20UCL: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: YD17%20ZVL
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD17%2520ZVL%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for YD17%20ZVL: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: PX72%20ULC
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX72%2520ULC%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for PX72%20ULC: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: DY22%20HSD
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY22%2520HSD%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for DY22%20HSD: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: BL17%20OLH
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL17%2520OLH%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for BL17%20OLH: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: KY65%20CJZ
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY65%2520CJZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for KY65%20CJZ: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: LR66%20GXC
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR66%2520GXC%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for LR66%20GXC: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: MV64%20BJX
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV64%2520BJX%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for MV64%20BJX: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: RO17%20AYF
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO17%2520AYF%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for RO17%20AYF: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: R77%20MXR
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27R77%2520MXR%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for R77%20MXR: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: GF61%20UPC
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF61%2520UPC%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for GF61%20UPC: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: HK12%20NNX
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK12%2520NNX%27 HTTP/1.1" 200 None
2026-03-26 08:06:40 [bca.uk] INFO: Scrape type for HK12%20NNX: 0
2026-03-26 08:06:40 [bca.uk] INFO: Found listing with ID: HY61%20KVM
2026-03-26 08:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY61%2520KVM%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for HY61%20KVM: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: RJ58%20TWW
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ58%2520TWW%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for RJ58%20TWW: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: YY62%20EHO
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY62%2520EHO%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for YY62%20EHO: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: AF12%20LMY
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF12%2520LMY%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for AF12%20LMY: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: AF64%20LEU
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF64%2520LEU%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for AF64%20LEU: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: DX22%20UVK
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX22%2520UVK%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for DX22%20UVK: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: EX62%20ZHF
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX62%2520ZHF%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for EX62%20ZHF: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: KE64%20BFO
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE64%2520BFO%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for KE64%20BFO: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: KT59%20WLZ
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT59%2520WLZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for KT59%20WLZ: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: LS11%20HFA
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS11%2520HFA%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for LS11%20HFA: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: LS13%20VVC
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS13%2520VVC%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for LS13%20VVC: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: MJ11%20FKP
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ11%2520FKP%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for MJ11%20FKP: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: RF55%20KZA
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF55%2520KZA%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for RF55%20KZA: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: SG61%20FAK
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG61%2520FAK%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for SG61%20FAK: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: YN08%20UVD
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN08%2520UVD%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for YN08%20UVD: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: KU70%20UVS
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU70%2520UVS%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for KU70%20UVS: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: VK61%20DDL
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK61%2520DDL%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for VK61%20DDL: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: YP63%20DYH
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP63%2520DYH%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for YP63%20DYH: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: VU19%20YRO
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU19%2520YRO%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for VU19%20YRO: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: GC17%20XUO
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GC17%2520XUO%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for GC17%20XUO: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: HN14%20YXO
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN14%2520YXO%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for HN14%20YXO: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: DX22%20UPL
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX22%2520UPL%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for DX22%20UPL: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: LP17%20ZLX
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP17%2520ZLX%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for LP17%20ZLX: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: BG22%20XPW
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG22%2520XPW%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for BG22%20XPW: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: MV65%20OCE
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV65%2520OCE%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for MV65%20OCE: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: EX12%20FZW
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX12%2520FZW%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for EX12%20FZW: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: NU18%20XGO
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU18%2520XGO%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for NU18%20XGO: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: SF22%20XWM
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF22%2520XWM%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for SF22%20XWM: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: PK21%20XVU
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK21%2520XVU%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for PK21%20XVU: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: A12%20LUU
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27A12%2520LUU%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for A12%20LUU: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: MT14%20GOE
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT14%2520GOE%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for MT14%20GOE: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: AO55%20OSZ
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO55%2520OSZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for AO55%20OSZ: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: BF04%20UJS
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF04%2520UJS%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for BF04%20UJS: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: DG05%20YHH
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG05%2520YHH%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for DG05%20YHH: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: GU03%20UJB
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU03%2520UJB%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for GU03%20UJB: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: HG54%20HRR
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG54%2520HRR%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for HG54%20HRR: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: KL08%20HUO
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KL08%2520HUO%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for KL08%20HUO: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: L40%20EBA
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27L40%2520EBA%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for L40%20EBA: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: PK08%20UOD
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK08%2520UOD%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for PK08%20UOD: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: PK57%20TTZ
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK57%2520TTZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for PK57%20TTZ: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: PO59%20YMT
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO59%2520YMT%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for PO59%20YMT: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: PX59%20XSN
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX59%2520XSN%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for PX59%20XSN: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: VN10%20BJV
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN10%2520BJV%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for VN10%20BJV: 0
2026-03-26 08:06:41 [bca.uk] INFO: Found listing with ID: MM65%20GZZ
2026-03-26 08:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM65%2520GZZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:41 [bca.uk] INFO: Scrape type for MM65%20GZZ: 0
2026-03-26 08:06:41 [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-26 08:06:41 [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-26 08:06:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:45 [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-26 08:06:45 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:45 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded
2026-03-26 08:06:45 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06:45 [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-26 08:06:45 [bca.uk] INFO: Found listing with ID: PO19%20XED
2026-03-26 08:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO19%2520XED%27 HTTP/1.1" 200 None
2026-03-26 08:06:45 [bca.uk] INFO: Scrape type for PO19%20XED: 0
2026-03-26 08:06:45 [bca.uk] INFO: Found listing with ID: WV59%20VZJ
2026-03-26 08:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV59%2520VZJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:45 [bca.uk] INFO: Scrape type for WV59%20VZJ: 0
2026-03-26 08:06:45 [bca.uk] INFO: Found listing with ID: YF60%20KBZ
2026-03-26 08:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF60%2520KBZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:45 [bca.uk] INFO: Scrape type for YF60%20KBZ: 0
2026-03-26 08:06:45 [bca.uk] INFO: Found listing with ID: FJ68%20LJK
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ68%2520LJK%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for FJ68%20LJK: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: EA23%20BKN
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA23%2520BKN%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for EA23%20BKN: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: KO15%20WCE
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO15%2520WCE%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for KO15%20WCE: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: KR17%20XJK
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR17%2520XJK%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for KR17%20XJK: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: NU58%20FJD
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU58%2520FJD%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for NU58%20FJD: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: SH09%20MJY
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH09%2520MJY%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for SH09%20MJY: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: GJ67%20UOD
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ67%2520UOD%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for GJ67%20UOD: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: SUI%206277
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SUI%25206277%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for SUI%206277: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: HX54%20VKW
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX54%2520VKW%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for HX54%20VKW: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: MM03%20GKZ
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM03%2520GKZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for MM03%20GKZ: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: WP56%20FUM
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP56%2520FUM%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for WP56%20FUM: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: GF57%20OLX
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF57%2520OLX%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for GF57%20OLX: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: RE08%20OTG
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE08%2520OTG%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for RE08%20OTG: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: AU51%20PUT
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU51%2520PUT%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for AU51%20PUT: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: EY67%20DVL
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY67%2520DVL%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for EY67%20DVL: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: GF61%20BFM
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF61%2520BFM%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for GF61%20BFM: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: LM53%20MXA
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM53%2520MXA%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for LM53%20MXA: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: LX03%20ZPU
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX03%2520ZPU%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for LX03%20ZPU: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: YO15%20EDK
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO15%2520EDK%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for YO15%20EDK: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: GK59%20VZU
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK59%2520VZU%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for GK59%20VZU: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: RE58%20VPO
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE58%2520VPO%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for RE58%20VPO: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: BF18%20GYK
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF18%2520GYK%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for BF18%20GYK: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: ND72%20LJN
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND72%2520LJN%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for ND72%20LJN: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: BJ23%20DSV
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ23%2520DSV%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for BJ23%20DSV: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: FE62%20ZDK
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE62%2520ZDK%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for FE62%20ZDK: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: FN10%20LYC
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN10%2520LYC%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for FN10%20LYC: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: MC16%20EMX
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC16%2520EMX%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for MC16%20EMX: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: MM16%20MYZ
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM16%2520MYZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for MM16%20MYZ: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: OY62%20ZKF
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY62%2520ZKF%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for OY62%20ZKF: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: PN66%20BBO
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN66%2520BBO%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for PN66%20BBO: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: SG17%20VHL
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG17%2520VHL%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for SG17%20VHL: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: YR14%20XBS
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR14%2520XBS%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for YR14%20XBS: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: YT63%20KWL
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT63%2520KWL%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for YT63%20KWL: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: WJ21%20CBF
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ21%2520CBF%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for WJ21%20CBF: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: ND15%20YZR
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND15%2520YZR%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for ND15%20YZR: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: NJ12%20GBO
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ12%2520GBO%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for NJ12%20GBO: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: NJ15%20TFX
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ15%2520TFX%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for NJ15%20TFX: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: EX10%20CXV
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX10%2520CXV%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for EX10%20CXV: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: LO61%20AZL
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO61%2520AZL%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for LO61%20AZL: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: LJ65%20YCW
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ65%2520YCW%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for LJ65%20YCW: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: NA68%20MZO
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA68%2520MZO%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for NA68%20MZO: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: LG16%20FFX
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG16%2520FFX%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for LG16%20FFX: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: VA18%20MFJ
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA18%2520MFJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for VA18%20MFJ: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: NV19%20EJY
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV19%2520EJY%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for NV19%20EJY: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: SN14%20NHX
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN14%2520NHX%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for SN14%20NHX: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: RY19%20XDA
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RY19%2520XDA%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for RY19%20XDA: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: YP66%20UHX
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP66%2520UHX%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for YP66%20UHX: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: VO56%20YTX
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO56%2520YTX%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for VO56%20YTX: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: NX68%20ODB
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX68%2520ODB%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for NX68%20ODB: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: MA13%20XRJ
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA13%2520XRJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for MA13%20XRJ: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: NG62%20JZC
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG62%2520JZC%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for NG62%20JZC: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: YX61%20WWS
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX61%2520WWS%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for YX61%20WWS: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: BP03%20DHG
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP03%2520DHG%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for BP03%20DHG: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: SA08%20OEJ
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA08%2520OEJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:46 [bca.uk] INFO: Scrape type for SA08%20OEJ: 0
2026-03-26 08:06:46 [bca.uk] INFO: Found listing with ID: WR60%20PSO
2026-03-26 08:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR60%2520PSO%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for WR60%20PSO: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: YE04%20BVF
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE04%2520BVF%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for YE04%20BVF: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: YL08%20VMO
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL08%2520VMO%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for YL08%20VMO: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: WG18%20POA
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG18%2520POA%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for WG18%20POA: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: HK66%20JYB
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK66%2520JYB%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for HK66%20JYB: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: M21%20ULY
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27M21%2520ULY%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for M21%20ULY: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: SH57%20EAP
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH57%2520EAP%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for SH57%20EAP: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: GT18%20AWT
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GT18%2520AWT%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for GT18%20AWT: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: GU66%20AHF
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU66%2520AHF%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for GU66%20AHF: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: LO16%20UPZ
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO16%2520UPZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for LO16%20UPZ: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: LR66%20FJK
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR66%2520FJK%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for LR66%20FJK: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: LS17%20VHZ
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS17%2520VHZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for LS17%20VHZ: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: KD23%20GKJ
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KD23%2520GKJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for KD23%20GKJ: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: CE51%20LDX
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE51%2520LDX%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for CE51%20LDX: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: MA08%20URG
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA08%2520URG%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for MA08%20URG: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: SH56%20WZS
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH56%2520WZS%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for SH56%20WZS: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: AF69%20NBG
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF69%2520NBG%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for AF69%20NBG: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: SO68%20FZG
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO68%2520FZG%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for SO68%20FZG: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: ML16%20LUD
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML16%2520LUD%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for ML16%20LUD: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: PF15%20STZ
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF15%2520STZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for PF15%20STZ: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: SE17%20KNA
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE17%2520KNA%27 HTTP/1.1" 200 None
2026-03-26 08:06:47 [bca.uk] INFO: Scrape type for SE17%20KNA: 0
2026-03-26 08:06:47 [bca.uk] INFO: Found listing with ID: SM63%20UWX
2026-03-26 08:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM63%2520UWX%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for SM63%20UWX: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: SW14%20ODA
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW14%2520ODA%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for SW14%20ODA: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: YE69%20UZM
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE69%2520UZM%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for YE69%20UZM: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: OV20%20AYB
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV20%2520AYB%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for OV20%20AYB: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: SB57%20HSD
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB57%2520HSD%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for SB57%20HSD: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: SJ10%20XRR
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ10%2520XRR%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for SJ10%20XRR: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: CF17%20BZA
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF17%2520BZA%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for CF17%20BZA: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: CU15%20ZGO
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU15%2520ZGO%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for CU15%20ZGO: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: CV59%20CJU
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV59%2520CJU%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for CV59%20CJU: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: WR67%20AWU
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR67%2520AWU%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for WR67%20AWU: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: WU62%20UXS
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU62%2520UXS%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for WU62%20UXS: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: DU59%20FWO
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU59%2520FWO%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for DU59%20FWO: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: AK62%20DJZ
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK62%2520DJZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for AK62%20DJZ: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: BD64%20HBE
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD64%2520HBE%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for BD64%20HBE: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: FJ11%20UEY
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ11%2520UEY%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for FJ11%20UEY: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: LX61%20SJO
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX61%2520SJO%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for LX61%20SJO: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: SF66%20HMC
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF66%2520HMC%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for SF66%20HMC: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: YE13%20WJJ
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE13%2520WJJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for YE13%20WJJ: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: BW15%20ENP
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW15%2520ENP%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for BW15%20ENP: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: WL52%20JOU
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WL52%2520JOU%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for WL52%20JOU: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: WU05%20OND
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU05%2520OND%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for WU05%20OND: 0
2026-03-26 08:06:48 [bca.uk] INFO: Found listing with ID: VE55%20OXJ
2026-03-26 08:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE55%2520OXJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:48 [bca.uk] INFO: Scrape type for VE55%20OXJ: 0
2026-03-26 08:06:48 [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-26 08:06:48 [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-26 08:06:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:49 [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-26 08:06:49 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:49 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded
2026-03-26 08:06:49 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06:49 [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-26 08:06:49 [bca.uk] INFO: Found listing with ID: NX23%20PJY
2026-03-26 08:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX23%2520PJY%27 HTTP/1.1" 200 None
2026-03-26 08:06:49 [bca.uk] INFO: Scrape type for NX23%20PJY: 0
2026-03-26 08:06:49 [bca.uk] INFO: Found listing with ID: DU18%20WDR
2026-03-26 08:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU18%2520WDR%27 HTTP/1.1" 200 None
2026-03-26 08:06:49 [bca.uk] INFO: Scrape type for DU18%20WDR: 0
2026-03-26 08:06:49 [bca.uk] INFO: Found listing with ID: LN68%20XUT
2026-03-26 08:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN68%2520XUT%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for LN68%20XUT: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: YB68%20OVW
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB68%2520OVW%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for YB68%20OVW: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: FY66%20WZP
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY66%2520WZP%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for FY66%20WZP: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: SV70%20WAU
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV70%2520WAU%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for SV70%20WAU: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: PFJ%20709G
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PFJ%2520709G%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for PFJ%20709G: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: YG03%20DYA
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG03%2520DYA%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for YG03%20DYA: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: BX68%20XKG
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX68%2520XKG%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for BX68%20XKG: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: YS18%20VSK
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS18%2520VSK%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for YS18%20VSK: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: SF72%20ENY
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF72%2520ENY%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for SF72%20ENY: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: BX68%20SXC
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX68%2520SXC%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for BX68%20SXC: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: LR18%20XPF
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR18%2520XPF%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for LR18%20XPF: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: CA20%20SFY
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA20%2520SFY%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for CA20%20SFY: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: CV69%20HHK
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV69%2520HHK%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for CV69%20HHK: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: CV23%20TTF
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV23%2520TTF%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for CV23%20TTF: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: CU72%20UFW
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU72%2520UFW%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for CU72%20UFW: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: AO17%20WOX
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO17%2520WOX%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for AO17%20WOX: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: EJ08%20ABK
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ08%2520ABK%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for EJ08%20ABK: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: HJ16%20ECC
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ16%2520ECC%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for HJ16%20ECC: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: AU56%20VBB
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU56%2520VBB%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for AU56%20VBB: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: HJ56%20NWD
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ56%2520NWD%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for HJ56%20NWD: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: R697%20RPR
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27R697%2520RPR%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for R697%20RPR: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: SY09%20VOF
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY09%2520VOF%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for SY09%20VOF: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: CE10%20ZRC
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE10%2520ZRC%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for CE10%20ZRC: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: OY66%20AZT
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY66%2520AZT%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for OY66%20AZT: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: DG57%20TWX
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG57%2520TWX%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for DG57%20TWX: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: FE10%20ZMU
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE10%2520ZMU%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for FE10%20ZMU: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: K13%20WDP
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27K13%2520WDP%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for K13%20WDP: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: YR07%20NCJ
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR07%2520NCJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for YR07%20NCJ: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: GU20%20VSD
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU20%2520VSD%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for GU20%20VSD: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: LD18%20OCV
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD18%2520OCV%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for LD18%20OCV: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: MD18%20VGE
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD18%2520VGE%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for MD18%20VGE: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: YH19%20LVV
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH19%2520LVV%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for YH19%20LVV: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: SD16%20ZWL
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD16%2520ZWL%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for SD16%20ZWL: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: BT71%20NZR
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT71%2520NZR%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for BT71%20NZR: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: CX08%20ZPB
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX08%2520ZPB%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for CX08%20ZPB: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: DY60%20UAO
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY60%2520UAO%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for DY60%20UAO: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: KD54%20OTF
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KD54%2520OTF%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for KD54%20OTF: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: NL58%20JXB
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL58%2520JXB%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for NL58%20JXB: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: P1%20OKO
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27P1%2520OKO%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for P1%20OKO: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: SW12%20LMJ
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW12%2520LMJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for SW12%20LMJ: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: ND11%20WTP
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND11%2520WTP%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for ND11%20WTP: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: VL19%20UFD
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VL19%2520UFD%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for VL19%20UFD: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: BJ56%20JLO
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ56%2520JLO%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for BJ56%20JLO: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: RO74%20YCB
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO74%2520YCB%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for RO74%20YCB: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: GF21%20HVA
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF21%2520HVA%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for GF21%20HVA: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: LK07%20AUF
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LK07%2520AUF%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for LK07%20AUF: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: BP70%20YFR
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP70%2520YFR%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for BP70%20YFR: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: AY22%20JSX
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY22%2520JSX%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for AY22%20JSX: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: DN72%20KCY
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN72%2520KCY%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for DN72%20KCY: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: FT71%20AWP
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT71%2520AWP%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for FT71%20AWP: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: RE23%20KCZ
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE23%2520KCZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for RE23%20KCZ: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: WA25%20UHX
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA25%2520UHX%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for WA25%20UHX: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: AE22%20JWG
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE22%2520JWG%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for AE22%20JWG: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: AF23%20ELH
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF23%2520ELH%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for AF23%20ELH: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: AF23%20EPY
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF23%2520EPY%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for AF23%20EPY: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: DV72%20LME
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV72%2520LME%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for DV72%20LME: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: FD23%20HLE
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD23%2520HLE%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for FD23%20HLE: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: FP22%20CZZ
2026-03-26 08:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP22%2520CZZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:50 [bca.uk] INFO: Scrape type for FP22%20CZZ: 0
2026-03-26 08:06:50 [bca.uk] INFO: Found listing with ID: LM71%20YUY
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520YUY%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for LM71%20YUY: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: OE23%20VLM
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520VLM%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for OE23%20VLM: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: OY22%20XCS
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [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-26 08:06:51 [bca.uk] INFO: Scrape type for OY22%20XCS: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: SL12%20CFY
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL12%2520CFY%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for SL12%20CFY: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: CK23%20WYZ
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520WYZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for CK23%20WYZ: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: LS21%20OSN
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520OSN%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for LS21%20OSN: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: RJ71%20ZYM
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ZYM%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for RJ71%20ZYM: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: OJZ%202271
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OJZ%25202271%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for OJZ%202271: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: CF22%20ZDX
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520ZDX%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for CF22%20ZDX: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: CK22%20JWY
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520JWY%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for CK22%20JWY: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: FV71%20XER
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [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-26 08:06:51 [bca.uk] INFO: Scrape type for FV71%20XER: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: GF09%20WVJ
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [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-26 08:06:51 [bca.uk] INFO: Scrape type for GF09%20WVJ: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: ND72%20UXE
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520UXE%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for ND72%20UXE: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: RY24%20YBA
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [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-26 08:06:51 [bca.uk] INFO: Scrape type for RY24%20YBA: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: VK21%20CNV
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06: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%2520CNV%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for VK21%20CNV: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: DU72%20TLX
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520TLX%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for DU72%20TLX: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: MV22%20YVE
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520YVE%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for MV22%20YVE: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: DFZ%203979
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DFZ%25203979%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for DFZ%203979: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: WP59%20WCD
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [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-26 08:06:51 [bca.uk] INFO: Scrape type for WP59%20WCD: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: ML70%20NGE
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520NGE%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for ML70%20NGE: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: NG72%20DVV
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [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-26 08:06:51 [bca.uk] INFO: Scrape type for NG72%20DVV: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: KV22%20YCM
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV22%2520YCM%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for KV22%20YCM: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: OW72%20ZTS
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520ZTS%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for OW72%20ZTS: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: WN22%20TLF
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520TLF%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for WN22%20TLF: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: FG19%20YWD
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [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-26 08:06:51 [bca.uk] INFO: Scrape type for FG19%20YWD: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: KR60%20FNZ
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [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-26 08:06:51 [bca.uk] INFO: Scrape type for KR60%20FNZ: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: YT67%20ZFW
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06: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%2520ZFW%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for YT67%20ZFW: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: AF72%20OXE
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520OXE%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for AF72%20OXE: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: AO71%20MZJ
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO71%2520MZJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for AO71%20MZJ: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: BF68%20JNN
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF68%2520JNN%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for BF68%20JNN: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: MD71%20KVZ
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520KVZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for MD71%20KVZ: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: WN72%20RTZ
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520RTZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for WN72%20RTZ: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: AP72%20HFX
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP72%2520HFX%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for AP72%20HFX: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: BL72%20HVE
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520HVE%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for BL72%20HVE: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: BW72%20XET
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520XET%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for BW72%20XET: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: BW72%20XEU
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520XEU%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for BW72%20XEU: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: CF22%20ZGB
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520ZGB%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for CF22%20ZGB: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: LA72%20BDX
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520BDX%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for LA72%20BDX: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: LR22%20HKP
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06: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%2520HKP%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for LR22%20HKP: 0
2026-03-26 08:06:51 [bca.uk] INFO: Found listing with ID: LR22%20HPE
2026-03-26 08:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06: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%2520HPE%27 HTTP/1.1" 200 None
2026-03-26 08:06:51 [bca.uk] INFO: Scrape type for LR22%20HPE: 0
2026-03-26 08:06:51 [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-26 08:06:51 [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-26 08:06:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:54 [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-26 08:06:54 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded
2026-03-26 08:06:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06:54 [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-26 08:06:54 [bca.uk] INFO: Found listing with ID: ND71%20EZV
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND71%2520EZV%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for ND71%20EZV: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: OV23%20MYM
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV23%2520MYM%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for OV23%20MYM: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: RE72%20XZB
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE72%2520XZB%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for RE72%20XZB: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: CJMM00915
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJMM00915%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for CJMM00915: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: RF69%20YYX
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF69%2520YYX%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for RF69%20YYX: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: BG72%20DUH
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG72%2520DUH%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for BG72%20DUH: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: CJ71%20KAA
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ71%2520KAA%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for CJ71%20KAA: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: HJ23%20YFE
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ23%2520YFE%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for HJ23%20YFE: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: KN23%20ZSZ
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN23%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for KN23%20ZSZ: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: KP72%20XGJ
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP72%2520XGJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for KP72%20XGJ: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: KP72%20XUH
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP72%2520XUH%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for KP72%20XUH: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: LL71%20OCN
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL71%2520OCN%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for LL71%20OCN: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: OV23%20EHL
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV23%2520EHL%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for OV23%20EHL: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: OY23%20VVB
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY23%2520VVB%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for OY23%20VVB: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: YS70%20EKH
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS70%2520EKH%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for YS70%20EKH: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: DY18%20JVX
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY18%2520JVX%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for DY18%20JVX: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: WM19%20BCZ
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM19%2520BCZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for WM19%20BCZ: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: YF72%20XAB
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF72%2520XAB%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for YF72%20XAB: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: FP68%20FZG
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP68%2520FZG%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for FP68%20FZG: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: BH19%20KYP
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BH19%2520KYP%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for BH19%20KYP: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: VHZ%205724
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VHZ%25205724%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for VHZ%205724: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: M28%20RSN
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27M28%2520RSN%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for M28%20RSN: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: GL69%20HKK
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL69%2520HKK%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for GL69%20HKK: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: KE21%20PBF
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE21%2520PBF%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for KE21%20PBF: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: HV73%20WNR
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV73%2520WNR%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for HV73%20WNR: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: KW18%20VNT
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW18%2520VNT%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for KW18%20VNT: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: BC18%20EZX
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC18%2520EZX%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for BC18%20EZX: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: BG25%20MFZ
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG25%2520MFZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for BG25%20MFZ: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: BL68%20LXP
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL68%2520LXP%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for BL68%20LXP: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: RA16%20ZGG
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA16%2520ZGG%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for RA16%20ZGG: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: FH70%20KXK
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH70%2520KXK%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for FH70%20KXK: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: FT68%20LHJ
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT68%2520LHJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for FT68%20LHJ: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: NL67%20XAE
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL67%2520XAE%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for NL67%20XAE: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: CS16%20KAS
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CS16%2520KAS%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for CS16%20KAS: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: NA15%20RLX
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA15%2520RLX%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for NA15%20RLX: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: MT71%20KNA
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT71%2520KNA%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for MT71%20KNA: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: FX73%20PZE
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX73%2520PZE%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for FX73%20PZE: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: EA70%20CJJ
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA70%2520CJJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for EA70%20CJJ: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: SP11%20WZM
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP11%2520WZM%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for SP11%20WZM: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: NA16%20YWB
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA16%2520YWB%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for NA16%20YWB: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: SP13%20VEL
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP13%2520VEL%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for SP13%20VEL: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: TC03%20ALE
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27TC03%2520ALE%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for TC03%20ALE: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: DK17%20SZJ
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK17%2520SZJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for DK17%20SZJ: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: SK67%20YVY
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK67%2520YVY%27 HTTP/1.1" 200 None
2026-03-26 08:06:54 [bca.uk] INFO: Scrape type for SK67%20YVY: 0
2026-03-26 08:06:54 [bca.uk] INFO: Found listing with ID: AO18%20WPD
2026-03-26 08:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO18%2520WPD%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for AO18%20WPD: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: RO69%20LWJ
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO69%2520LWJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for RO69%20LWJ: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: AJ53%20NEV
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ53%2520NEV%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for AJ53%20NEV: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: N19%20WSR
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27N19%2520WSR%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for N19%20WSR: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: HG07%20WOA
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG07%2520WOA%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for HG07%20WOA: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: RJ16%20BKO
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ16%2520BKO%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for RJ16%20BKO: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: BL70%20NBK
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL70%2520NBK%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for BL70%20NBK: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: YH61%20SGV
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH61%2520SGV%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for YH61%20SGV: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: MA63%20MXY
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA63%2520MXY%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for MA63%20MXY: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: WG14%20ZHX
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG14%2520ZHX%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for WG14%20ZHX: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: BC19%20MDJ
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC19%2520MDJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for BC19%20MDJ: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: HT65%20BUP
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT65%2520BUP%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for HT65%20BUP: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: AE63%20XUM
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE63%2520XUM%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for AE63%20XUM: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: HV73%20OVB
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV73%2520OVB%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for HV73%20OVB: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: VK70%20ZYO
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK70%2520ZYO%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for VK70%20ZYO: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: GJ67%20GRX
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ67%2520GRX%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for GJ67%20GRX: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: LD17%20ZTM
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD17%2520ZTM%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for LD17%20ZTM: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: NJ16%20XPX
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ16%2520XPX%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for NJ16%20XPX: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: BT67%20SNX
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT67%2520SNX%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for BT67%20SNX: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: CV16%20YMG
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV16%2520YMG%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for CV16%20YMG: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: AK69%20XFF
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK69%2520XFF%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for AK69%20XFF: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: DL70%20KHF
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL70%2520KHF%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for DL70%20KHF: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: HG69%20MVR
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG69%2520MVR%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for HG69%20MVR: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: MA19%20AUC
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA19%2520AUC%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for MA19%20AUC: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: OE18%20HGY
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE18%2520HGY%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for OE18%20HGY: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: BU15%20WPP
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU15%2520WPP%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for BU15%20WPP: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: WA06%20XCM
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA06%2520XCM%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for WA06%20XCM: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: RK66%20GNP
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK66%2520GNP%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for RK66%20GNP: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: DS73%20FAO
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS73%2520FAO%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for DS73%20FAO: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: SV21%20WXG
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV21%2520WXG%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for SV21%20WXG: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: HT19%20VLF
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT19%2520VLF%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for HT19%20VLF: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: DN25%20MOA
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN25%2520MOA%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for DN25%20MOA: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: MF68%20EMX
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF68%2520EMX%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for MF68%20EMX: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: KR24%20NLK
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR24%2520NLK%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for KR24%20NLK: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: GY71%20PFK
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY71%2520PFK%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for GY71%20PFK: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: KW69%20VDC
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW69%2520VDC%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for KW69%20VDC: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: GY71%20VDL
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY71%2520VDL%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for GY71%20VDL: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: RE24%20FUG
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE24%2520FUG%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for RE24%20FUG: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: KS69%20FVZ
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS69%2520FVZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for KS69%20FVZ: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: RE22%20ZFH
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE22%2520ZFH%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for RE22%20ZFH: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: CN18%20CXO
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN18%2520CXO%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for CN18%20CXO: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: RV69%20WTZ
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV69%2520WTZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for RV69%20WTZ: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: RE75%20BVW
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE75%2520BVW%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for RE75%20BVW: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: SXZ%201629
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SXZ%25201629%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for SXZ%201629: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: WN72%20XRD
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN72%2520XRD%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for WN72%20XRD: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: DP67%20BZC
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP67%2520BZC%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for DP67%20BZC: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: HV72%20WUX
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV72%2520WUX%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for HV72%20WUX: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: AO69%20NDJ
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO69%2520NDJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for AO69%20NDJ: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: LM68%20OJW
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM68%2520OJW%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for LM68%20OJW: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: HD23%20AWG
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HD23%2520AWG%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for HD23%20AWG: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: DE22%20NDG
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE22%2520NDG%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for DE22%20NDG: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: MJ21%20XRH
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ21%2520XRH%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for MJ21%20XRH: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: YT24%20PZY
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT24%2520PZY%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for YT24%20PZY: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: YG22%20UMR
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG22%2520UMR%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for YG22%20UMR: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: BP22%20YJU
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP22%2520YJU%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for BP22%20YJU: 0
2026-03-26 08:06:55 [bca.uk] INFO: Found listing with ID: LD23%20NDL
2026-03-26 08:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD23%2520NDL%27 HTTP/1.1" 200 None
2026-03-26 08:06:55 [bca.uk] INFO: Scrape type for LD23%20NDL: 0
2026-03-26 08:06:55 [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-26 08:06:55 [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-26 08:06:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:06:57 [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-26 08:06:57 [bca.uk] INFO: Total items found: 100
2026-03-26 08:06:57 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded
2026-03-26 08:06:57 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:06:57 [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-26 08:06:57 [bca.uk] INFO: Found listing with ID: DY24%20POU
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY24%2520POU%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for DY24%20POU: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: CU25%20VRO
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU25%2520VRO%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for CU25%20VRO: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: CV75%20UCS
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV75%2520UCS%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for CV75%20UCS: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: ML71%20XUE
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML71%2520XUE%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for ML71%20XUE: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: VO73%20KCE
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO73%2520KCE%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for VO73%20KCE: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: BC73%20VGU
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC73%2520VGU%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for BC73%20VGU: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: BT22%20DPZ
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT22%2520DPZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for BT22%20DPZ: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: KN22%20EHE
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN22%2520EHE%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for KN22%20EHE: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: YM74%20WVO
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM74%2520WVO%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for YM74%20WVO: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: WF22%20YFY
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF22%2520YFY%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for WF22%20YFY: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: YS21%20LTZ
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS21%2520LTZ%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for YS21%20LTZ: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: CA21%20FGG
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA21%2520FGG%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for CA21%20FGG: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: LD23%20CAE
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD23%2520CAE%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for LD23%20CAE: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: MX67%20VJD
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MX67%2520VJD%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for MX67%20VJD: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: YK23%20SZP
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK23%2520SZP%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for YK23%20SZP: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: YK72%20UPF
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK72%2520UPF%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for YK72%20UPF: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: YG59%20YLR
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG59%2520YLR%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for YG59%20YLR: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: GY21%20JZC
2026-03-26 08:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY21%2520JZC%27 HTTP/1.1" 200 None
2026-03-26 08:06:58 [bca.uk] INFO: Scrape type for GY21%20JZC: 0
2026-03-26 08:06:58 [bca.uk] INFO: Found listing with ID: MJ23%20GNK
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:59 [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-26 08:06:59 [bca.uk] INFO: Scrape type for MJ23%20GNK: 0
2026-03-26 08:06:59 [bca.uk] INFO: Found listing with ID: FL11%20KHJ
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL11%2520KHJ%27 HTTP/1.1" 200 None
2026-03-26 08:06:59 [bca.uk] INFO: Scrape type for FL11%20KHJ: 0
2026-03-26 08:06:59 [bca.uk] INFO: Found listing with ID: AF69%20EYV
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF69%2520EYV%27 HTTP/1.1" 200 None
2026-03-26 08:06:59 [bca.uk] INFO: Scrape type for AF69%20EYV: 0
2026-03-26 08:06:59 [bca.uk] INFO: Found listing with ID: NG54%20CUU
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG54%2520CUU%27 HTTP/1.1" 200 None
2026-03-26 08:06:59 [bca.uk] INFO: Scrape type for NG54%20CUU: 0
2026-03-26 08:06:59 [bca.uk] INFO: Found listing with ID: EF24%20SYA
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF24%2520SYA%27 HTTP/1.1" 200 None
2026-03-26 08:06:59 [bca.uk] INFO: Scrape type for EF24%20SYA: 2
2026-03-26 08:06:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d23b9f9e-2b11-5ea9-a9c1-c535d4ed9d03 with identifier: EF24%20SYA
2026-03-26 08:06:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d23b9f9e-2b11-5ea9-a9c1-c535d4ed9d03 with scrape type 2
2026-03-26 08:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d23b9f9e-2b11-5ea9-a9c1-c535d4ed9d03 with scrape type 2
2026-03-26 08:06:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d23b9f9e-2b11-5ea9-a9c1-c535d4ed9d03, identifier: EF24%20SYA
2026-03-26 08:06:59 [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-26 08:06:59 [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-26 08:06:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d23b9f9e-2b11-5ea9-a9c1-c535d4ed9d03 with identifier: EF24%20SYA
2026-03-26 08:06:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d23b9f9e-2b11-5ea9-a9c1-c535d4ed9d03 with identifier: EF24%20SYA
2026-03-26 08:06:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d23b9f9e-2b11-5ea9-a9c1-c535d4ed9d03 with identifier: EF24%20SYA to the API
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:06: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-26 08:06:59 [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': 147,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF24%20SYA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd23b9f9e-2b11-5ea9-a9c1-c535d4ed9d03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EF24 SYA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF24%20SYA&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'HYUNDAI',
'model': 'KONA',
'odometer': 13784,
'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 KONA 1.6 T N LINE S Hatchback',
'transmission': 'manual',
'trim': 'T N LINE S',
'vin': 'KMHHB8135RU142334',
'year': 2024}
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF24%2520SYA%27 HTTP/1.1" 200 None
2026-03-26 08:06:59 [bca.uk] INFO: Saving data for EF24%20SYA: {'auction_closing_time': 1774605600.0, 'created_time': 1774425696.883811, 'last_price_update_time': 1774512419.886192}
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF24%2520SYA') HTTP/1.1" 204 0
2026-03-26 08:07:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: AE70%20OSU
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE70%2520OSU%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for AE70%20OSU: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: GD67%20NWV
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD67%2520NWV%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for GD67%20NWV: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: AE23%20RYC
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE23%2520RYC%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for AE23%20RYC: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: DX16%20XOG
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX16%2520XOG%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for DX16%20XOG: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: K679%20JHL
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27K679%2520JHL%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for K679%20JHL: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: SE13%20CRU
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE13%2520CRU%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for SE13%20CRU: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: HK74%20GYN
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK74%2520GYN%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for HK74%20GYN: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: FP65%20XHH
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP65%2520XHH%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for FP65%20XHH: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: YP73%20HJG
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP73%2520HJG%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for YP73%20HJG: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: PK74%20OFC
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK74%2520OFC%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for PK74%20OFC: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: NA70%20KZD
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA70%2520KZD%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for NA70%20KZD: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: NL23%20OHY
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL23%2520OHY%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for NL23%20OHY: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: ET15%20HPC
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET15%2520HPC%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for ET15%20HPC: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: HV72%20UZX
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV72%2520UZX%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for HV72%20UZX: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: NL23%20YJG
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL23%2520YJG%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for NL23%20YJG: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: CY16%20RUV
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CY16%2520RUV%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for CY16%20RUV: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: LR71%20USV
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR71%2520USV%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for LR71%20USV: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: YC14%20HNO
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC14%2520HNO%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for YC14%20HNO: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: HV23%20XRR
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV23%2520XRR%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for HV23%20XRR: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: GU61%20LVX
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU61%2520LVX%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for GU61%20LVX: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: YS22%20ODW
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS22%2520ODW%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for YS22%20ODW: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: KU68%20OCO
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU68%2520OCO%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for KU68%20OCO: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: ND72%20UGO
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND72%2520UGO%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for ND72%20UGO: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: BD72%20UWA
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD72%2520UWA%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for BD72%20UWA: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: FV21%20UWN
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV21%2520UWN%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for FV21%20UWN: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: BD72%20KYF
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD72%2520KYF%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for BD72%20KYF: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: VN60%20TLV
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN60%2520TLV%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for VN60%20TLV: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: SG21%20XZA
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG21%2520XZA%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for SG21%20XZA: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: YB70%20BEO
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB70%2520BEO%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for YB70%20BEO: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: MJ65%20KKV
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ65%2520KKV%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for MJ65%20KKV: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: DP65%20OAA
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP65%2520OAA%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for DP65%20OAA: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: GY55%20YSK
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY55%2520YSK%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for GY55%20YSK: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: NRZ%202102
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NRZ%25202102%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for NRZ%202102: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: YG65%20PJO
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG65%2520PJO%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for YG65%20PJO: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: LC18%20GYK
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC18%2520GYK%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for LC18%20GYK: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: LP18%20KJU
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP18%2520KJU%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for LP18%20KJU: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: RFZ%206420
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RFZ%25206420%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for RFZ%206420: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: RX25%20CHV
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX25%2520CHV%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for RX25%20CHV: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: RX25%20CHZ
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX25%2520CHZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for RX25%20CHZ: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: DE64%20WRU
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE64%2520WRU%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for DE64%20WRU: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: KK18%20NLT
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KK18%2520NLT%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for KK18%20NLT: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: YS15%20LWF
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS15%2520LWF%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for YS15%20LWF: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: VXZ%204474
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VXZ%25204474%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for VXZ%204474: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: AF70%20UZB
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF70%2520UZB%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for AF70%20UZB: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: FM21%20NWU
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM21%2520NWU%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for FM21%20NWU: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: AE14%20JCY
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE14%2520JCY%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for AE14%20JCY: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: BC17%20DND
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC17%2520DND%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for BC17%20DND: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: BF67%20ZYR
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF67%2520ZYR%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for BF67%20ZYR: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: FG06%20ZZU
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG06%2520ZZU%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for FG06%20ZZU: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: WN72%20LGU
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN72%2520LGU%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for WN72%20LGU: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: GX68%20ZZC
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX68%2520ZZC%27 HTTP/1.1" 200 None
2026-03-26 08:07:00 [bca.uk] INFO: Scrape type for GX68%20ZZC: 0
2026-03-26 08:07:00 [bca.uk] INFO: Found listing with ID: SD72%20YTM
2026-03-26 08:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD72%2520YTM%27 HTTP/1.1" 200 None
2026-03-26 08:07:01 [bca.uk] INFO: Scrape type for SD72%20YTM: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: WV24%20YCU
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV24%2520YCU%27 HTTP/1.1" 200 None
2026-03-26 08:07:01 [bca.uk] INFO: Scrape type for WV24%20YCU: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: RE21%20YLM
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for RE21%20YLM: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: WV21%20RYH
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for WV21%20RYH: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: WP72%20TJX
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for WP72%20TJX: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: MF70%20BVA
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for MF70%20BVA: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: WN71%20KBZ
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for WN71%20KBZ: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: MC24%20KWE
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC24%2520KWE%27 HTTP/1.1" 200 None
2026-03-26 08:07:01 [bca.uk] INFO: Scrape type for MC24%20KWE: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: KF73%20FNM
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for KF73%20FNM: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: HK71%20RDZ
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for HK71%20RDZ: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: DS25%20OMB
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for DS25%20OMB: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: HJ72%20WMT
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for HJ72%20WMT: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: YJ15%20HWB
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for YJ15%20HWB: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: FE72%20JYB
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for FE72%20JYB: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: EA22%20HBE
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for EA22%20HBE: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: YJ68%20WYS
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for YJ68%20WYS: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: CV21%20HYF
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for CV21%20HYF: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: FD69%20ZVU
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for FD69%20ZVU: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: CU70%20PHK
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for CU70%20PHK: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: BV23%20WMK
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for BV23%20WMK: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: DS17%20AKU
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS17%2520AKU%27 HTTP/1.1" 200 None
2026-03-26 08:07:01 [bca.uk] INFO: Scrape type for DS17%20AKU: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: FL22%20WAJ
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for FL22%20WAJ: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: MV75%20YTH
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for MV75%20YTH: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: HK72%20VOO
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520VOO%27 HTTP/1.1" 200 None
2026-03-26 08:07:01 [bca.uk] INFO: Scrape type for HK72%20VOO: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: MD72%20CHF
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for MD72%20CHF: 0
2026-03-26 08:07:01 [bca.uk] INFO: Found listing with ID: PJ66%20DXR
2026-03-26 08:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:01 [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-26 08:07:01 [bca.uk] INFO: Scrape type for PJ66%20DXR: 0
2026-03-26 08:07:03 [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-26 08:07:03 [bca.uk] INFO: Total items found: 100
2026-03-26 08:07:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded
2026-03-26 08:07:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:07:03 [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-26 08:07:03 [bca.uk] INFO: Found listing with ID: KT70%20TVL
2026-03-26 08:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:03 [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-26 08:07:03 [bca.uk] INFO: Scrape type for KT70%20TVL: 0
2026-03-26 08:07:03 [bca.uk] INFO: Found listing with ID: LV08%20OKM
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV08%2520OKM%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for LV08%20OKM: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: FV13%20SXU
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV13%2520SXU%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for FV13%20SXU: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: RJ73%20VNU
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ73%2520VNU%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for RJ73%20VNU: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: WIG%207642
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WIG%25207642%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for WIG%207642: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: GX21%20EGC
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX21%2520EGC%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for GX21%20EGC: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: NG19%20VOO
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG19%2520VOO%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for NG19%20VOO: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: DS73%20OYV
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS73%2520OYV%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for DS73%20OYV: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: WV66%20VTU
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV66%2520VTU%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for WV66%20VTU: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: CV73%20HLJ
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV73%2520HLJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for CV73%20HLJ: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: DN10%20YYE
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN10%2520YYE%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for DN10%20YYE: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: EN62%20DBX
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN62%2520DBX%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for EN62%20DBX: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: OY61%20VGN
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY61%2520VGN%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for OY61%20VGN: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: WP65%20UZD
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP65%2520UZD%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for WP65%20UZD: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: BT73%20TMX
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT73%2520TMX%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for BT73%20TMX: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: HN23%20GYS
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN23%2520GYS%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for HN23%20GYS: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: BT23%20NPO
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT23%2520NPO%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for BT23%20NPO: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: AV65%20DLU
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV65%2520DLU%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for AV65%20DLU: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: BG74%20HTT
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG74%2520HTT%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for BG74%20HTT: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: HK23%20WLV
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK23%2520WLV%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for HK23%20WLV: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: HK23%20WLO
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK23%2520WLO%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for HK23%20WLO: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: KW21%20OCO
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW21%2520OCO%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for KW21%20OCO: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: HK23%20ESF
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK23%2520ESF%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for HK23%20ESF: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: PK15%20ZBX
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK15%2520ZBX%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for PK15%20ZBX: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: NV72%20BKF
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV72%2520BKF%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for NV72%20BKF: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: YN23%20WUP
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN23%2520WUP%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for YN23%20WUP: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: DY70%20WLZ
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY70%2520WLZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for DY70%20WLZ: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: WU21%20EHW
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU21%2520EHW%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for WU21%20EHW: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: OU72%20YVH
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OU72%2520YVH%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for OU72%20YVH: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: LX64%20WGD
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX64%2520WGD%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for LX64%20WGD: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: AF72%20JFU
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF72%2520JFU%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for AF72%20JFU: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: CN22%20GXF
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN22%2520GXF%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for CN22%20GXF: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: LA72%20HMH
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA72%2520HMH%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for LA72%20HMH: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: KB19%20CSB
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KB19%2520CSB%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for KB19%20CSB: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: FG12%20SZK
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG12%2520SZK%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for FG12%20SZK: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: SK17%20YCX
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK17%2520YCX%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for SK17%20YCX: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: HV22%20UTT
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV22%2520UTT%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for HV22%20UTT: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: YGZ%204294
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YGZ%25204294%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for YGZ%204294: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: HS24%20BAV
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HS24%2520BAV%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for HS24%20BAV: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: SM23%20KYC
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM23%2520KYC%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for SM23%20KYC: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: BJ60%20HMF
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ60%2520HMF%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for BJ60%20HMF: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: BT16%20HVW
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT16%2520HVW%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for BT16%20HVW: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: BV23%20WLX
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV23%2520WLX%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for BV23%20WLX: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: SX22%20GDU
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SX22%2520GDU%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for SX22%20GDU: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: BP67%20PFD
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP67%2520PFD%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for BP67%20PFD: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: BX13%20VFM
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX13%2520VFM%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for BX13%20VFM: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: RA65%20JWF
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA65%2520JWF%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for RA65%20JWF: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: VN18%20WGJ
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN18%2520WGJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for VN18%20WGJ: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: WU19%20YWK
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU19%2520YWK%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for WU19%20YWK: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: EX13%20SXM
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX13%2520SXM%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for EX13%20SXM: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: EY22%20KZC
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY22%2520KZC%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for EY22%20KZC: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: GX22%20UFL
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX22%2520UFL%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for GX22%20UFL: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: PF71%20KXD
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF71%2520KXD%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for PF71%20KXD: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: WF72%20HWT
2026-03-26 08:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF72%2520HWT%27 HTTP/1.1" 200 None
2026-03-26 08:07:04 [bca.uk] INFO: Scrape type for WF72%20HWT: 0
2026-03-26 08:07:04 [bca.uk] INFO: Found listing with ID: HV22%20LHN
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV22%2520LHN%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for HV22%20LHN: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: FY71%20OWA
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY71%2520OWA%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for FY71%20OWA: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: HK72%20TZU
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK72%2520TZU%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for HK72%20TZU: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: GL69%20KYA
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL69%2520KYA%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for GL69%20KYA: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: EX05%20FKW
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX05%2520FKW%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for EX05%20FKW: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: LO72%20JBU
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO72%2520JBU%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for LO72%20JBU: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: WF21%20HLG
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF21%2520HLG%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for WF21%20HLG: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: LB72%20WNP
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB72%2520WNP%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for LB72%20WNP: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: HG69%20EAF
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG69%2520EAF%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for HG69%20EAF: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: ML11%20UOX
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML11%2520UOX%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for ML11%20UOX: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: LT15%20VLH
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT15%2520VLH%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for LT15%20VLH: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: WG63%20CKL
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG63%2520CKL%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for WG63%20CKL: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: WU68%20YHS
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU68%2520YHS%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for WU68%20YHS: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: ND23%20GSO
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND23%2520GSO%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for ND23%20GSO: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: VN60%20CDO
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN60%2520CDO%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for VN60%20CDO: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: WO17%20PHN
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO17%2520PHN%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for WO17%20PHN: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: CY60%20BFO
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CY60%2520BFO%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for CY60%20BFO: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: OE14%20ETU
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE14%2520ETU%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for OE14%20ETU: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: LS18%20ZPH
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS18%2520ZPH%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for LS18%20ZPH: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: LF16%20ZVH
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF16%2520ZVH%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for LF16%20ZVH: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: NK73%20XEZ
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK73%2520XEZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for NK73%20XEZ: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: YE20%20AUH
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE20%2520AUH%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for YE20%20AUH: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: YE20%20AUJ
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE20%2520AUJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for YE20%20AUJ: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: YE20%20DDA
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE20%2520DDA%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for YE20%20DDA: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: LE74%20ANU
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LE74%2520ANU%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for LE74%20ANU: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: LC12%20MZO
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC12%2520MZO%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for LC12%20MZO: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: SK72%20WTZ
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK72%2520WTZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for SK72%20WTZ: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: YD20%20FNX
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD20%2520FNX%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for YD20%20FNX: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: YE20%20AUA
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE20%2520AUA%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for YE20%20AUA: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: YE20%20AUC
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE20%2520AUC%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for YE20%20AUC: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: KN17%20ZSJ
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN17%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for KN17%20ZSJ: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: SR19%20EJJ
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SR19%2520EJJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for SR19%20EJJ: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: DT23%20PFU
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DT23%2520PFU%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for DT23%20PFU: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: DT23%20OYX
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DT23%2520OYX%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for DT23%20OYX: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: HK17%20LRL
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK17%2520LRL%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for HK17%20LRL: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: FX70%20VGD
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX70%2520VGD%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for FX70%20VGD: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: KP71%20CDK
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP71%2520CDK%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for KP71%20CDK: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: CJ72%20FSC
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ72%2520FSC%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for CJ72%20FSC: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: YN18%20KFR
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN18%2520KFR%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for YN18%20KFR: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: FG12%20LSD
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG12%2520LSD%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for FG12%20LSD: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: CJ72%20FRX
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ72%2520FRX%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for CJ72%20FRX: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: CP61%20ZGH
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP61%2520ZGH%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for CP61%20ZGH: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: BN22%20GVC
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN22%2520GVC%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for BN22%20GVC: 0
2026-03-26 08:07:05 [bca.uk] INFO: Found listing with ID: DU23%20OKO
2026-03-26 08:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU23%2520OKO%27 HTTP/1.1" 200 None
2026-03-26 08:07:05 [bca.uk] INFO: Scrape type for DU23%20OKO: 2
2026-03-26 08:07:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with identifier: DU23%20OKO
2026-03-26 08:07:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with scrape type 2
2026-03-26 08:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with scrape type 2
2026-03-26 08:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18e6cd7f-fea5-5ef1-8ba9-38890c081a99, identifier: DU23%20OKO
2026-03-26 08:07:06 [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-26 08:07:06 [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-26 08:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with identifier: DU23%20OKO
2026-03-26 08:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with identifier: DU23%20OKO
2026-03-26 08:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18e6cd7f-fea5-5ef1-8ba9-38890c081a99 with identifier: DU23%20OKO to the API
2026-03-26 08:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:07:06 [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': 241,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU23%20OKO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '18e6cd7f-fea5-5ef1-8ba9-38890c081a99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU23 OKO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU23%20OKO&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'CITROEN',
'model': 'RELAY 35',
'odometer': 92098,
'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 RELAY 35 2.2 B/HDI 140 L3 H2 ENTERPRISE ED. PanelVan',
'transmission': 'manual',
'trim': 'B/HDI 140 L3 H2 ENTERPRISE ED.',
'vin': 'VF7YCBPFC12W34789',
'year': 2023}
2026-03-26 08:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:06 [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-26 08:07:06 [bca.uk] INFO: Saving data for DU23%20OKO: {'auction_closing_time': 1774519200.0, 'created_time': 1773928905.625922, 'last_price_update_time': 1774512426.698533}
2026-03-26 08:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU23%2520OKO') HTTP/1.1" 204 0
2026-03-26 08:07:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:07:06 [bca.uk] INFO: Found listing with ID: EX22%20LVZ
2026-03-26 08:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520LVZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:06 [bca.uk] INFO: Scrape type for EX22%20LVZ: 0
2026-03-26 08:07:06 [bca.uk] INFO: Found listing with ID: YM23%20VRW
2026-03-26 08:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:06 [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-26 08:07:06 [bca.uk] INFO: Scrape type for YM23%20VRW: 2
2026-03-26 08:07:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac79f23c-f70a-51f8-b0c2-856896624383 with identifier: YM23%20VRW
2026-03-26 08:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac79f23c-f70a-51f8-b0c2-856896624383 with scrape type 2
2026-03-26 08:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac79f23c-f70a-51f8-b0c2-856896624383 with scrape type 2
2026-03-26 08:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac79f23c-f70a-51f8-b0c2-856896624383, identifier: YM23%20VRW
2026-03-26 08:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac79f23c-f70a-51f8-b0c2-856896624383 with identifier: YM23%20VRW
2026-03-26 08:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac79f23c-f70a-51f8-b0c2-856896624383 with identifier: YM23%20VRW
2026-03-26 08:07:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac79f23c-f70a-51f8-b0c2-856896624383 with identifier: YM23%20VRW to the API
2026-03-26 08:07:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:07:07 [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=YM23%20VRW-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ac79f23c-f70a-51f8-b0c2-856896624383',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YM23 VRW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM23%20VRW&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'FORD',
'model': 'TRANSIT 460 RWD',
'odometer': 12050,
'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 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
'transmission': 'manual',
'trim': 'EBL 130 L4 H3 TREND',
'vin': 'WF0MXXTTRMPE34166',
'year': 2023}
2026-03-26 08:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM23%2520VRW%27 HTTP/1.1" 200 None
2026-03-26 08:07:07 [bca.uk] INFO: Saving data for YM23%20VRW: {'auction_closing_time': 1774519200.0, 'created_time': 1773821343.183347, 'last_price_update_time': 1774512427.276917}
2026-03-26 08:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM23%2520VRW') HTTP/1.1" 204 0
2026-03-26 08:07:10 [scrapy.extensions.logstats] INFO: Crawled 106 pages (at 11 pages/min), scraped 170 items (at 4 items/min)
2026-03-26 08:07:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:07:19 [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-26 08:07:19 [bca.uk] INFO: Total items found: 100
2026-03-26 08:07:19 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded
2026-03-26 08:07:19 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:07:19 [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-26 08:07:19 [bca.uk] INFO: Found listing with ID: BN22%20GVC
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [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-26 08:07:19 [bca.uk] INFO: Scrape type for BN22%20GVC: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: DU23%20OKO
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [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-26 08:07:19 [bca.uk] INFO: Scrape type for DU23%20OKO: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: EX22%20LVZ
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520LVZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:19 [bca.uk] INFO: Scrape type for EX22%20LVZ: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: YM23%20VRW
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [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-26 08:07:19 [bca.uk] INFO: Scrape type for YM23%20VRW: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: CJ72%20FRN
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FRN%27 HTTP/1.1" 200 None
2026-03-26 08:07:19 [bca.uk] INFO: Scrape type for CJ72%20FRN: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: KM74%20JDZ
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [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-26 08:07:19 [bca.uk] INFO: Scrape type for KM74%20JDZ: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: BD70%20SVW
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520SVW%27 HTTP/1.1" 200 None
2026-03-26 08:07:19 [bca.uk] INFO: Scrape type for BD70%20SVW: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: PN70%20MWJ
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [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-26 08:07:19 [bca.uk] INFO: Scrape type for PN70%20MWJ: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: LV23%20VCY
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520VCY%27 HTTP/1.1" 200 None
2026-03-26 08:07:19 [bca.uk] INFO: Scrape type for LV23%20VCY: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: WO73%20MXN
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO73%2520MXN%27 HTTP/1.1" 200 None
2026-03-26 08:07:19 [bca.uk] INFO: Scrape type for WO73%20MXN: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: YC25%20NRJ
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [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-26 08:07:19 [bca.uk] INFO: Scrape type for YC25%20NRJ: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: RE12%20YSO
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [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-26 08:07:19 [bca.uk] INFO: Scrape type for RE12%20YSO: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: FP10%20UZC
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [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-26 08:07:19 [bca.uk] INFO: Scrape type for FP10%20UZC: 0
2026-03-26 08:07:19 [bca.uk] INFO: Found listing with ID: FX24%20TLO
2026-03-26 08:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:19 [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-26 08:07:19 [bca.uk] INFO: Scrape type for FX24%20TLO: 2
2026-03-26 08:07:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6096776-cfc6-5712-b61a-9f41c5d2eaa2 with identifier: FX24%20TLO
2026-03-26 08:07:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6096776-cfc6-5712-b61a-9f41c5d2eaa2 with scrape type 2
2026-03-26 08:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6096776-cfc6-5712-b61a-9f41c5d2eaa2 with scrape type 2
2026-03-26 08:07:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6096776-cfc6-5712-b61a-9f41c5d2eaa2, identifier: FX24%20TLO
2026-03-26 08:07:19 [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-26 08:07:19 [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-26 08:07:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6096776-cfc6-5712-b61a-9f41c5d2eaa2 with identifier: FX24%20TLO
2026-03-26 08:07:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6096776-cfc6-5712-b61a-9f41c5d2eaa2 with identifier: FX24%20TLO
2026-03-26 08:07:19 [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-26 08:07:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:07: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-26 08:07:20 [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': 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-26T10: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-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [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-26 08:07:20 [bca.uk] INFO: Saving data for FX24%20TLO: {'auction_closing_time': 1774519200.0, 'created_time': 1773908942.730368, 'last_price_update_time': 1774512440.09716}
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [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-26 08:07:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: GV72%20NDG
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [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-26 08:07:20 [bca.uk] INFO: Scrape type for GV72%20NDG: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: SK22%20SOE
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520SOE%27 HTTP/1.1" 200 None
2026-03-26 08:07:20 [bca.uk] INFO: Scrape type for SK22%20SOE: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: WP70%20UBB
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [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-26 08:07:20 [bca.uk] INFO: Scrape type for WP70%20UBB: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: NL61%20LRE
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520LRE%27 HTTP/1.1" 200 None
2026-03-26 08:07:20 [bca.uk] INFO: Scrape type for NL61%20LRE: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: YE69%20DXU
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE69%2520DXU%27 HTTP/1.1" 200 None
2026-03-26 08:07:20 [bca.uk] INFO: Scrape type for YE69%20DXU: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: YC23%20GYR
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [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-26 08:07:20 [bca.uk] INFO: Scrape type for YC23%20GYR: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: RA68%20ZSJ
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA68%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:20 [bca.uk] INFO: Scrape type for RA68%20ZSJ: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: CJ72%20FSA
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FSA%27 HTTP/1.1" 200 None
2026-03-26 08:07:20 [bca.uk] INFO: Scrape type for CJ72%20FSA: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: YR70%20VLE
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520VLE%27 HTTP/1.1" 200 None
2026-03-26 08:07:20 [bca.uk] INFO: Scrape type for YR70%20VLE: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: BP69%20EYU
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP69%2520EYU%27 HTTP/1.1" 200 None
2026-03-26 08:07:20 [bca.uk] INFO: Scrape type for BP69%20EYU: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: NG71%20LLC
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [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-26 08:07:20 [bca.uk] INFO: Scrape type for NG71%20LLC: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: SA22%20CWW
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA22%2520CWW%27 HTTP/1.1" 200 None
2026-03-26 08:07:20 [bca.uk] INFO: Scrape type for SA22%20CWW: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: GV08%20OCN
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [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-26 08:07:20 [bca.uk] INFO: Scrape type for GV08%20OCN: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: DY22%20USJ
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [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-26 08:07:20 [bca.uk] INFO: Scrape type for DY22%20USJ: 0
2026-03-26 08:07:20 [bca.uk] INFO: Found listing with ID: F28%20FXY
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [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-26 08:07:20 [bca.uk] INFO: Scrape type for F28%20FXY: 2
2026-03-26 08:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1938b2c-c784-564d-af83-f69f55a74e07 with identifier: F28%20FXY
2026-03-26 08:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1938b2c-c784-564d-af83-f69f55a74e07 with scrape type 2
2026-03-26 08:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1938b2c-c784-564d-af83-f69f55a74e07 with scrape type 2
2026-03-26 08:07:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1938b2c-c784-564d-af83-f69f55a74e07, identifier: F28%20FXY
2026-03-26 08:07:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1938b2c-c784-564d-af83-f69f55a74e07 with identifier: F28%20FXY
2026-03-26 08:07:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1938b2c-c784-564d-af83-f69f55a74e07 with identifier: F28%20FXY
2026-03-26 08:07:20 [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-26 08:07:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:07:20 [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': 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-26T10: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-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [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-26 08:07:20 [bca.uk] INFO: Saving data for F28%20FXY: {'auction_closing_time': 1774519200.0, 'created_time': 1773909289.183423, 'last_price_update_time': 1774512440.915092}
2026-03-26 08:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:20 [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-26 08:07:21 [bca.uk] INFO: Found listing with ID: L17%20MGO
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27L17%2520MGO%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for L17%20MGO: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: EJ71%20ZWA
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ71%2520ZWA%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for EJ71%20ZWA: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: GM65%20LOF
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM65%2520LOF%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for GM65%20LOF: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: AP22%20VHN
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP22%2520VHN%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for AP22%20VHN: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: LJ73%20ZTM
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ73%2520ZTM%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for LJ73%20ZTM: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: LP25%20CGX
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP25%2520CGX%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for LP25%20CGX: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: YH23%20EFU
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH23%2520EFU%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for YH23%20EFU: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: CJ21%20MXP
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ21%2520MXP%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for CJ21%20MXP: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: LF19%20UKU
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF19%2520UKU%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for LF19%20UKU: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: GJ66%20BWZ
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ66%2520BWZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for GJ66%20BWZ: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: SD21%20GRF
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD21%2520GRF%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for SD21%20GRF: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: SO16%20KWR
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO16%2520KWR%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for SO16%20KWR: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: WG18%20LXM
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG18%2520LXM%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for WG18%20LXM: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: MF10%20XKL
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF10%2520XKL%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for MF10%20XKL: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: OY05%20OFR
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY05%2520OFR%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for OY05%20OFR: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: MT14%20ZKG
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT14%2520ZKG%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for MT14%20ZKG: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: CF22%20UXN
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF22%2520UXN%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for CF22%20UXN: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: YD23%20ADV
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD23%2520ADV%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for YD23%20ADV: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: WN59%20WHS
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN59%2520WHS%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for WN59%20WHS: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: MK14%20WHH
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK14%2520WHH%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for MK14%20WHH: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: SH64%20GEY
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH64%2520GEY%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for SH64%20GEY: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: WF20%20CJE
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF20%2520CJE%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for WF20%20CJE: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: YC71%20TMU
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC71%2520TMU%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for YC71%20TMU: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: LB59%20VEW
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB59%2520VEW%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for LB59%20VEW: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: YG63%20LNP
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG63%2520LNP%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for YG63%20LNP: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: CE23%20YGJ
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE23%2520YGJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for CE23%20YGJ: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: HF22%20MLL
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF22%2520MLL%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for HF22%20MLL: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: ET12%20EPJ
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET12%2520EPJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for ET12%20EPJ: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: MA18%20HLW
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA18%2520HLW%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for MA18%20HLW: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: YL68%20DWF
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL68%2520DWF%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for YL68%20DWF: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: RO23%20JHE
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO23%2520JHE%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for RO23%20JHE: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: YC23%20ELU
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC23%2520ELU%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for YC23%20ELU: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: FL61%20NBB
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL61%2520NBB%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for FL61%20NBB: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: YF11%20TMZ
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF11%2520TMZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for YF11%20TMZ: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: YN17%20WSL
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN17%2520WSL%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for YN17%20WSL: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: DV10%20NXK
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV10%2520NXK%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for DV10%20NXK: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: SN23%20OVB
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN23%2520OVB%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for SN23%20OVB: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: AU16%20NKX
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU16%2520NKX%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for AU16%20NKX: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: BN10%20OEF
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN10%2520OEF%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for BN10%20OEF: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: LD12%20NFT
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD12%2520NFT%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for LD12%20NFT: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: DG59%20XEM
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG59%2520XEM%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for DG59%20XEM: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: DK63%20GXM
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK63%2520GXM%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for DK63%20GXM: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: FGZ%208932
2026-03-26 08:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FGZ%25208932%27 HTTP/1.1" 200 None
2026-03-26 08:07:21 [bca.uk] INFO: Scrape type for FGZ%208932: 0
2026-03-26 08:07:21 [bca.uk] INFO: Found listing with ID: PJ02%20XKS
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ02%2520XKS%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for PJ02%20XKS: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: SF15%20FYN
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF15%2520FYN%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for SF15%20FYN: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: DY72%20XUP
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY72%2520XUP%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for DY72%20XUP: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: ML17%20PVW
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML17%2520PVW%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for ML17%20PVW: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: MD14%20BZS
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD14%2520BZS%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for MD14%20BZS: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: NV21%20BDE
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV21%2520BDE%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for NV21%20BDE: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: S21%20APX
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S21%2520APX%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for S21%20APX: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: YD15%20PXT
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD15%2520PXT%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for YD15%20PXT: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: KU08%20RZK
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU08%2520RZK%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for KU08%20RZK: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: MM69%20AFJ
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM69%2520AFJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for MM69%20AFJ: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: AE20%20WTL
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE20%2520WTL%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for AE20%20WTL: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: LP22%20BZS
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP22%2520BZS%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for LP22%20BZS: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: WA18%20XGB
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA18%2520XGB%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for WA18%20XGB: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: KP61%20AVV
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP61%2520AVV%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for KP61%20AVV: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: YO68%20FKN
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO68%2520FKN%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for YO68%20FKN: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: FT61%20EKN
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT61%2520EKN%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for FT61%20EKN: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: ND70%20UOH
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND70%2520UOH%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for ND70%20UOH: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: GC17%20VRM
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GC17%2520VRM%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for GC17%20VRM: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: YH19%20RZP
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH19%2520RZP%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for YH19%20RZP: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: LR22%20VZL
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR22%2520VZL%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for LR22%20VZL: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: L200%20LTM
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27L200%2520LTM%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for L200%20LTM: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: AE19%20OSN
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE19%2520OSN%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for AE19%20OSN: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: MF25%20FMC
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF25%2520FMC%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for MF25%20FMC: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: YT62%20RBZ
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT62%2520RBZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for YT62%20RBZ: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: OU70%20WKD
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OU70%2520WKD%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for OU70%20WKD: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: NJ11%20NNM
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ11%2520NNM%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for NJ11%20NNM: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: AK15%20LKG
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK15%2520LKG%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for AK15%20LKG: 0
2026-03-26 08:07:22 [bca.uk] INFO: Found listing with ID: FY64%20XWT
2026-03-26 08:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY64%2520XWT%27 HTTP/1.1" 200 None
2026-03-26 08:07:22 [bca.uk] INFO: Scrape type for FY64%20XWT: 0
2026-03-26 08:07:24 [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-26 08:07:24 [bca.uk] INFO: Total items found: 100
2026-03-26 08:07:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded
2026-03-26 08:07:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:07:24 [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-26 08:07:24 [bca.uk] INFO: Found listing with ID: AK15%20LKG
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:24 [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-26 08:07:24 [bca.uk] INFO: Scrape type for AK15%20LKG: 0
2026-03-26 08:07:24 [bca.uk] INFO: Found listing with ID: FY64%20XWT
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:24 [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-26 08:07:24 [bca.uk] INFO: Scrape type for FY64%20XWT: 0
2026-03-26 08:07:24 [bca.uk] INFO: Found listing with ID: ND65%20ECZ
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND65%2520ECZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:24 [bca.uk] INFO: Scrape type for ND65%20ECZ: 0
2026-03-26 08:07:24 [bca.uk] INFO: Found listing with ID: HK15%20LVR
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07: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%2520LVR%27 HTTP/1.1" 200 None
2026-03-26 08:07:24 [bca.uk] INFO: Scrape type for HK15%20LVR: 0
2026-03-26 08:07:24 [bca.uk] INFO: Found listing with ID: BD23%20XDV
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:24 [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-26 08:07:24 [bca.uk] INFO: Scrape type for BD23%20XDV: 0
2026-03-26 08:07:24 [bca.uk] INFO: Found listing with ID: ML17%20BEY
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML17%2520BEY%27 HTTP/1.1" 200 None
2026-03-26 08:07:24 [bca.uk] INFO: Scrape type for ML17%20BEY: 0
2026-03-26 08:07:24 [bca.uk] INFO: Found listing with ID: LA06%20FZK
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA06%2520FZK%27 HTTP/1.1" 200 None
2026-03-26 08:07:24 [bca.uk] INFO: Scrape type for LA06%20FZK: 0
2026-03-26 08:07:24 [bca.uk] INFO: Found listing with ID: GY70%20KFF
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY70%2520KFF%27 HTTP/1.1" 200 None
2026-03-26 08:07:24 [bca.uk] INFO: Scrape type for GY70%20KFF: 0
2026-03-26 08:07:24 [bca.uk] INFO: Found listing with ID: LA71%20SCV
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520SCV%27 HTTP/1.1" 200 None
2026-03-26 08:07:24 [bca.uk] INFO: Scrape type for LA71%20SCV: 0
2026-03-26 08:07:24 [bca.uk] INFO: Found listing with ID: LA72%20SXO
2026-03-26 08:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520SXO%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for LA72%20SXO: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: LB70%20BKE
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520BKE%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for LB70%20BKE: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: LD20%20ZKL
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD20%2520ZKL%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for LD20%20ZKL: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: LD21%20WJN
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for LD21%20WJN: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: NU66%20ADZ
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU66%2520ADZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for NU66%20ADZ: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: WO19%20WSW
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO19%2520WSW%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for WO19%20WSW: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: VE15%20OUF
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07: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%2520OUF%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for VE15%20OUF: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: OE24%20UCG
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for OE24%20UCG: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: LXZ%204766
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for LXZ%204766: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: WR18%20FBU
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for WR18%20FBU: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: VN11%20KOU
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN11%2520KOU%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for VN11%20KOU: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: WP19%20RYB
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP19%2520RYB%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for WP19%20RYB: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: RK67%20HZC
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK67%2520HZC%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for RK67%20HZC: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: LL64%20AXK
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL64%2520AXK%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for LL64%20AXK: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: KU66%20VEV
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU66%2520VEV%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for KU66%20VEV: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: OY16%20YRA
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520YRA%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for OY16%20YRA: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: GL72%20DND
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for GL72%20DND: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: HY14%20UNV
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY14%2520UNV%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for HY14%20UNV: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: HJ19%20FKO
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ19%2520FKO%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for HJ19%20FKO: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: BA68%20CSU
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for BA68%20CSU: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: BC05%20PFG
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for BC05%20PFG: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: BL15%20DHA
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for BL15%20DHA: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: CV65%20NKL
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for CV65%20NKL: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: FL52%20BCX
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for FL52%20BCX: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: HY17%20FVP
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for HY17%20FVP: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: KO73%20FYG
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for KO73%20FYG: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: LM18%20LWD
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for LM18%20LWD: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: WU65%20AVC
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for WU65%20AVC: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: HF16%20EGV
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF16%2520EGV%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for HF16%20EGV: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: BD62%20XZS
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD62%2520XZS%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for BD62%20XZS: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: GL21%20CZK
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07: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%2520CZK%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for GL21%20CZK: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: LO66%20AAU
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for LO66%20AAU: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: FV62%20WKZ
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07: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%2520WKZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for FV62%20WKZ: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: DG58%20MWO
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG58%2520MWO%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for DG58%20MWO: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: YB62%20NUW
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for YB62%20NUW: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: GC19%20TZA
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for GC19%20TZA: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: WM14%20DPN
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520DPN%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for WM14%20DPN: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: WR65%20XTS
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for WR65%20XTS: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: YH19%20RMM
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for YH19%20RMM: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: FP11%20FBB
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP11%2520FBB%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for FP11%20FBB: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: BV18%20YFT
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520YFT%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for BV18%20YFT: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: GL23%20YCZ
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL23%2520YCZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for GL23%20YCZ: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: CK23%20NTG
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520NTG%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for CK23%20NTG: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: DC73%20CYT
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for DC73%20CYT: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: DP23%20FYZ
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520FYZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for DP23%20FYZ: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: HJ23%20VGK
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ23%2520VGK%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for HJ23%20VGK: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: HS23%20CPF
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS23%2520CPF%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for HS23%20CPF: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: MD23%20UDG
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD23%2520UDG%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for MD23%20UDG: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: SY21%20YLX
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for SY21%20YLX: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: SY69%20KYK
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY69%2520KYK%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for SY69%20KYK: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: OY18%20CXR
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for OY18%20CXR: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: PF19%20VTY
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for PF19%20VTY: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: PX67%20WMY
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [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-26 08:07:25 [bca.uk] INFO: Scrape type for PX67%20WMY: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: SY68%20PKC
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520PKC%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for SY68%20PKC: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: RE73%20DWL
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE73%2520DWL%27 HTTP/1.1" 200 None
2026-03-26 08:07:25 [bca.uk] INFO: Scrape type for RE73%20DWL: 0
2026-03-26 08:07:25 [bca.uk] INFO: Found listing with ID: CN21%20UZV
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN21%2520UZV%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for CN21%20UZV: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: GL69%20YKB
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL69%2520YKB%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for GL69%20YKB: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: BK16%20XNY
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK16%2520XNY%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for BK16%20XNY: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: AF58%20XDR
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF58%2520XDR%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for AF58%20XDR: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: CA71%20EHE
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA71%2520EHE%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for CA71%20EHE: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: HN72%20NRY
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN72%2520NRY%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for HN72%20NRY: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: BV72%20ZXC
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV72%2520ZXC%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for BV72%20ZXC: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: CN71%20LKM
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN71%2520LKM%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for CN71%20LKM: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: KE21%20FXM
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE21%2520FXM%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for KE21%20FXM: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: NJ22%20TKA
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ22%2520TKA%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for NJ22%20TKA: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: SG22%20RPO
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG22%2520RPO%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for SG22%20RPO: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: WD70%20SDZ
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD70%2520SDZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for WD70%20SDZ: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: YB71%20XPR
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB71%2520XPR%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for YB71%20XPR: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: EA71%20KTK
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA71%2520KTK%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for EA71%20KTK: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: GY72%20KBZ
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY72%2520KBZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for GY72%20KBZ: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: LB71%20YRZ
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB71%2520YRZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for LB71%20YRZ: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: PN72%20NYD
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN72%2520NYD%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for PN72%20NYD: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: RJ71%20LKX
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ71%2520LKX%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for RJ71%20LKX: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: VN23%20ZTK
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN23%2520ZTK%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for VN23%20ZTK: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: WJ22%20BHP
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ22%2520BHP%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for WJ22%20BHP: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: YG22%20WVA
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG22%2520WVA%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for YG22%20WVA: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: YJ25%20TLT
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJ25%2520TLT%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for YJ25%20TLT: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: YJ73%20SBR
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJ73%2520SBR%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for YJ73%20SBR: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: BG19%20DWJ
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG19%2520DWJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for BG19%20DWJ: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: NV73%20TNO
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV73%2520TNO%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for NV73%20TNO: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: RJ21%20KFN
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ21%2520KFN%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for RJ21%20KFN: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: RK71%20OJM
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK71%2520OJM%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for RK71%20OJM: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: SA66%20CFO
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA66%2520CFO%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for SA66%20CFO: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: BG69%20KBO
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG69%2520KBO%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for BG69%20KBO: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: EO69%20ACF
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO69%2520ACF%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for EO69%20ACF: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: KW18%20FGK
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW18%2520FGK%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for KW18%20FGK: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: GM16%20URA
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM16%2520URA%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for GM16%20URA: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: AJ71%20UZA
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ71%2520UZA%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for AJ71%20UZA: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: DV70%20UWF
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV70%2520UWF%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for DV70%20UWF: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: WF70%20ZHU
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF70%2520ZHU%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for WF70%20ZHU: 0
2026-03-26 08:07:26 [bca.uk] INFO: Found listing with ID: FG65%20DDN
2026-03-26 08:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG65%2520DDN%27 HTTP/1.1" 200 None
2026-03-26 08:07:26 [bca.uk] INFO: Scrape type for FG65%20DDN: 0
2026-03-26 08:07:26 [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-26 08:07:26 [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-26 08:07:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:07:28 [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-26 08:07:28 [bca.uk] INFO: Total items found: 100
2026-03-26 08:07:28 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded
2026-03-26 08:07:28 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:07:28 [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-26 08:07:28 [bca.uk] INFO: Found listing with ID: BL07%20LJK
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL07%2520LJK%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for BL07%20LJK: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: RX25%20AUW
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX25%2520AUW%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for RX25%20AUW: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: SP70%20PRV
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP70%2520PRV%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for SP70%20PRV: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: SW70%20CBX
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW70%2520CBX%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for SW70%20CBX: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: RX25%20AUV
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX25%2520AUV%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for RX25%20AUV: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: CA68%20YUK
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA68%2520YUK%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for CA68%20YUK: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: RF21%20NXT
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF21%2520NXT%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for RF21%20NXT: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: LN20%20PBF
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN20%2520PBF%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for LN20%20PBF: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: CU19%20XDP
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU19%2520XDP%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for CU19%20XDP: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: MC19%20UPH
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC19%2520UPH%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for MC19%20UPH: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: SW70%20EHR
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW70%2520EHR%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for SW70%20EHR: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: V22%20VJW
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27V22%2520VJW%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for V22%20VJW: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: YK19%20EKC
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK19%2520EKC%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for YK19%20EKC: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: MC18%20OGG
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC18%2520OGG%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for MC18%20OGG: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: MA70%20LLU
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA70%2520LLU%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for MA70%20LLU: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: ST23%20GDJ
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST23%2520GDJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for ST23%20GDJ: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: YD20%20LRV
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD20%2520LRV%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for YD20%20LRV: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: FE20%20HXT
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE20%2520HXT%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for FE20%20HXT: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: LS12%20UVE
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS12%2520UVE%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for LS12%20UVE: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: AO18%20TYY
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO18%2520TYY%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for AO18%20TYY: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: LC19%20VYU
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC19%2520VYU%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for LC19%20VYU: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: RJ21%20ZWE
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ21%2520ZWE%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for RJ21%20ZWE: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: RV70%20TYY
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV70%2520TYY%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for RV70%20TYY: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: DK68%20HRL
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK68%2520HRL%27 HTTP/1.1" 200 None
2026-03-26 08:07:28 [bca.uk] INFO: Scrape type for DK68%20HRL: 0
2026-03-26 08:07:28 [bca.uk] INFO: Found listing with ID: GY68%20KFT
2026-03-26 08:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY68%2520KFT%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for GY68%20KFT: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: HN73%20ZTC
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN73%2520ZTC%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for HN73%20ZTC: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: RF69%20FWO
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF69%2520FWO%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for RF69%20FWO: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: RK69%20WDT
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK69%2520WDT%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for RK69%20WDT: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: RO72%20JWE
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO72%2520JWE%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for RO72%20JWE: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: BSZ%209114
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BSZ%25209114%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for BSZ%209114: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: ST62%20GMY
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST62%2520GMY%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for ST62%20GMY: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: KS69%20DYW
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS69%2520DYW%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for KS69%20DYW: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: SD69%20DFK
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD69%2520DFK%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for SD69%20DFK: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: ML22%20GWA
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML22%2520GWA%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for ML22%20GWA: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: SD65%20CAX
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD65%2520CAX%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for SD65%20CAX: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: PJ73%20XWO
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ73%2520XWO%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for PJ73%20XWO: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: NGZ%204394
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NGZ%25204394%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for NGZ%204394: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: VX21%20JNK
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX21%2520JNK%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for VX21%20JNK: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: SD65%20BYK
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD65%2520BYK%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for SD65%20BYK: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: VA19%20HEV
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA19%2520HEV%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for VA19%20HEV: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: EX70%20AUE
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX70%2520AUE%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for EX70%20AUE: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: CK18%20NWF
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK18%2520NWF%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for CK18%20NWF: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: LN24%20TWV
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN24%2520TWV%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for LN24%20TWV: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: ME73%20NHC
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ME73%2520NHC%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for ME73%20NHC: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: MV18%20CGO
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV18%2520CGO%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for MV18%20CGO: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: DV24%20BYX
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV24%2520BYX%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for DV24%20BYX: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: BK62%20XRP
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK62%2520XRP%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for BK62%20XRP: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: BU14%20HZD
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU14%2520HZD%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for BU14%20HZD: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: GD59%20EPZ
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD59%2520EPZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for GD59%20EPZ: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: NA55%20RWJ
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA55%2520RWJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for NA55%20RWJ: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: VO59%20KPJ
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO59%2520KPJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for VO59%20KPJ: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: AE68%20OBV
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE68%2520OBV%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for AE68%20OBV: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: EO65%20CXC
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO65%2520CXC%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for EO65%20CXC: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: DL73%20KXW
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520KXW%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for DL73%20KXW: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: M14%20AFN
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27M14%2520AFN%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for M14%20AFN: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: AV14%20EMJ
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV14%2520EMJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for AV14%20EMJ: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: CF74%20PJJ
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF74%2520PJJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for CF74%20PJJ: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: KF73%20CXE
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF73%2520CXE%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for KF73%20CXE: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: LS24%20EMK
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS24%2520EMK%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for LS24%20EMK: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: SA19%20OWZ
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA19%2520OWZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for SA19%20OWZ: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: EU56%20DXM
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU56%2520DXM%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for EU56%20DXM: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: WP72%20LTT
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP72%2520LTT%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for WP72%20LTT: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: BG24%20XXM
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG24%2520XXM%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for BG24%20XXM: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: DY74%20BVW
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY74%2520BVW%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for DY74%20BVW: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: LL73%20EZR
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL73%2520EZR%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for LL73%20EZR: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: ML74%20XNN
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML74%2520XNN%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for ML74%20XNN: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: DX17%20NVL
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX17%2520NVL%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for DX17%20NVL: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: LO67%20AOZ
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO67%2520AOZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for LO67%20AOZ: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: FG06%20XOF
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG06%2520XOF%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for FG06%20XOF: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: GY63%20VJN
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY63%2520VJN%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for GY63%20VJN: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: RA66%20CEK
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA66%2520CEK%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for RA66%20CEK: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: LN24%20TXE
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN24%2520TXE%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for LN24%20TXE: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: GU69%20EBF
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU69%2520EBF%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for GU69%20EBF: 0
2026-03-26 08:07:29 [bca.uk] INFO: Found listing with ID: YT64%20TZR
2026-03-26 08:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT64%2520TZR%27 HTTP/1.1" 200 None
2026-03-26 08:07:29 [bca.uk] INFO: Scrape type for YT64%20TZR: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: ST70%20BWL
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST70%2520BWL%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for ST70%20BWL: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: YP64%20UUM
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [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-26 08:07:30 [bca.uk] INFO: Scrape type for YP64%20UUM: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: DV24%20CFM
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [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-26 08:07:30 [bca.uk] INFO: Scrape type for DV24%20CFM: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: MM22%20TNK
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520TNK%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for MM22%20TNK: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: PX10%20KTK
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [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-26 08:07:30 [bca.uk] INFO: Scrape type for PX10%20KTK: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: YF10%20RDV
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [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-26 08:07:30 [bca.uk] INFO: Scrape type for YF10%20RDV: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: AD07%20FNJ
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [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-26 08:07:30 [bca.uk] INFO: Scrape type for AD07%20FNJ: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: GC14%20YBO
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC14%2520YBO%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for GC14%20YBO: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: KN11%20XGC
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN11%2520XGC%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for KN11%20XGC: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: LD06%20TBO
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD06%2520TBO%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for LD06%20TBO: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: LF16%20HRP
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF16%2520HRP%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for LF16%20HRP: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: LS10%20WXT
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS10%2520WXT%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for LS10%20WXT: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: GX24%20VBJ
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX24%2520VBJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for GX24%20VBJ: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: EF55%20FLR
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [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-26 08:07:30 [bca.uk] INFO: Scrape type for EF55%20FLR: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: LV59%20OPO
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520OPO%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for LV59%20OPO: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: NA56%20EUT
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA56%2520EUT%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for NA56%20EUT: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: PN60%20AXJ
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [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-26 08:07:30 [bca.uk] INFO: Scrape type for PN60%20AXJ: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: FN09%20YLX
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN09%2520YLX%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for FN09%20YLX: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: GK16%20EPE
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [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-26 08:07:30 [bca.uk] INFO: Scrape type for GK16%20EPE: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: SF68%20ZZH
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [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-26 08:07:30 [bca.uk] INFO: Scrape type for SF68%20ZZH: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: AV20%20NND
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [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-26 08:07:30 [bca.uk] INFO: Scrape type for AV20%20NND: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: BU68%20WHE
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07: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%2520WHE%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for BU68%20WHE: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: D18%20MPX
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [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-26 08:07:30 [bca.uk] INFO: Scrape type for D18%20MPX: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: MF17%20VGN
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF17%2520VGN%27 HTTP/1.1" 200 None
2026-03-26 08:07:30 [bca.uk] INFO: Scrape type for MF17%20VGN: 0
2026-03-26 08:07:30 [bca.uk] INFO: Found listing with ID: SF17%20SCY
2026-03-26 08:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF17%2520SCY%27 HTTP/1.1" 200 None
2026-03-26 08:07:31 [bca.uk] INFO: Scrape type for SF17%20SCY: 0
2026-03-26 08:07:31 [bca.uk] INFO: Found listing with ID: YS69%20GXT
2026-03-26 08:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS69%2520GXT%27 HTTP/1.1" 200 None
2026-03-26 08:07:31 [bca.uk] INFO: Scrape type for YS69%20GXT: 0
2026-03-26 08:07:31 [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-26 08:07:31 [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-26 08:07:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:07:33 [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-26 08:07:34 [bca.uk] INFO: Total items found: 100
2026-03-26 08:07:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded
2026-03-26 08:07:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:07:34 [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-26 08:07:34 [bca.uk] INFO: Found listing with ID: DF14%20CGY
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF14%2520CGY%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for DF14%20CGY: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: FL63%20FWF
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL63%2520FWF%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for FL63%20FWF: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: FY16%20JXD
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY16%2520JXD%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for FY16%20JXD: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: FG66%20HYW
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG66%2520HYW%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for FG66%20HYW: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: PN65%20JWM
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN65%2520JWM%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for PN65%20JWM: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: WF68%20KSN
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF68%2520KSN%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for WF68%20KSN: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: YP18%20CXO
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP18%2520CXO%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for YP18%20CXO: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: PK11%20DNX
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK11%2520DNX%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for PK11%20DNX: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: DV23%20LCA
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV23%2520LCA%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for DV23%20LCA: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: BD72%20UUY
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD72%2520UUY%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for BD72%20UUY: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: SW18%20YBK
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW18%2520YBK%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for SW18%20YBK: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: RK16%20WKP
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK16%2520WKP%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for RK16%20WKP: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: CA67%20ZNY
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA67%2520ZNY%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for CA67%20ZNY: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: PL63%20FWT
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL63%2520FWT%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for PL63%20FWT: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: P8%20LXX
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27P8%2520LXX%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for P8%20LXX: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: WR66%20XYS
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR66%2520XYS%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for WR66%20XYS: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: GN19%20NKM
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN19%2520NKM%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for GN19%20NKM: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: JGB%20333Y
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27JGB%2520333Y%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for JGB%20333Y: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: EG19%20JMU
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EG19%2520JMU%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for EG19%20JMU: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: KF15%20UUO
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF15%2520UUO%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for KF15%20UUO: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: LB17%20YSD
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB17%2520YSD%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for LB17%20YSD: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: MM18%20DHK
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM18%2520DHK%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for MM18%20DHK: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: YM64%20MTJ
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM64%2520MTJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for YM64%20MTJ: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: YY65%20HOJ
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY65%2520HOJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for YY65%20HOJ: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: KN22%20WLL
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN22%2520WLL%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for KN22%20WLL: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: KY22%20TFE
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY22%2520TFE%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for KY22%20TFE: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: SG11%20FVA
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG11%2520FVA%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for SG11%20FVA: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: YC11%20HKX
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC11%2520HKX%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for YC11%20HKX: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: YT69%20XJE
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT69%2520XJE%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for YT69%20XJE: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: BJ15%20KVL
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ15%2520KVL%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for BJ15%20KVL: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: DE14%20BEO
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE14%2520BEO%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for DE14%20BEO: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: EU65%20VYS
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU65%2520VYS%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for EU65%20VYS: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: GV11%20WRT
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV11%2520WRT%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for GV11%20WRT: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: LG14%20FWW
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG14%2520FWW%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for LG14%20FWW: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: LV59%20EJU
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV59%2520EJU%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for LV59%20EJU: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: OY66%20RKJ
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY66%2520RKJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for OY66%20RKJ: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: RO13%20ZWN
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO13%2520ZWN%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for RO13%20ZWN: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: RV66%20CJU
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV66%2520CJU%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for RV66%20CJU: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: GL17%20YUF
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL17%2520YUF%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for GL17%20YUF: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: YK16%20ECY
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK16%2520ECY%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for YK16%20ECY: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: GR12%20EYN
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GR12%2520EYN%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for GR12%20EYN: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: NG57%20MFP
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG57%2520MFP%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for NG57%20MFP: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: KS07%20RBV
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS07%2520RBV%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for KS07%20RBV: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: FG55%20FRR
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG55%2520FRR%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for FG55%20FRR: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: AK12%20UEF
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK12%2520UEF%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for AK12%20UEF: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: EA64%20EGV
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA64%2520EGV%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for EA64%20EGV: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: NJ14%20XCP
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ14%2520XCP%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for NJ14%20XCP: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: EJ16%20BNL
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ16%2520BNL%27 HTTP/1.1" 200 None
2026-03-26 08:07:34 [bca.uk] INFO: Scrape type for EJ16%20BNL: 0
2026-03-26 08:07:34 [bca.uk] INFO: Found listing with ID: EK16%20ZZN
2026-03-26 08:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK16%2520ZZN%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for EK16%20ZZN: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: EX68%20FPN
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX68%2520FPN%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for EX68%20FPN: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: LN15%20ACU
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN15%2520ACU%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for LN15%20ACU: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: LV66%20HMF
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV66%2520HMF%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for LV66%20HMF: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: PG66%20NTV
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PG66%2520NTV%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for PG66%20NTV: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: SL14%20MYG
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL14%2520MYG%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for SL14%20MYG: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: W31%20RJE
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27W31%2520RJE%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for W31%20RJE: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: PE14%20YVB
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE14%2520YVB%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for PE14%20YVB: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: MF22%20VDK
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF22%2520VDK%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for MF22%20VDK: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: BF19%20HPX
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF19%2520HPX%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for BF19%20HPX: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: LO04%20NLL
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO04%2520NLL%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for LO04%20NLL: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: SM18%20EYV
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM18%2520EYV%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for SM18%20EYV: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: SW11%20LLK
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW11%2520LLK%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for SW11%20LLK: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: YT68%20KZO
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT68%2520KZO%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for YT68%20KZO: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: DK07%20EDF
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK07%2520EDF%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for DK07%20EDF: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: FR61%20OFO
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FR61%2520OFO%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for FR61%20OFO: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: LG60%20DXP
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG60%2520DXP%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for LG60%20DXP: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: LN20%20PHO
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN20%2520PHO%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for LN20%20PHO: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: BN67%20JRZ
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN67%2520JRZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for BN67%20JRZ: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: MD65%20OHR
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD65%2520OHR%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for MD65%20OHR: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: DG15%20FDY
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG15%2520FDY%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for DG15%20FDY: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: NX13%20LJU
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX13%2520LJU%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for NX13%20LJU: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: PK57%20VOD
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK57%2520VOD%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for PK57%20VOD: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: VO60%20AMU
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO60%2520AMU%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for VO60%20AMU: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: VU10%20HGY
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU10%2520HGY%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for VU10%20HGY: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: LP11%20ZFX
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP11%2520ZFX%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for LP11%20ZFX: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: SD09%20AYV
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD09%2520AYV%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for SD09%20AYV: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: WN59%20GLK
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN59%2520GLK%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for WN59%20GLK: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: GR07%20KOA
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GR07%2520KOA%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for GR07%20KOA: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: LD04%20LFM
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD04%2520LFM%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for LD04%20LFM: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: CA23%20YZN
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA23%2520YZN%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for CA23%20YZN: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: AE09%20LXH
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE09%2520LXH%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for AE09%20LXH: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: HJ14%20YWR
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ14%2520YWR%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for HJ14%20YWR: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: KF15%20PUX
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF15%2520PUX%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for KF15%20PUX: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: KY65%20YON
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY65%2520YON%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for KY65%20YON: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: LR19%20SKD
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR19%2520SKD%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for LR19%20SKD: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: LT66%20ENF
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT66%2520ENF%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for LT66%20ENF: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: OV14%20HZR
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV14%2520HZR%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for OV14%20HZR: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: SV62%20UGF
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV62%2520UGF%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for SV62%20UGF: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: AY22%20HTD
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY22%2520HTD%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for AY22%20HTD: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: WK63%20YLS
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK63%2520YLS%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for WK63%20YLS: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: HK67%20LDY
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK67%2520LDY%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for HK67%20LDY: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: BF18%20GZO
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF18%2520GZO%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for BF18%20GZO: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: BX16%20BSV
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX16%2520BSV%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for BX16%20BSV: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: PY09%20EWE
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY09%2520EWE%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for PY09%20EWE: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: KP18%20YMA
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP18%2520YMA%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for KP18%20YMA: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: MA66%20EHM
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA66%2520EHM%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for MA66%20EHM: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: RY07%20VGV
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RY07%2520VGV%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for RY07%20VGV: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: SW66%20ZHU
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW66%2520ZHU%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for SW66%20ZHU: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: WN71%20KYJ
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN71%2520KYJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for WN71%20KYJ: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: YK60%20VPA
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK60%2520VPA%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for YK60%20VPA: 0
2026-03-26 08:07:35 [bca.uk] INFO: Found listing with ID: LC70%20BTY
2026-03-26 08:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC70%2520BTY%27 HTTP/1.1" 200 None
2026-03-26 08:07:35 [bca.uk] INFO: Scrape type for LC70%20BTY: 0
2026-03-26 08:07:35 [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-26 08:07:35 [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-26 08:07:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:07:38 [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-26 08:07:38 [bca.uk] INFO: Total items found: 100
2026-03-26 08:07:38 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded
2026-03-26 08:07:38 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:07:38 [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-26 08:07:38 [bca.uk] INFO: Found listing with ID: SJ14%20FNY
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ14%2520FNY%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for SJ14%20FNY: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: WN21%20GKF
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN21%2520GKF%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for WN21%20GKF: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: BU59%20YFA
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU59%2520YFA%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for BU59%20YFA: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: EJ60%20WLK
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ60%2520WLK%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for EJ60%20WLK: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: FV62%20YZH
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV62%2520YZH%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for FV62%20YZH: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: HK60%20BJJ
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK60%2520BJJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for HK60%20BJJ: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: HY10%20RUH
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY10%2520RUH%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for HY10%20RUH: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: LN57%20XTU
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN57%2520XTU%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for LN57%20XTU: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: LV60%20NRN
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV60%2520NRN%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for LV60%20NRN: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: LX55%20VSD
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX55%2520VSD%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for LX55%20VSD: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: WX58%20YVG
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WX58%2520YVG%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for WX58%20YVG: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: BT07%20AFU
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT07%2520AFU%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for BT07%20AFU: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: SB71%20XEU
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB71%2520XEU%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for SB71%20XEU: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: SA71%20MLL
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA71%2520MLL%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for SA71%20MLL: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: BG72%20UDV
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG72%2520UDV%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for BG72%20UDV: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: PK15%20ZHL
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK15%2520ZHL%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for PK15%20ZHL: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: BP17%20UCL
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP17%2520UCL%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for BP17%20UCL: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: BX65%20ZKV
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX65%2520ZKV%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for BX65%20ZKV: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: CP14%20PXT
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP14%2520PXT%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for CP14%20PXT: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: KJ17%20CFU
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ17%2520CFU%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for KJ17%20CFU: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: LV65%20GXN
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV65%2520GXN%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for LV65%20GXN: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: BU67%20XKN
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU67%2520XKN%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for BU67%20XKN: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: WG12%20WYF
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG12%2520WYF%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for WG12%20WYF: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: SJ17%20CKX
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ17%2520CKX%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for SJ17%20CKX: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: DS09%20VJZ
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS09%2520VJZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for DS09%20VJZ: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: MJ65%20KDN
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ65%2520KDN%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for MJ65%20KDN: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: AV67%20YOM
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV67%2520YOM%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for AV67%20YOM: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: DC66%20YPY
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC66%2520YPY%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for DC66%20YPY: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: KX18%20YJZ
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KX18%2520YJZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for KX18%20YJZ: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: AF16%20WXA
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF16%2520WXA%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for AF16%20WXA: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: BT67%20LPA
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT67%2520LPA%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for BT67%20LPA: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: CGZ%204040
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CGZ%25204040%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for CGZ%204040: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: DGZ%209389
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DGZ%25209389%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for DGZ%209389: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: RV14%20YTY
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV14%2520YTY%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for RV14%20YTY: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: WG67%20KDZ
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG67%2520KDZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for WG67%20KDZ: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: YO17%20EUV
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO17%2520EUV%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for YO17%20EUV: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: YE67%20MLK
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE67%2520MLK%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for YE67%20MLK: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: BF24%20VRN
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF24%2520VRN%27 HTTP/1.1" 200 None
2026-03-26 08:07:38 [bca.uk] INFO: Scrape type for BF24%20VRN: 0
2026-03-26 08:07:38 [bca.uk] INFO: Found listing with ID: DY67%20ZTW
2026-03-26 08:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY67%2520ZTW%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for DY67%20ZTW: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: OV67%20OZR
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV67%2520OZR%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for OV67%20OZR: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: SV15%20VVF
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV15%2520VVF%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for SV15%20VVF: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: RJ24%20DNN
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ24%2520DNN%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for RJ24%20DNN: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: LV23%20MMF
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV23%2520MMF%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for LV23%20MMF: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: DA68%20XDH
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA68%2520XDH%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for DA68%20XDH: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: FL10%20LVT
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL10%2520LVT%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for FL10%20LVT: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: HY58%20CVO
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY58%2520CVO%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for HY58%20CVO: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: LG12%20PBU
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG12%2520PBU%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for LG12%20PBU: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: MA60%20DXG
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA60%2520DXG%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for MA60%20DXG: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: EK71%20XHH
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK71%2520XHH%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for EK71%20XHH: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: AY21%20RGO
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AY21%2520RGO%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for AY21%20RGO: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: MK66%20STZ
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK66%2520STZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for MK66%20STZ: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: KD17%20DTF
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KD17%2520DTF%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for KD17%20DTF: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: KT16%20XHJ
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT16%2520XHJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for KT16%20XHJ: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: KJ69%20KWP
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ69%2520KWP%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for KJ69%20KWP: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: ET68%20RHO
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET68%2520RHO%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for ET68%20RHO: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: AK06%20UZR
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK06%2520UZR%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for AK06%20UZR: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: FP16%20JAG
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP16%2520JAG%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for FP16%20JAG: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: CF74%20UJV
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF74%2520UJV%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for CF74%20UJV: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: WM23%20TUW
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM23%2520TUW%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for WM23%20TUW: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: BJ67%20XLA
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ67%2520XLA%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for BJ67%20XLA: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: CU20%20XHG
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU20%2520XHG%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for CU20%20XHG: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: WO23%20FUT
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO23%2520FUT%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for WO23%20FUT: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: RK21%20VTO
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK21%2520VTO%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for RK21%20VTO: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: MJ19%20PFU
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ19%2520PFU%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for MJ19%20PFU: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: GU18%20UGA
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU18%2520UGA%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for GU18%20UGA: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: BL70%20ANV
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL70%2520ANV%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for BL70%20ANV: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: NL72%20JYY
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL72%2520JYY%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for NL72%20JYY: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: KE23%20WFX
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE23%2520WFX%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for KE23%20WFX: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: MF66%20FPD
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF66%2520FPD%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for MF66%20FPD: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: BG23%20XZB
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG23%2520XZB%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for BG23%20XZB: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: YC25%20OHB
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC25%2520OHB%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for YC25%20OHB: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: YG74%20OSN
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG74%2520OSN%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for YG74%20OSN: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: MF17%20GHD
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF17%2520GHD%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for MF17%20GHD: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: YG74%20OCE
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG74%2520OCE%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for YG74%20OCE: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: GJ68%20TGY
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ68%2520TGY%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for GJ68%20TGY: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: YG74%20OHH
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG74%2520OHH%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for YG74%20OHH: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: HGZ%203039
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HGZ%25203039%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for HGZ%203039: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: YG74%20OCU
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG74%2520OCU%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for YG74%20OCU: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: OU20%20ORK
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OU20%2520ORK%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for OU20%20ORK: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: LN69%20TUA
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN69%2520TUA%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for LN69%20TUA: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: VK17%20UJL
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK17%2520UJL%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for VK17%20UJL: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: VA62%20BSU
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA62%2520BSU%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for VA62%20BSU: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: MD68%20ZYE
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD68%2520ZYE%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for MD68%20ZYE: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: LS64%20OXE
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS64%2520OXE%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for LS64%20OXE: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: BD16%20MXE
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD16%2520MXE%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for BD16%20MXE: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: DG68%20UWR
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG68%2520UWR%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for DG68%20UWR: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: HK23%20GJY
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK23%2520GJY%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for HK23%20GJY: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: FT19%20JVO
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT19%2520JVO%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for FT19%20JVO: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: KO68%20AOC
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO68%2520AOC%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for KO68%20AOC: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: DE11%20UYL
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE11%2520UYL%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for DE11%20UYL: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: BJ62%20GBE
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ62%2520GBE%27 HTTP/1.1" 200 None
2026-03-26 08:07:39 [bca.uk] INFO: Scrape type for BJ62%20GBE: 0
2026-03-26 08:07:39 [bca.uk] INFO: Found listing with ID: BD18%20OHW
2026-03-26 08:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD18%2520OHW%27 HTTP/1.1" 200 None
2026-03-26 08:07:40 [bca.uk] INFO: Scrape type for BD18%20OHW: 0
2026-03-26 08:07:40 [bca.uk] INFO: Found listing with ID: MA68%20ERU
2026-03-26 08:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA68%2520ERU%27 HTTP/1.1" 200 None
2026-03-26 08:07:40 [bca.uk] INFO: Scrape type for MA68%20ERU: 0
2026-03-26 08:07:40 [bca.uk] INFO: Found listing with ID: SL66%20KZN
2026-03-26 08:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL66%2520KZN%27 HTTP/1.1" 200 None
2026-03-26 08:07:40 [bca.uk] INFO: Scrape type for SL66%20KZN: 0
2026-03-26 08:07:40 [bca.uk] INFO: Found listing with ID: DX19%20RXW
2026-03-26 08:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX19%2520RXW%27 HTTP/1.1" 200 None
2026-03-26 08:07:40 [bca.uk] INFO: Scrape type for DX19%20RXW: 0
2026-03-26 08:07:40 [bca.uk] INFO: Found listing with ID: YY69%20VTZ
2026-03-26 08:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY69%2520VTZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:40 [bca.uk] INFO: Scrape type for YY69%20VTZ: 0
2026-03-26 08:07:40 [bca.uk] INFO: Found listing with ID: FD16%20HPY
2026-03-26 08:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD16%2520HPY%27 HTTP/1.1" 200 None
2026-03-26 08:07:40 [bca.uk] INFO: Scrape type for FD16%20HPY: 0
2026-03-26 08:07:40 [bca.uk] INFO: Found listing with ID: AG19%20OEY
2026-03-26 08:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AG19%2520OEY%27 HTTP/1.1" 200 None
2026-03-26 08:07:40 [bca.uk] INFO: Scrape type for AG19%20OEY: 0
2026-03-26 08:07:40 [bca.uk] INFO: Found listing with ID: SE65%20DWP
2026-03-26 08:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE65%2520DWP%27 HTTP/1.1" 200 None
2026-03-26 08:07:40 [bca.uk] INFO: Scrape type for SE65%20DWP: 0
2026-03-26 08:07:40 [bca.uk] INFO: Found listing with ID: YG10%20MPU
2026-03-26 08:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG10%2520MPU%27 HTTP/1.1" 200 None
2026-03-26 08:07:40 [bca.uk] INFO: Scrape type for YG10%20MPU: 0
2026-03-26 08:07:40 [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-26 08:07:40 [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-26 08:07:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:07:42 [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-26 08:07:42 [bca.uk] INFO: Total items found: 100
2026-03-26 08:07:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded
2026-03-26 08:07:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:07:42 [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-26 08:07:42 [bca.uk] INFO: Found listing with ID: RO12%20XAC
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO12%2520XAC%27 HTTP/1.1" 200 None
2026-03-26 08:07:42 [bca.uk] INFO: Scrape type for RO12%20XAC: 0
2026-03-26 08:07:42 [bca.uk] INFO: Found listing with ID: LP62%20FSU
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP62%2520FSU%27 HTTP/1.1" 200 None
2026-03-26 08:07:42 [bca.uk] INFO: Scrape type for LP62%20FSU: 0
2026-03-26 08:07:42 [bca.uk] INFO: Found listing with ID: AF73%20FEJ
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF73%2520FEJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:42 [bca.uk] INFO: Scrape type for AF73%20FEJ: 0
2026-03-26 08:07:42 [bca.uk] INFO: Found listing with ID: WD74%20ECW
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD74%2520ECW%27 HTTP/1.1" 200 None
2026-03-26 08:07:42 [bca.uk] INFO: Scrape type for WD74%20ECW: 0
2026-03-26 08:07:42 [bca.uk] INFO: Found listing with ID: WP74%20CWK
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP74%2520CWK%27 HTTP/1.1" 200 None
2026-03-26 08:07:42 [bca.uk] INFO: Scrape type for WP74%20CWK: 0
2026-03-26 08:07:42 [bca.uk] INFO: Found listing with ID: WR74%20XCX
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR74%2520XCX%27 HTTP/1.1" 200 None
2026-03-26 08:07:42 [bca.uk] INFO: Scrape type for WR74%20XCX: 0
2026-03-26 08:07:42 [bca.uk] INFO: Found listing with ID: YO73%20RZN
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO73%2520RZN%27 HTTP/1.1" 200 None
2026-03-26 08:07:42 [bca.uk] INFO: Scrape type for YO73%20RZN: 0
2026-03-26 08:07:42 [bca.uk] INFO: Found listing with ID: WN74%20JZX
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN74%2520JZX%27 HTTP/1.1" 200 None
2026-03-26 08:07:42 [bca.uk] INFO: Scrape type for WN74%20JZX: 0
2026-03-26 08:07:42 [bca.uk] INFO: Found listing with ID: LK18%20WZY
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LK18%2520WZY%27 HTTP/1.1" 200 None
2026-03-26 08:07:42 [bca.uk] INFO: Scrape type for LK18%20WZY: 0
2026-03-26 08:07:42 [bca.uk] INFO: Found listing with ID: YJ73%20WUU
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJ73%2520WUU%27 HTTP/1.1" 200 None
2026-03-26 08:07:42 [bca.uk] INFO: Scrape type for YJ73%20WUU: 0
2026-03-26 08:07:42 [bca.uk] INFO: Found listing with ID: DX71%20AAF
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX71%2520AAF%27 HTTP/1.1" 200 None
2026-03-26 08:07:42 [bca.uk] INFO: Scrape type for DX71%20AAF: 0
2026-03-26 08:07:42 [bca.uk] INFO: Found listing with ID: OU72%20LYV
2026-03-26 08:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OU72%2520LYV%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for OU72%20LYV: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: GF69%20UKK
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF69%2520UKK%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for GF69%20UKK: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: X3%20GLT
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27X3%2520GLT%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for X3%20GLT: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: LN21%20XGU
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN21%2520XGU%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for LN21%20XGU: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: GD66%20VCX
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD66%2520VCX%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for GD66%20VCX: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: WM10%20MZV
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM10%2520MZV%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for WM10%20MZV: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: VO64%20BUP
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO64%2520BUP%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for VO64%20BUP: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: AJ72%20TPY
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ72%2520TPY%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for AJ72%20TPY: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: BG72%20AYB
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG72%2520AYB%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for BG72%20AYB: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: BK25%20KKU
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK25%2520KKU%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for BK25%20KKU: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: BK72%20XNZ
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK72%2520XNZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for BK72%20XNZ: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: CF72%20XTX
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF72%2520XTX%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for CF72%20XTX: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: GD75%20AGX
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD75%2520AGX%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for GD75%20AGX: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: LJ72%20HES
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ72%2520HES%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for LJ72%20HES: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: LL25%20ZVB
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL25%2520ZVB%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for LL25%20ZVB: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: ML73%20DLK
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML73%2520DLK%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for ML73%20DLK: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: PY72%20JXS
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY72%2520JXS%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for PY72%20JXS: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: WD72%20CAA
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD72%2520CAA%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for WD72%20CAA: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: WG61%20RBU
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG61%2520RBU%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for WG61%20RBU: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: VN65%20LPJ
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN65%2520LPJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for VN65%20LPJ: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: CX68%20YSW
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX68%2520YSW%27 HTTP/1.1" 200 None
2026-03-26 08:07:43 [bca.uk] INFO: Scrape type for CX68%20YSW: 0
2026-03-26 08:07:43 [bca.uk] INFO: Found listing with ID: SR19%20PWY
2026-03-26 08:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SR19%2520PWY%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for SR19%20PWY: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: RJ18%20RZD
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ18%2520RZD%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for RJ18%20RZD: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: NX19%20DXF
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX19%2520DXF%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for NX19%20DXF: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: SJ20%20MYS
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ20%2520MYS%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for SJ20%20MYS: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: WM72%20RXP
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM72%2520RXP%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for WM72%20RXP: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: WM72%20RXO
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM72%2520RXO%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for WM72%20RXO: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: MK66%20DXV
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK66%2520DXV%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for MK66%20DXV: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: DY18%20XSM
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY18%2520XSM%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for DY18%20XSM: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: MF16%20BCU
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF16%2520BCU%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for MF16%20BCU: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: LM22%20WZA
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM22%2520WZA%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for LM22%20WZA: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: YS69%20WTO
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS69%2520WTO%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for YS69%20WTO: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: LL75%20OPD
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL75%2520OPD%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for LL75%20OPD: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: YL16%20GVR
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL16%2520GVR%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for YL16%20GVR: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: YGZ%203701
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YGZ%25203701%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for YGZ%203701: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: LL08%20OTC
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL08%2520OTC%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for LL08%20OTC: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: SA73%20FSE
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA73%2520FSE%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for SA73%20FSE: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: HJ74%20NHT
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ74%2520NHT%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for HJ74%20NHT: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: LG19%20ZRL
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG19%2520ZRL%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for LG19%20ZRL: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: MH72%20BWP
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MH72%2520BWP%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for MH72%20BWP: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: HJ72%20MKN
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ72%2520MKN%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for HJ72%20MKN: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: FX23%20USP
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX23%2520USP%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for FX23%20USP: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: KS68%20OGA
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS68%2520OGA%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for KS68%20OGA: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: WF68%20LGX
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF68%2520LGX%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for WF68%20LGX: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: KP72%20MLK
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP72%2520MLK%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for KP72%20MLK: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: FD73%20EWX
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD73%2520EWX%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for FD73%20EWX: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: BJ23%20KXM
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ23%2520KXM%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for BJ23%20KXM: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: GD21%20VBT
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD21%2520VBT%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for GD21%20VBT: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: FR19%20BKU
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FR19%2520BKU%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for FR19%20BKU: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: BC72%20AXG
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC72%2520AXG%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for BC72%20AXG: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: FH18%20VHA
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH18%2520VHA%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for FH18%20VHA: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: LR66%20LHF
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR66%2520LHF%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for LR66%20LHF: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: AK62%20OWW
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK62%2520OWW%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for AK62%20OWW: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: CRZ%204428
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CRZ%25204428%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for CRZ%204428: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: MJ61%20JVK
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ61%2520JVK%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for MJ61%20JVK: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: SO59%20XCN
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO59%2520XCN%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for SO59%20XCN: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: WK14%20WSD
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK14%2520WSD%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for WK14%20WSD: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: DG09%20AMV
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG09%2520AMV%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for DG09%20AMV: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: YD16%20CVG
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD16%2520CVG%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for YD16%20CVG: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: PK67%20ZZD
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK67%2520ZZD%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for PK67%20ZZD: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: YP63%20CFJ
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP63%2520CFJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for YP63%20CFJ: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: EX67%20PCO
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX67%2520PCO%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for EX67%20PCO: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: SL64%20VKX
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL64%2520VKX%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for SL64%20VKX: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: DF16%20NZT
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF16%2520NZT%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for DF16%20NZT: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: YE12%20XVZ
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE12%2520XVZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for YE12%20XVZ: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: DF14%20YVY
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF14%2520YVY%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for DF14%20YVY: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: PN65%20ZKF
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN65%2520ZKF%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for PN65%20ZKF: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: YF16%20RWY
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF16%2520RWY%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for YF16%20RWY: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: MM15%20CXU
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM15%2520CXU%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for MM15%20CXU: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: LD13%20HXN
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD13%2520HXN%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for LD13%20HXN: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: FD09%20XUX
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD09%2520XUX%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for FD09%20XUX: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: LT58%20OSP
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT58%2520OSP%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for LT58%20OSP: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: WV13%20VWM
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV13%2520VWM%27 HTTP/1.1" 200 None
2026-03-26 08:07:44 [bca.uk] INFO: Scrape type for WV13%20VWM: 0
2026-03-26 08:07:44 [bca.uk] INFO: Found listing with ID: KV61%20YJM
2026-03-26 08:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [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-26 08:07:45 [bca.uk] INFO: Scrape type for KV61%20YJM: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: FY14%20KCZ
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY14%2520KCZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:45 [bca.uk] INFO: Scrape type for FY14%20KCZ: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: DN65%20PMY
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN65%2520PMY%27 HTTP/1.1" 200 None
2026-03-26 08:07:45 [bca.uk] INFO: Scrape type for DN65%20PMY: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: DS21%20OHB
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OHB%27 HTTP/1.1" 200 None
2026-03-26 08:07:45 [bca.uk] INFO: Scrape type for DS21%20OHB: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: CP18%20NTA
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [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-26 08:07:45 [bca.uk] INFO: Scrape type for CP18%20NTA: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: NU13%20EPZ
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU13%2520EPZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:45 [bca.uk] INFO: Scrape type for NU13%20EPZ: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: WV19%20KDU
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [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-26 08:07:45 [bca.uk] INFO: Scrape type for WV19%20KDU: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: CP67%20BBU
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [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-26 08:07:45 [bca.uk] INFO: Scrape type for CP67%20BBU: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: HY69%20WNN
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [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-26 08:07:45 [bca.uk] INFO: Scrape type for HY69%20WNN: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: AJ19%20FFD
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [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-26 08:07:45 [bca.uk] INFO: Scrape type for AJ19%20FFD: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: NJ14%20BRF
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07: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%2520BRF%27 HTTP/1.1" 200 None
2026-03-26 08:07:45 [bca.uk] INFO: Scrape type for NJ14%20BRF: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: NL12%20VVG
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520VVG%27 HTTP/1.1" 200 None
2026-03-26 08:07:45 [bca.uk] INFO: Scrape type for NL12%20VVG: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: NA66%20ZNL
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA66%2520ZNL%27 HTTP/1.1" 200 None
2026-03-26 08:07:45 [bca.uk] INFO: Scrape type for NA66%20ZNL: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: MF18%20UKH
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF18%2520UKH%27 HTTP/1.1" 200 None
2026-03-26 08:07:45 [bca.uk] INFO: Scrape type for MF18%20UKH: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: NA68%20LZW
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [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-26 08:07:45 [bca.uk] INFO: Scrape type for NA68%20LZW: 0
2026-03-26 08:07:45 [bca.uk] INFO: Found listing with ID: YH56%20JHF
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH56%2520JHF%27 HTTP/1.1" 200 None
2026-03-26 08:07:45 [bca.uk] INFO: Scrape type for YH56%20JHF: 0
2026-03-26 08:07:45 [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-26 08:07:45 [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-26 08:07:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:07:47 [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-26 08:07:48 [bca.uk] INFO: Total items found: 100
2026-03-26 08:07:48 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded
2026-03-26 08:07:48 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:07:48 [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-26 08:07:48 [bca.uk] INFO: Found listing with ID: KP66%20SFF
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP66%2520SFF%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for KP66%20SFF: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: FA15%20AUK
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FA15%2520AUK%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for FA15%20AUK: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: SA68%20HLV
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA68%2520HLV%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for SA68%20HLV: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: AJ15%20YOK
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ15%2520YOK%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for AJ15%20YOK: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: DX16%20KFR
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX16%2520KFR%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for DX16%20KFR: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: HK16%20ZVT
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK16%2520ZVT%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for HK16%20ZVT: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: YE19%20MHO
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE19%2520MHO%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for YE19%20MHO: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: VA13%20LYO
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA13%2520LYO%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for VA13%20LYO: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: GL66%20YXN
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL66%2520YXN%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for GL66%20YXN: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: SN15%20VXX
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN15%2520VXX%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for SN15%20VXX: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: NU13%20WOJ
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU13%2520WOJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for NU13%20WOJ: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: FP64%20VJM
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP64%2520VJM%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for FP64%20VJM: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: YR59%20SZZ
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR59%2520SZZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for YR59%20SZZ: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: WF15%20HTY
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF15%2520HTY%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for WF15%20HTY: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: HT65%20CTE
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT65%2520CTE%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for HT65%20CTE: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: LB13%20VNP
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB13%2520VNP%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for LB13%20VNP: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: EO62%20OBA
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO62%2520OBA%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for EO62%20OBA: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: AF65%20BTY
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF65%2520BTY%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for AF65%20BTY: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: MD15%20NZO
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD15%2520NZO%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for MD15%20NZO: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: GJ17%20ZPV
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ17%2520ZPV%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for GJ17%20ZPV: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: MK17%20WNM
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK17%2520WNM%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for MK17%20WNM: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: MA68%20UZB
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA68%2520UZB%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for MA68%20UZB: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: WO68%20ETE
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO68%2520ETE%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for WO68%20ETE: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: FB19%20YRT
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FB19%2520YRT%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for FB19%20YRT: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: CF70%20HDH
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF70%2520HDH%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for CF70%20HDH: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: OV66%20MYA
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV66%2520MYA%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for OV66%20MYA: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: LD65%20HJJ
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD65%2520HJJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for LD65%20HJJ: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: LG62%20HHR
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG62%2520HHR%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for LG62%20HHR: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: VU63%20FLA
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU63%2520FLA%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for VU63%20FLA: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: MA60%20DYC
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA60%2520DYC%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for MA60%20DYC: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: RF17%20MWK
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF17%2520MWK%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for RF17%20MWK: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: MC66%20DDK
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC66%2520DDK%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for MC66%20DDK: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: SH60%20VDX
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH60%2520VDX%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for SH60%20VDX: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: EN62%20MWJ
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN62%2520MWJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for EN62%20MWJ: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: RE67%20DAU
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE67%2520DAU%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for RE67%20DAU: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: CK12%20USZ
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK12%2520USZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for CK12%20USZ: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: AV67%20XUZ
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV67%2520XUZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for AV67%20XUZ: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: AP18%20EUV
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP18%2520EUV%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for AP18%20EUV: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: OE16%20SXO
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE16%2520SXO%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for OE16%20SXO: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: BU16%20CXJ
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU16%2520CXJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for BU16%20CXJ: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: RK67%20HVG
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK67%2520HVG%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for RK67%20HVG: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: SV64%20XNZ
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV64%2520XNZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for SV64%20XNZ: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: MJ12%20YBU
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ12%2520YBU%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for MJ12%20YBU: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: SA62%20MJX
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA62%2520MJX%27 HTTP/1.1" 200 None
2026-03-26 08:07:48 [bca.uk] INFO: Scrape type for SA62%20MJX: 0
2026-03-26 08:07:48 [bca.uk] INFO: Found listing with ID: SG65%20NDJ
2026-03-26 08:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG65%2520NDJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for SG65%20NDJ: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: SD16%20ZSG
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD16%2520ZSG%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for SD16%20ZSG: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: SH64%20YFP
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH64%2520YFP%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for SH64%20YFP: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: FX74%20PWY
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX74%2520PWY%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for FX74%20PWY: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: KN62%20VYL
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN62%2520VYL%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for KN62%20VYL: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: SG14%20FVT
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG14%2520FVT%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for SG14%20FVT: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: SO65%20FVM
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO65%2520FVM%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for SO65%20FVM: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: PK15%20OTH
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK15%2520OTH%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for PK15%20OTH: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: DP17%20ONN
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP17%2520ONN%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for DP17%20ONN: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: CA14%20JDX
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA14%2520JDX%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for CA14%20JDX: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: SD14%20RKF
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD14%2520RKF%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for SD14%20RKF: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: LJ67%20VWR
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ67%2520VWR%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for LJ67%20VWR: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: PV19%20BDY
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PV19%2520BDY%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for PV19%20BDY: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: AE68%20VVU
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE68%2520VVU%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for AE68%20VVU: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: DN65%20MPU
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN65%2520MPU%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for DN65%20MPU: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: SP09%20FNE
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP09%2520FNE%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for SP09%20FNE: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: FY66%20FXB
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY66%2520FXB%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for FY66%20FXB: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: FX12%20XZC
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX12%2520XZC%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for FX12%20XZC: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: WD63%20LNE
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD63%2520LNE%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for WD63%20LNE: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: KT18%20XHX
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT18%2520XHX%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for KT18%20XHX: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: BJ70%20ULF
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ70%2520ULF%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for BJ70%20ULF: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: LO67%20TYC
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO67%2520TYC%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for LO67%20TYC: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: H3%20KVG
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27H3%2520KVG%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for H3%20KVG: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: YR13%20NVO
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR13%2520NVO%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for YR13%20NVO: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: GM17%20BGK
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM17%2520BGK%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for GM17%20BGK: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: KV09%20PXT
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV09%2520PXT%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for KV09%20PXT: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: SN67%20WKE
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN67%2520WKE%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for SN67%20WKE: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: LG19%20GPR
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG19%2520GPR%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for LG19%20GPR: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: MF16%20NZY
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF16%2520NZY%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for MF16%20NZY: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: UHZ%203507
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27UHZ%25203507%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for UHZ%203507: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: GD07%20OCU
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD07%2520OCU%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for GD07%20OCU: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: AP11%20BYD
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AP11%2520BYD%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for AP11%20BYD: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: KV19%20SPN
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV19%2520SPN%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for KV19%20SPN: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: NG71%20BVT
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG71%2520BVT%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for NG71%20BVT: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: DV21%20UTB
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV21%2520UTB%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for DV21%20UTB: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: PY69%20FVJ
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY69%2520FVJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for PY69%20FVJ: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: KS67%20VYO
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS67%2520VYO%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for KS67%20VYO: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: LC22%20LDK
2026-03-26 08:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC22%2520LDK%27 HTTP/1.1" 200 None
2026-03-26 08:07:49 [bca.uk] INFO: Scrape type for LC22%20LDK: 0
2026-03-26 08:07:49 [bca.uk] INFO: Found listing with ID: MF70%20OET
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF70%2520OET%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for MF70%20OET: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: HV17%20XYJ
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV17%2520XYJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for HV17%20XYJ: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: OV62%20VTJ
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV62%2520VTJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for OV62%20VTJ: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: LV67%20GPE
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV67%2520GPE%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for LV67%20GPE: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: ST64%20HYU
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST64%2520HYU%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for ST64%20HYU: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: VO18%20BZD
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO18%2520BZD%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for VO18%20BZD: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: FX66%20OYJ
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX66%2520OYJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for FX66%20OYJ: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: LX54%20EFM
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX54%2520EFM%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for LX54%20EFM: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: YX17%20UST
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YX17%2520UST%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for YX17%20UST: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: WR70%20ZYC
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR70%2520ZYC%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for WR70%20ZYC: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: CK20%20XRD
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK20%2520XRD%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for CK20%20XRD: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: YV68%20CUX
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YV68%2520CUX%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for YV68%20CUX: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: HK18%20GWM
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK18%2520GWM%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for HK18%20GWM: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: YD66%20NMY
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD66%2520NMY%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for YD66%20NMY: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: YK69%20OGT
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK69%2520OGT%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for YK69%20OGT: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: BJ68%20DAO
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ68%2520DAO%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for BJ68%20DAO: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: BL15%20NYY
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL15%2520NYY%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for BL15%20NYY: 0
2026-03-26 08:07:50 [bca.uk] INFO: Found listing with ID: EN67%20XXV
2026-03-26 08:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN67%2520XXV%27 HTTP/1.1" 200 None
2026-03-26 08:07:50 [bca.uk] INFO: Scrape type for EN67%20XXV: 0
2026-03-26 08:07:50 [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-26 08:07:50 [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-26 08:07:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:07:51 [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-26 08:07:52 [bca.uk] INFO: Total items found: 100
2026-03-26 08:07:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded
2026-03-26 08:07:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:07:52 [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-26 08:07:52 [bca.uk] INFO: Found listing with ID: MT67%20VTO
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT67%2520VTO%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for MT67%20VTO: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: SL10%20VLB
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL10%2520VLB%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for SL10%20VLB: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: MK22%20LXP
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK22%2520LXP%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for MK22%20LXP: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: MW70%20BVB
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW70%2520BVB%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for MW70%20BVB: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: WF54%20KZD
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF54%2520KZD%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for WF54%20KZD: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: HJ70%20VZM
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ70%2520VZM%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for HJ70%20VZM: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: RO14%20BDZ
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO14%2520BDZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for RO14%20BDZ: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: YL17%20PDV
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL17%2520PDV%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for YL17%20PDV: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: NK14%20VJO
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK14%2520VJO%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for NK14%20VJO: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: LN19%20VRM
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN19%2520VRM%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for LN19%20VRM: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: LD66%20TXP
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD66%2520TXP%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for LD66%20TXP: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: AV65%20PXN
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV65%2520PXN%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for AV65%20PXN: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: BN23%20WYO
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN23%2520WYO%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for BN23%20WYO: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: CE18%20FZW
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE18%2520FZW%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for CE18%20FZW: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: GL71%20NGE
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL71%2520NGE%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for GL71%20NGE: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: FN57%20LAA
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN57%2520LAA%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for FN57%20LAA: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: MT17%20UTS
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT17%2520UTS%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for MT17%20UTS: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: SJ62%20XBU
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ62%2520XBU%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for SJ62%20XBU: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: FV67%20FCG
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV67%2520FCG%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for FV67%20FCG: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: SY14%20WZE
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY14%2520WZE%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for SY14%20WZE: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: BJ12%20XWF
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ12%2520XWF%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for BJ12%20XWF: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: LD67%20TLV
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD67%2520TLV%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for LD67%20TLV: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: BG18%20ZCT
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG18%2520ZCT%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for BG18%20ZCT: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: DG15%20FBV
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG15%2520FBV%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for DG15%20FBV: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: OE66%20SVA
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE66%2520SVA%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for OE66%20SVA: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: WN67%20VFZ
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN67%2520VFZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for WN67%20VFZ: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: HV22%20WSK
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV22%2520WSK%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for HV22%20WSK: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: SD16%20WNH
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD16%2520WNH%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for SD16%20WNH: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: KN18%20MWF
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN18%2520MWF%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for KN18%20MWF: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: GN18%20PYL
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN18%2520PYL%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for GN18%20PYL: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: MA68%20OAS
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA68%2520OAS%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for MA68%20OAS: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: KL19%20FZH
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KL19%2520FZH%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for KL19%20FZH: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: KX15%20TJO
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KX15%2520TJO%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for KX15%20TJO: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: SJ68%20ODB
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ68%2520ODB%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for SJ68%20ODB: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: DG16%20XDM
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG16%2520XDM%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for DG16%20XDM: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: LA19%20XKJ
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA19%2520XKJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for LA19%20XKJ: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: SM21%20YUF
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM21%2520YUF%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for SM21%20YUF: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: VN20%20WMD
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN20%2520WMD%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for VN20%20WMD: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: WG17%20VWY
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG17%2520VWY%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for WG17%20VWY: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: GN16%20RHU
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN16%2520RHU%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for GN16%20RHU: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: KD16%20PFO
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KD16%2520PFO%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for KD16%20PFO: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: MC66%20GBF
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC66%2520GBF%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for MC66%20GBF: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: SG17%20XWO
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG17%2520XWO%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for SG17%20XWO: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: DN10%20EBC
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN10%2520EBC%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for DN10%20EBC: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: KF14%20UAO
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF14%2520UAO%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for KF14%20UAO: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: R10%20DYK
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27R10%2520DYK%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for R10%20DYK: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: KE64%20KHC
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE64%2520KHC%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for KE64%20KHC: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: BG74%20TDX
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG74%2520TDX%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for BG74%20TDX: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: BJ74%20HNO
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ74%2520HNO%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for BJ74%20HNO: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: BK74%20ZPG
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK74%2520ZPG%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for BK74%20ZPG: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: MM74%20YPO
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM74%2520YPO%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for MM74%20YPO: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: RX74%20EFR
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX74%2520EFR%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for RX74%20EFR: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: WT25%20UFU
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WT25%2520UFU%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for WT25%20UFU: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: WT25%20UGF
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WT25%2520UGF%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for WT25%20UGF: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: WT25%20UHC
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WT25%2520UHC%27 HTTP/1.1" 200 None
2026-03-26 08:07:52 [bca.uk] INFO: Scrape type for WT25%20UHC: 0
2026-03-26 08:07:52 [bca.uk] INFO: Found listing with ID: YP74%20VUE
2026-03-26 08:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP74%2520VUE%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for YP74%20VUE: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: GF69%20USW
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF69%2520USW%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for GF69%20USW: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: AK17%20BYL
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK17%2520BYL%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for AK17%20BYL: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: FG70%20XSO
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG70%2520XSO%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for FG70%20XSO: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: SW71%20RHJ
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW71%2520RHJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for SW71%20RHJ: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: LL74%20DLF
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL74%2520DLF%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for LL74%20DLF: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: LD03%20JVY
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD03%2520JVY%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for LD03%20JVY: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: DA14%20XSM
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA14%2520XSM%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for DA14%20XSM: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: DF21%20FZO
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF21%2520FZO%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for DF21%20FZO: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: FX18%20HGJ
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX18%2520HGJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for FX18%20HGJ: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: YN18%20XLF
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for YN18%20XLF: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: YP20%20XCH
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP20%2520XCH%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for YP20%20XCH: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: YY70%20KXU
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY70%2520KXU%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for YY70%20KXU: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: KN21%20OGW
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN21%2520OGW%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for KN21%20OGW: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: WV23%20NVL
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV23%2520NVL%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for WV23%20NVL: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: EA59%20BUF
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA59%2520BUF%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for EA59%20BUF: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: EY67%20LHH
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY67%2520LHH%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for EY67%20LHH: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: GK66%20UYS
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK66%2520UYS%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for GK66%20UYS: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: LA69%20ZWT
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA69%2520ZWT%27 HTTP/1.1" 200 None
2026-03-26 08:07:53 [bca.uk] INFO: Scrape type for LA69%20ZWT: 0
2026-03-26 08:07:53 [bca.uk] INFO: Found listing with ID: LC72%20PNU
2026-03-26 08:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC72%2520PNU%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for LC72%20PNU: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: LE72%20BJO
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LE72%2520BJO%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for LE72%20BJO: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: LS65%20WHH
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS65%2520WHH%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for LS65%20WHH: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: LV23%20MPF
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV23%2520MPF%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for LV23%20MPF: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: LV23%20SVP
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV23%2520SVP%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for LV23%20SVP: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: LX73%20OAC
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX73%2520OAC%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for LX73%20OAC: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: LY73%20HVJ
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY73%2520HVJ%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for LY73%20HVJ: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: NA13%20KJV
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA13%2520KJV%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for NA13%20KJV: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: NV65%20AZR
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV65%2520AZR%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for NV65%20AZR: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: PN20%20PBZ
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN20%2520PBZ%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for PN20%20PBZ: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: WN69%20RLX
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN69%2520RLX%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for WN69%20RLX: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: GY66%20LGD
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY66%2520LGD%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for GY66%20LGD: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: BJ67%20DZG
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ67%2520DZG%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for BJ67%20DZG: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: BW68%20EAO
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW68%2520EAO%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for BW68%20EAO: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: DP73%20APF
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP73%2520APF%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for DP73%20APF: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: EO21%20MVC
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO21%2520MVC%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for EO21%20MVC: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: PX72%20UDD
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX72%2520UDD%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for PX72%20UDD: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: SC68%20UYP
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC68%2520UYP%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for SC68%20UYP: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: SK16%20AMU
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK16%2520AMU%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for SK16%20AMU: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: VK69%20KBN
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK69%2520KBN%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for VK69%20KBN: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: WA19%20MUB
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA19%2520MUB%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for WA19%20MUB: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: WP22%20JXW
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP22%2520JXW%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for WP22%20JXW: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: NL15%20FAO
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL15%2520FAO%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for NL15%20FAO: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: VU66%20UNS
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU66%2520UNS%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for VU66%20UNS: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: FE71%20TNO
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE71%2520TNO%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for FE71%20TNO: 0
2026-03-26 08:07:54 [bca.uk] INFO: Found listing with ID: GU10%20WLL
2026-03-26 08:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU10%2520WLL%27 HTTP/1.1" 200 None
2026-03-26 08:07:54 [bca.uk] INFO: Scrape type for GU10%20WLL: 0
2026-03-26 08:07:54 [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-26 08:07:54 [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-26 08:07:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Total items found: 100
2026-03-26 08:08:00 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded
2026-03-26 08:08:00 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Found listing with ID: GU72%20XPK
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU72%2520XPK%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for GU72%20XPK: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: LN15%20FGU
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN15%2520FGU%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for LN15%20FGU: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: LR68%20ULB
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR68%2520ULB%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for LR68%20ULB: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: NL60%20TZS
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL60%2520TZS%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for NL60%20TZS: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: V800%20ERC
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for V800%20ERC: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: YH58%20UCX
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520UCX%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for YH58%20UCX: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: KN71%20FFP
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for KN71%20FFP: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: MJ22%20DBO
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for MJ22%20DBO: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: WD67%20MYR
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for WD67%20MYR: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: GM66%20UPW
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520UPW%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for GM66%20UPW: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: LP18%20KDV
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520KDV%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for LP18%20KDV: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: FJ18%20XPS
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ18%2520XPS%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for FJ18%20XPS: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: CX66%20VNU
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for CX66%20VNU: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: YF16%20CEO
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF16%2520CEO%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for YF16%20CEO: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: DG20%20XPH
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG20%2520XPH%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for DG20%20XPH: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: CU20%20XHN
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XHN%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for CU20%20XHN: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: HW19%20NFU
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for HW19%20NFU: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: DG59%20MLF
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG59%2520MLF%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for DG59%20MLF: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: EF12%20VXT
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF12%2520VXT%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for EF12%20VXT: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: WA15%20XTG
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA15%2520XTG%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for WA15%20XTG: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: RJ14%20YOC
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ14%2520YOC%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for RJ14%20YOC: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: CK12%20VEB
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for CK12%20VEB: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: YD59%20BLX
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for YD59%20BLX: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: SA15%20OXD
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA15%2520OXD%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for SA15%20OXD: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: LD60%20WVZ
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD60%2520WVZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for LD60%20WVZ: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: AF20%20EUZ
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF20%2520EUZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for AF20%20EUZ: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: KS69%20RPO
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520RPO%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for KS69%20RPO: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: GJ53%20BGU
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ53%2520BGU%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for GJ53%20BGU: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: LB14%20KBJ
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for LB14%20KBJ: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: KV16%20BKJ
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV16%2520BKJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for KV16%20BKJ: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: GU66%20GKP
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU66%2520GKP%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for GU66%20GKP: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: AY16%20TMV
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for AY16%20TMV: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: GM67%20CME
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for GM67%20CME: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: AK66%20GBE
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK66%2520GBE%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for AK66%20GBE: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: BF61%20JCJ
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF61%2520JCJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for BF61%20JCJ: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: KX60%20FMG
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX60%2520FMG%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for KX60%20FMG: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: GF67%20XWD
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [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-26 08:08:00 [bca.uk] INFO: Scrape type for GF67%20XWD: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: LA16%20WLZ
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA16%2520WLZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for LA16%20WLZ: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: YS21%20RCZ
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520RCZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for YS21%20RCZ: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: LL21%20EHM
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520EHM%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for LL21%20EHM: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: WF64%20LCE
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF64%2520LCE%27 HTTP/1.1" 200 None
2026-03-26 08:08:00 [bca.uk] INFO: Scrape type for WF64%20LCE: 0
2026-03-26 08:08:00 [bca.uk] INFO: Found listing with ID: FE18%20YJH
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE18%2520YJH%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for FE18%20YJH: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: FH63%20FXK
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for FH63%20FXK: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: KP58%20NSU
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP58%2520NSU%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for KP58%20NSU: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: BK17%20LUE
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK17%2520LUE%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for BK17%20LUE: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: EU16%20FJE
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for EU16%20FJE: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: GD14%20WOR
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for GD14%20WOR: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: GF12%20GWU
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for GF12%20GWU: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: GH15%20KLC
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GH15%2520KLC%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for GH15%20KLC: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: GK19%20LWO
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520LWO%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for GK19%20LWO: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: NU16%20DYO
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for NU16%20DYO: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: OU65%20YZE
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU65%2520YZE%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for OU65%20YZE: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: LP16%20OMG
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP16%2520OMG%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for LP16%20OMG: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: MK59%20ZBE
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK59%2520ZBE%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for MK59%20ZBE: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: KN66%20NPJ
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN66%2520NPJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for KN66%20NPJ: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: JRV%20508X
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for JRV%20508X: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: SL14%20HKF
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL14%2520HKF%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for SL14%20HKF: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: FY65%20RMZ
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY65%2520RMZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for FY65%20RMZ: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: LR61%20BEL
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for LR61%20BEL: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: EF22%20FSU
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF22%2520FSU%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for EF22%20FSU: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: NA73%20KHU
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA73%2520KHU%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for NA73%20KHU: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: KM67%20YLP
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for KM67%20YLP: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: LG73%20ZPE
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG73%2520ZPE%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for LG73%20ZPE: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: EJ10%20GOC
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for EJ10%20GOC: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: DU67%20FHC
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for DU67%20FHC: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: CY13%20EPU
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for CY13%20EPU: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: YY66%20NAO
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for YY66%20NAO: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: FN64%20FZW
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN64%2520FZW%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for FN64%20FZW: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: ND16%20KLC
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND16%2520KLC%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for ND16%20KLC: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: KU66%20GMY
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU66%2520GMY%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for KU66%20GMY: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: AJ12%20NLD
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for AJ12%20NLD: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: AK12%20UVE
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for AK12%20UVE: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: BC16%20GSO
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520GSO%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for BC16%20GSO: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: BD15%20CXM
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD15%2520CXM%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for BD15%20CXM: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: BK13%20LMJ
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK13%2520LMJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for BK13%20LMJ: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: BP67%20ZGT
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for BP67%20ZGT: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: BV65%20BWG
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for BV65%20BWG: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: DY66%20WHN
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for DY66%20WHN: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: FD15%20SHJ
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD15%2520SHJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for FD15%20SHJ: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: FG06%20HKH
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for FG06%20HKH: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: GP59%20TZD
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for GP59%20TZD: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: KN14%20CZW
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for KN14%20CZW: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: LN64%20JGF
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN64%2520JGF%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for LN64%20JGF: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: MK08%20EGU
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK08%2520EGU%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for MK08%20EGU: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: MW14%20DZL
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for MW14%20DZL: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: NC71%20AYS
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for NC71%20AYS: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: VU66%20MDV
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for VU66%20MDV: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: GF70%20BBO
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for GF70%20BBO: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: KT21%20GRU
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT21%2520GRU%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for KT21%20GRU: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: RV18%20ZFG
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for RV18%20ZFG: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: SN72%20XVZ
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN72%2520XVZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for SN72%20XVZ: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: FD63%20BZR
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for FD63%20BZR: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: DL73%20LFA
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for DL73%20LFA: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: AU07%20RSU
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [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-26 08:08:01 [bca.uk] INFO: Scrape type for AU07%20RSU: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: OY62%20LXU
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY62%2520LXU%27 HTTP/1.1" 200 None
2026-03-26 08:08:01 [bca.uk] INFO: Scrape type for OY62%20LXU: 0
2026-03-26 08:08:01 [bca.uk] INFO: Found listing with ID: VX63%20BLK
2026-03-26 08:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:02 [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-26 08:08:02 [bca.uk] INFO: Scrape type for VX63%20BLK: 0
2026-03-26 08:08:02 [bca.uk] INFO: Found listing with ID: YX14%20YFV
2026-03-26 08:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:02 [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-26 08:08:02 [bca.uk] INFO: Scrape type for YX14%20YFV: 0
2026-03-26 08:08:02 [bca.uk] INFO: Found listing with ID: LP23%20GZG
2026-03-26 08:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:02 [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-26 08:08:02 [bca.uk] INFO: Scrape type for LP23%20GZG: 0
2026-03-26 08:08:02 [bca.uk] INFO: Found listing with ID: CX13%20HLM
2026-03-26 08:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:02 [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-26 08:08:02 [bca.uk] INFO: Scrape type for CX13%20HLM: 0
2026-03-26 08:08:02 [bca.uk] INFO: Found listing with ID: J27%20RCY
2026-03-26 08:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:02 [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-26 08:08:02 [bca.uk] INFO: Scrape type for J27%20RCY: 0
2026-03-26 08:08:02 [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-26 08:08:02 [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-26 08:08:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:08:10 [scrapy.extensions.logstats] INFO: Crawled 115 pages (at 9 pages/min), scraped 172 items (at 2 items/min)
2026-03-26 08:08:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Total items found: 100
2026-03-26 08:08:15 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded
2026-03-26 08:08:15 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Found listing with ID: AO17%20ZBJ
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for AO17%20ZBJ: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: BP65%20KMU
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for BP65%20KMU: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: KF73%20AVC
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for KF73%20AVC: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: LL74%20BYB
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for LL74%20BYB: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: LL74%20BYG
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for LL74%20BYG: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: LL74%20DGX
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for LL74%20DGX: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: NJ07%20NXV
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ07%2520NXV%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for NJ07%20NXV: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: VF07%20ZBZ
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF07%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for VF07%20ZBZ: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: AV13%20XJE
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV13%2520XJE%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for AV13%20XJE: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: EO64%20WLP
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for EO64%20WLP: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: LO14%20NYB
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO14%2520NYB%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for LO14%20NYB: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: MA12%20YSR
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA12%2520YSR%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for MA12%20YSR: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: YR16%20TKK
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR16%2520TKK%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for YR16%20TKK: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: AV05%20MYX
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV05%2520MYX%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for AV05%20MYX: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: OY65%20WWL
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY65%2520WWL%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for OY65%20WWL: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: DL73%20KVU
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for DL73%20KVU: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: YG64%20HJK
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for YG64%20HJK: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: DL73%20KOB
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for DL73%20KOB: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: LR24%20MWK
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for LR24%20MWK: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: KE73%20ZNC
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for KE73%20ZNC: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: KE73%20ZJO
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for KE73%20ZJO: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: KF73%20CFU
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for KF73%20CFU: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: LN24%20PNO
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520PNO%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for LN24%20PNO: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: LD14%20UTS
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for LD14%20UTS: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: VE11%20ONA
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for VE11%20ONA: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: WM64%20LTX
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for WM64%20LTX: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: KF73%20CLU
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520CLU%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for KF73%20CLU: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: KF73%20CNX
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for KF73%20CNX: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: LN24%20RKU
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520RKU%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for LN24%20RKU: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: LN24%20RNF
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520RNF%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for LN24%20RNF: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: BT15%20VTL
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT15%2520VTL%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for BT15%20VTL: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: NJ17%20CDF
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520CDF%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for NJ17%20CDF: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: SP12%20ZFL
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [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-26 08:08:15 [bca.uk] INFO: Scrape type for SP12%20ZFL: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: BP65%20WRN
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP65%2520WRN%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for BP65%20WRN: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: CN17%20RYK
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN17%2520RYK%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for CN17%20RYK: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: EU16%20FMP
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU16%2520FMP%27 HTTP/1.1" 200 None
2026-03-26 08:08:15 [bca.uk] INFO: Scrape type for EU16%20FMP: 0
2026-03-26 08:08:15 [bca.uk] INFO: Found listing with ID: FL65%20MKX
2026-03-26 08:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL65%2520MKX%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for FL65%20MKX: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: FN65%20DRV
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN65%2520DRV%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for FN65%20DRV: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: FT10%20OGV
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for FT10%20OGV: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: FW13%20BHV
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FW13%2520BHV%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for FW13%20BHV: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: HD11%20DLO
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD11%2520DLO%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for HD11%20DLO: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: HG11%20ROH
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for HG11%20ROH: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: HJ14%20ZRU
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ14%2520ZRU%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for HJ14%20ZRU: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: KM09%20AUV
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM09%2520AUV%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for KM09%20AUV: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: KU09%20HGJ
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for KU09%20HGJ: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: OU10%20WZY
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU10%2520WZY%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for OU10%20WZY: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: OU68%20FBF
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU68%2520FBF%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for OU68%20FBF: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: OY65%20PVL
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY65%2520PVL%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for OY65%20PVL: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: RF10%20GKV
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF10%2520GKV%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for RF10%20GKV: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: VX61%20GGV
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX61%2520GGV%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for VX61%20GGV: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: WG16%20MYO
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for WG16%20MYO: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: YS11%20ZDP
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for YS11%20ZDP: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: AJ16%20WCP
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ16%2520WCP%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for AJ16%20WCP: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: AJ62%20YMO
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ62%2520YMO%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for AJ62%20YMO: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: AK02%20FDD
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK02%2520FDD%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for AK02%20FDD: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: BN09%20XUW
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520XUW%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for BN09%20XUW: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: KR16%20VRY
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520VRY%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for KR16%20VRY: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: LF64%20JWE
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF64%2520JWE%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for LF64%20JWE: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: WA64%20PCX
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA64%2520PCX%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for WA64%20PCX: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: WT15%20LHW
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT15%2520LHW%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for WT15%20LHW: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: YF62%20KNW
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF62%2520KNW%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for YF62%20KNW: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: GH19%20BHO
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GH19%2520BHO%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for GH19%20BHO: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: GK69%20HLZ
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK69%2520HLZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for GK69%20HLZ: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: EF18%20OMT
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for EF18%20OMT: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: AD16%20LAO
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD16%2520LAO%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for AD16%20LAO: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: DN75%20JVC
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for DN75%20JVC: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: DN75%20JVD
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for DN75%20JVD: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: DV75%20UPX
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV75%2520UPX%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for DV75%20UPX: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: DV75%20URC
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV75%2520URC%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for DV75%20URC: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: SJ66%20YFG
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for SJ66%20YFG: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: HX68%20OGT
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX68%2520OGT%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for HX68%20OGT: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: RO17%20PVZ
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520PVZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for RO17%20PVZ: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: DK71%20XRH
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for DK71%20XRH: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: EX64%20NDU
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX64%2520NDU%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for EX64%20NDU: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: YK69%20KGH
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK69%2520KGH%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for YK69%20KGH: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: OV14%20NOH
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV14%2520NOH%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for OV14%20NOH: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: KP69%20JZF
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520JZF%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for KP69%20JZF: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: DF67%20ZXK
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF67%2520ZXK%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for DF67%20ZXK: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: RJ67%20PZL
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ67%2520PZL%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for RJ67%20PZL: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: MF68%20PLU
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF68%2520PLU%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for MF68%20PLU: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: AO65%20OEU
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for AO65%20OEU: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: OU56%20YLS
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU56%2520YLS%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for OU56%20YLS: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: FP52%20HXY
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP52%2520HXY%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for FP52%20HXY: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: WG66%20DZC
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for WG66%20DZC: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: YC73%20NHD
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC73%2520NHD%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for YC73%20NHD: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: KY07%20FKE
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for KY07%20FKE: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: KT21%20OZK
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT21%2520OZK%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for KT21%20OZK: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: LG70%20JYJ
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520JYJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for LG70%20JYJ: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: KF66%20EAA
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for KF66%20EAA: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: AO18%20YDT
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for AO18%20YDT: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: HV71%20MVZ
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [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-26 08:08:16 [bca.uk] INFO: Scrape type for HV71%20MVZ: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: GU13%20WJC
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU13%2520WJC%27 HTTP/1.1" 200 None
2026-03-26 08:08:16 [bca.uk] INFO: Scrape type for GU13%20WJC: 0
2026-03-26 08:08:16 [bca.uk] INFO: Found listing with ID: CT18%20GNV
2026-03-26 08:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT18%2520GNV%27 HTTP/1.1" 200 None
2026-03-26 08:08:17 [bca.uk] INFO: Scrape type for CT18%20GNV: 0
2026-03-26 08:08:17 [bca.uk] INFO: Found listing with ID: BU69%20FKW
2026-03-26 08:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU69%2520FKW%27 HTTP/1.1" 200 None
2026-03-26 08:08:17 [bca.uk] INFO: Scrape type for BU69%20FKW: 2
2026-03-26 08:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 946a23f8-78ef-55d3-8b66-4e1184e0b2df with identifier: BU69%20FKW
2026-03-26 08:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 946a23f8-78ef-55d3-8b66-4e1184e0b2df with scrape type 2
2026-03-26 08:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 946a23f8-78ef-55d3-8b66-4e1184e0b2df with scrape type 2
2026-03-26 08:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 946a23f8-78ef-55d3-8b66-4e1184e0b2df, identifier: BU69%20FKW
2026-03-26 08:08:17 [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-26 08:08:17 [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-26 08:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 946a23f8-78ef-55d3-8b66-4e1184e0b2df with identifier: BU69%20FKW
2026-03-26 08:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 946a23f8-78ef-55d3-8b66-4e1184e0b2df with identifier: BU69%20FKW
2026-03-26 08:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 946a23f8-78ef-55d3-8b66-4e1184e0b2df with identifier: BU69%20FKW to the API
2026-03-26 08:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 142,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU69%20FKW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '946a23f8-78ef-55d3-8b66-4e1184e0b2df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BU69 FKW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU69%20FKW&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'MERCEDES-BENZ',
'model': 'CLA 220 S/B',
'odometer': 60359,
'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 CLA 220 S/B 2.0 AMG LINE PREMIUM DCT Estate',
'transmission': 'automatic',
'trim': 'AMG LINE PREMIUM DCT',
'vin': 'WDD1186442N022712',
'year': 2019}
2026-03-26 08:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU69%2520FKW%27 HTTP/1.1" 200 None
2026-03-26 08:08:17 [bca.uk] INFO: Saving data for BU69%20FKW: {'auction_closing_time': 1774519200.0, 'created_time': 1774332549.443375, 'last_price_update_time': 1774512497.989299}
2026-03-26 08:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU69%2520FKW') HTTP/1.1" 204 0
2026-03-26 08:08:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:08:18 [bca.uk] INFO: Found listing with ID: PJ71%20MEU
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ71%2520MEU%27 HTTP/1.1" 200 None
2026-03-26 08:08:18 [bca.uk] INFO: Scrape type for PJ71%20MEU: 2
2026-03-26 08:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4774735-99ad-5a44-8c53-ba75370ca8cd with identifier: PJ71%20MEU
2026-03-26 08:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4774735-99ad-5a44-8c53-ba75370ca8cd with scrape type 2
2026-03-26 08:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4774735-99ad-5a44-8c53-ba75370ca8cd with scrape type 2
2026-03-26 08:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4774735-99ad-5a44-8c53-ba75370ca8cd, identifier: PJ71%20MEU
2026-03-26 08:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4774735-99ad-5a44-8c53-ba75370ca8cd with identifier: PJ71%20MEU
2026-03-26 08:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4774735-99ad-5a44-8c53-ba75370ca8cd with identifier: PJ71%20MEU
2026-03-26 08:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4774735-99ad-5a44-8c53-ba75370ca8cd with identifier: PJ71%20MEU to the API
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ71%20MEU-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c4774735-99ad-5a44-8c53-ba75370ca8cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PJ71 MEU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ71%20MEU&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'CITROEN',
'model': 'C5 AIRCROSS',
'odometer': 60896,
'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 C5 AIRCROSS 1.2 P/T 130 SHINE Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 SHINE',
'vin': 'VR7ARHNSKML059229',
'year': 2022}
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ71%2520MEU%27 HTTP/1.1" 200 None
2026-03-26 08:08:18 [bca.uk] INFO: Saving data for PJ71%20MEU: {'auction_closing_time': 1774519200.0, 'created_time': 1773910171.53104, 'last_price_update_time': 1774512498.5612}
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ71%2520MEU') HTTP/1.1" 204 0
2026-03-26 08:08:18 [bca.uk] INFO: Found listing with ID: HV59%20YKP
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:18 [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-26 08:08:18 [bca.uk] INFO: Scrape type for HV59%20YKP: 0
2026-03-26 08:08:18 [bca.uk] INFO: Found listing with ID: HK19%20VYZ
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520VYZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:18 [bca.uk] INFO: Scrape type for HK19%20VYZ: 2
2026-03-26 08:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bcd9162-c031-585a-a3b3-7d2314104d87 with identifier: HK19%20VYZ
2026-03-26 08:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bcd9162-c031-585a-a3b3-7d2314104d87 with scrape type 2
2026-03-26 08:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bcd9162-c031-585a-a3b3-7d2314104d87 with scrape type 2
2026-03-26 08:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2bcd9162-c031-585a-a3b3-7d2314104d87, identifier: HK19%20VYZ
2026-03-26 08:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2bcd9162-c031-585a-a3b3-7d2314104d87 with identifier: HK19%20VYZ
2026-03-26 08:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2bcd9162-c031-585a-a3b3-7d2314104d87 with identifier: HK19%20VYZ
2026-03-26 08:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2bcd9162-c031-585a-a3b3-7d2314104d87 with identifier: HK19%20VYZ to the API
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:08:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK19%20VYZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2bcd9162-c031-585a-a3b3-7d2314104d87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HK19 VYZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK19%20VYZ&vehicleType=*',
'listing': 'auction',
'location': 'Paddock Wood',
'make': 'BMW',
'model': 'X5',
'odometer': 41401,
'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 X LINE StationWagon',
'transmission': 'automatic',
'trim': 'XDRIVE 30D X LINE',
'vin': 'WBACV620X0LM60745',
'year': 2019}
2026-03-26 08:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520VYZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:19 [bca.uk] INFO: Saving data for HK19%20VYZ: {'auction_closing_time': 1774519200.0, 'created_time': 1774131299.38304, 'last_price_update_time': 1774512499.113077}
2026-03-26 08:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK19%2520VYZ') HTTP/1.1" 204 0
2026-03-26 08:08:19 [bca.uk] INFO: Found listing with ID: MA70%20AXY
2026-03-26 08:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA70%2520AXY%27 HTTP/1.1" 200 None
2026-03-26 08:08:19 [bca.uk] INFO: Scrape type for MA70%20AXY: 0
2026-03-26 08:08:19 [bca.uk] INFO: Found listing with ID: SP70%20ZSF
2026-03-26 08:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP70%2520ZSF%27 HTTP/1.1" 200 None
2026-03-26 08:08:19 [bca.uk] INFO: Scrape type for SP70%20ZSF: 0
2026-03-26 08:08:19 [bca.uk] INFO: Found listing with ID: DX71%20MKJ
2026-03-26 08:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520MKJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:19 [bca.uk] INFO: Scrape type for DX71%20MKJ: 0
2026-03-26 08:08:21 [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-26 08:08:21 [bca.uk] INFO: Total items found: 100
2026-03-26 08:08:21 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded
2026-03-26 08:08:21 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:08:21 [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-26 08:08:21 [bca.uk] INFO: Found listing with ID: RV72%20XDG
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [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-26 08:08:21 [bca.uk] INFO: Scrape type for RV72%20XDG: 0
2026-03-26 08:08:21 [bca.uk] INFO: Found listing with ID: HD19%20OVR
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [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-26 08:08:21 [bca.uk] INFO: Scrape type for HD19%20OVR: 0
2026-03-26 08:08:21 [bca.uk] INFO: Found listing with ID: FE67%20FPU
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [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-26 08:08:21 [bca.uk] INFO: Scrape type for FE67%20FPU: 0
2026-03-26 08:08:21 [bca.uk] INFO: Found listing with ID: GN16%20OGB
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [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-26 08:08:21 [bca.uk] INFO: Scrape type for GN16%20OGB: 0
2026-03-26 08:08:21 [bca.uk] INFO: Found listing with ID: ND21%20HCZ
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520HCZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:21 [bca.uk] INFO: Scrape type for ND21%20HCZ: 0
2026-03-26 08:08:21 [bca.uk] INFO: Found listing with ID: VE69%20UHW
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE69%2520UHW%27 HTTP/1.1" 200 None
2026-03-26 08:08:21 [bca.uk] INFO: Scrape type for VE69%20UHW: 0
2026-03-26 08:08:21 [bca.uk] INFO: Found listing with ID: WM22%20LCA
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [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-26 08:08:21 [bca.uk] INFO: Scrape type for WM22%20LCA: 0
2026-03-26 08:08:21 [bca.uk] INFO: Found listing with ID: CE20%20RXG
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE20%2520RXG%27 HTTP/1.1" 200 None
2026-03-26 08:08:21 [bca.uk] INFO: Scrape type for CE20%20RXG: 0
2026-03-26 08:08:21 [bca.uk] INFO: Found listing with ID: BD18%20SMO
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520SMO%27 HTTP/1.1" 200 None
2026-03-26 08:08:21 [bca.uk] INFO: Scrape type for BD18%20SMO: 0
2026-03-26 08:08:21 [bca.uk] INFO: Found listing with ID: DL66%20LDC
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [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-26 08:08:21 [bca.uk] INFO: Scrape type for DL66%20LDC: 0
2026-03-26 08:08:21 [bca.uk] INFO: Found listing with ID: FJ22%20HUH
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520HUH%27 HTTP/1.1" 200 None
2026-03-26 08:08:21 [bca.uk] INFO: Scrape type for FJ22%20HUH: 0
2026-03-26 08:08:21 [bca.uk] INFO: Found listing with ID: FR19%20BJZ
2026-03-26 08:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:21 [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-26 08:08:21 [bca.uk] INFO: Scrape type for FR19%20BJZ: 2
2026-03-26 08:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f with identifier: FR19%20BJZ
2026-03-26 08:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f with scrape type 2
2026-03-26 08:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f with scrape type 2
2026-03-26 08:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f, identifier: FR19%20BJZ
2026-03-26 08:08:22 [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-26 08:08:22 [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-26 08:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f with identifier: FR19%20BJZ
2026-03-26 08:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f with identifier: FR19%20BJZ
2026-03-26 08:08:22 [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-26 08:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:08:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&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-26T10: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-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:22 [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-26 08:08:22 [bca.uk] INFO: Saving data for FR19%20BJZ: {'auction_closing_time': 1774519200.0, 'created_time': 1773824860.571472, 'last_price_update_time': 1774512502.433986}
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:22 [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-26 08:08:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:08:22 [bca.uk] INFO: Found listing with ID: DK19%20HRO
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:22 [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-26 08:08:22 [bca.uk] INFO: Scrape type for DK19%20HRO: 0
2026-03-26 08:08:22 [bca.uk] INFO: Found listing with ID: DA72%20FKE
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520FKE%27 HTTP/1.1" 200 None
2026-03-26 08:08:22 [bca.uk] INFO: Scrape type for DA72%20FKE: 0
2026-03-26 08:08:22 [bca.uk] INFO: Found listing with ID: OY62%20ZZF
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:22 [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-26 08:08:22 [bca.uk] INFO: Scrape type for OY62%20ZZF: 0
2026-03-26 08:08:22 [bca.uk] INFO: Found listing with ID: R80%20KEJ
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R80%2520KEJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:22 [bca.uk] INFO: Scrape type for R80%20KEJ: 0
2026-03-26 08:08:22 [bca.uk] INFO: Found listing with ID: BF16%20HGP
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:22 [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-26 08:08:22 [bca.uk] INFO: Scrape type for BF16%20HGP: 0
2026-03-26 08:08:22 [bca.uk] INFO: Found listing with ID: LF19%20DMV
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520DMV%27 HTTP/1.1" 200 None
2026-03-26 08:08:22 [bca.uk] INFO: Scrape type for LF19%20DMV: 0
2026-03-26 08:08:22 [bca.uk] INFO: Found listing with ID: G20%20PJF
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27G20%2520PJF%27 HTTP/1.1" 200 None
2026-03-26 08:08:22 [bca.uk] INFO: Scrape type for G20%20PJF: 2
2026-03-26 08:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e35f57a-6636-55c0-82c2-611fa7872dcc with identifier: G20%20PJF
2026-03-26 08:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e35f57a-6636-55c0-82c2-611fa7872dcc with scrape type 2
2026-03-26 08:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e35f57a-6636-55c0-82c2-611fa7872dcc with scrape type 2
2026-03-26 08:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e35f57a-6636-55c0-82c2-611fa7872dcc, identifier: G20%20PJF
2026-03-26 08:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e35f57a-6636-55c0-82c2-611fa7872dcc with identifier: G20%20PJF
2026-03-26 08:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e35f57a-6636-55c0-82c2-611fa7872dcc with identifier: G20%20PJF
2026-03-26 08:08:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e35f57a-6636-55c0-82c2-611fa7872dcc with identifier: G20%20PJF to the API
2026-03-26 08:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=G20%20PJF-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1e35f57a-6636-55c0-82c2-611fa7872dcc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'G20 PJF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=G20%20PJF&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 61835,
'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 2.0 TDI EVO 150 STYLE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TDI EVO 150 STYLE DSG',
'vin': 'WVWZZZCDZMW097673',
'year': 2021}
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27G20%2520PJF%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Saving data for G20%20PJF: {'auction_closing_time': 1774519200.0, 'created_time': 1774304312.235579, 'last_price_update_time': 1774512503.145555}
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='G20%2520PJF') HTTP/1.1" 204 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: SE68%20SDU
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [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-26 08:08:23 [bca.uk] INFO: Scrape type for SE68%20SDU: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: CK63%20NYH
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520NYH%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for CK63%20NYH: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: CP65%20UFZ
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP65%2520UFZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for CP65%20UFZ: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: DY61%20UVS
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [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-26 08:08:23 [bca.uk] INFO: Scrape type for DY61%20UVS: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: EO14%20JZU
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520JZU%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for EO14%20JZU: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: FE14%20XAB
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520XAB%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for FE14%20XAB: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: KW19%20XMZ
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW19%2520XMZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for KW19%20XMZ: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: LM10%20TJO
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM10%2520TJO%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for LM10%20TJO: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: LN64%20SVF
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [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-26 08:08:23 [bca.uk] INFO: Scrape type for LN64%20SVF: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: VK15%20WUA
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK15%2520WUA%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for VK15%20WUA: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: WM13%20LZE
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM13%2520LZE%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for WM13%20LZE: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: WP17%20JJO
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [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-26 08:08:23 [bca.uk] INFO: Scrape type for WP17%20JJO: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: YL15%20VSV
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL15%2520VSV%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for YL15%20VSV: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: DP68%20DYT
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP68%2520DYT%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for DP68%20DYT: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: MM16%20GWW
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM16%2520GWW%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for MM16%20GWW: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: FE70%20MZU
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520MZU%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for FE70%20MZU: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: GX13%20OXH
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX13%2520OXH%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for GX13%20OXH: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: SN21%20AHB
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [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-26 08:08:23 [bca.uk] INFO: Scrape type for SN21%20AHB: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: GK69%20VVX
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [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-26 08:08:23 [bca.uk] INFO: Scrape type for GK69%20VVX: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: OV72%20XVR
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [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-26 08:08:23 [bca.uk] INFO: Scrape type for OV72%20XVR: 0
2026-03-26 08:08:23 [bca.uk] INFO: Found listing with ID: CA70%20KWY
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520KWY%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Scrape type for CA70%20KWY: 2
2026-03-26 08:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c86ed0ef-4bc8-59f5-91c8-0210c8094c3a with identifier: CA70%20KWY
2026-03-26 08:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c86ed0ef-4bc8-59f5-91c8-0210c8094c3a with scrape type 2
2026-03-26 08:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c86ed0ef-4bc8-59f5-91c8-0210c8094c3a with scrape type 2
2026-03-26 08:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c86ed0ef-4bc8-59f5-91c8-0210c8094c3a, identifier: CA70%20KWY
2026-03-26 08:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c86ed0ef-4bc8-59f5-91c8-0210c8094c3a with identifier: CA70%20KWY
2026-03-26 08:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c86ed0ef-4bc8-59f5-91c8-0210c8094c3a with identifier: CA70%20KWY
2026-03-26 08:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c86ed0ef-4bc8-59f5-91c8-0210c8094c3a with identifier: CA70%20KWY to the API
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA70%20KWY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c86ed0ef-4bc8-59f5-91c8-0210c8094c3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CA70 KWY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA70%20KWY&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'MG MOTOR UK',
'model': 'ZS',
'odometer': 32392,
'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 ZS 1.5 VTI-TECH EXCITE Hatchback',
'transmission': 'manual',
'trim': 'VTI-TECH EXCITE',
'vin': 'SDPW7BBDALZ158995',
'year': 2020}
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520KWY%27 HTTP/1.1" 200 None
2026-03-26 08:08:23 [bca.uk] INFO: Saving data for CA70%20KWY: {'auction_closing_time': 1774519200.0, 'created_time': 1774305182.572559, 'last_price_update_time': 1774512503.975623}
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA70%2520KWY') HTTP/1.1" 204 0
2026-03-26 08:08:24 [bca.uk] INFO: Found listing with ID: GD65%20YSP
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD65%2520YSP%27 HTTP/1.1" 200 None
2026-03-26 08:08:24 [bca.uk] INFO: Scrape type for GD65%20YSP: 0
2026-03-26 08:08:24 [bca.uk] INFO: Found listing with ID: VA69%20VMF
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:24 [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-26 08:08:24 [bca.uk] INFO: Scrape type for VA69%20VMF: 0
2026-03-26 08:08:24 [bca.uk] INFO: Found listing with ID: K888%20MWS
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:24 [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-26 08:08:24 [bca.uk] INFO: Scrape type for K888%20MWS: 0
2026-03-26 08:08:24 [bca.uk] INFO: Found listing with ID: LC22%20BYA
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:24 [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-26 08:08:24 [bca.uk] INFO: Scrape type for LC22%20BYA: 0
2026-03-26 08:08:24 [bca.uk] INFO: Found listing with ID: FN72%20JUF
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN72%2520JUF%27 HTTP/1.1" 200 None
2026-03-26 08:08:24 [bca.uk] INFO: Scrape type for FN72%20JUF: 2
2026-03-26 08:08:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc4a719f-3861-523e-9fd0-daa0aa98d1e2 with identifier: FN72%20JUF
2026-03-26 08:08:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc4a719f-3861-523e-9fd0-daa0aa98d1e2 with scrape type 2
2026-03-26 08:08:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc4a719f-3861-523e-9fd0-daa0aa98d1e2 with scrape type 2
2026-03-26 08:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc4a719f-3861-523e-9fd0-daa0aa98d1e2, identifier: FN72%20JUF
2026-03-26 08:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc4a719f-3861-523e-9fd0-daa0aa98d1e2 with identifier: FN72%20JUF
2026-03-26 08:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc4a719f-3861-523e-9fd0-daa0aa98d1e2 with identifier: FN72%20JUF
2026-03-26 08:08:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc4a719f-3861-523e-9fd0-daa0aa98d1e2 with identifier: FN72%20JUF to the API
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN72%20JUF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bc4a719f-3861-523e-9fd0-daa0aa98d1e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FN72 JUF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN72%20JUF&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 25936,
'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.0 30 TFSI S LINE Hatchback',
'transmission': 'manual',
'trim': '30 TFSI S LINE',
'vin': 'WAUZZZGY0PA008548',
'year': 2022}
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN72%2520JUF%27 HTTP/1.1" 200 None
2026-03-26 08:08:24 [bca.uk] INFO: Saving data for FN72%20JUF: {'auction_closing_time': 1774519200.0, 'created_time': 1774305098.997607, 'last_price_update_time': 1774512504.666854}
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN72%2520JUF') HTTP/1.1" 204 0
2026-03-26 08:08:24 [bca.uk] INFO: Found listing with ID: SM20%20VYX
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM20%2520VYX%27 HTTP/1.1" 200 None
2026-03-26 08:08:24 [bca.uk] INFO: Scrape type for SM20%20VYX: 0
2026-03-26 08:08:24 [bca.uk] INFO: Found listing with ID: YK70%20ZVO
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520ZVO%27 HTTP/1.1" 200 None
2026-03-26 08:08:24 [bca.uk] INFO: Scrape type for YK70%20ZVO: 2
2026-03-26 08:08:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5195382f-2395-5ace-84ad-625cad3eeebf with identifier: YK70%20ZVO
2026-03-26 08:08:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5195382f-2395-5ace-84ad-625cad3eeebf with scrape type 2
2026-03-26 08:08:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5195382f-2395-5ace-84ad-625cad3eeebf with scrape type 2
2026-03-26 08:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5195382f-2395-5ace-84ad-625cad3eeebf, identifier: YK70%20ZVO
2026-03-26 08:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5195382f-2395-5ace-84ad-625cad3eeebf with identifier: YK70%20ZVO
2026-03-26 08:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5195382f-2395-5ace-84ad-625cad3eeebf with identifier: YK70%20ZVO
2026-03-26 08:08:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5195382f-2395-5ace-84ad-625cad3eeebf with identifier: YK70%20ZVO to the API
2026-03-26 08:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 46,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK70%20ZVO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '5195382f-2395-5ace-84ad-625cad3eeebf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YK70 ZVO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK70%20ZVO&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'A3 E-TRON S/B',
'odometer': 92052,
'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 A3 E-TRON S/B 1.4 40 TFSI S-T Hatchback',
'transmission': 'automatic',
'trim': '40 TFSI S-T',
'vin': 'WAUZZZ8V2LA048192',
'year': 2020}
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520ZVO%27 HTTP/1.1" 200 None
2026-03-26 08:08:25 [bca.uk] INFO: Saving data for YK70%20ZVO: {'auction_closing_time': 1774519200.0, 'created_time': 1773909617.474894, 'last_price_update_time': 1774512505.155606}
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK70%2520ZVO') HTTP/1.1" 204 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: AK69%20OOH
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520OOH%27 HTTP/1.1" 200 None
2026-03-26 08:08:25 [bca.uk] INFO: Scrape type for AK69%20OOH: 2
2026-03-26 08:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 592a2513-d40b-52ed-95a1-4ef93e521a43 with identifier: AK69%20OOH
2026-03-26 08:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 592a2513-d40b-52ed-95a1-4ef93e521a43 with scrape type 2
2026-03-26 08:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 592a2513-d40b-52ed-95a1-4ef93e521a43 with scrape type 2
2026-03-26 08:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 592a2513-d40b-52ed-95a1-4ef93e521a43, identifier: AK69%20OOH
2026-03-26 08:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 592a2513-d40b-52ed-95a1-4ef93e521a43 with identifier: AK69%20OOH
2026-03-26 08:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 592a2513-d40b-52ed-95a1-4ef93e521a43 with identifier: AK69%20OOH
2026-03-26 08:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 592a2513-d40b-52ed-95a1-4ef93e521a43 with identifier: AK69%20OOH to the API
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 194,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK69%20OOH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '592a2513-d40b-52ed-95a1-4ef93e521a43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AK69 OOH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK69%20OOH&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'RS3 SALOON',
'odometer': 41030,
'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 RS3 SALOON 2.5 TFSI 400 QUATTRO S-T Saloon',
'transmission': 'automatic',
'trim': 'TFSI 400 QUATTRO S-T',
'vin': 'WUAZZZ8V9KA901742',
'year': 2019}
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520OOH%27 HTTP/1.1" 200 None
2026-03-26 08:08:25 [bca.uk] INFO: Saving data for AK69%20OOH: {'auction_closing_time': 1774519200.0, 'created_time': 1774305123.774624, 'last_price_update_time': 1774512505.624547}
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK69%2520OOH') HTTP/1.1" 204 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: EO17%20NNT
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [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-26 08:08:25 [bca.uk] INFO: Scrape type for EO17%20NNT: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: VHZ%208117
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [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-26 08:08:25 [bca.uk] INFO: Scrape type for VHZ%208117: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: OV69%20YDF
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520YDF%27 HTTP/1.1" 200 None
2026-03-26 08:08:25 [bca.uk] INFO: Scrape type for OV69%20YDF: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: HN22%20LJE
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN22%2520LJE%27 HTTP/1.1" 200 None
2026-03-26 08:08:25 [bca.uk] INFO: Scrape type for HN22%20LJE: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: WR70%20KHU
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [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-26 08:08:25 [bca.uk] INFO: Scrape type for WR70%20KHU: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: DT66%20BZL
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT66%2520BZL%27 HTTP/1.1" 200 None
2026-03-26 08:08:25 [bca.uk] INFO: Scrape type for DT66%20BZL: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: NJ57%20OJE
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ57%2520OJE%27 HTTP/1.1" 200 None
2026-03-26 08:08:25 [bca.uk] INFO: Scrape type for NJ57%20OJE: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: EX70%20PZB
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520PZB%27 HTTP/1.1" 200 None
2026-03-26 08:08:25 [bca.uk] INFO: Scrape type for EX70%20PZB: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: HJ18%20HXE
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [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-26 08:08:25 [bca.uk] INFO: Scrape type for HJ18%20HXE: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: PJ57%20LCK
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [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-26 08:08:25 [bca.uk] INFO: Scrape type for PJ57%20LCK: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: DG60%20VMP
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG60%2520VMP%27 HTTP/1.1" 200 None
2026-03-26 08:08:25 [bca.uk] INFO: Scrape type for DG60%20VMP: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: LT70%20HRM
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT70%2520HRM%27 HTTP/1.1" 200 None
2026-03-26 08:08:25 [bca.uk] INFO: Scrape type for LT70%20HRM: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: BL62%20FPF
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [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-26 08:08:25 [bca.uk] INFO: Scrape type for BL62%20FPF: 0
2026-03-26 08:08:25 [bca.uk] INFO: Found listing with ID: JO07%20CLW
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JO07%2520CLW%27 HTTP/1.1" 200 None
2026-03-26 08:08:25 [bca.uk] INFO: Scrape type for JO07%20CLW: 2
2026-03-26 08:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0129b44d-3880-586f-9b24-88c9060e1ac7 with identifier: JO07%20CLW
2026-03-26 08:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0129b44d-3880-586f-9b24-88c9060e1ac7 with scrape type 2
2026-03-26 08:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0129b44d-3880-586f-9b24-88c9060e1ac7 with scrape type 2
2026-03-26 08:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0129b44d-3880-586f-9b24-88c9060e1ac7, identifier: JO07%20CLW
2026-03-26 08:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0129b44d-3880-586f-9b24-88c9060e1ac7 with identifier: JO07%20CLW
2026-03-26 08:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0129b44d-3880-586f-9b24-88c9060e1ac7 with identifier: JO07%20CLW
2026-03-26 08:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0129b44d-3880-586f-9b24-88c9060e1ac7 with identifier: JO07%20CLW to the API
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JO07%20CLW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '0129b44d-3880-586f-9b24-88c9060e1ac7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'JO07 CLW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=JO07%20CLW&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'HYUNDAI',
'model': 'KONA ELECTRIC',
'odometer': 16753,
'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 ULTIMATE Hatchback',
'transmission': 'automatic',
'trim': '150KW 64KWH ULTIMATE',
'vin': 'KMHK581GUNU157017',
'year': 2022}
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JO07%2520CLW%27 HTTP/1.1" 200 None
2026-03-26 08:08:26 [bca.uk] INFO: Saving data for JO07%20CLW: {'auction_closing_time': 1774519200.0, 'created_time': 1773909672.724316, 'last_price_update_time': 1774512506.397757}
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JO07%2520CLW') HTTP/1.1" 204 0
2026-03-26 08:08:26 [bca.uk] INFO: Found listing with ID: LG71%20USP
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG71%2520USP%27 HTTP/1.1" 200 None
2026-03-26 08:08:26 [bca.uk] INFO: Scrape type for LG71%20USP: 2
2026-03-26 08:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6b212c2-ea26-5ae1-a3ee-dab0ae0b8dee with identifier: LG71%20USP
2026-03-26 08:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6b212c2-ea26-5ae1-a3ee-dab0ae0b8dee with scrape type 2
2026-03-26 08:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6b212c2-ea26-5ae1-a3ee-dab0ae0b8dee with scrape type 2
2026-03-26 08:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6b212c2-ea26-5ae1-a3ee-dab0ae0b8dee, identifier: LG71%20USP
2026-03-26 08:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6b212c2-ea26-5ae1-a3ee-dab0ae0b8dee with identifier: LG71%20USP
2026-03-26 08:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6b212c2-ea26-5ae1-a3ee-dab0ae0b8dee with identifier: LG71%20USP
2026-03-26 08:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6b212c2-ea26-5ae1-a3ee-dab0ae0b8dee with identifier: LG71%20USP to the API
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG71%20USP-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '0.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b6b212c2-ea26-5ae1-a3ee-dab0ae0b8dee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG71 USP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG71%20USP&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'MINI',
'model': 'ELECTRIC',
'odometer': 27855,
'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': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
'transmission': 'automatic',
'trim': '135KW 33KWH COOPER S L2',
'vin': 'WMW12DJ0602R91310',
'year': 2021}
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG71%2520USP%27 HTTP/1.1" 200 None
2026-03-26 08:08:26 [bca.uk] INFO: Saving data for LG71%20USP: {'auction_closing_time': 1774519200.0, 'created_time': 1773909670.61531, 'last_price_update_time': 1774512506.983865}
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG71%2520USP') HTTP/1.1" 204 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: NU72%20GYN
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU72%2520GYN%27 HTTP/1.1" 200 None
2026-03-26 08:08:27 [bca.uk] INFO: Scrape type for NU72%20GYN: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: YC68%20TVN
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520TVN%27 HTTP/1.1" 200 None
2026-03-26 08:08:27 [bca.uk] INFO: Scrape type for YC68%20TVN: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: YT19%20LDO
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [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-26 08:08:27 [bca.uk] INFO: Scrape type for YT19%20LDO: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: OY68%20NHB
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY68%2520NHB%27 HTTP/1.1" 200 None
2026-03-26 08:08:27 [bca.uk] INFO: Scrape type for OY68%20NHB: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: M60%20JSB
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M60%2520JSB%27 HTTP/1.1" 200 None
2026-03-26 08:08:27 [bca.uk] INFO: Scrape type for M60%20JSB: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: GF23%20TXO
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520TXO%27 HTTP/1.1" 200 None
2026-03-26 08:08:27 [bca.uk] INFO: Scrape type for GF23%20TXO: 2
2026-03-26 08:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 109c3b58-7203-5f87-be6e-0298d47e2ce7 with identifier: GF23%20TXO
2026-03-26 08:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 109c3b58-7203-5f87-be6e-0298d47e2ce7 with scrape type 2
2026-03-26 08:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 109c3b58-7203-5f87-be6e-0298d47e2ce7 with scrape type 2
2026-03-26 08:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 109c3b58-7203-5f87-be6e-0298d47e2ce7, identifier: GF23%20TXO
2026-03-26 08:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 109c3b58-7203-5f87-be6e-0298d47e2ce7 with identifier: GF23%20TXO
2026-03-26 08:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 109c3b58-7203-5f87-be6e-0298d47e2ce7 with identifier: GF23%20TXO
2026-03-26 08:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 109c3b58-7203-5f87-be6e-0298d47e2ce7 with identifier: GF23%20TXO to the API
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF23%20TXO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '109c3b58-7203-5f87-be6e-0298d47e2ce7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF23 TXO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF23%20TXO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 41315,
'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 FOCUS 1.0 E/B MHEV 155 ST-LINE X Hatchback',
'transmission': 'manual',
'trim': 'E/B MHEV 155 ST-LINE X',
'vin': 'WF0NXXGCHNPK50935',
'year': 2023}
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520TXO%27 HTTP/1.1" 200 None
2026-03-26 08:08:27 [bca.uk] INFO: Saving data for GF23%20TXO: {'auction_closing_time': 1774519200.0, 'created_time': 1774048159.294143, 'last_price_update_time': 1774512507.696084}
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF23%2520TXO') HTTP/1.1" 204 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: ND18%20UAG
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND18%2520UAG%27 HTTP/1.1" 200 None
2026-03-26 08:08:27 [bca.uk] INFO: Scrape type for ND18%20UAG: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: MJ25%20OYX
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [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-26 08:08:27 [bca.uk] INFO: Scrape type for MJ25%20OYX: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: VN62%20EOF
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN62%2520EOF%27 HTTP/1.1" 200 None
2026-03-26 08:08:27 [bca.uk] INFO: Scrape type for VN62%20EOF: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: CA70%20WXZ
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [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-26 08:08:27 [bca.uk] INFO: Scrape type for CA70%20WXZ: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: EA18%20YEL
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520YEL%27 HTTP/1.1" 200 None
2026-03-26 08:08:27 [bca.uk] INFO: Scrape type for EA18%20YEL: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: LL22%20RBY
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [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-26 08:08:27 [bca.uk] INFO: Scrape type for LL22%20RBY: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: SG66%20XWE
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG66%2520XWE%27 HTTP/1.1" 200 None
2026-03-26 08:08:27 [bca.uk] INFO: Scrape type for SG66%20XWE: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: LC71%20GGJ
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [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-26 08:08:27 [bca.uk] INFO: Scrape type for LC71%20GGJ: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: WX66%20UZD
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [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-26 08:08:27 [bca.uk] INFO: Scrape type for WX66%20UZD: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: NX22%20YRE
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [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-26 08:08:27 [bca.uk] INFO: Scrape type for NX22%20YRE: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: SB18%20HFW
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520HFW%27 HTTP/1.1" 200 None
2026-03-26 08:08:27 [bca.uk] INFO: Scrape type for SB18%20HFW: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: KU66%20YWT
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:27 [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-26 08:08:27 [bca.uk] INFO: Scrape type for KU66%20YWT: 0
2026-03-26 08:08:27 [bca.uk] INFO: Found listing with ID: LB66%20VUR
2026-03-26 08:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB66%2520VUR%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for LB66%20VUR: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: BO04%20OPU
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for BO04%20OPU: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: SK65%20NPD
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK65%2520NPD%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for SK65%20NPD: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: NJ70%20ZZO
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for NJ70%20ZZO: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: BL70%20UTV
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for BL70%20UTV: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: SB12%20OSV
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for SB12%20OSV: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: GY11%20KWK
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY11%2520KWK%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for GY11%20KWK: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: CK21%20VYF
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK21%2520VYF%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for CK21%20VYF: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: YT18%20LXK
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT18%2520LXK%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for YT18%20LXK: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: EX18%20ZBL
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for EX18%20ZBL: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: WF66%20DSE
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for WF66%20DSE: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: KU12%20ULT
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for KU12%20ULT: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: BP66%20HFX
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520HFX%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for BP66%20HFX: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: FT13%20XNB
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for FT13%20XNB: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: DP73%20FTY
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP73%2520FTY%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for DP73%20FTY: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: WO73%20CHZ
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO73%2520CHZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for WO73%20CHZ: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: SW13%20LDN
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW13%2520LDN%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for SW13%20LDN: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: FE70%20VGU
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520VGU%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for FE70%20VGU: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: DN24%20NGY
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520NGY%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for DN24%20NGY: 0
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Total items found: 100
2026-03-26 08:08:28 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded
2026-03-26 08:08:28 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Found listing with ID: MF23%20CZG
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for MF23%20CZG: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: ML22%20MHF
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520MHF%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for ML22%20MHF: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: MX70%20UWD
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for MX70%20UWD: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: BG71%20XWP
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520XWP%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for BG71%20XWP: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: DN24%20NDL
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520NDL%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for DN24%20NDL: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: KR73%20EEG
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR73%2520EEG%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for KR73%20EEG: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: PY73%20OKJ
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY73%2520OKJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for PY73%20OKJ: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: BU22%20TFA
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for BU22%20TFA: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: DN73%20YEV
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN73%2520YEV%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for DN73%20YEV: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: DV24%20FBJ
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520FBJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for DV24%20FBJ: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: DY24%20PPF
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520PPF%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for DY24%20PPF: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: DY24%20PPK
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520PPK%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for DY24%20PPK: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: GJ74%20WKX
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ74%2520WKX%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for GJ74%20WKX: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: GV72%20KDZ
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for GV72%20KDZ: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: YD24%20XVA
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD24%2520XVA%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for YD24%20XVA: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: YP24%20BNZ
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520BNZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:28 [bca.uk] INFO: Scrape type for YP24%20BNZ: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: YS72%20BKU
2026-03-26 08:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:28 [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-26 08:08:28 [bca.uk] INFO: Scrape type for YS72%20BKU: 0
2026-03-26 08:08:28 [bca.uk] INFO: Found listing with ID: HV22%20WTY
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520WTY%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for HV22%20WTY: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: BD58%20FBY
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD58%2520FBY%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for BD58%20FBY: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: FN24%20SBO
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for FN24%20SBO: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GJ23%20JXT
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520JXT%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GJ23%20JXT: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GN24%20XKL
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN24%2520XKL%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GN24%20XKL: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: HG23%20WLA
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG23%2520WLA%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for HG23%20WLA: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: MA22%20WBE
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520WBE%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for MA22%20WBE: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: RA73%20AFX
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520AFX%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for RA73%20AFX: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GL64%20YPJ
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for GL64%20YPJ: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: SH57%20VVG
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH57%2520VVG%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for SH57%20VVG: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: BK22%20HBC
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520HBC%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for BK22%20HBC: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: BK21%20YDO
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for BK21%20YDO: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: BF58%20ZTH
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF58%2520ZTH%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for BF58%20ZTH: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: YG17%20LLH
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for YG17%20LLH: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: DV65%20UZO
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for DV65%20UZO: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: OE17%20VUJ
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520VUJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for OE17%20VUJ: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: BT16%20URN
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for BT16%20URN: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: DG15%20ZYY
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for DG15%20ZYY: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: DN16%20VUO
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520VUO%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for DN16%20VUO: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: OY72%20FVB
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY72%2520FVB%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for OY72%20FVB: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: MF17%20ABK
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF17%2520ABK%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for MF17%20ABK: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: AO06%20XLY
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO06%2520XLY%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for AO06%20XLY: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: BF70%20DHU
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF70%2520DHU%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for BF70%20DHU: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: BL55%20ULA
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL55%2520ULA%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for BL55%20ULA: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: DG17%20GYY
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for DG17%20GYY: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: EF14%20YWG
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF14%2520YWG%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for EF14%20YWG: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: EF71%20CWZ
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF71%2520CWZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for EF71%20CWZ: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: FT63%20FHH
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520FHH%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for FT63%20FHH: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GD17%20BZC
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for GD17%20BZC: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GD65%20LZK
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD65%2520LZK%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GD65%20LZK: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GF65%20VLJ
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF65%2520VLJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GF65%20VLJ: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GJ10%20NSN
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ10%2520NSN%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GJ10%20NSN: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GJ18%20ZYK
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520ZYK%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GJ18%20ZYK: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GK17%20UDY
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK17%2520UDY%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GK17%20UDY: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GK68%20WNT
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK68%2520WNT%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GK68%20WNT: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GN65%20OKM
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN65%2520OKM%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GN65%20OKM: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GY69%20GGP
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY69%2520GGP%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GY69%20GGP: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: HN69%20BZB
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN69%2520BZB%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for HN69%20BZB: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: LC54%20OBX
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for LC54%20OBX: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: LL17%20YNR
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520YNR%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for LL17%20YNR: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: LL63%20AOJ
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL63%2520AOJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for LL63%20AOJ: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: AY70%20JCZ
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for AY70%20JCZ: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: SB70%20OZV
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB70%2520OZV%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for SB70%20OZV: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: BN13%20OUP
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for BN13%20OUP: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: J16%20MYM
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J16%2520MYM%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for J16%20MYM: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: KX63%20JUE
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for KX63%20JUE: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: YY16%20EUR
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY16%2520EUR%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for YY16%20EUR: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: AK58%20RXD
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520RXD%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for AK58%20RXD: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: MF07%20OBT
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF07%2520OBT%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for MF07%20OBT: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: Y475%20ACW
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y475%2520ACW%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for Y475%20ACW: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GU18%20PNX
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520PNX%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GU18%20PNX: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: FL10%20FUV
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for FL10%20FUV: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: GY13%20NEF
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY13%2520NEF%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for GY13%20NEF: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: LX62%20WEO
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for LX62%20WEO: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: S5%20WUT
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [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-26 08:08:29 [bca.uk] INFO: Scrape type for S5%20WUT: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: W279%20PGH
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W279%2520PGH%27 HTTP/1.1" 200 None
2026-03-26 08:08:29 [bca.uk] INFO: Scrape type for W279%20PGH: 0
2026-03-26 08:08:29 [bca.uk] INFO: Found listing with ID: DE56%20HMF
2026-03-26 08:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE56%2520HMF%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for DE56%20HMF: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: SK68%20SZR
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520SZR%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for SK68%20SZR: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: WK68%20PHV
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK68%2520PHV%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for WK68%20PHV: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: CE66%20WTG
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [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-26 08:08:30 [bca.uk] INFO: Scrape type for CE66%20WTG: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: GM15%20FHG
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM15%2520FHG%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for GM15%20FHG: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: GU61%20YLO
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU61%2520YLO%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for GU61%20YLO: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: LM13%20OUD
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [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-26 08:08:30 [bca.uk] INFO: Scrape type for LM13%20OUD: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: LO17%20HWC
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO17%2520HWC%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for LO17%20HWC: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: LX15%20VXK
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX15%2520VXK%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for LX15%20VXK: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: LY16%20HDF
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520HDF%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for LY16%20HDF: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: WIW%208663
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WIW%25208663%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for WIW%208663: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: VE16%20WBZ
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [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-26 08:08:30 [bca.uk] INFO: Scrape type for VE16%20WBZ: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: GL18%20LSY
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL18%2520LSY%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for GL18%20LSY: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: YN19%20NYC
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520NYC%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for YN19%20NYC: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: ND68%20ZKB
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [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-26 08:08:30 [bca.uk] INFO: Scrape type for ND68%20ZKB: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: FD10%20HYW
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD10%2520HYW%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for FD10%20HYW: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: AM08%20VPU
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM08%2520VPU%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for AM08%20VPU: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: AO11%20HJC
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO11%2520HJC%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for AO11%20HJC: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: BJ10%20RMX
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ10%2520RMX%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for BJ10%20RMX: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: CE08%20YEV
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE08%2520YEV%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for CE08%20YEV: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: DA09%20YLF
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA09%2520YLF%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for DA09%20YLF: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: FP20%20ODH
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP20%2520ODH%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for FP20%20ODH: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: FT07%20FUH
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT07%2520FUH%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for FT07%20FUH: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: KD56%20RFL
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD56%2520RFL%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for KD56%20RFL: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: KM59%20OSF
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM59%2520OSF%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for KM59%20OSF: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: KR57%20BZF
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR57%2520BZF%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for KR57%20BZF: 0
2026-03-26 08:08:30 [bca.uk] INFO: Found listing with ID: NJ59%20ZDE
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ59%2520ZDE%27 HTTP/1.1" 200 None
2026-03-26 08:08:30 [bca.uk] INFO: Scrape type for NJ59%20ZDE: 0
2026-03-26 08:08:30 [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-26 08:08:30 [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-26 08:08:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:08:32 [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-26 08:08:32 [bca.uk] INFO: Total items found: 100
2026-03-26 08:08:32 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded
2026-03-26 08:08:32 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:08:32 [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-26 08:08:32 [bca.uk] INFO: Found listing with ID: PF08%20JFK
2026-03-26 08:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF08%2520JFK%27 HTTP/1.1" 200 None
2026-03-26 08:08:32 [bca.uk] INFO: Scrape type for PF08%20JFK: 0
2026-03-26 08:08:32 [bca.uk] INFO: Found listing with ID: SG58%20TXK
2026-03-26 08:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG58%2520TXK%27 HTTP/1.1" 200 None
2026-03-26 08:08:32 [bca.uk] INFO: Scrape type for SG58%20TXK: 0
2026-03-26 08:08:32 [bca.uk] INFO: Found listing with ID: SH08%20EAC
2026-03-26 08:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH08%2520EAC%27 HTTP/1.1" 200 None
2026-03-26 08:08:32 [bca.uk] INFO: Scrape type for SH08%20EAC: 0
2026-03-26 08:08:32 [bca.uk] INFO: Found listing with ID: X878%20FLH
2026-03-26 08:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X878%2520FLH%27 HTTP/1.1" 200 None
2026-03-26 08:08:32 [bca.uk] INFO: Scrape type for X878%20FLH: 0
2026-03-26 08:08:32 [bca.uk] INFO: Found listing with ID: YK06%20OXC
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK06%2520OXC%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for YK06%20OXC: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: YR07%20EBK
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR07%2520EBK%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for YR07%20EBK: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: YX07%20YOL
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX07%2520YOL%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for YX07%20YOL: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: YY09%20NWN
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY09%2520NWN%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for YY09%20NWN: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: NL68%20OHH
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL68%2520OHH%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for NL68%20OHH: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: NX13%20UKG
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520UKG%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for NX13%20UKG: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: RV62%20JZX
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV62%2520JZX%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for RV62%20JZX: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: WO15%20WNR
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for WO15%20WNR: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: PE65%20NYV
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE65%2520NYV%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for PE65%20NYV: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: VN16%20VOU
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN16%2520VOU%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for VN16%20VOU: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: PK09%20VYR
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK09%2520VYR%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for PK09%20VYR: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SR17%20AOO
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR17%2520AOO%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for SR17%20AOO: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SW64%20ODY
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW64%2520ODY%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for SW64%20ODY: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: GJ12%20NBD
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for GJ12%20NBD: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: LK63%20ENP
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK63%2520ENP%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for LK63%20ENP: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SE18%20NNO
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for SE18%20NNO: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: AE11%20LCY
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE11%2520LCY%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for AE11%20LCY: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: DS15%20BZM
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520BZM%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for DS15%20BZM: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: FX17%20CHK
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for FX17%20CHK: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SK18%20UPS
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for SK18%20UPS: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: BK18%20UKT
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK18%2520UKT%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for BK18%20UKT: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: MV68%20EOJ
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for MV68%20EOJ: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: LS16%20HCY
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for LS16%20HCY: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SD14%20YWR
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520YWR%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for SD14%20YWR: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SF16%20FBG
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF16%2520FBG%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for SF16%20FBG: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SG62%20OUM
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for SG62%20OUM: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SJ65%20GLG
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for SJ65%20GLG: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SP16%20NDG
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520NDG%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for SP16%20NDG: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SB59%20MMF
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB59%2520MMF%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for SB59%20MMF: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SM05%20OZB
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM05%2520OZB%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for SM05%20OZB: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: YK67%20JYJ
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for YK67%20JYJ: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: YL67%20HHA
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for YL67%20HHA: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: AO16%20YDF
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO16%2520YDF%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for AO16%20YDF: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: FJ67%20UTM
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520UTM%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for FJ67%20UTM: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: LF62%20LBY
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for LF62%20LBY: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: LS13%20ZPJ
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS13%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for LS13%20ZPJ: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: LS63%20WWZ
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS63%2520WWZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for LS63%20WWZ: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: MM18%20XBD
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for MM18%20XBD: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: VO09%20RFK
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO09%2520RFK%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for VO09%20RFK: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: YS15%20EUX
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS15%2520EUX%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for YS15%20EUX: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: KP58%20DFD
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP58%2520DFD%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for KP58%20DFD: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: NU58%20UZX
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU58%2520UZX%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for NU58%20UZX: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: CE59%20VFB
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for CE59%20VFB: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: CF11%20MPY
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF11%2520MPY%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for CF11%20MPY: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: CK62%20NDG
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK62%2520NDG%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for CK62%20NDG: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: LT58%20HVZ
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT58%2520HVZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for LT58%20HVZ: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: NV65%20UUM
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520UUM%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for NV65%20UUM: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SG15%20DCY
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG15%2520DCY%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for SG15%20DCY: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SG63%20ESU
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520ESU%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for SG63%20ESU: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: SV65%20OLT
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for SV65%20OLT: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: CA18%20OAB
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for CA18%20OAB: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: YX68%20KKJ
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX68%2520KKJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for YX68%20KKJ: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: AK68%20GNZ
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for AK68%20GNZ: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: MD15%20DZY
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for MD15%20DZY: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: PE17%20THN
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE17%2520THN%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for PE17%20THN: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: WT16%20YHP
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520YHP%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for WT16%20YHP: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: YD15%20TJX
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [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-26 08:08:33 [bca.uk] INFO: Scrape type for YD15%20TJX: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: CV11%20TXW
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520TXW%27 HTTP/1.1" 200 None
2026-03-26 08:08:33 [bca.uk] INFO: Scrape type for CV11%20TXW: 0
2026-03-26 08:08:33 [bca.uk] INFO: Found listing with ID: DN14%20GKA
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for DN14%20GKA: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: HG65%20FTZ
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for HG65%20FTZ: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: HW69%20EOS
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for HW69%20EOS: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: MW18%20ZMX
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for MW18%20ZMX: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: RJ61%20YEU
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ61%2520YEU%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for RJ61%20YEU: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: SL62%20LCV
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL62%2520LCV%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for SL62%20LCV: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: WD62%20DUA
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD62%2520DUA%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for WD62%20DUA: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: WF15%20GYT
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF15%2520GYT%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for WF15%20GYT: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: WF61%20JZG
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for WF61%20JZG: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: PO59%20PCF
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO59%2520PCF%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for PO59%20PCF: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: MA17%20EEJ
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520EEJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for MA17%20EEJ: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: CV69%20NGJ
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV69%2520NGJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for CV69%20NGJ: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: OW18%20KVV
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW18%2520KVV%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for OW18%20KVV: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: LT63%20TWG
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for LT63%20TWG: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: YE64%20WBN
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for YE64%20WBN: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: YF14%20ZYR
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for YF14%20ZYR: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: FD09%20CVW
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD09%2520CVW%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for FD09%20CVW: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: MA10%20TTU
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA10%2520TTU%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for MA10%20TTU: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: BD64%20URO
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for BD64%20URO: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: BK14%20OPU
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520OPU%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for BK14%20OPU: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: GX56%20BWV
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX56%2520BWV%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for GX56%20BWV: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: HJ13%20FDL
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for HJ13%20FDL: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: HY59%20YWD
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY59%2520YWD%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for HY59%20YWD: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: LJZ%203517
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for LJZ%203517: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: PN14%20CYX
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for PN14%20CYX: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: RY65%20SFZ
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for RY65%20SFZ: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: V20%20LSS
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for V20%20LSS: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: WN12%20DWP
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN12%2520DWP%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for WN12%20DWP: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: Y709%20OMO
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y709%2520OMO%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for Y709%20OMO: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: YK67%20EPM
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for YK67%20EPM: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: YX18%20TFZ
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX18%2520TFZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for YX18%20TFZ: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: HV09%20NNJ
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV09%2520NNJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for HV09%20NNJ: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: KS07%20YFF
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS07%2520YFF%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for KS07%20YFF: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: DU62%20XLD
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU62%2520XLD%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for DU62%20XLD: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: WU58%20MYB
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for WU58%20MYB: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: LR16%20KVF
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR16%2520KVF%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for LR16%20KVF: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: CX61%20ZZS
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [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-26 08:08:34 [bca.uk] INFO: Scrape type for CX61%20ZZS: 0
2026-03-26 08:08:34 [bca.uk] INFO: Found listing with ID: CY67%20HDL
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY67%2520HDL%27 HTTP/1.1" 200 None
2026-03-26 08:08:34 [bca.uk] INFO: Scrape type for CY67%20HDL: 0
2026-03-26 08:08:34 [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-26 08:08:34 [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-26 08:08:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:08:37 [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-26 08:08:37 [bca.uk] INFO: Total items found: 100
2026-03-26 08:08:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded
2026-03-26 08:08:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:08:37 [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-26 08:08:37 [bca.uk] INFO: Found listing with ID: DF62%20ONB
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF62%2520ONB%27 HTTP/1.1" 200 None
2026-03-26 08:08:37 [bca.uk] INFO: Scrape type for DF62%20ONB: 0
2026-03-26 08:08:37 [bca.uk] INFO: Found listing with ID: KT69%20FXD
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT69%2520FXD%27 HTTP/1.1" 200 None
2026-03-26 08:08:37 [bca.uk] INFO: Scrape type for KT69%20FXD: 0
2026-03-26 08:08:37 [bca.uk] INFO: Found listing with ID: MT09%20UXH
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT09%2520UXH%27 HTTP/1.1" 200 None
2026-03-26 08:08:37 [bca.uk] INFO: Scrape type for MT09%20UXH: 0
2026-03-26 08:08:37 [bca.uk] INFO: Found listing with ID: SL09%20UVJ
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL09%2520UVJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:37 [bca.uk] INFO: Scrape type for SL09%20UVJ: 0
2026-03-26 08:08:37 [bca.uk] INFO: Found listing with ID: YK12%20URF
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520URF%27 HTTP/1.1" 200 None
2026-03-26 08:08:37 [bca.uk] INFO: Scrape type for YK12%20URF: 0
2026-03-26 08:08:37 [bca.uk] INFO: Found listing with ID: YN65%20TGE
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN65%2520TGE%27 HTTP/1.1" 200 None
2026-03-26 08:08:37 [bca.uk] INFO: Scrape type for YN65%20TGE: 0
2026-03-26 08:08:37 [bca.uk] INFO: Found listing with ID: YV16%20AMK
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV16%2520AMK%27 HTTP/1.1" 200 None
2026-03-26 08:08:37 [bca.uk] INFO: Scrape type for YV16%20AMK: 0
2026-03-26 08:08:37 [bca.uk] INFO: Found listing with ID: OY17%20DYA
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520DYA%27 HTTP/1.1" 200 None
2026-03-26 08:08:37 [bca.uk] INFO: Scrape type for OY17%20DYA: 0
2026-03-26 08:08:37 [bca.uk] INFO: Found listing with ID: DN60%20VMH
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN60%2520VMH%27 HTTP/1.1" 200 None
2026-03-26 08:08:37 [bca.uk] INFO: Scrape type for DN60%20VMH: 0
2026-03-26 08:08:37 [bca.uk] INFO: Found listing with ID: DV61%20RXB
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV61%2520RXB%27 HTTP/1.1" 200 None
2026-03-26 08:08:37 [bca.uk] INFO: Scrape type for DV61%20RXB: 0
2026-03-26 08:08:37 [bca.uk] INFO: Found listing with ID: EO10%20VKR
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO10%2520VKR%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for EO10%20VKR: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: DF18%20LDV
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for DF18%20LDV: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: FP18%20OXC
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP18%2520OXC%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for FP18%20OXC: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: EF03%20CXR
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for EF03%20CXR: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: KC15%20ETU
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC15%2520ETU%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for KC15%20ETU: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: KE66%20WGJ
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for KE66%20WGJ: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: KR16%20CYS
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for KR16%20CYS: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: LK18%20UPR
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for LK18%20UPR: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: FL57%20CFF
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL57%2520CFF%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for FL57%20CFF: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: GJ09%20RXD
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ09%2520RXD%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for GJ09%20RXD: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: GK61%20UCL
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK61%2520UCL%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for GK61%20UCL: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: GU58%20HFB
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU58%2520HFB%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for GU58%20HFB: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: KR06%20WJV
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR06%2520WJV%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for KR06%20WJV: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: LK06%20BUW
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK06%2520BUW%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for LK06%20BUW: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: LM56%20OAW
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM56%2520OAW%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for LM56%20OAW: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: OY52%20EUK
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY52%2520EUK%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for OY52%20EUK: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: RV58%20OSC
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV58%2520OSC%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for RV58%20OSC: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: S152%20DFM
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S152%2520DFM%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for S152%20DFM: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: W117%20PGF
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W117%2520PGF%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for W117%20PGF: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: Y713%20KJO
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y713%2520KJO%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for Y713%20KJO: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: YW03%20UWJ
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW03%2520UWJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for YW03%20UWJ: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: EX11%20GZW
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX11%2520GZW%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for EX11%20GZW: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: VO08%20KNJ
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO08%2520KNJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for VO08%20KNJ: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: BK59%20JXH
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK59%2520JXH%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for BK59%20JXH: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: BL11%20EVG
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL11%2520EVG%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for BL11%20EVG: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: DA64%20WPD
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for DA64%20WPD: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: FN13%20VNZ
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520VNZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for FN13%20VNZ: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: HN60%20LUF
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN60%2520LUF%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for HN60%20LUF: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: OY14%20LMF
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for OY14%20LMF: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: FX65%20NOU
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for FX65%20NOU: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: MT63%20OKS
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for MT63%20OKS: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: LR22%20JWY
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for LR22%20JWY: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: EO12%20HMK
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO12%2520HMK%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for EO12%20HMK: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: FV61%20VWL
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520VWL%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for FV61%20VWL: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: AO13%20CZZ
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO13%2520CZZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for AO13%20CZZ: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: WR65%20CAV
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR65%2520CAV%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for WR65%20CAV: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: WN62%20VMM
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN62%2520VMM%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for WN62%20VMM: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: ND05%20RXC
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND05%2520RXC%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for ND05%20RXC: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: DA57%20XKX
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for DA57%20XKX: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: MK10%20FFX
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for MK10%20FFX: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: AJ17%20ECE
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for AJ17%20ECE: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: AY66%20NLM
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for AY66%20NLM: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: BF21%20PHZ
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF21%2520PHZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for BF21%20PHZ: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: LL69%20JHU
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for LL69%20JHU: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: RK67%20RMY
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK67%2520RMY%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for RK67%20RMY: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: VK67%20LTY
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520LTY%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for VK67%20LTY: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: LF66%20PMO
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF66%2520PMO%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for LF66%20PMO: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: EK07%20NBB
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK07%2520NBB%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for EK07%20NBB: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: GJ10%20FFS
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ10%2520FFS%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for GJ10%20FFS: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: RJ07%20KAX
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ07%2520KAX%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for RJ07%20KAX: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: BN63%20CYO
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN63%2520CYO%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for BN63%20CYO: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: GY10%20HOJ
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for GY10%20HOJ: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: LX15%20HNK
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [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-26 08:08:38 [bca.uk] INFO: Scrape type for LX15%20HNK: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: GJ62%20NUY
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ62%2520NUY%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for GJ62%20NUY: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: GK64%20LTV
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK64%2520LTV%27 HTTP/1.1" 200 None
2026-03-26 08:08:38 [bca.uk] INFO: Scrape type for GK64%20LTV: 0
2026-03-26 08:08:38 [bca.uk] INFO: Found listing with ID: SM62%20CJZ
2026-03-26 08:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for SM62%20CJZ: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: ML62%20WWV
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML62%2520WWV%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for ML62%20WWV: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: FH57%20CHZ
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for FH57%20CHZ: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: GF59%20OOU
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for GF59%20OOU: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: YB61%20HZA
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for YB61%20HZA: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: YR60%20VCC
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for YR60%20VCC: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: FX59%20XLS
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for FX59%20XLS: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: BX71%20WVC
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX71%2520WVC%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for BX71%20WVC: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: LB71%20RZV
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520RZV%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for LB71%20RZV: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: CE09%20ZLZ
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE09%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for CE09%20ZLZ: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: CK22%20FHU
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520FHU%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for CK22%20FHU: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: FX17%20VRV
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for FX17%20VRV: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: CY12%20BXF
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY12%2520BXF%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for CY12%20BXF: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: DG61%20YFF
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG61%2520YFF%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for DG61%20YFF: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: KW15%20FPX
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520FPX%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for KW15%20FPX: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: SL63%20HWN
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for SL63%20HWN: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: WJ60%20UWG
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for WJ60%20UWG: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: JS51%20JOK
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JS51%2520JOK%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for JS51%20JOK: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: GK70%20FCN
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK70%2520FCN%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for GK70%20FCN: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: FH66%20AEX
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for FH66%20AEX: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: GF14%20PLN
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for GF14%20PLN: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: MF62%20GVK
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF62%2520GVK%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for MF62%20GVK: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: NG17%20OCY
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for NG17%20OCY: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: OFZ%209898
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OFZ%25209898%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for OFZ%209898: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: SO11%20AHL
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO11%2520AHL%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for SO11%20AHL: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: YA62%20FVD
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA62%2520FVD%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for YA62%20FVD: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: YC13%20EBV
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for YC13%20EBV: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: YH11%20WZW
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for YH11%20WZW: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: YP12%20HGG
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for YP12%20HGG: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: YX10%20UNJ
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for YX10%20UNJ: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: YF68%20EVP
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520EVP%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for YF68%20EVP: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: SC53%20TDX
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for SC53%20TDX: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: VK12%20KHV
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK12%2520KHV%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for VK12%20KHV: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: AK62%20MYP
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK62%2520MYP%27 HTTP/1.1" 200 None
2026-03-26 08:08:39 [bca.uk] INFO: Scrape type for AK62%20MYP: 0
2026-03-26 08:08:39 [bca.uk] INFO: Found listing with ID: YG56%20OUJ
2026-03-26 08:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:39 [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-26 08:08:39 [bca.uk] INFO: Scrape type for YG56%20OUJ: 0
2026-03-26 08:08:39 [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-26 08:08:39 [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-26 08:08:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Total items found: 100
2026-03-26 08:08:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded
2026-03-26 08:08:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Found listing with ID: AF61%20ZZB
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for AF61%20ZZB: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: AF64%20JYY
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for AF64%20JYY: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: BN65%20ULK
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for BN65%20ULK: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: EF11%20ZNN
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for EF11%20ZNN: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: MA11%20HRE
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for MA11%20HRE: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: RO12%20UVT
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for RO12%20UVT: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: SK61%20HNP
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for SK61%20HNP: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: WR13%20LSZ
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR13%2520LSZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for WR13%20LSZ: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: YR64%20YBB
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for YR64%20YBB: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: CP57%20HLY
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP57%2520HLY%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for CP57%20HLY: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: EO61%20LHM
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO61%2520LHM%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for EO61%20LHM: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: FX67%20PWY
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for FX67%20PWY: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: GV54%20EJA
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for GV54%20EJA: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: LA13%20SHJ
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for LA13%20SHJ: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: LD62%20GBX
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD62%2520GBX%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for LD62%20GBX: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: MV67%20UZG
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520UZG%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for MV67%20UZG: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: RV61%20DBY
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for RV61%20DBY: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: VE13%20VNP
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for VE13%20VNP: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: WM19%20NVK
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for WM19%20NVK: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: GF59%20GEY
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF59%2520GEY%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for GF59%20GEY: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: MD12%20YZB
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD12%2520YZB%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for MD12%20YZB: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: OY10%20PHZ
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY10%2520PHZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for OY10%20PHZ: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: SY58%20YDP
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY58%2520YDP%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for SY58%20YDP: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: YK09%20LZG
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520LZG%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for YK09%20LZG: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: WU68%20NSN
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for WU68%20NSN: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: DN16%20CJE
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for DN16%20CJE: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: CU14%20VYF
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU14%2520VYF%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for CU14%20VYF: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: HV55%20OUD
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV55%2520OUD%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for HV55%20OUD: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: RE06%20CFZ
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE06%2520CFZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for RE06%20CFZ: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: WK13%20LMF
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK13%2520LMF%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for WK13%20LMF: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: WN62%20EKJ
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN62%2520EKJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for WN62%20EKJ: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: WU56%20NLN
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU56%2520NLN%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for WU56%20NLN: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: YE59%20XKU
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for YE59%20XKU: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: AY13%20VLR
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY13%2520VLR%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for AY13%20VLR: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: BG10%20VSL
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for BG10%20VSL: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: DE61%20LXS
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE61%2520LXS%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for DE61%20LXS: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: FL11%20BMO
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL11%2520BMO%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for FL11%20BMO: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: FV61%20WSU
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for FV61%20WSU: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: LG12%20XRK
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for LG12%20XRK: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: LL10%20KTP
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520KTP%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for LL10%20KTP: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: LL62%20MYF
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for LL62%20MYF: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: NU62%20CBO
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for NU62%20CBO: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: PN10%20YOY
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN10%2520YOY%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for PN10%20YOY: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: RA16%20JJV
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for RA16%20JJV: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: SB61%20BDF
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for SB61%20BDF: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: SG58%20EVK
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for SG58%20EVK: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: VK13%20VMR
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK13%2520VMR%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for VK13%20VMR: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: VK61%20YHL
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for VK61%20YHL: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: WG62%20HBY
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG62%2520HBY%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for WG62%20HBY: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: WN60%20TKF
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN60%2520TKF%27 HTTP/1.1" 200 None
2026-03-26 08:08:42 [bca.uk] INFO: Scrape type for WN60%20TKF: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: WP62%20OGX
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for WP62%20OGX: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: WR11%20TDX
2026-03-26 08:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:42 [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-26 08:08:42 [bca.uk] INFO: Scrape type for WR11%20TDX: 0
2026-03-26 08:08:42 [bca.uk] INFO: Found listing with ID: WV10%20NSZ
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for WV10%20NSZ: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: YB15%20MUW
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB15%2520MUW%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for YB15%20MUW: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: YD64%20RXG
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for YD64%20RXG: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: YE61%20SVO
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for YE61%20SVO: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: YH59%20NHG
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for YH59%20NHG: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: LS07%20LHK
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS07%2520LHK%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for LS07%20LHK: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: OE04%20YGX
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE04%2520YGX%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for OE04%20YGX: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: YP60%20VKN
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP60%2520VKN%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for YP60%20VKN: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: YT15%20YLJ
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for YT15%20YLJ: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: CE09%20GVF
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE09%2520GVF%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for CE09%20GVF: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: MC08%20YDN
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC08%2520YDN%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for MC08%20YDN: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: VN10%20KXU
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN10%2520KXU%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for VN10%20KXU: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: VO62%20YCL
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO62%2520YCL%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for VO62%20YCL: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: WV68%20XXZ
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for WV68%20XXZ: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: BL19%20WLJ
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for BL19%20WLJ: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: OU18%20KRX
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for OU18%20KRX: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: WD14%20EBC
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD14%2520EBC%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for WD14%20EBC: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: WD66%20ZWW
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD66%2520ZWW%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for WD66%20ZWW: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: SK13%20UXH
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for SK13%20UXH: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: WU14%20EBO
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for WU14%20EBO: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: YD16%20MEC
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520MEC%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for YD16%20MEC: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: VK73%20CAE
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for VK73%20CAE: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: EF65%20XAT
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for EF65%20XAT: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: ST12%20XMK
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST12%2520XMK%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for ST12%20XMK: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: VK11%20KVF
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK11%2520KVF%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for VK11%20KVF: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: DC68%20BOJ
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC68%2520BOJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for DC68%20BOJ: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: FT07%20BTO
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for FT07%20BTO: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: SJ63%20LCL
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for SJ63%20LCL: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: YR60%20VUC
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520VUC%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for YR60%20VUC: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: SD14%20OMZ
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520OMZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for SD14%20OMZ: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: KV66%20XCL
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520XCL%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for KV66%20XCL: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: YW15%20JCO
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for YW15%20JCO: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: SA62%20FJJ
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA62%2520FJJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for SA62%20FJJ: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: DS69%20LSF
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for DS69%20LSF: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: FN70%20VDR
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for FN70%20VDR: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: BJ07%20JAO
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for BJ07%20JAO: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: HN11%20MLJ
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN11%2520MLJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for HN11%20MLJ: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: HX02%20DDE
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX02%2520DDE%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for HX02%20DDE: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: HY13%20WTJ
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520WTJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for HY13%20WTJ: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: RV59%20BVW
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV59%2520BVW%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for RV59%20BVW: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: VK58%20YRT
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK58%2520YRT%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for VK58%20YRT: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: WJ11%20SXM
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ11%2520SXM%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for WJ11%20SXM: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: YB09%20YKJ
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB09%2520YKJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for YB09%20YKJ: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: YR08%20VAF
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR08%2520VAF%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for YR08%20VAF: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: EA64%20WJM
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520WJM%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for EA64%20WJM: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: MT20%20ZVJ
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for MT20%20ZVJ: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: AU10%20YNF
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [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-26 08:08:43 [bca.uk] INFO: Scrape type for AU10%20YNF: 0
2026-03-26 08:08:43 [bca.uk] INFO: Found listing with ID: CA08%20AOV
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA08%2520AOV%27 HTTP/1.1" 200 None
2026-03-26 08:08:43 [bca.uk] INFO: Scrape type for CA08%20AOV: 0
2026-03-26 08:08:43 [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-26 08:08:43 [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-26 08:08:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:08:45 [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-26 08:08:45 [bca.uk] INFO: Total items found: 100
2026-03-26 08:08:45 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded
2026-03-26 08:08:45 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:08:45 [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-26 08:08:45 [bca.uk] INFO: Found listing with ID: DA09%20SGZ
2026-03-26 08:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:45 [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-26 08:08:45 [bca.uk] INFO: Scrape type for DA09%20SGZ: 0
2026-03-26 08:08:45 [bca.uk] INFO: Found listing with ID: EO13%20CHC
2026-03-26 08:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:45 [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-26 08:08:45 [bca.uk] INFO: Scrape type for EO13%20CHC: 0
2026-03-26 08:08:45 [bca.uk] INFO: Found listing with ID: ET12%20MKU
2026-03-26 08:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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-26 08:08:45 [bca.uk] INFO: Scrape type for ET12%20MKU: 0
2026-03-26 08:08:45 [bca.uk] INFO: Found listing with ID: EX63%20NFT
2026-03-26 08:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX63%2520NFT%27 HTTP/1.1" 200 None
2026-03-26 08:08:45 [bca.uk] INFO: Scrape type for EX63%20NFT: 0
2026-03-26 08:08:45 [bca.uk] INFO: Found listing with ID: FH63%20XYR
2026-03-26 08:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH63%2520XYR%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for FH63%20XYR: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: FP63%20OBE
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP63%2520OBE%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for FP63%20OBE: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: HG67%20OPD
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG67%2520OPD%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for HG67%20OPD: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: KM08%20PFY
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM08%2520PFY%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for KM08%20PFY: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: LG66%20XCX
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520XCX%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for LG66%20XCX: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: LR63%20ZYC
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR63%2520ZYC%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for LR63%20ZYC: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: LS14%20LGU
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [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-26 08:08:46 [bca.uk] INFO: Scrape type for LS14%20LGU: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: OU63%20ZSR
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU63%2520ZSR%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for OU63%20ZSR: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: RV10%20OYU
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV10%2520OYU%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for RV10%20OYU: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: SD09%20EHY
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD09%2520EHY%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for SD09%20EHY: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: VO66%20TOJ
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [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-26 08:08:46 [bca.uk] INFO: Scrape type for VO66%20TOJ: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: WF14%20UYB
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF14%2520UYB%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for WF14%20UYB: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: WU09%20OTG
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU09%2520OTG%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for WU09%20OTG: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: YF09%20ZDO
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF09%2520ZDO%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for YF09%20ZDO: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: KW14%20UUP
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW14%2520UUP%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for KW14%20UUP: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: WF70%20RZC
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520RZC%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for WF70%20RZC: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: DK14%20LMV
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK14%2520LMV%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for DK14%20LMV: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: DA73%20PBX
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [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-26 08:08:46 [bca.uk] INFO: Scrape type for DA73%20PBX: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: DY67%20MTE
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY67%2520MTE%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for DY67%20MTE: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: BG67%20JVM
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520JVM%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for BG67%20JVM: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: HN15%20RRX
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [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-26 08:08:46 [bca.uk] INFO: Scrape type for HN15%20RRX: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: ND16%20NYV
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [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-26 08:08:46 [bca.uk] INFO: Scrape type for ND16%20NYV: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: RA16%20KWD
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520KWD%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for RA16%20KWD: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: KH56%20KUF
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KH56%2520KUF%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for KH56%20KUF: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: AK52%20EEY
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK52%2520EEY%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for AK52%20EEY: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: CU63%20NGZ
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [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-26 08:08:46 [bca.uk] INFO: Scrape type for CU63%20NGZ: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: EU17%20NBN
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU17%2520NBN%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for EU17%20NBN: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: LN13%20GWW
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [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-26 08:08:46 [bca.uk] INFO: Scrape type for LN13%20GWW: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: OY17%20RWE
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520RWE%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for OY17%20RWE: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: RE13%20OJV
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE13%2520OJV%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for RE13%20OJV: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: WM63%20XPN
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520XPN%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for WM63%20XPN: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: SW72%20BJE
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW72%2520BJE%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for SW72%20BJE: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: HY59%20WKU
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [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-26 08:08:46 [bca.uk] INFO: Scrape type for HY59%20WKU: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: BJ10%20UWH
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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-26 08:08:46 [bca.uk] INFO: Scrape type for BJ10%20UWH: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: PJ56%20SGX
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ56%2520SGX%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for PJ56%20SGX: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: MF15%20GGJ
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF15%2520GGJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for MF15%20GGJ: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: ST09%20OBG
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST09%2520OBG%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for ST09%20OBG: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: RJ19%20BVE
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ19%2520BVE%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for RJ19%20BVE: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: GM15%20FKB
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM15%2520FKB%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for GM15%20FKB: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: PN14%20YHH
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN14%2520YHH%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for PN14%20YHH: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: DF66%20OMR
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF66%2520OMR%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for DF66%20OMR: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: SH61%20YWT
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH61%2520YWT%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for SH61%20YWT: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: NV60%20CDY
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV60%2520CDY%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for NV60%20CDY: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: YK67%20YYM
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK67%2520YYM%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for YK67%20YYM: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: YK64%20OZO
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK64%2520OZO%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for YK64%20OZO: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: FJ23%20NXU
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [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-26 08:08:46 [bca.uk] INFO: Scrape type for FJ23%20NXU: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: WJ67%20PDU
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ67%2520PDU%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for WJ67%20PDU: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: YJ16%20YSE
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ16%2520YSE%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for YJ16%20YSE: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: YE15%20GDY
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE15%2520GDY%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for YE15%20GDY: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: WN65%20CXE
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN65%2520CXE%27 HTTP/1.1" 200 None
2026-03-26 08:08:46 [bca.uk] INFO: Scrape type for WN65%20CXE: 0
2026-03-26 08:08:46 [bca.uk] INFO: Found listing with ID: RJ21%20WXG
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ21%2520WXG%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for RJ21%20WXG: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: NX09%20XPY
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX09%2520XPY%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for NX09%20XPY: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: FM14%20SXV
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM14%2520SXV%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for FM14%20SXV: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: DS68%20VOU
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [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-26 08:08:47 [bca.uk] INFO: Scrape type for DS68%20VOU: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: FL69%20AVG
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520AVG%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for FL69%20AVG: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: OXZ%207423
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OXZ%25207423%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for OXZ%207423: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: LR14%20UBE
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR14%2520UBE%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for LR14%20UBE: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: YM67%20VEH
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520VEH%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for YM67%20VEH: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: YS72%20VKU
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS72%2520VKU%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for YS72%20VKU: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: YS74%20NWH
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS74%2520NWH%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for YS74%20NWH: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: GM15%20JYZ
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM15%2520JYZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for GM15%20JYZ: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: BT59%20WUP
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT59%2520WUP%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for BT59%20WUP: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: FY18%20FCG
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY18%2520FCG%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for FY18%20FCG: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: FD64%20LUP
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD64%2520LUP%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for FD64%20LUP: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: FY16%20FXR
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY16%2520FXR%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for FY16%20FXR: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: KS12%20KLX
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS12%2520KLX%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for KS12%20KLX: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: BK18%20YXG
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK18%2520YXG%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for BK18%20YXG: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: NL22%20VMW
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520VMW%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for NL22%20VMW: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: VU12%20ZPJ
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU12%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for VU12%20ZPJ: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: BC19%20ERV
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC19%2520ERV%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for BC19%20ERV: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: CX66%20XES
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX66%2520XES%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for CX66%20XES: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: DV20%20NHY
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [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-26 08:08:47 [bca.uk] INFO: Scrape type for DV20%20NHY: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: YY71%20VRR
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520VRR%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for YY71%20VRR: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: SD57%20CYU
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [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-26 08:08:47 [bca.uk] INFO: Scrape type for SD57%20CYU: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: YE17%20BLX
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520BLX%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for YE17%20BLX: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: SG18%20UWV
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG18%2520UWV%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for SG18%20UWV: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: MT17%20GXZ
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520GXZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for MT17%20GXZ: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: EF22%20AOU
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [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-26 08:08:47 [bca.uk] INFO: Scrape type for EF22%20AOU: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: CF69%20BNV
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [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-26 08:08:47 [bca.uk] INFO: Scrape type for CF69%20BNV: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: VE19%20AAU
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE19%2520AAU%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for VE19%20AAU: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: DX07%20KWF
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX07%2520KWF%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for DX07%20KWF: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: DF67%20TLU
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF67%2520TLU%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for DF67%20TLU: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: KM21%20XGJ
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM21%2520XGJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for KM21%20XGJ: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: PK63%20YYV
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK63%2520YYV%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for PK63%20YYV: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: YP12%20AXK
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP12%2520AXK%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for YP12%20AXK: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: SG10%20RLX
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG10%2520RLX%27 HTTP/1.1" 200 None
2026-03-26 08:08:47 [bca.uk] INFO: Scrape type for SG10%20RLX: 0
2026-03-26 08:08:47 [bca.uk] INFO: Found listing with ID: DL69%20KTO
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:48 [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-26 08:08:48 [bca.uk] INFO: Scrape type for DL69%20KTO: 0
2026-03-26 08:08:48 [bca.uk] INFO: Found listing with ID: YB19%20RMC
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520RMC%27 HTTP/1.1" 200 None
2026-03-26 08:08:48 [bca.uk] INFO: Scrape type for YB19%20RMC: 0
2026-03-26 08:08:48 [bca.uk] INFO: Found listing with ID: DG07%20VFA
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG07%2520VFA%27 HTTP/1.1" 200 None
2026-03-26 08:08:48 [bca.uk] INFO: Scrape type for DG07%20VFA: 0
2026-03-26 08:08:48 [bca.uk] INFO: Found listing with ID: EY57%20PVD
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY57%2520PVD%27 HTTP/1.1" 200 None
2026-03-26 08:08:48 [bca.uk] INFO: Scrape type for EY57%20PVD: 0
2026-03-26 08:08:48 [bca.uk] INFO: Found listing with ID: WK15%20UNY
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK15%2520UNY%27 HTTP/1.1" 200 None
2026-03-26 08:08:48 [bca.uk] INFO: Scrape type for WK15%20UNY: 0
2026-03-26 08:08:48 [bca.uk] INFO: Found listing with ID: HG54%20KXD
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG54%2520KXD%27 HTTP/1.1" 200 None
2026-03-26 08:08:48 [bca.uk] INFO: Scrape type for HG54%20KXD: 0
2026-03-26 08:08:48 [bca.uk] INFO: Found listing with ID: S111%20HTG
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S111%2520HTG%27 HTTP/1.1" 200 None
2026-03-26 08:08:48 [bca.uk] INFO: Scrape type for S111%20HTG: 0
2026-03-26 08:08:48 [bca.uk] INFO: Found listing with ID: YS62%20YYU
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS62%2520YYU%27 HTTP/1.1" 200 None
2026-03-26 08:08:48 [bca.uk] INFO: Scrape type for YS62%20YYU: 0
2026-03-26 08:08:48 [bca.uk] INFO: Found listing with ID: BD20%20XZW
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:48 [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-26 08:08:48 [bca.uk] INFO: Scrape type for BD20%20XZW: 0
2026-03-26 08:08:48 [bca.uk] INFO: Found listing with ID: SA21%20FZR
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520FZR%27 HTTP/1.1" 200 None
2026-03-26 08:08:48 [bca.uk] INFO: Scrape type for SA21%20FZR: 0
2026-03-26 08:08:48 [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-26 08:08:48 [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-26 08:08:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:08:53 [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-26 08:08:53 [bca.uk] INFO: Total items found: 100
2026-03-26 08:08:53 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded
2026-03-26 08:08:53 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:08:53 [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-26 08:08:53 [bca.uk] INFO: Found listing with ID: SC15%20OJX
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC15%2520OJX%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for SC15%20OJX: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: RO23%20JTU
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [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-26 08:08:53 [bca.uk] INFO: Scrape type for RO23%20JTU: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: WO18%20PWX
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO18%2520PWX%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for WO18%20PWX: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: YY62%20LLD
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [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-26 08:08:53 [bca.uk] INFO: Scrape type for YY62%20LLD: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: HK57%20KRV
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK57%2520KRV%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for HK57%20KRV: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: LY21%20HNL
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY21%2520HNL%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for LY21%20HNL: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: WS03%20TTS
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WS03%2520TTS%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for WS03%20TTS: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: WG16%20HDA
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520HDA%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for WG16%20HDA: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: AE17%20MKZ
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [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-26 08:08:53 [bca.uk] INFO: Scrape type for AE17%20MKZ: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: PF11%20GCX
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF11%2520GCX%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for PF11%20GCX: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: CK71%20HUP
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK71%2520HUP%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for CK71%20HUP: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: DY15%20YWW
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY15%2520YWW%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for DY15%20YWW: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: RX16%20ZXN
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX16%2520ZXN%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for RX16%20ZXN: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: LP16%20BKU
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [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-26 08:08:53 [bca.uk] INFO: Scrape type for LP16%20BKU: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: DF62%20DJZ
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF62%2520DJZ%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for DF62%20DJZ: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: WG05%20WWO
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG05%2520WWO%27 HTTP/1.1" 200 None
2026-03-26 08:08:53 [bca.uk] INFO: Scrape type for WG05%20WWO: 0
2026-03-26 08:08:53 [bca.uk] INFO: Found listing with ID: BR19%20YNT
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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-26 08:08:54 [bca.uk] INFO: Scrape type for BR19%20YNT: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: MF67%20LWH
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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-26 08:08:54 [bca.uk] INFO: Scrape type for MF67%20LWH: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: MJ65%20ZLX
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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-26 08:08:54 [bca.uk] INFO: Scrape type for MJ65%20ZLX: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: LL64%20BYU
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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-26 08:08:54 [bca.uk] INFO: Scrape type for LL64%20BYU: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: PN15%20ZCJ
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN15%2520ZCJ%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for PN15%20ZCJ: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: DY13%20KKT
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [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-26 08:08:54 [bca.uk] INFO: Scrape type for DY13%20KKT: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: ET57%20LOF
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET57%2520LOF%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for ET57%20LOF: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: EY64%20XUK
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [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-26 08:08:54 [bca.uk] INFO: Scrape type for EY64%20XUK: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: FL13%20MYV
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [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-26 08:08:54 [bca.uk] INFO: Scrape type for FL13%20MYV: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: HN57%20BJX
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [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-26 08:08:54 [bca.uk] INFO: Scrape type for HN57%20BJX: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: KD07%20WMU
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD07%2520WMU%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for KD07%20WMU: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: KP63%20BBK
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [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-26 08:08:54 [bca.uk] INFO: Scrape type for KP63%20BBK: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: MT57%20HYG
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT57%2520HYG%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for MT57%20HYG: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: RO14%20OSG
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [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-26 08:08:54 [bca.uk] INFO: Scrape type for RO14%20OSG: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: WK09%20YLB
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [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-26 08:08:54 [bca.uk] INFO: Scrape type for WK09%20YLB: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: YP58%20VFO
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP58%2520VFO%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for YP58%20VFO: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: DP15%20AZR
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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-26 08:08:54 [bca.uk] INFO: Scrape type for DP15%20AZR: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: RA16%20PAO
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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-26 08:08:54 [bca.uk] INFO: Scrape type for RA16%20PAO: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: SK18%20MYT
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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-26 08:08:54 [bca.uk] INFO: Scrape type for SK18%20MYT: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: YC59%20RWZ
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [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-26 08:08:54 [bca.uk] INFO: Scrape type for YC59%20RWZ: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: BU18%20GKL
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU18%2520GKL%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for BU18%20GKL: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: DX09%20TXV
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX09%2520TXV%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for DX09%20TXV: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: MW68%20PNK
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520PNK%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for MW68%20PNK: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: SN63%20NKO
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN63%2520NKO%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for SN63%20NKO: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: VN17%20MXO
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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-26 08:08:54 [bca.uk] INFO: Scrape type for VN17%20MXO: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: FE62%20CUX
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [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-26 08:08:54 [bca.uk] INFO: Scrape type for FE62%20CUX: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: GX14%20BXR
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08: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%2520BXR%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for GX14%20BXR: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: LG60%20ZGK
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [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-26 08:08:54 [bca.uk] INFO: Scrape type for LG60%20ZGK: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: RJ63%20UXC
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ63%2520UXC%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for RJ63%20UXC: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: SO11%20KTG
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO11%2520KTG%27 HTTP/1.1" 200 None
2026-03-26 08:08:54 [bca.uk] INFO: Scrape type for SO11%20KTG: 0
2026-03-26 08:08:54 [bca.uk] INFO: Found listing with ID: YP68%20PBU
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:54 [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-26 08:08:54 [bca.uk] INFO: Scrape type for YP68%20PBU: 2
2026-03-26 08:08:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd8049a8-976f-5129-aac3-4b5292e8eac4 with identifier: YP68%20PBU
2026-03-26 08:08:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd8049a8-976f-5129-aac3-4b5292e8eac4 with scrape type 2
2026-03-26 08:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd8049a8-976f-5129-aac3-4b5292e8eac4 with scrape type 2
2026-03-26 08:08:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd8049a8-976f-5129-aac3-4b5292e8eac4, identifier: YP68%20PBU
2026-03-26 08:08:54 [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-26 08:08:54 [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-26 08:08:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd8049a8-976f-5129-aac3-4b5292e8eac4 with identifier: YP68%20PBU
2026-03-26 08:08:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd8049a8-976f-5129-aac3-4b5292e8eac4 with identifier: YP68%20PBU
2026-03-26 08:08:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd8049a8-976f-5129-aac3-4b5292e8eac4 with identifier: YP68%20PBU to the API
2026-03-26 08:08:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 202,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP68%20PBU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dd8049a8-976f-5129-aac3-4b5292e8eac4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP68 PBU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP68%20PBU&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 103065,
'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 SD6 306 SE StationWagon',
'transmission': 'automatic',
'trim': 'SD6 306 SE',
'vin': 'SALRA2AKXKA087332',
'year': 2018}
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:55 [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-26 08:08:55 [bca.uk] INFO: Saving data for YP68%20PBU: {'auction_closing_time': 1774519200.0, 'created_time': 1773959622.343938, 'last_price_update_time': 1774512535.100455}
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP68%2520PBU') HTTP/1.1" 204 0
2026-03-26 08:08:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:08:55 [bca.uk] INFO: Found listing with ID: WK68%20POF
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:55 [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-26 08:08:55 [bca.uk] INFO: Scrape type for WK68%20POF: 0
2026-03-26 08:08:55 [bca.uk] INFO: Found listing with ID: SP65%20FND
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:55 [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-26 08:08:55 [bca.uk] INFO: Scrape type for SP65%20FND: 2
2026-03-26 08:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca1ddbe4-1756-59a2-9b04-d8c4f3d265de with identifier: SP65%20FND
2026-03-26 08:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca1ddbe4-1756-59a2-9b04-d8c4f3d265de with scrape type 2
2026-03-26 08:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca1ddbe4-1756-59a2-9b04-d8c4f3d265de with scrape type 2
2026-03-26 08:08:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca1ddbe4-1756-59a2-9b04-d8c4f3d265de, identifier: SP65%20FND
2026-03-26 08:08:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca1ddbe4-1756-59a2-9b04-d8c4f3d265de with identifier: SP65%20FND
2026-03-26 08:08:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca1ddbe4-1756-59a2-9b04-d8c4f3d265de with identifier: SP65%20FND
2026-03-26 08:08:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca1ddbe4-1756-59a2-9b04-d8c4f3d265de with identifier: SP65%20FND to the API
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:08:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 155,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP65%20FND-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.1L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ca1ddbe4-1756-59a2-9b04-d8c4f3d265de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP65 FND',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP65%20FND&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'MERCEDES-BENZ',
'model': 'GLE 250 D',
'odometer': 76190,
'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 250 D 2.1 SPORT 4M 9G StationWagon',
'transmission': 'manual',
'trim': 'SPORT 4M 9G',
'vin': 'WDC1660042A655085',
'year': 2020}
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:55 [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-26 08:08:55 [bca.uk] INFO: Saving data for SP65%20FND: {'auction_closing_time': 1774519200.0, 'created_time': 1773825713.060169, 'last_price_update_time': 1774512535.704064}
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP65%2520FND') HTTP/1.1" 204 0
2026-03-26 08:08:55 [bca.uk] INFO: Found listing with ID: FA69%20BYD
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:55 [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-26 08:08:55 [bca.uk] INFO: Scrape type for FA69%20BYD: 2
2026-03-26 08:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f97e0961-b241-59d3-be0b-bbbc9e02d609 with identifier: FA69%20BYD
2026-03-26 08:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f97e0961-b241-59d3-be0b-bbbc9e02d609 with scrape type 2
2026-03-26 08:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f97e0961-b241-59d3-be0b-bbbc9e02d609 with scrape type 2
2026-03-26 08:08:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f97e0961-b241-59d3-be0b-bbbc9e02d609, identifier: FA69%20BYD
2026-03-26 08:08:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f97e0961-b241-59d3-be0b-bbbc9e02d609 with identifier: FA69%20BYD
2026-03-26 08:08:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f97e0961-b241-59d3-be0b-bbbc9e02d609 with identifier: FA69%20BYD
2026-03-26 08:08:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f97e0961-b241-59d3-be0b-bbbc9e02d609 with identifier: FA69%20BYD to the API
2026-03-26 08:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 198,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA69%20BYD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f97e0961-b241-59d3-be0b-bbbc9e02d609',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FA69 BYD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA69%20BYD&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'LAND ROVER',
'model': 'DISCOVERY',
'odometer': 125831,
'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 (I6) HSE StationWagon',
'transmission': 'automatic',
'trim': 'SD6 (I6) HSE',
'vin': 'SALRA2AK4L2422967',
'year': 2019}
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:56 [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-26 08:08:56 [bca.uk] INFO: Saving data for FA69%20BYD: {'auction_closing_time': 1774519200.0, 'created_time': 1773825716.686317, 'last_price_update_time': 1774512536.146799}
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA69%2520BYD') HTTP/1.1" 204 0
2026-03-26 08:08:56 [bca.uk] INFO: Found listing with ID: LG18%20UOC
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520UOC%27 HTTP/1.1" 200 None
2026-03-26 08:08:56 [bca.uk] INFO: Scrape type for LG18%20UOC: 2
2026-03-26 08:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9174754f-975f-51f0-9279-14e533e96bac with identifier: LG18%20UOC
2026-03-26 08:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9174754f-975f-51f0-9279-14e533e96bac with scrape type 2
2026-03-26 08:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9174754f-975f-51f0-9279-14e533e96bac with scrape type 2
2026-03-26 08:08:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9174754f-975f-51f0-9279-14e533e96bac, identifier: LG18%20UOC
2026-03-26 08:08:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9174754f-975f-51f0-9279-14e533e96bac with identifier: LG18%20UOC
2026-03-26 08:08:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9174754f-975f-51f0-9279-14e533e96bac with identifier: LG18%20UOC
2026-03-26 08:08:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9174754f-975f-51f0-9279-14e533e96bac with identifier: LG18%20UOC to the API
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 160,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG18%20UOC-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9174754f-975f-51f0-9279-14e533e96bac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LG18 UOC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG18%20UOC&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MERCEDES-BENZ',
'model': 'E300',
'odometer': 68026,
'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 E300 2.0 AMG LINE PREMIUM 9G Coupe',
'transmission': 'manual',
'trim': 'AMG LINE PREMIUM 9G',
'vin': 'WDD2383482F048760',
'year': 2018}
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520UOC%27 HTTP/1.1" 200 None
2026-03-26 08:08:56 [bca.uk] INFO: Saving data for LG18%20UOC: {'auction_closing_time': 1774605600.0, 'created_time': 1774425726.913126, 'last_price_update_time': 1774512536.580956}
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG18%2520UOC') HTTP/1.1" 204 0
2026-03-26 08:08:56 [bca.uk] INFO: Found listing with ID: KV59%20GHN
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV59%2520GHN%27 HTTP/1.1" 200 None
2026-03-26 08:08:56 [bca.uk] INFO: Scrape type for KV59%20GHN: 2
2026-03-26 08:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d7c39df-82ad-549c-8df6-eab59be644bd with identifier: KV59%20GHN
2026-03-26 08:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d7c39df-82ad-549c-8df6-eab59be644bd with scrape type 2
2026-03-26 08:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d7c39df-82ad-549c-8df6-eab59be644bd with scrape type 2
2026-03-26 08:08:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d7c39df-82ad-549c-8df6-eab59be644bd, identifier: KV59%20GHN
2026-03-26 08:08:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d7c39df-82ad-549c-8df6-eab59be644bd with identifier: KV59%20GHN
2026-03-26 08:08:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d7c39df-82ad-549c-8df6-eab59be644bd with identifier: KV59%20GHN
2026-03-26 08:08:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d7c39df-82ad-549c-8df6-eab59be644bd with identifier: KV59%20GHN to the API
2026-03-26 08:08:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV59%20GHN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.1L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3d7c39df-82ad-549c-8df6-eab59be644bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KV59 GHN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV59%20GHN&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'MERCEDES-BENZ',
'model': 'C220',
'odometer': 110644,
'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 C220 2.1 CDI B/E SE Saloon',
'transmission': 'manual',
'trim': 'CDI B/E SE',
'vin': 'WDD2040022A332090',
'year': 2009}
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV59%2520GHN%27 HTTP/1.1" 200 None
2026-03-26 08:08:57 [bca.uk] INFO: Saving data for KV59%20GHN: {'auction_closing_time': 1774605600.0, 'created_time': 1774425723.452009, 'last_price_update_time': 1774512537.05353}
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV59%2520GHN') HTTP/1.1" 204 0
2026-03-26 08:08:57 [bca.uk] INFO: Found listing with ID: EX69%20RXL
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520RXL%27 HTTP/1.1" 200 None
2026-03-26 08:08:57 [bca.uk] INFO: Scrape type for EX69%20RXL: 2
2026-03-26 08:08:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 591c4250-c19d-5c58-81df-4e45204383f7 with identifier: EX69%20RXL
2026-03-26 08:08:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 591c4250-c19d-5c58-81df-4e45204383f7 with scrape type 2
2026-03-26 08:08:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 591c4250-c19d-5c58-81df-4e45204383f7 with scrape type 2
2026-03-26 08:08:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 591c4250-c19d-5c58-81df-4e45204383f7, identifier: EX69%20RXL
2026-03-26 08:08:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 591c4250-c19d-5c58-81df-4e45204383f7 with identifier: EX69%20RXL
2026-03-26 08:08:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 591c4250-c19d-5c58-81df-4e45204383f7 with identifier: EX69%20RXL
2026-03-26 08:08:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 591c4250-c19d-5c58-81df-4e45204383f7 with identifier: EX69%20RXL to the API
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX69%20RXL-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '591c4250-c19d-5c58-81df-4e45204383f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX69 RXL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX69%20RXL&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 80000,
'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 X Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 ST-LINE X',
'vin': 'WF0NXXGCHNKT89715',
'year': 2019}
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520RXL%27 HTTP/1.1" 200 None
2026-03-26 08:08:57 [bca.uk] INFO: Saving data for EX69%20RXL: {'auction_closing_time': 1774605600.0, 'created_time': 1774425723.869692, 'last_price_update_time': 1774512537.516868}
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX69%2520RXL') HTTP/1.1" 204 0
2026-03-26 08:08:57 [bca.uk] INFO: Found listing with ID: EN66%20WTY
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN66%2520WTY%27 HTTP/1.1" 200 None
2026-03-26 08:08:57 [bca.uk] INFO: Scrape type for EN66%20WTY: 2
2026-03-26 08:08:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fba87717-bee1-58b3-98ac-d27948bd1f6b with identifier: EN66%20WTY
2026-03-26 08:08:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fba87717-bee1-58b3-98ac-d27948bd1f6b with scrape type 2
2026-03-26 08:08:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fba87717-bee1-58b3-98ac-d27948bd1f6b with scrape type 2
2026-03-26 08:08:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fba87717-bee1-58b3-98ac-d27948bd1f6b, identifier: EN66%20WTY
2026-03-26 08:08:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fba87717-bee1-58b3-98ac-d27948bd1f6b with identifier: EN66%20WTY
2026-03-26 08:08:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fba87717-bee1-58b3-98ac-d27948bd1f6b with identifier: EN66%20WTY
2026-03-26 08:08:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fba87717-bee1-58b3-98ac-d27948bd1f6b with identifier: EN66%20WTY to the API
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN66%20WTY-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fba87717-bee1-58b3-98ac-d27948bd1f6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EN66 WTY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN66%20WTY&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 31822,
'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 P/S Hatchback',
'transmission': 'automatic',
'trim': 'E/B 100 ZETEC P/S',
'vin': 'WF0DXXGAKDGT63521',
'year': 2016}
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN66%2520WTY%27 HTTP/1.1" 200 None
2026-03-26 08:08:57 [bca.uk] INFO: Saving data for EN66%20WTY: {'auction_closing_time': 1774605600.0, 'created_time': 1774425724.297084, 'last_price_update_time': 1774512537.974961}
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN66%2520WTY') HTTP/1.1" 204 0
2026-03-26 08:08:57 [bca.uk] INFO: Found listing with ID: AV13%20OOG
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:58 [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-26 08:08:58 [bca.uk] INFO: Scrape type for AV13%20OOG: 2
2026-03-26 08:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4cff0ba-e8a1-597c-b194-5f2ecff2e394 with identifier: AV13%20OOG
2026-03-26 08:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4cff0ba-e8a1-597c-b194-5f2ecff2e394 with scrape type 2
2026-03-26 08:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4cff0ba-e8a1-597c-b194-5f2ecff2e394 with scrape type 2
2026-03-26 08:08:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4cff0ba-e8a1-597c-b194-5f2ecff2e394, identifier: AV13%20OOG
2026-03-26 08:08:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4cff0ba-e8a1-597c-b194-5f2ecff2e394 with identifier: AV13%20OOG
2026-03-26 08:08:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4cff0ba-e8a1-597c-b194-5f2ecff2e394 with identifier: AV13%20OOG
2026-03-26 08:08:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4cff0ba-e8a1-597c-b194-5f2ecff2e394 with identifier: AV13%20OOG to the API
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV13%20OOG-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e4cff0ba-e8a1-597c-b194-5f2ecff2e394',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AV13 OOG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV13%20OOG&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 67310,
'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': 'VF15R0G0H48939207',
'year': 2013}
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:58 [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-26 08:08:58 [bca.uk] INFO: Saving data for AV13%20OOG: {'auction_closing_time': 1774605600.0, 'created_time': 1774425718.266497, 'last_price_update_time': 1774512538.372835}
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV13%2520OOG') HTTP/1.1" 204 0
2026-03-26 08:08:58 [bca.uk] INFO: Found listing with ID: WJ71%20USC
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ71%2520USC%27 HTTP/1.1" 200 None
2026-03-26 08:08:58 [bca.uk] INFO: Scrape type for WJ71%20USC: 2
2026-03-26 08:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94f68a8b-4fb4-53e9-8f36-a2b5721e7462 with identifier: WJ71%20USC
2026-03-26 08:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94f68a8b-4fb4-53e9-8f36-a2b5721e7462 with scrape type 2
2026-03-26 08:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94f68a8b-4fb4-53e9-8f36-a2b5721e7462 with scrape type 2
2026-03-26 08:08:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94f68a8b-4fb4-53e9-8f36-a2b5721e7462, identifier: WJ71%20USC
2026-03-26 08:08:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94f68a8b-4fb4-53e9-8f36-a2b5721e7462 with identifier: WJ71%20USC
2026-03-26 08:08:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94f68a8b-4fb4-53e9-8f36-a2b5721e7462 with identifier: WJ71%20USC
2026-03-26 08:08:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94f68a8b-4fb4-53e9-8f36-a2b5721e7462 with identifier: WJ71%20USC to the API
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ71%20USC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '94f68a8b-4fb4-53e9-8f36-a2b5721e7462',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WJ71 USC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ71%20USC&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MG MOTOR UK',
'model': 'ZS',
'odometer': 54016,
'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.5 VTI-TECH EXCITE Hatchback',
'transmission': 'manual',
'trim': 'VTI-TECH EXCITE',
'vin': 'LSJW74U95MZ161823',
'year': 2021}
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ71%2520USC%27 HTTP/1.1" 200 None
2026-03-26 08:08:58 [bca.uk] INFO: Saving data for WJ71%20USC: {'auction_closing_time': 1774605600.0, 'created_time': 1774425714.272743, 'last_price_update_time': 1774512538.78996}
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ71%2520USC') HTTP/1.1" 204 0
2026-03-26 08:08:58 [bca.uk] INFO: Found listing with ID: NL18%20ZVH
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL18%2520ZVH%27 HTTP/1.1" 200 None
2026-03-26 08:08:58 [bca.uk] INFO: Scrape type for NL18%20ZVH: 2
2026-03-26 08:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab089f7d-cf88-556b-83db-1db81fed51a6 with identifier: NL18%20ZVH
2026-03-26 08:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab089f7d-cf88-556b-83db-1db81fed51a6 with scrape type 2
2026-03-26 08:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab089f7d-cf88-556b-83db-1db81fed51a6 with scrape type 2
2026-03-26 08:08:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab089f7d-cf88-556b-83db-1db81fed51a6, identifier: NL18%20ZVH
2026-03-26 08:08:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab089f7d-cf88-556b-83db-1db81fed51a6 with identifier: NL18%20ZVH
2026-03-26 08:08:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab089f7d-cf88-556b-83db-1db81fed51a6 with identifier: NL18%20ZVH
2026-03-26 08:08:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab089f7d-cf88-556b-83db-1db81fed51a6 with identifier: NL18%20ZVH to the API
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL18%20ZVH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ab089f7d-cf88-556b-83db-1db81fed51a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NL18 ZVH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL18%20ZVH&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MERCEDES-BENZ',
'model': 'A180',
'odometer': 49686,
'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 A180 1.6 AMG LINE Hatchback',
'transmission': 'manual',
'trim': 'AMG LINE',
'vin': 'WDD1760422J769248',
'year': 2018}
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL18%2520ZVH%27 HTTP/1.1" 200 None
2026-03-26 08:08:59 [bca.uk] INFO: Saving data for NL18%20ZVH: {'auction_closing_time': 1774605600.0, 'created_time': 1774425706.164261, 'last_price_update_time': 1774512539.251399}
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL18%2520ZVH') HTTP/1.1" 204 0
2026-03-26 08:08:59 [bca.uk] INFO: Found listing with ID: ML19%20YKN
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520YKN%27 HTTP/1.1" 200 None
2026-03-26 08:08:59 [bca.uk] INFO: Scrape type for ML19%20YKN: 2
2026-03-26 08:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 346e4b21-e89d-5845-8a60-713f81f6d5c3 with identifier: ML19%20YKN
2026-03-26 08:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 346e4b21-e89d-5845-8a60-713f81f6d5c3 with scrape type 2
2026-03-26 08:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 346e4b21-e89d-5845-8a60-713f81f6d5c3 with scrape type 2
2026-03-26 08:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 346e4b21-e89d-5845-8a60-713f81f6d5c3, identifier: ML19%20YKN
2026-03-26 08:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 346e4b21-e89d-5845-8a60-713f81f6d5c3 with identifier: ML19%20YKN
2026-03-26 08:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 346e4b21-e89d-5845-8a60-713f81f6d5c3 with identifier: ML19%20YKN
2026-03-26 08:08:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 346e4b21-e89d-5845-8a60-713f81f6d5c3 with identifier: ML19%20YKN to the API
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:08: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-26 08:08:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML19%20YKN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '346e4b21-e89d-5845-8a60-713f81f6d5c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML19 YKN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML19%20YKN&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 62726,
'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 EVO 80 SE Hatchback',
'transmission': 'manual',
'trim': 'EVO 80 SE',
'vin': 'WVWZZZAWZKU049390',
'year': 2019}
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520YKN%27 HTTP/1.1" 200 None
2026-03-26 08:08:59 [bca.uk] INFO: Saving data for ML19%20YKN: {'auction_closing_time': 1774605600.0, 'created_time': 1774425714.736427, 'last_price_update_time': 1774512539.774436}
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML19%2520YKN') HTTP/1.1" 204 0
2026-03-26 08:08:59 [bca.uk] INFO: Found listing with ID: ML12%20XXU
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML12%2520XXU%27 HTTP/1.1" 200 None
2026-03-26 08:08:59 [bca.uk] INFO: Scrape type for ML12%20XXU: 2
2026-03-26 08:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef6e6957-b113-5873-b7a8-77d3e37a3fb1 with identifier: ML12%20XXU
2026-03-26 08:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef6e6957-b113-5873-b7a8-77d3e37a3fb1 with scrape type 2
2026-03-26 08:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef6e6957-b113-5873-b7a8-77d3e37a3fb1 with scrape type 2
2026-03-26 08:09:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef6e6957-b113-5873-b7a8-77d3e37a3fb1, identifier: ML12%20XXU
2026-03-26 08:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef6e6957-b113-5873-b7a8-77d3e37a3fb1 with identifier: ML12%20XXU
2026-03-26 08:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef6e6957-b113-5873-b7a8-77d3e37a3fb1 with identifier: ML12%20XXU
2026-03-26 08:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef6e6957-b113-5873-b7a8-77d3e37a3fb1 with identifier: ML12%20XXU to the API
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML12%20XXU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ef6e6957-b113-5873-b7a8-77d3e37a3fb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML12 XXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML12%20XXU&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 77226,
'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 1.4 TSI 122 MATCH Hatchback',
'transmission': 'manual',
'trim': 'TSI 122 MATCH',
'vin': 'WVWZZZ1KZCP136996',
'year': 2012}
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML12%2520XXU%27 HTTP/1.1" 200 None
2026-03-26 08:09:00 [bca.uk] INFO: Saving data for ML12%20XXU: {'auction_closing_time': 1774605600.0, 'created_time': 1774425711.778842, 'last_price_update_time': 1774512540.475598}
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML12%2520XXU') HTTP/1.1" 204 0
2026-03-26 08:09:00 [bca.uk] INFO: Found listing with ID: MJ16%20VHE
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ16%2520VHE%27 HTTP/1.1" 200 None
2026-03-26 08:09:00 [bca.uk] INFO: Scrape type for MJ16%20VHE: 2
2026-03-26 08:09:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96a29e23-d156-5e71-ba05-3d1e2049c2c0 with identifier: MJ16%20VHE
2026-03-26 08:09:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96a29e23-d156-5e71-ba05-3d1e2049c2c0 with scrape type 2
2026-03-26 08:09:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96a29e23-d156-5e71-ba05-3d1e2049c2c0 with scrape type 2
2026-03-26 08:09:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96a29e23-d156-5e71-ba05-3d1e2049c2c0, identifier: MJ16%20VHE
2026-03-26 08:09:00 [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-26 08:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96a29e23-d156-5e71-ba05-3d1e2049c2c0 with identifier: MJ16%20VHE
2026-03-26 08:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96a29e23-d156-5e71-ba05-3d1e2049c2c0 with identifier: MJ16%20VHE
2026-03-26 08:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96a29e23-d156-5e71-ba05-3d1e2049c2c0 with identifier: MJ16%20VHE to the API
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 89,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ16%20VHE-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '96a29e23-d156-5e71-ba05-3d1e2049c2c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MJ16 VHE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ16%20VHE&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'BMW',
'model': '116D',
'odometer': 86048,
'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 116D 1.5 EFD PLUS Hatchback',
'transmission': 'manual',
'trim': 'EFD PLUS',
'vin': 'WBA1V920605E57602',
'year': 2016}
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ16%2520VHE%27 HTTP/1.1" 200 None
2026-03-26 08:09:00 [bca.uk] INFO: Saving data for MJ16%20VHE: {'auction_closing_time': 1774605600.0, 'created_time': 1774425715.454452, 'last_price_update_time': 1774512540.963245}
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ16%2520VHE') HTTP/1.1" 204 0
2026-03-26 08:09:00 [bca.uk] INFO: Found listing with ID: LO17%20DCX
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO17%2520DCX%27 HTTP/1.1" 200 None
2026-03-26 08:09:00 [bca.uk] INFO: Scrape type for LO17%20DCX: 2
2026-03-26 08:09:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe8e964d-e130-5877-9933-263c7a5a7f52 with identifier: LO17%20DCX
2026-03-26 08:09:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe8e964d-e130-5877-9933-263c7a5a7f52 with scrape type 2
2026-03-26 08:09:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe8e964d-e130-5877-9933-263c7a5a7f52 with scrape type 2
2026-03-26 08:09:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe8e964d-e130-5877-9933-263c7a5a7f52, identifier: LO17%20DCX
2026-03-26 08:09:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe8e964d-e130-5877-9933-263c7a5a7f52 with identifier: LO17%20DCX
2026-03-26 08:09:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe8e964d-e130-5877-9933-263c7a5a7f52 with identifier: LO17%20DCX
2026-03-26 08:09:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe8e964d-e130-5877-9933-263c7a5a7f52 with identifier: LO17%20DCX to the API
2026-03-26 08:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO17%20DCX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fe8e964d-e130-5877-9933-263c7a5a7f52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LO17 DCX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO17%20DCX&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FIAT',
'model': 'PANDA',
'odometer': 115257,
'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': 'FIAT PANDA 1.3 M/JET 95 4X4 Hatchback',
'transmission': 'manual',
'trim': 'M/JET 95 4X4',
'vin': 'ZFA31200003887905',
'year': 2017}
2026-03-26 08:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO17%2520DCX%27 HTTP/1.1" 200 None
2026-03-26 08:09:01 [bca.uk] INFO: Saving data for LO17%20DCX: {'auction_closing_time': 1774605600.0, 'created_time': 1774425758.446072, 'last_price_update_time': 1774512541.501423}
2026-03-26 08:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO17%2520DCX') HTTP/1.1" 204 0
2026-03-26 08:09:01 [bca.uk] INFO: Found listing with ID: KP62%20FDG
2026-03-26 08:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:01 [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-26 08:09:01 [bca.uk] INFO: Scrape type for KP62%20FDG: 2
2026-03-26 08:09:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 361c86f8-028f-55a8-b8be-088ceeeb0011 with identifier: KP62%20FDG
2026-03-26 08:09:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 361c86f8-028f-55a8-b8be-088ceeeb0011 with scrape type 2
2026-03-26 08:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 361c86f8-028f-55a8-b8be-088ceeeb0011 with scrape type 2
2026-03-26 08:09:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 361c86f8-028f-55a8-b8be-088ceeeb0011, identifier: KP62%20FDG
2026-03-26 08:09:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 361c86f8-028f-55a8-b8be-088ceeeb0011 with identifier: KP62%20FDG
2026-03-26 08:09:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 361c86f8-028f-55a8-b8be-088ceeeb0011 with identifier: KP62%20FDG
2026-03-26 08:09:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 361c86f8-028f-55a8-b8be-088ceeeb0011 with identifier: KP62%20FDG to the API
2026-03-26 08:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP62%20FDG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '361c86f8-028f-55a8-b8be-088ceeeb0011',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP62 FDG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP62%20FDG&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'CC',
'odometer': 277550,
'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 CC 2.0 TDI CR 170 BMT GT Saloon',
'transmission': 'manual',
'trim': 'TDI CR 170 BMT GT',
'vin': 'WVWZZZ3CZDE533020',
'year': 2012}
2026-03-26 08:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:01 [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-26 08:09:01 [bca.uk] INFO: Saving data for KP62%20FDG: {'auction_closing_time': 1774605600.0, 'created_time': 1774425758.015709, 'last_price_update_time': 1774512541.961588}
2026-03-26 08:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP62%2520FDG') HTTP/1.1" 204 0
2026-03-26 08:09:01 [bca.uk] INFO: Total items found: 100
2026-03-26 08:09:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded
2026-03-26 08:09:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:09:01 [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-26 08:09:01 [bca.uk] INFO: Found listing with ID: KP19%20FXE
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP19%2520FXE%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for KP19%20FXE: 2
2026-03-26 08:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7e6180c-1c16-53f1-8f1a-45ef046cac3a with identifier: KP19%20FXE
2026-03-26 08:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7e6180c-1c16-53f1-8f1a-45ef046cac3a with scrape type 2
2026-03-26 08:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7e6180c-1c16-53f1-8f1a-45ef046cac3a with scrape type 2
2026-03-26 08:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7e6180c-1c16-53f1-8f1a-45ef046cac3a, identifier: KP19%20FXE
2026-03-26 08:09:02 [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-26 08:09:02 [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-26 08:09:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7e6180c-1c16-53f1-8f1a-45ef046cac3a with identifier: KP19%20FXE
2026-03-26 08:09:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7e6180c-1c16-53f1-8f1a-45ef046cac3a with identifier: KP19%20FXE
2026-03-26 08:09:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7e6180c-1c16-53f1-8f1a-45ef046cac3a with identifier: KP19%20FXE to the API
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP19%20FXE-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b7e6180c-1c16-53f1-8f1a-45ef046cac3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KP19 FXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP19%20FXE&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'PEUGEOT',
'model': '308',
'odometer': 59658,
'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 308 1.2 P/T 130 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 130 ALLURE',
'vin': 'VF3LPHNSTKS117617',
'year': 2019}
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP19%2520FXE%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Saving data for KP19%20FXE: {'auction_closing_time': 1774605600.0, 'created_time': 1774045415.745614, 'last_price_update_time': 1774512542.381104}
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP19%2520FXE') HTTP/1.1" 204 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: YJ63%20CVO
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJ63%2520CVO%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for YJ63%20CVO: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: BG12%20YSA
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG12%2520YSA%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for BG12%20YSA: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: BJ59%20YSS
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ59%2520YSS%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for BJ59%20YSS: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: BP06%20UJK
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP06%2520UJK%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for BP06%20UJK: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: BP14%20KJX
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP14%2520KJX%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for BP14%20KJX: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: DE18%20HKD
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE18%2520HKD%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for DE18%20HKD: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: EA65%20ZCT
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA65%2520ZCT%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for EA65%20ZCT: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: EK62%20FCO
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK62%2520FCO%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for EK62%20FCO: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: EO64%20NYW
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO64%2520NYW%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for EO64%20NYW: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: EX06%20UKK
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX06%2520UKK%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for EX06%20UKK: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: FV64%20UGS
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV64%2520UGS%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for FV64%20UGS: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: GJ62%20OWW
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ62%2520OWW%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for GJ62%20OWW: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: GK11%20XYY
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK11%2520XYY%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for GK11%20XYY: 0
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: GX11%20NJY
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX11%2520NJY%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for GX11%20NJY: 2
2026-03-26 08:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c879c24-af87-5e2c-961b-39e2286e2792 with identifier: GX11%20NJY
2026-03-26 08:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c879c24-af87-5e2c-961b-39e2286e2792 with scrape type 2
2026-03-26 08:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c879c24-af87-5e2c-961b-39e2286e2792 with scrape type 2
2026-03-26 08:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c879c24-af87-5e2c-961b-39e2286e2792, identifier: GX11%20NJY
2026-03-26 08:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:09:02 [bca.uk] INFO: Found listing with ID: KM66%20ZPL
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM66%2520ZPL%27 HTTP/1.1" 200 None
2026-03-26 08:09:02 [bca.uk] INFO: Scrape type for KM66%20ZPL: 2
2026-03-26 08:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e7f654a-7a88-5fa9-9574-f2b3fc02099f with identifier: KM66%20ZPL
2026-03-26 08:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e7f654a-7a88-5fa9-9574-f2b3fc02099f with scrape type 2
2026-03-26 08:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e7f654a-7a88-5fa9-9574-f2b3fc02099f with scrape type 2
2026-03-26 08:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e7f654a-7a88-5fa9-9574-f2b3fc02099f, identifier: KM66%20ZPL
2026-03-26 08:09:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c879c24-af87-5e2c-961b-39e2286e2792 with identifier: GX11%20NJY
2026-03-26 08:09:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c879c24-af87-5e2c-961b-39e2286e2792 with identifier: GX11%20NJY
2026-03-26 08:09:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c879c24-af87-5e2c-961b-39e2286e2792 with identifier: GX11%20NJY to the API
2026-03-26 08:09:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:03 [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': 164,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX11%20NJY-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9c879c24-af87-5e2c-961b-39e2286e2792',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX11 NJY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX11%20NJY&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'BMW',
'model': 'X1',
'odometer': 122262,
'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 X1 2.0 XDRIVE 20D SE STEP StationWagon',
'transmission': 'automatic',
'trim': 'XDRIVE 20D SE STEP',
'vin': 'WBAVP32010VR08991',
'year': 2011}
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX11%2520NJY%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Saving data for GX11%20NJY: {'auction_closing_time': 1774605600.0, 'created_time': 1774044813.555131, 'last_price_update_time': 1774512543.170421}
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX11%2520NJY') HTTP/1.1" 204 0
2026-03-26 08:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e7f654a-7a88-5fa9-9574-f2b3fc02099f with identifier: KM66%20ZPL
2026-03-26 08:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e7f654a-7a88-5fa9-9574-f2b3fc02099f with identifier: KM66%20ZPL
2026-03-26 08:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e7f654a-7a88-5fa9-9574-f2b3fc02099f with identifier: KM66%20ZPL to the API
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM66%20ZPL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2e7f654a-7a88-5fa9-9574-f2b3fc02099f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KM66 ZPL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM66%20ZPL&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VOLKSWAGEN',
'model': 'SCIROCCO',
'odometer': 100878,
'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 SCIROCCO 2.0 TDI 184 BMT R LINE Coupe',
'transmission': 'manual',
'trim': 'TDI 184 BMT R LINE',
'vin': 'WVWZZZ13ZHV003542',
'year': 2016}
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM66%2520ZPL%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Saving data for KM66%20ZPL: {'auction_closing_time': 1774605600.0, 'created_time': 1774425734.979756, 'last_price_update_time': 1774512543.550009}
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM66%2520ZPL') HTTP/1.1" 204 0
2026-03-26 08:09:03 [bca.uk] INFO: Found listing with ID: HX65%20VZY
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX65%2520VZY%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Scrape type for HX65%20VZY: 0
2026-03-26 08:09:03 [bca.uk] INFO: Found listing with ID: KN60%20UXA
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN60%2520UXA%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Scrape type for KN60%20UXA: 0
2026-03-26 08:09:03 [bca.uk] INFO: Found listing with ID: LC62%20ENO
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC62%2520ENO%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Scrape type for LC62%20ENO: 0
2026-03-26 08:09:03 [bca.uk] INFO: Found listing with ID: LL22%20TGO
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL22%2520TGO%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Scrape type for LL22%20TGO: 0
2026-03-26 08:09:03 [bca.uk] INFO: Found listing with ID: LS18%20GSV
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS18%2520GSV%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Scrape type for LS18%20GSV: 0
2026-03-26 08:09:03 [bca.uk] INFO: Found listing with ID: MV17%20GRK
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV17%2520GRK%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Scrape type for MV17%20GRK: 0
2026-03-26 08:09:03 [bca.uk] INFO: Found listing with ID: OV66%20CVK
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV66%2520CVK%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Scrape type for OV66%20CVK: 0
2026-03-26 08:09:03 [bca.uk] INFO: Found listing with ID: PX67%20OPO
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX67%2520OPO%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Scrape type for PX67%20OPO: 0
2026-03-26 08:09:03 [bca.uk] INFO: Found listing with ID: RX63%20XNG
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX63%2520XNG%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Scrape type for RX63%20XNG: 2
2026-03-26 08:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df681238-0abd-5c55-beb9-cd115813645f with identifier: RX63%20XNG
2026-03-26 08:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df681238-0abd-5c55-beb9-cd115813645f with scrape type 2
2026-03-26 08:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df681238-0abd-5c55-beb9-cd115813645f with scrape type 2
2026-03-26 08:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df681238-0abd-5c55-beb9-cd115813645f, identifier: RX63%20XNG
2026-03-26 08:09:03 [bca.uk] INFO: Found listing with ID: GX69%20OTH
2026-03-26 08:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX69%2520OTH%27 HTTP/1.1" 200 None
2026-03-26 08:09:03 [bca.uk] INFO: Scrape type for GX69%20OTH: 2
2026-03-26 08:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 989f8b9d-0b1f-528f-b9ff-6f2c6523f704 with identifier: GX69%20OTH
2026-03-26 08:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 989f8b9d-0b1f-528f-b9ff-6f2c6523f704 with scrape type 2
2026-03-26 08:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 989f8b9d-0b1f-528f-b9ff-6f2c6523f704 with scrape type 2
2026-03-26 08:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 989f8b9d-0b1f-528f-b9ff-6f2c6523f704, identifier: GX69%20OTH
2026-03-26 08:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df681238-0abd-5c55-beb9-cd115813645f with identifier: RX63%20XNG
2026-03-26 08:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df681238-0abd-5c55-beb9-cd115813645f with identifier: RX63%20XNG
2026-03-26 08:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df681238-0abd-5c55-beb9-cd115813645f with identifier: RX63%20XNG to the API
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:04 [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': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX63%20XNG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'df681238-0abd-5c55-beb9-cd115813645f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX63 XNG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX63%20XNG&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'PEUGEOT',
'model': '208',
'odometer': 113538,
'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.2 VTI ACCESS+ Hatchback',
'transmission': 'manual',
'trim': 'VTI ACCESS+',
'vin': 'VF3CAHMZ0DW061171',
'year': 2013}
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX63%2520XNG%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Saving data for RX63%20XNG: {'auction_closing_time': 1774605600.0, 'created_time': 1774045203.488544, 'last_price_update_time': 1774512544.276989}
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX63%2520XNG') HTTP/1.1" 204 0
2026-03-26 08:09:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 989f8b9d-0b1f-528f-b9ff-6f2c6523f704 with identifier: GX69%20OTH
2026-03-26 08:09:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 989f8b9d-0b1f-528f-b9ff-6f2c6523f704 with identifier: GX69%20OTH
2026-03-26 08:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 989f8b9d-0b1f-528f-b9ff-6f2c6523f704 with identifier: GX69%20OTH to the API
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX69%20OTH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '989f8b9d-0b1f-528f-b9ff-6f2c6523f704',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX69 OTH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX69%20OTH&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MERCEDES-BENZ',
'model': 'GLA 180',
'odometer': 70620,
'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. StationWagon',
'transmission': 'manual',
'trim': 'URBAN ED.',
'vin': 'WDC1569422J674092',
'year': 2019}
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX69%2520OTH%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Saving data for GX69%20OTH: {'auction_closing_time': 1774605600.0, 'created_time': 1774425755.344575, 'last_price_update_time': 1774512544.630991}
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX69%2520OTH') HTTP/1.1" 204 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: ST09%20DMO
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST09%2520DMO%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for ST09%20DMO: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: UIG%206270
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27UIG%25206270%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for UIG%206270: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: YA12%20PDK
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA12%2520PDK%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for YA12%20PDK: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: R19%20NLM
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27R19%2520NLM%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for R19%20NLM: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: GJ09%20UCB
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ09%2520UCB%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for GJ09%20UCB: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: LP13%20KKC
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP13%2520KKC%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for LP13%20KKC: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: BJ62%20JHX
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ62%2520JHX%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for BJ62%20JHX: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: FH14%20RZY
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH14%2520RZY%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for FH14%20RZY: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: RE62%20CVJ
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE62%2520CVJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for RE62%20CVJ: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: VO17%20DYG
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO17%2520DYG%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for VO17%20DYG: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: ET68%20CXY
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET68%2520CXY%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for ET68%20CXY: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: VN60%20YJG
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN60%2520YJG%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for VN60%20YJG: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: LX64%20PHZ
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX64%2520PHZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for LX64%20PHZ: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: PY15%20RMO
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY15%2520RMO%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for PY15%20RMO: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: WN65%20XHS
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN65%2520XHS%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for WN65%20XHS: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: YE65%20XHT
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE65%2520XHT%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for YE65%20XHT: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: AE63%20YYL
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE63%2520YYL%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for AE63%20YYL: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: HN16%20LHY
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN16%2520LHY%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for HN16%20LHY: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: RV12%20MMU
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV12%2520MMU%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for RV12%20MMU: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: SK68%20EES
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK68%2520EES%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for SK68%20EES: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: SV60%20CKC
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV60%2520CKC%27 HTTP/1.1" 200 None
2026-03-26 08:09:04 [bca.uk] INFO: Scrape type for SV60%20CKC: 0
2026-03-26 08:09:04 [bca.uk] INFO: Found listing with ID: ET68%20NZV
2026-03-26 08:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:05 [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-26 08:09:05 [bca.uk] INFO: Scrape type for ET68%20NZV: 0
2026-03-26 08:09:05 [bca.uk] INFO: Found listing with ID: KS64%20RKU
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS64%2520RKU%27 HTTP/1.1" 200 None
2026-03-26 08:09:05 [bca.uk] INFO: Scrape type for KS64%20RKU: 0
2026-03-26 08:09:05 [bca.uk] INFO: Found listing with ID: AO13%20PXR
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO13%2520PXR%27 HTTP/1.1" 200 None
2026-03-26 08:09:05 [bca.uk] INFO: Scrape type for AO13%20PXR: 0
2026-03-26 08:09:05 [bca.uk] INFO: Found listing with ID: BN60%20OLC
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:05 [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-26 08:09:05 [bca.uk] INFO: Scrape type for BN60%20OLC: 0
2026-03-26 08:09:05 [bca.uk] INFO: Found listing with ID: DN65%20HSO
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:05 [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-26 08:09:05 [bca.uk] INFO: Scrape type for DN65%20HSO: 0
2026-03-26 08:09:05 [bca.uk] INFO: Found listing with ID: DY14%20VVO
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY14%2520VVO%27 HTTP/1.1" 200 None
2026-03-26 08:09:05 [bca.uk] INFO: Scrape type for DY14%20VVO: 0
2026-03-26 08:09:05 [bca.uk] INFO: Found listing with ID: EA13%20LNF
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA13%2520LNF%27 HTTP/1.1" 200 None
2026-03-26 08:09:05 [bca.uk] INFO: Scrape type for EA13%20LNF: 0
2026-03-26 08:09:05 [bca.uk] INFO: Found listing with ID: GU14%20OGB
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:05 [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-26 08:09:05 [bca.uk] INFO: Scrape type for GU14%20OGB: 2
2026-03-26 08:09:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dbe8966-26d8-59e1-b9fb-18ce10289425 with identifier: GU14%20OGB
2026-03-26 08:09:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dbe8966-26d8-59e1-b9fb-18ce10289425 with scrape type 2
2026-03-26 08:09:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dbe8966-26d8-59e1-b9fb-18ce10289425 with scrape type 2
2026-03-26 08:09:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dbe8966-26d8-59e1-b9fb-18ce10289425, identifier: GU14%20OGB
2026-03-26 08:09:05 [bca.uk] INFO: Found listing with ID: FE14%20VKD
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:05 [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-26 08:09:05 [bca.uk] INFO: Scrape type for FE14%20VKD: 2
2026-03-26 08:09:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ad5c720-94cc-5434-bddb-f05d7aa6c16b with identifier: FE14%20VKD
2026-03-26 08:09:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ad5c720-94cc-5434-bddb-f05d7aa6c16b with scrape type 2
2026-03-26 08:09:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ad5c720-94cc-5434-bddb-f05d7aa6c16b with scrape type 2
2026-03-26 08:09:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ad5c720-94cc-5434-bddb-f05d7aa6c16b, identifier: FE14%20VKD
2026-03-26 08:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dbe8966-26d8-59e1-b9fb-18ce10289425 with identifier: GU14%20OGB
2026-03-26 08:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dbe8966-26d8-59e1-b9fb-18ce10289425 with identifier: GU14%20OGB
2026-03-26 08:09:05 [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-26 08:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:05 [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': 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-27T10: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-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:05 [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-26 08:09:05 [bca.uk] INFO: Saving data for GU14%20OGB: {'auction_closing_time': 1774605600.0, 'created_time': 1773829050.096014, 'last_price_update_time': 1774512545.651834}
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:05 [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-26 08:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ad5c720-94cc-5434-bddb-f05d7aa6c16b with identifier: FE14%20VKD
2026-03-26 08:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ad5c720-94cc-5434-bddb-f05d7aa6c16b with identifier: FE14%20VKD
2026-03-26 08:09:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ad5c720-94cc-5434-bddb-f05d7aa6c16b with identifier: FE14%20VKD to the API
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE14%20VKD-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1ad5c720-94cc-5434-bddb-f05d7aa6c16b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE14 VKD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE14%20VKD&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'MAZDA',
'model': '3',
'odometer': 92709,
'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 3 2.2 D SPORT Hatchback',
'transmission': 'automatic',
'trim': 'D SPORT',
'vin': 'JMZBM642811155486',
'year': 2014}
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [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-26 08:09:06 [bca.uk] INFO: Saving data for FE14%20VKD: {'auction_closing_time': 1774605600.0, 'created_time': 1774425733.361992, 'last_price_update_time': 1774512546.030325}
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE14%2520VKD') HTTP/1.1" 204 0
2026-03-26 08:09:06 [bca.uk] INFO: Found listing with ID: LC16%20NGZ
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520NGZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:06 [bca.uk] INFO: Scrape type for LC16%20NGZ: 0
2026-03-26 08:09:06 [bca.uk] INFO: Found listing with ID: NC54%20KGO
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [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-26 08:09:06 [bca.uk] INFO: Scrape type for NC54%20KGO: 0
2026-03-26 08:09:06 [bca.uk] INFO: Found listing with ID: ND59%20CBO
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND59%2520CBO%27 HTTP/1.1" 200 None
2026-03-26 08:09:06 [bca.uk] INFO: Scrape type for ND59%20CBO: 0
2026-03-26 08:09:06 [bca.uk] INFO: Found listing with ID: PX07%20TVV
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX07%2520TVV%27 HTTP/1.1" 200 None
2026-03-26 08:09:06 [bca.uk] INFO: Scrape type for PX07%20TVV: 2
2026-03-26 08:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21443119-7d41-5e4d-b3cc-230eec36ec37 with identifier: PX07%20TVV
2026-03-26 08:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21443119-7d41-5e4d-b3cc-230eec36ec37 with scrape type 2
2026-03-26 08:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21443119-7d41-5e4d-b3cc-230eec36ec37 with scrape type 2
2026-03-26 08:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21443119-7d41-5e4d-b3cc-230eec36ec37, identifier: PX07%20TVV
2026-03-26 08:09:06 [bca.uk] INFO: Found listing with ID: BP62%20CMV
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP62%2520CMV%27 HTTP/1.1" 200 None
2026-03-26 08:09:06 [bca.uk] INFO: Scrape type for BP62%20CMV: 2
2026-03-26 08:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29493573-4d63-5b03-9b36-839f519e79da with identifier: BP62%20CMV
2026-03-26 08:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29493573-4d63-5b03-9b36-839f519e79da with scrape type 2
2026-03-26 08:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29493573-4d63-5b03-9b36-839f519e79da with scrape type 2
2026-03-26 08:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29493573-4d63-5b03-9b36-839f519e79da, identifier: BP62%20CMV
2026-03-26 08:09:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21443119-7d41-5e4d-b3cc-230eec36ec37 with identifier: PX07%20TVV
2026-03-26 08:09:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21443119-7d41-5e4d-b3cc-230eec36ec37 with identifier: PX07%20TVV
2026-03-26 08:09:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21443119-7d41-5e4d-b3cc-230eec36ec37 with identifier: PX07%20TVV to the API
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:06 [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': 132,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX07%20TVV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '21443119-7d41-5e4d-b3cc-230eec36ec37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PX07 TVV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX07%20TVV&vehicleType=*',
'listing': 'auction',
'location': 'Preston',
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 124253,
'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.9 TDI 105 MATCH Hatchback',
'transmission': 'manual',
'trim': 'TDI 105 MATCH',
'vin': 'WVWZZZ1KZ7W165620',
'year': 2007}
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX07%2520TVV%27 HTTP/1.1" 200 None
2026-03-26 08:09:06 [bca.uk] INFO: Saving data for PX07%20TVV: {'auction_closing_time': 1774605600.0, 'created_time': 1774131188.173432, 'last_price_update_time': 1774512546.608771}
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX07%2520TVV') HTTP/1.1" 204 0
2026-03-26 08:09:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29493573-4d63-5b03-9b36-839f519e79da with identifier: BP62%20CMV
2026-03-26 08:09:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29493573-4d63-5b03-9b36-839f519e79da with identifier: BP62%20CMV
2026-03-26 08:09:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29493573-4d63-5b03-9b36-839f519e79da with identifier: BP62%20CMV to the API
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP62%20CMV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '29493573-4d63-5b03-9b36-839f519e79da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP62 CMV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP62%20CMV&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'VAUXHALL',
'model': 'ASTRA',
'odometer': 104271,
'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 SRI Hatchback',
'transmission': 'manual',
'trim': '16V 100 SRI',
'vin': 'W0LPF6EB2D1057857',
'year': 2013}
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP62%2520CMV%27 HTTP/1.1" 200 None
2026-03-26 08:09:06 [bca.uk] INFO: Saving data for BP62%20CMV: {'auction_closing_time': 1774605600.0, 'created_time': 1774425749.13853, 'last_price_update_time': 1774512546.902542}
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP62%2520CMV') HTTP/1.1" 204 0
2026-03-26 08:09:06 [bca.uk] INFO: Found listing with ID: AC58%20KVH
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [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-26 08:09:06 [bca.uk] INFO: Scrape type for AC58%20KVH: 0
2026-03-26 08:09:06 [bca.uk] INFO: Found listing with ID: OHZ%205694
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OHZ%25205694%27 HTTP/1.1" 200 None
2026-03-26 08:09:06 [bca.uk] INFO: Scrape type for OHZ%205694: 0
2026-03-26 08:09:06 [bca.uk] INFO: Found listing with ID: PE14%20YOT
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE14%2520YOT%27 HTTP/1.1" 200 None
2026-03-26 08:09:06 [bca.uk] INFO: Scrape type for PE14%20YOT: 0
2026-03-26 08:09:06 [bca.uk] INFO: Found listing with ID: CW58%20JRW
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [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-26 08:09:06 [bca.uk] INFO: Scrape type for CW58%20JRW: 0
2026-03-26 08:09:06 [bca.uk] INFO: Found listing with ID: FE15%20XBS
2026-03-26 08:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:06 [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-26 08:09:06 [bca.uk] INFO: Scrape type for FE15%20XBS: 0
2026-03-26 08:09:06 [bca.uk] INFO: Found listing with ID: MF13%20AYL
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF13%2520AYL%27 HTTP/1.1" 200 None
2026-03-26 08:09:07 [bca.uk] INFO: Scrape type for MF13%20AYL: 0
2026-03-26 08:09:07 [bca.uk] INFO: Found listing with ID: MK08%20XPN
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK08%2520XPN%27 HTTP/1.1" 200 None
2026-03-26 08:09:07 [bca.uk] INFO: Scrape type for MK08%20XPN: 0
2026-03-26 08:09:07 [bca.uk] INFO: Found listing with ID: SK13%20XZN
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:07 [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-26 08:09:07 [bca.uk] INFO: Scrape type for SK13%20XZN: 0
2026-03-26 08:09:07 [bca.uk] INFO: Found listing with ID: SM13%20MME
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM13%2520MME%27 HTTP/1.1" 200 None
2026-03-26 08:09:07 [bca.uk] INFO: Scrape type for SM13%20MME: 0
2026-03-26 08:09:07 [bca.uk] INFO: Found listing with ID: YC62%20MOF
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:07 [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-26 08:09:07 [bca.uk] INFO: Scrape type for YC62%20MOF: 0
2026-03-26 08:09:07 [bca.uk] INFO: Found listing with ID: BK64%20AOB
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:07 [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-26 08:09:07 [bca.uk] INFO: Scrape type for BK64%20AOB: 2
2026-03-26 08:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d10fc625-992b-5f86-9bf1-f20fff7dea9b with identifier: BK64%20AOB
2026-03-26 08:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d10fc625-992b-5f86-9bf1-f20fff7dea9b with scrape type 2
2026-03-26 08:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d10fc625-992b-5f86-9bf1-f20fff7dea9b with scrape type 2
2026-03-26 08:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d10fc625-992b-5f86-9bf1-f20fff7dea9b, identifier: BK64%20AOB
2026-03-26 08:09:07 [bca.uk] INFO: Found listing with ID: RX16%20RVA
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:07 [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-26 08:09:07 [bca.uk] INFO: Scrape type for RX16%20RVA: 2
2026-03-26 08:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15dae027-30c7-5b5d-8534-a19a89b3a82b with identifier: RX16%20RVA
2026-03-26 08:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15dae027-30c7-5b5d-8534-a19a89b3a82b with scrape type 2
2026-03-26 08:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15dae027-30c7-5b5d-8534-a19a89b3a82b with scrape type 2
2026-03-26 08:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15dae027-30c7-5b5d-8534-a19a89b3a82b, identifier: RX16%20RVA
2026-03-26 08:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d10fc625-992b-5f86-9bf1-f20fff7dea9b with identifier: BK64%20AOB
2026-03-26 08:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d10fc625-992b-5f86-9bf1-f20fff7dea9b with identifier: BK64%20AOB
2026-03-26 08:09:07 [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-26 08:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:07 [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': 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-27T10: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-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:07 [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-26 08:09:07 [bca.uk] INFO: Saving data for BK64%20AOB: {'auction_closing_time': 1774605600.0, 'created_time': 1773933136.807833, 'last_price_update_time': 1774512547.606111}
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:07 [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-26 08:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15dae027-30c7-5b5d-8534-a19a89b3a82b with identifier: RX16%20RVA
2026-03-26 08:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15dae027-30c7-5b5d-8534-a19a89b3a82b with identifier: RX16%20RVA
2026-03-26 08:09:07 [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-26 08:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&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-27T10: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-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Saving data for RX16%20RVA: {'auction_closing_time': 1774605600.0, 'created_time': 1774425754.82278, 'last_price_update_time': 1774512548.021169}
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Found listing with ID: EN59%20AMK
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for EN59%20AMK: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: FL04%20BYD
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL04%2520BYD%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for FL04%20BYD: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: LG64%20KND
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520KND%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for LG64%20KND: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: PE58%20NTM
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for PE58%20NTM: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: VN68%20KUJ
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for VN68%20KUJ: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: CE07%20CGE
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE07%2520CGE%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for CE07%20CGE: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: GU61%20YZH
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU61%2520YZH%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for GU61%20YZH: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: GY08%20KVW
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY08%2520KVW%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for GY08%20KVW: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: OE06%20VUR
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE06%2520VUR%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for OE06%20VUR: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: GF11%20OEW
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF11%2520OEW%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for GF11%20OEW: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: GL55%20CFP
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL55%2520CFP%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for GL55%20CFP: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: LM10%20AEC
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for LM10%20AEC: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: NJ08%20XOZ
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ08%2520XOZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for NJ08%20XOZ: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: YY61%20MUA
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY61%2520MUA%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for YY61%20MUA: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: AO60%20USN
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for AO60%20USN: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: AU61%20XXN
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for AU61%20XXN: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: BL11%20NVJ
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for BL11%20NVJ: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: FX65%20OGR
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for FX65%20OGR: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: GU12%20NFM
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for GU12%20NFM: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: GX63%20NXT
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX63%2520NXT%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for GX63%20NXT: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: RO59%20VYY
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for RO59%20VYY: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: RJ19%20XHK
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for RJ19%20XHK: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: ST61%20PRT
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for ST61%20PRT: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: SH10%20LXR
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH10%2520LXR%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for SH10%20LXR: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: GF65%20TZT
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for GF65%20TZT: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: HF15%20MZO
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF15%2520MZO%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for HF15%20MZO: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: LY65%20FSK
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for LY65%20FSK: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: PJ17%20NXV
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ17%2520NXV%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for PJ17%20NXV: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: EA12%20XOV
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA12%2520XOV%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for EA12%20XOV: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: EJ14%20VDR
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for EJ14%20VDR: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: EX63%20FZT
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX63%2520FZT%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for EX63%20FZT: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: FM18%20NYD
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM18%2520NYD%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for FM18%20NYD: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: KC57%20UUR
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [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-26 08:09:08 [bca.uk] INFO: Scrape type for KC57%20UUR: 0
2026-03-26 08:09:08 [bca.uk] INFO: Found listing with ID: RX06%20YHG
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX06%2520YHG%27 HTTP/1.1" 200 None
2026-03-26 08:09:08 [bca.uk] INFO: Scrape type for RX06%20YHG: 2
2026-03-26 08:09:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4239cb73-dcf1-5891-acbd-f124d20f8780 with identifier: RX06%20YHG
2026-03-26 08:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4239cb73-dcf1-5891-acbd-f124d20f8780 with scrape type 2
2026-03-26 08:09:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4239cb73-dcf1-5891-acbd-f124d20f8780 with scrape type 2
2026-03-26 08:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4239cb73-dcf1-5891-acbd-f124d20f8780, identifier: RX06%20YHG
2026-03-26 08:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4239cb73-dcf1-5891-acbd-f124d20f8780 with identifier: RX06%20YHG
2026-03-26 08:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4239cb73-dcf1-5891-acbd-f124d20f8780 with identifier: RX06%20YHG
2026-03-26 08:09:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4239cb73-dcf1-5891-acbd-f124d20f8780 with identifier: RX06%20YHG to the API
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 264,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX06%20YHG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.8L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4239cb73-dcf1-5891-acbd-f124d20f8780',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX06 YHG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX06%20YHG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SAAB',
'model': '9-3 SPORTWAGON',
'odometer': 102827,
'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': 'SAAB 9-3 SPORTWAGON 2.8 T AERO Estate',
'transmission': 'automatic',
'trim': 'T AERO',
'vin': 'YS3FH51U361140539',
'year': 2006}
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX06%2520YHG%27 HTTP/1.1" 200 None
2026-03-26 08:09:09 [bca.uk] INFO: Saving data for RX06%20YHG: {'auction_closing_time': 1774605600.0, 'created_time': 1774425756.181553, 'last_price_update_time': 1774512549.017693}
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX06%2520YHG') HTTP/1.1" 204 0
2026-03-26 08:09:09 [bca.uk] INFO: Found listing with ID: RV61%20XZS
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV61%2520XZS%27 HTTP/1.1" 200 None
2026-03-26 08:09:09 [bca.uk] INFO: Scrape type for RV61%20XZS: 2
2026-03-26 08:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89d85c77-2f93-5e3b-ad80-0a1891bc4932 with identifier: RV61%20XZS
2026-03-26 08:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89d85c77-2f93-5e3b-ad80-0a1891bc4932 with scrape type 2
2026-03-26 08:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89d85c77-2f93-5e3b-ad80-0a1891bc4932 with scrape type 2
2026-03-26 08:09:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89d85c77-2f93-5e3b-ad80-0a1891bc4932, identifier: RV61%20XZS
2026-03-26 08:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89d85c77-2f93-5e3b-ad80-0a1891bc4932 with identifier: RV61%20XZS
2026-03-26 08:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89d85c77-2f93-5e3b-ad80-0a1891bc4932 with identifier: RV61%20XZS
2026-03-26 08:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89d85c77-2f93-5e3b-ad80-0a1891bc4932 with identifier: RV61%20XZS to the API
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 216,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV61%20XZS-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '89d85c77-2f93-5e3b-ad80-0a1891bc4932',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV61 XZS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV61%20XZS&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T30',
'odometer': 187713,
'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 TRANSPORTER T30 2.0 TDI 140 LWB DSG PanelVan',
'transmission': 'automatic',
'trim': 'TDI 140 LWB DSG',
'vin': 'WV1ZZZ7HZCH006904',
'year': 2011}
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV61%2520XZS%27 HTTP/1.1" 200 None
2026-03-26 08:09:09 [bca.uk] INFO: Saving data for RV61%20XZS: {'auction_closing_time': 1774605600.0, 'created_time': 1774425758.895747, 'last_price_update_time': 1774512549.537464}
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV61%2520XZS') HTTP/1.1" 204 0
2026-03-26 08:09:09 [bca.uk] INFO: Found listing with ID: RV22%20RVA
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520RVA%27 HTTP/1.1" 200 None
2026-03-26 08:09:09 [bca.uk] INFO: Scrape type for RV22%20RVA: 2
2026-03-26 08:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4bf62b0-07be-543a-8f03-70aecff8289e with identifier: RV22%20RVA
2026-03-26 08:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4bf62b0-07be-543a-8f03-70aecff8289e with scrape type 2
2026-03-26 08:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4bf62b0-07be-543a-8f03-70aecff8289e with scrape type 2
2026-03-26 08:09:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4bf62b0-07be-543a-8f03-70aecff8289e, identifier: RV22%20RVA
2026-03-26 08:09:09 [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-26 08:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4bf62b0-07be-543a-8f03-70aecff8289e with identifier: RV22%20RVA
2026-03-26 08:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4bf62b0-07be-543a-8f03-70aecff8289e with identifier: RV22%20RVA
2026-03-26 08:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4bf62b0-07be-543a-8f03-70aecff8289e with identifier: RV22%20RVA to the API
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 224,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV22%20RVA-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd4bf62b0-07be-543a-8f03-70aecff8289e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV22 RVA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV22%20RVA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'TRANSIT 350 RWD',
'odometer': 121500,
'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 170 L2 H2 LEADER PanelVan',
'transmission': 'manual',
'trim': 'EBL 170 L2 H2 LEADER',
'vin': 'WF0EXXTTREME67406',
'year': 2022}
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520RVA%27 HTTP/1.1" 200 None
2026-03-26 08:09:09 [bca.uk] INFO: Saving data for RV22%20RVA: {'auction_closing_time': 1774605600.0, 'created_time': 1774425734.621022, 'last_price_update_time': 1774512549.955566}
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520RVA') HTTP/1.1" 204 0
2026-03-26 08:09:09 [bca.uk] INFO: Found listing with ID: RA16%20DPU
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520DPU%27 HTTP/1.1" 200 None
2026-03-26 08:09:09 [bca.uk] INFO: Scrape type for RA16%20DPU: 2
2026-03-26 08:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46446cac-736b-5f68-b1c2-2e9d397296d1 with identifier: RA16%20DPU
2026-03-26 08:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46446cac-736b-5f68-b1c2-2e9d397296d1 with scrape type 2
2026-03-26 08:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46446cac-736b-5f68-b1c2-2e9d397296d1 with scrape type 2
2026-03-26 08:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46446cac-736b-5f68-b1c2-2e9d397296d1, identifier: RA16%20DPU
2026-03-26 08:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46446cac-736b-5f68-b1c2-2e9d397296d1 with identifier: RA16%20DPU
2026-03-26 08:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46446cac-736b-5f68-b1c2-2e9d397296d1 with identifier: RA16%20DPU
2026-03-26 08:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46446cac-736b-5f68-b1c2-2e9d397296d1 with identifier: RA16%20DPU to the API
2026-03-26 08:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA16%20DPU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '46446cac-736b-5f68-b1c2-2e9d397296d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RA16 DPU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA16%20DPU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'AURIS',
'odometer': 130728,
'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 AURIS 1.2 T EXCEL Hatchback',
'transmission': 'manual',
'trim': 'T EXCEL',
'vin': 'SB1MA3JEX0E029586',
'year': 2016}
2026-03-26 08:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520DPU%27 HTTP/1.1" 200 None
2026-03-26 08:09:10 [bca.uk] INFO: Saving data for RA16%20DPU: {'auction_closing_time': 1774605600.0, 'created_time': 1774425755.763783, 'last_price_update_time': 1774512550.417251}
2026-03-26 08:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA16%2520DPU') HTTP/1.1" 204 0
2026-03-26 08:09:10 [bca.uk] INFO: Found listing with ID: LL12%20WJG
2026-03-26 08:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:10 [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-26 08:09:10 [bca.uk] INFO: Scrape type for LL12%20WJG: 2
2026-03-26 08:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c2395f5-6b04-55e4-9684-16adecbf6202 with identifier: LL12%20WJG
2026-03-26 08:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c2395f5-6b04-55e4-9684-16adecbf6202 with scrape type 2
2026-03-26 08:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c2395f5-6b04-55e4-9684-16adecbf6202 with scrape type 2
2026-03-26 08:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c2395f5-6b04-55e4-9684-16adecbf6202, identifier: LL12%20WJG
2026-03-26 08:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c2395f5-6b04-55e4-9684-16adecbf6202 with identifier: LL12%20WJG
2026-03-26 08:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c2395f5-6b04-55e4-9684-16adecbf6202 with identifier: LL12%20WJG
2026-03-26 08:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c2395f5-6b04-55e4-9684-16adecbf6202 with identifier: LL12%20WJG to the API
2026-03-26 08:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL12%20WJG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7c2395f5-6b04-55e4-9684-16adecbf6202',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL12 WJG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL12%20WJG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 57287,
'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 CLIO 1.2 16V DYNAMIQUE TOM TOM Hatchback',
'transmission': 'manual',
'trim': '16V DYNAMIQUE TOM TOM',
'vin': 'VF1CRCS0H47053979',
'year': 2012}
2026-03-26 08:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:10 [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-26 08:09:10 [bca.uk] INFO: Saving data for LL12%20WJG: {'auction_closing_time': 1774605600.0, 'created_time': 1774425757.493343, 'last_price_update_time': 1774512550.810202}
2026-03-26 08:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL12%2520WJG') HTTP/1.1" 204 0
2026-03-26 08:09:10 [bca.uk] INFO: Total items found: 100
2026-03-26 08:09:10 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded
2026-03-26 08:09:10 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:09:10 [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-26 08:09:10 [bca.uk] INFO: Found listing with ID: FV17%20HCG
2026-03-26 08:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520HCG%27 HTTP/1.1" 200 None
2026-03-26 08:09:10 [bca.uk] INFO: Scrape type for FV17%20HCG: 2
2026-03-26 08:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a399c94d-9e34-55d3-ab0b-b9e0fe9cef99 with identifier: FV17%20HCG
2026-03-26 08:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a399c94d-9e34-55d3-ab0b-b9e0fe9cef99 with scrape type 2
2026-03-26 08:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a399c94d-9e34-55d3-ab0b-b9e0fe9cef99 with scrape type 2
2026-03-26 08:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a399c94d-9e34-55d3-ab0b-b9e0fe9cef99, identifier: FV17%20HCG
2026-03-26 08:09:10 [scrapy.extensions.logstats] INFO: Crawled 125 pages (at 10 pages/min), scraped 215 items (at 43 items/min)
2026-03-26 08:09:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:09:10 [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-26 08:09:10 [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-26 08:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a399c94d-9e34-55d3-ab0b-b9e0fe9cef99 with identifier: FV17%20HCG
2026-03-26 08:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a399c94d-9e34-55d3-ab0b-b9e0fe9cef99 with identifier: FV17%20HCG
2026-03-26 08:09:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a399c94d-9e34-55d3-ab0b-b9e0fe9cef99 with identifier: FV17%20HCG to the API
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV17%20HCG-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 6,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a399c94d-9e34-55d3-ab0b-b9e0fe9cef99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV17 HCG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV17%20HCG&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'CITROEN',
'model': 'DISPATCH 1400',
'odometer': 93715,
'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 DISPATCH 1400 2.0 BLUEHDI 120 XL ENTERPRISE+ S/S PanelVan',
'transmission': 'manual',
'trim': 'BLUEHDI 120 XL ENTERPRISE+ S/S',
'vin': 'VF7VFAHKHHZ016932',
'year': 2017}
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520HCG%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Saving data for FV17%20HCG: {'auction_closing_time': 1774605600.0, 'created_time': 1774425760.055374, 'last_price_update_time': 1774512551.254635}
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV17%2520HCG') HTTP/1.1" 204 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: LG61%20WYL
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for LG61%20WYL: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: LV13%20WFN
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for LV13%20WFN: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: MJ61%20XRS
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for MJ61%20XRS: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: NA69%20XBT
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for NA69%20XBT: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: SD13%20SXO
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for SD13%20SXO: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: SG09%20FNU
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for SG09%20FNU: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: SU51%20JBS
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SU51%2520JBS%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for SU51%20JBS: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: VF07%20KYX
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for VF07%20KYX: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: WG63%20YYE
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for WG63%20YYE: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: WU17%20UEG
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU17%2520UEG%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for WU17%20UEG: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: DU16%20VYC
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for DU16%20VYC: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: YS68%20WCC
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for YS68%20WCC: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: SK08%20OYE
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK08%2520OYE%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for SK08%20OYE: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: BU64%20FLJ
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for BU64%20FLJ: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: DL17%20CNY
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL17%2520CNY%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for DL17%20CNY: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: FG14%20GKX
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG14%2520GKX%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for FG14%20GKX: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: FL15%20UYX
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL15%2520UYX%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for FL15%20UYX: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: M29%20NYE
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M29%2520NYE%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for M29%20NYE: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: ML14%20AHZ
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for ML14%20AHZ: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: PF15%20VCM
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF15%2520VCM%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for PF15%20VCM: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: WU64%20VZD
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for WU64%20VZD: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: YK65%20OXD
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for YK65%20OXD: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: YT14%20EDC
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520EDC%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for YT14%20EDC: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: AC59%20DAC
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for AC59%20DAC: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: DA61%20VHF
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA61%2520VHF%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for DA61%20VHF: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: FE70%20NJO
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520NJO%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for FE70%20NJO: 0
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: FL72%20ZHH
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:11 [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-26 08:09:11 [bca.uk] INFO: Scrape type for FL72%20ZHH: 2
2026-03-26 08:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdddea0f-e5d5-597d-b832-d85eb21e4f82 with identifier: FL72%20ZHH
2026-03-26 08:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdddea0f-e5d5-597d-b832-d85eb21e4f82 with scrape type 2
2026-03-26 08:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdddea0f-e5d5-597d-b832-d85eb21e4f82 with scrape type 2
2026-03-26 08:09:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdddea0f-e5d5-597d-b832-d85eb21e4f82, identifier: FL72%20ZHH
2026-03-26 08:09:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:09:11 [bca.uk] INFO: Found listing with ID: DN66%20XJD
2026-03-26 08:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520XJD%27 HTTP/1.1" 200 None
2026-03-26 08:09:11 [bca.uk] INFO: Scrape type for DN66%20XJD: 2
2026-03-26 08:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee55816a-3955-514b-9c61-4b09728670b6 with identifier: DN66%20XJD
2026-03-26 08:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee55816a-3955-514b-9c61-4b09728670b6 with scrape type 2
2026-03-26 08:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee55816a-3955-514b-9c61-4b09728670b6 with scrape type 2
2026-03-26 08:09:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee55816a-3955-514b-9c61-4b09728670b6, identifier: DN66%20XJD
2026-03-26 08:09:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdddea0f-e5d5-597d-b832-d85eb21e4f82 with identifier: FL72%20ZHH
2026-03-26 08:09:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdddea0f-e5d5-597d-b832-d85eb21e4f82 with identifier: FL72%20ZHH
2026-03-26 08:09:12 [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-26 08:09:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&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-27T10: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-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [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-26 08:09:12 [bca.uk] INFO: Saving data for FL72%20ZHH: {'auction_closing_time': 1774605600.0, 'created_time': 1773844487.492502, 'last_price_update_time': 1774512552.296883}
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [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-26 08:09:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee55816a-3955-514b-9c61-4b09728670b6 with identifier: DN66%20XJD
2026-03-26 08:09:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee55816a-3955-514b-9c61-4b09728670b6 with identifier: DN66%20XJD
2026-03-26 08:09:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee55816a-3955-514b-9c61-4b09728670b6 with identifier: DN66%20XJD to the API
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 49,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN66%20XJD-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'ee55816a-3955-514b-9c61-4b09728670b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN66 XJD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN66%20XJD&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'C350 E',
'odometer': 115307,
'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 C350 E 2.0 SPORT Estate',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'WDD2052472F467805',
'year': 2016}
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN66%2520XJD%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Saving data for DN66%20XJD: {'auction_closing_time': 1774605600.0, 'created_time': 1774425688.704813, 'last_price_update_time': 1774512552.677385}
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN66%2520XJD') HTTP/1.1" 204 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: FN11%20VEF
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN11%2520VEF%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for FN11%20VEF: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: MJ62%20EOL
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [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-26 08:09:12 [bca.uk] INFO: Scrape type for MJ62%20EOL: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: NJ60%20NMX
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [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-26 08:09:12 [bca.uk] INFO: Scrape type for NJ60%20NMX: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: PJ60%20FUE
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ60%2520FUE%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for PJ60%20FUE: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: KU59%20XLE
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU59%2520XLE%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for KU59%20XLE: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: ND12%20WZF
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND12%2520WZF%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for ND12%20WZF: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: NJ11%20XUF
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ11%2520XUF%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for NJ11%20XUF: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: SB13%20ABO
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB13%2520ABO%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for SB13%20ABO: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: SL12%20VXM
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520VXM%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for SL12%20VXM: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: YF12%20LYA
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520LYA%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for YF12%20LYA: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: CK09%20MHX
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK09%2520MHX%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for CK09%20MHX: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: AE63%20JKV
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [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-26 08:09:12 [bca.uk] INFO: Scrape type for AE63%20JKV: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: BK12%20LLM
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520LLM%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for BK12%20LLM: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: BL67%20EUU
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL67%2520EUU%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for BL67%20EUU: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: DN61%20PBV
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN61%2520PBV%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for DN61%20PBV: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: DU12%20FLJ
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [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-26 08:09:12 [bca.uk] INFO: Scrape type for DU12%20FLJ: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: DV16%20OFG
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV16%2520OFG%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for DV16%20OFG: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: DY09%20LXU
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [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-26 08:09:12 [bca.uk] INFO: Scrape type for DY09%20LXU: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: ET11%20CFP
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET11%2520CFP%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for ET11%20CFP: 0
2026-03-26 08:09:12 [bca.uk] INFO: Found listing with ID: FE12%20FVB
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE12%2520FVB%27 HTTP/1.1" 200 None
2026-03-26 08:09:12 [bca.uk] INFO: Scrape type for FE12%20FVB: 2
2026-03-26 08:09:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 104dd4d1-d98f-509e-b92b-e94921d701e4 with identifier: FE12%20FVB
2026-03-26 08:09:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 104dd4d1-d98f-509e-b92b-e94921d701e4 with scrape type 2
2026-03-26 08:09:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 104dd4d1-d98f-509e-b92b-e94921d701e4 with scrape type 2
2026-03-26 08:09:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 104dd4d1-d98f-509e-b92b-e94921d701e4, identifier: FE12%20FVB
2026-03-26 08:09:13 [bca.uk] INFO: Found listing with ID: AJ19%20EXE
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520EXE%27 HTTP/1.1" 200 None
2026-03-26 08:09:13 [bca.uk] INFO: Scrape type for AJ19%20EXE: 2
2026-03-26 08:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0e0b155-341c-5250-aa70-249181b2e6f9 with identifier: AJ19%20EXE
2026-03-26 08:09:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0e0b155-341c-5250-aa70-249181b2e6f9 with scrape type 2
2026-03-26 08:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0e0b155-341c-5250-aa70-249181b2e6f9 with scrape type 2
2026-03-26 08:09:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0e0b155-341c-5250-aa70-249181b2e6f9, identifier: AJ19%20EXE
2026-03-26 08:09:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 104dd4d1-d98f-509e-b92b-e94921d701e4 with identifier: FE12%20FVB
2026-03-26 08:09:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 104dd4d1-d98f-509e-b92b-e94921d701e4 with identifier: FE12%20FVB
2026-03-26 08:09:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 104dd4d1-d98f-509e-b92b-e94921d701e4 with identifier: FE12%20FVB to the API
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE12%20FVB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '104dd4d1-d98f-509e-b92b-e94921d701e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE12 FVB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE12%20FVB&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 96369,
'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': 'WVWZZZ6RZCY164755',
'year': 2012}
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520FVB%27 HTTP/1.1" 200 None
2026-03-26 08:09:13 [bca.uk] INFO: Saving data for FE12%20FVB: {'auction_closing_time': 1774519200.0, 'created_time': 1774044269.874506, 'last_price_update_time': 1774512553.512034}
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE12%2520FVB') HTTP/1.1" 204 0
2026-03-26 08:09:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0e0b155-341c-5250-aa70-249181b2e6f9 with identifier: AJ19%20EXE
2026-03-26 08:09:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0e0b155-341c-5250-aa70-249181b2e6f9 with identifier: AJ19%20EXE
2026-03-26 08:09:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0e0b155-341c-5250-aa70-249181b2e6f9 with identifier: AJ19%20EXE to the API
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ19%20EXE-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a0e0b155-341c-5250-aa70-249181b2e6f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AJ19 EXE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ19%20EXE&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 92554,
'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 130 280 SWB LIMITED L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 280 SWB LIMITED L/R',
'vin': 'WF0YXXTTGYKK59159',
'year': 2019}
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520EXE%27 HTTP/1.1" 200 None
2026-03-26 08:09:13 [bca.uk] INFO: Saving data for AJ19%20EXE: {'auction_closing_time': 1774519200.0, 'created_time': 1774425693.465281, 'last_price_update_time': 1774512553.909535}
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ19%2520EXE') HTTP/1.1" 204 0
2026-03-26 08:09:13 [bca.uk] INFO: Found listing with ID: KX09%20PFF
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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-26 08:09:13 [bca.uk] INFO: Scrape type for KX09%20PFF: 0
2026-03-26 08:09:13 [bca.uk] INFO: Found listing with ID: LC13%20HLD
2026-03-26 08:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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-26 08:09:13 [bca.uk] INFO: Scrape type for LC13%20HLD: 2
2026-03-26 08:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1727282-865a-5caa-be3a-13bf06b2f2e4 with identifier: LC13%20HLD
2026-03-26 08:09: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-26 08:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1727282-865a-5caa-be3a-13bf06b2f2e4 with scrape type 2
2026-03-26 08:09:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1727282-865a-5caa-be3a-13bf06b2f2e4, identifier: LC13%20HLD
2026-03-26 08:09:14 [bca.uk] INFO: Found listing with ID: WN24%20VML
2026-03-26 08:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:14 [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-26 08:09:14 [bca.uk] INFO: Scrape type for WN24%20VML: 2
2026-03-26 08:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb with identifier: WN24%20VML
2026-03-26 08:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb with scrape type 2
2026-03-26 08:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb with scrape type 2
2026-03-26 08:09:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb, identifier: WN24%20VML
2026-03-26 08:09:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1727282-865a-5caa-be3a-13bf06b2f2e4 with identifier: LC13%20HLD
2026-03-26 08:09:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1727282-865a-5caa-be3a-13bf06b2f2e4 with identifier: LC13%20HLD
2026-03-26 08:09:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1727282-865a-5caa-be3a-13bf06b2f2e4 with identifier: LC13%20HLD to the API
2026-03-26 08:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'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-26T10: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-26 08:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:14 [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-26 08:09:14 [bca.uk] INFO: Saving data for LC13%20HLD: {'auction_closing_time': 1774519200.0, 'created_time': 1773930558.854502, 'last_price_update_time': 1774512554.475624}
2026-03-26 08:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:14 [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-26 08:09:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb with identifier: WN24%20VML
2026-03-26 08:09:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb with identifier: WN24%20VML
2026-03-26 08:09:14 [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-26 08:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&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-27T10: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-26 08:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:14 [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-26 08:09:14 [bca.uk] INFO: Saving data for WN24%20VML: {'auction_closing_time': 1774605600.0, 'created_time': 1774425689.231589, 'last_price_update_time': 1774512554.761301}
2026-03-26 08:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:14 [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-26 08:09:14 [bca.uk] INFO: Found listing with ID: LM66%20JXS
2026-03-26 08:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:14 [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-26 08:09:14 [bca.uk] INFO: Scrape type for LM66%20JXS: 0
2026-03-26 08:09:14 [bca.uk] INFO: Found listing with ID: ML62%20WCR
2026-03-26 08:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:14 [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-26 08:09:14 [bca.uk] INFO: Scrape type for ML62%20WCR: 2
2026-03-26 08:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with identifier: ML62%20WCR
2026-03-26 08:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with scrape type 2
2026-03-26 08:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with scrape type 2
2026-03-26 08:09:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01, identifier: ML62%20WCR
2026-03-26 08:09:14 [bca.uk] INFO: Found listing with ID: RV22%20VCC
2026-03-26 08:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520VCC%27 HTTP/1.1" 200 None
2026-03-26 08:09:14 [bca.uk] INFO: Scrape type for RV22%20VCC: 2
2026-03-26 08:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dc73e35-ea06-56ff-b9d9-4a5625da66c6 with identifier: RV22%20VCC
2026-03-26 08:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dc73e35-ea06-56ff-b9d9-4a5625da66c6 with scrape type 2
2026-03-26 08:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dc73e35-ea06-56ff-b9d9-4a5625da66c6 with scrape type 2
2026-03-26 08:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5dc73e35-ea06-56ff-b9d9-4a5625da66c6, identifier: RV22%20VCC
2026-03-26 08:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with identifier: ML62%20WCR
2026-03-26 08:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with identifier: ML62%20WCR
2026-03-26 08:09:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with identifier: ML62%20WCR to the API
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'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-26T10: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-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [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-26 08:09:15 [bca.uk] INFO: Saving data for ML62%20WCR: {'auction_closing_time': 1774519200.0, 'created_time': 1774044246.3527, 'last_price_update_time': 1774512555.286479}
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [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-26 08:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5dc73e35-ea06-56ff-b9d9-4a5625da66c6 with identifier: RV22%20VCC
2026-03-26 08:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5dc73e35-ea06-56ff-b9d9-4a5625da66c6 with identifier: RV22%20VCC
2026-03-26 08:09:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5dc73e35-ea06-56ff-b9d9-4a5625da66c6 with identifier: RV22%20VCC to the API
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV22%20VCC-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5dc73e35-ea06-56ff-b9d9-4a5625da66c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV22 VCC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV22%20VCC&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 81125,
'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 COUNTRYMAN 1.5 COOPER SPORT Hatchback',
'transmission': 'automatic',
'trim': 'COOPER SPORT',
'vin': 'WMW22BR0X03P18541',
'year': 2022}
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520VCC%27 HTTP/1.1" 200 None
2026-03-26 08:09:15 [bca.uk] INFO: Saving data for RV22%20VCC: {'auction_closing_time': 1774605600.0, 'created_time': 1774425687.063334, 'last_price_update_time': 1774512555.584863}
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520VCC') HTTP/1.1" 204 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: MV12%20RXP
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [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-26 08:09:15 [bca.uk] INFO: Scrape type for MV12%20RXP: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: PO61%20YVU
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [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-26 08:09:15 [bca.uk] INFO: Scrape type for PO61%20YVU: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: ST11%20RXA
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [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-26 08:09:15 [bca.uk] INFO: Scrape type for ST11%20RXA: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: WT17%20PXA
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT17%2520PXA%27 HTTP/1.1" 200 None
2026-03-26 08:09:15 [bca.uk] INFO: Scrape type for WT17%20PXA: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: YB66%20ZXP
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520ZXP%27 HTTP/1.1" 200 None
2026-03-26 08:09:15 [bca.uk] INFO: Scrape type for YB66%20ZXP: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: YK21%20DGC
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [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-26 08:09:15 [bca.uk] INFO: Scrape type for YK21%20DGC: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: YR13%20ZXN
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520ZXN%27 HTTP/1.1" 200 None
2026-03-26 08:09:15 [bca.uk] INFO: Scrape type for YR13%20ZXN: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: YX13%20VCD
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX13%2520VCD%27 HTTP/1.1" 200 None
2026-03-26 08:09:15 [bca.uk] INFO: Scrape type for YX13%20VCD: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: R8%20PDS
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R8%2520PDS%27 HTTP/1.1" 200 None
2026-03-26 08:09:15 [bca.uk] INFO: Scrape type for R8%20PDS: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: NU65%20XYD
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU65%2520XYD%27 HTTP/1.1" 200 None
2026-03-26 08:09:15 [bca.uk] INFO: Scrape type for NU65%20XYD: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: SW13%20EBX
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [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-26 08:09:15 [bca.uk] INFO: Scrape type for SW13%20EBX: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: DE63%20AVY
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE63%2520AVY%27 HTTP/1.1" 200 None
2026-03-26 08:09:15 [bca.uk] INFO: Scrape type for DE63%20AVY: 0
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: GJ56%20ZHY
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [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-26 08:09:15 [bca.uk] INFO: Scrape type for GJ56%20ZHY: 2
2026-03-26 08:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 387e825d-9f70-5679-a276-321ddd289d76 with identifier: GJ56%20ZHY
2026-03-26 08:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 387e825d-9f70-5679-a276-321ddd289d76 with scrape type 2
2026-03-26 08:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 387e825d-9f70-5679-a276-321ddd289d76 with scrape type 2
2026-03-26 08:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 387e825d-9f70-5679-a276-321ddd289d76, identifier: GJ56%20ZHY
2026-03-26 08:09:15 [bca.uk] INFO: Found listing with ID: EA09%20JWK
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA09%2520JWK%27 HTTP/1.1" 200 None
2026-03-26 08:09:15 [bca.uk] INFO: Scrape type for EA09%20JWK: 2
2026-03-26 08:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb0119d2-629e-54f2-b9d2-2608621bc0b5 with identifier: EA09%20JWK
2026-03-26 08:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb0119d2-629e-54f2-b9d2-2608621bc0b5 with scrape type 2
2026-03-26 08:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb0119d2-629e-54f2-b9d2-2608621bc0b5 with scrape type 2
2026-03-26 08:09:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb0119d2-629e-54f2-b9d2-2608621bc0b5, identifier: EA09%20JWK
2026-03-26 08:09:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 387e825d-9f70-5679-a276-321ddd289d76 with identifier: GJ56%20ZHY
2026-03-26 08:09:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 387e825d-9f70-5679-a276-321ddd289d76 with identifier: GJ56%20ZHY
2026-03-26 08:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 387e825d-9f70-5679-a276-321ddd289d76 with identifier: GJ56%20ZHY to the API
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 200,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ56%20ZHY-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '1.8L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '387e825d-9f70-5679-a276-321ddd289d76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ56 ZHY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ56%20ZHY&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'MERCEDES-BENZ',
'model': 'C180',
'odometer': 166085,
'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 C180 1.8 K AVANTGARDE SE Saloon',
'transmission': 'manual',
'trim': 'K AVANTGARDE SE',
'vin': 'WDC2030462R240465',
'year': 2006}
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ56%2520ZHY%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Saving data for GJ56%20ZHY: {'auction_closing_time': 1774519200.0, 'created_time': 1774044274.956008, 'last_price_update_time': 1774512556.324304}
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ56%2520ZHY') HTTP/1.1" 204 0
2026-03-26 08:09:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb0119d2-629e-54f2-b9d2-2608621bc0b5 with identifier: EA09%20JWK
2026-03-26 08:09:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb0119d2-629e-54f2-b9d2-2608621bc0b5 with identifier: EA09%20JWK
2026-03-26 08:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb0119d2-629e-54f2-b9d2-2608621bc0b5 with identifier: EA09%20JWK to the API
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA09%20JWK-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fb0119d2-629e-54f2-b9d2-2608621bc0b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA09 JWK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA09%20JWK&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 66697,
'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 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0JXXWPJJ9M03220',
'year': 2009}
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA09%2520JWK%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Saving data for EA09%20JWK: {'auction_closing_time': 1774605600.0, 'created_time': 1774425693.933469, 'last_price_update_time': 1774512556.703261}
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA09%2520JWK') HTTP/1.1" 204 0
2026-03-26 08:09:16 [bca.uk] INFO: Found listing with ID: L13%20CEE
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27L13%2520CEE%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Scrape type for L13%20CEE: 0
2026-03-26 08:09:16 [bca.uk] INFO: Found listing with ID: NL59%20YCE
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL59%2520YCE%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Scrape type for NL59%20YCE: 0
2026-03-26 08:09:16 [bca.uk] INFO: Found listing with ID: NU10%20OWC
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU10%2520OWC%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Scrape type for NU10%20OWC: 0
2026-03-26 08:09:16 [bca.uk] INFO: Found listing with ID: YL12%20FTE
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL12%2520FTE%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Scrape type for YL12%20FTE: 0
2026-03-26 08:09:16 [bca.uk] INFO: Found listing with ID: DG62%20DBV
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG62%2520DBV%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Scrape type for DG62%20DBV: 0
2026-03-26 08:09:16 [bca.uk] INFO: Found listing with ID: FN10%20WDR
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN10%2520WDR%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Scrape type for FN10%20WDR: 0
2026-03-26 08:09:16 [bca.uk] INFO: Found listing with ID: FT65%20GKJ
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT65%2520GKJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Scrape type for FT65%20GKJ: 0
2026-03-26 08:09:16 [bca.uk] INFO: Found listing with ID: LC61%20NCX
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC61%2520NCX%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Scrape type for LC61%20NCX: 0
2026-03-26 08:09:16 [bca.uk] INFO: Found listing with ID: NJ64%20WTN
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ64%2520WTN%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Scrape type for NJ64%20WTN: 0
2026-03-26 08:09:16 [bca.uk] INFO: Found listing with ID: NX13%20HAA
2026-03-26 08:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX13%2520HAA%27 HTTP/1.1" 200 None
2026-03-26 08:09:16 [bca.uk] INFO: Scrape type for NX13%20HAA: 2
2026-03-26 08:09:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e409c1e0-98e7-5338-96bb-783cf4e5225e with identifier: NX13%20HAA
2026-03-26 08:09:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e409c1e0-98e7-5338-96bb-783cf4e5225e with scrape type 2
2026-03-26 08:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e409c1e0-98e7-5338-96bb-783cf4e5225e with scrape type 2
2026-03-26 08:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e409c1e0-98e7-5338-96bb-783cf4e5225e, identifier: NX13%20HAA
2026-03-26 08:09:17 [bca.uk] INFO: Found listing with ID: EJ20%20ULD
2026-03-26 08:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ20%2520ULD%27 HTTP/1.1" 200 None
2026-03-26 08:09:17 [bca.uk] INFO: Scrape type for EJ20%20ULD: 2
2026-03-26 08:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dc3bf7a-a357-513a-8981-3d7c555e3a81 with identifier: EJ20%20ULD
2026-03-26 08:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dc3bf7a-a357-513a-8981-3d7c555e3a81 with scrape type 2
2026-03-26 08:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dc3bf7a-a357-513a-8981-3d7c555e3a81 with scrape type 2
2026-03-26 08:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dc3bf7a-a357-513a-8981-3d7c555e3a81, identifier: EJ20%20ULD
2026-03-26 08:09:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e409c1e0-98e7-5338-96bb-783cf4e5225e with identifier: NX13%20HAA
2026-03-26 08:09:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e409c1e0-98e7-5338-96bb-783cf4e5225e with identifier: NX13%20HAA
2026-03-26 08:09:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e409c1e0-98e7-5338-96bb-783cf4e5225e with identifier: NX13%20HAA to the API
2026-03-26 08:09:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'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-26T10: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-26 08:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX13%2520HAA%27 HTTP/1.1" 200 None
2026-03-26 08:09:17 [bca.uk] INFO: Saving data for NX13%20HAA: {'auction_closing_time': 1774519200.0, 'created_time': 1774044263.942933, 'last_price_update_time': 1774512557.427963}
2026-03-26 08:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:17 [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-26 08:09:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dc3bf7a-a357-513a-8981-3d7c555e3a81 with identifier: EJ20%20ULD
2026-03-26 08:09:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dc3bf7a-a357-513a-8981-3d7c555e3a81 with identifier: EJ20%20ULD
2026-03-26 08:09:17 [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-26 08:09:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&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-03-26T10: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': 'auction',
'location': 'Bedford',
'make': 'FORD',
'model': 'RANGER',
'odometer': 58243,
'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 RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
'transmission': 'automatic',
'trim': 'EBL 213 WILDTRAK',
'vin': '6FPPXXMJ2PLA02642',
'year': 2020}
2026-03-26 08:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ20%2520ULD%27 HTTP/1.1" 200 None
2026-03-26 08:09:17 [bca.uk] INFO: Saving data for EJ20%20ULD: {'auction_closing_time': 1774519200.0, 'created_time': 1773930427.667385, 'last_price_update_time': 1774512557.819365}
2026-03-26 08:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:17 [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-26 08:09:17 [bca.uk] INFO: Found listing with ID: OV13%20WNT
2026-03-26 08:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV13%2520WNT%27 HTTP/1.1" 200 None
2026-03-26 08:09:17 [bca.uk] INFO: Scrape type for OV13%20WNT: 2
2026-03-26 08:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2bbe74d-8f2c-5e14-ab66-3353e3097828 with identifier: OV13%20WNT
2026-03-26 08:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2bbe74d-8f2c-5e14-ab66-3353e3097828 with scrape type 2
2026-03-26 08:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2bbe74d-8f2c-5e14-ab66-3353e3097828 with scrape type 2
2026-03-26 08:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2bbe74d-8f2c-5e14-ab66-3353e3097828, identifier: OV13%20WNT
2026-03-26 08:09:17 [bca.uk] INFO: Found listing with ID: BK56%20MHA
2026-03-26 08:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK56%2520MHA%27 HTTP/1.1" 200 None
2026-03-26 08:09:17 [bca.uk] INFO: Scrape type for BK56%20MHA: 0
2026-03-26 08:09:17 [bca.uk] INFO: Found listing with ID: AK65%20HRW
2026-03-26 08:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK65%2520HRW%27 HTTP/1.1" 200 None
2026-03-26 08:09:17 [bca.uk] INFO: Scrape type for AK65%20HRW: 0
2026-03-26 08:09:17 [bca.uk] INFO: Found listing with ID: DC65%20VLJ
2026-03-26 08:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC65%2520VLJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:17 [bca.uk] INFO: Scrape type for DC65%20VLJ: 0
2026-03-26 08:09:17 [bca.uk] INFO: Found listing with ID: MM65%20CWC
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM65%2520CWC%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for MM65%20CWC: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: WN16%20ZGV
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN16%2520ZGV%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for WN16%20ZGV: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: SD58%20OSW
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD58%2520OSW%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for SD58%20OSW: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: MV62%20LCP
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV62%2520LCP%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for MV62%20LCP: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: PL10%20BGO
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL10%2520BGO%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for PL10%20BGO: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: YP12%20NKA
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP12%2520NKA%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for YP12%20NKA: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: VX19%20SVD
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX19%2520SVD%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for VX19%20SVD: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: FP09%20ENN
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP09%2520ENN%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for FP09%20ENN: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: N275%20WNC
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27N275%2520WNC%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for N275%20WNC: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: NM08%20ZJY
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NM08%2520ZJY%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for NM08%20ZJY: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: BJ64%20KZE
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ64%2520KZE%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for BJ64%20KZE: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: BV15%20DFX
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV15%2520DFX%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for BV15%20DFX: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: CX15%20WFP
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX15%2520WFP%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for CX15%20WFP: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: DV66%20VCF
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV66%2520VCF%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for DV66%20VCF: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: SG16%20ETP
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG16%2520ETP%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for SG16%20ETP: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: SH65%20OJB
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH65%2520OJB%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for SH65%20OJB: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: YE64%20VJX
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE64%2520VJX%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for YE64%20VJX: 0
2026-03-26 08:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2bbe74d-8f2c-5e14-ab66-3353e3097828 with identifier: OV13%20WNT
2026-03-26 08:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2bbe74d-8f2c-5e14-ab66-3353e3097828 with identifier: OV13%20WNT
2026-03-26 08:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2bbe74d-8f2c-5e14-ab66-3353e3097828 with identifier: OV13%20WNT to the API
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'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-26T10: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-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV13%2520WNT%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Saving data for OV13%20WNT: {'auction_closing_time': 1774519200.0, 'created_time': 1773930537.755893, 'last_price_update_time': 1774512558.589722}
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:18 [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-26 08:09:18 [bca.uk] INFO: Found listing with ID: SM64%20XKA
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM64%2520XKA%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for SM64%20XKA: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: YF63%20ANV
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF63%2520ANV%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for YF63%20ANV: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: LX08%20UPK
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX08%2520UPK%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for LX08%20UPK: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: VN11%20HKF
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN11%2520HKF%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for VN11%20HKF: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: BD61%20ZGN
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD61%2520ZGN%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for BD61%20ZGN: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: EO61%20NDN
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO61%2520NDN%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for EO61%20NDN: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: FY11%20WKL
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY11%2520WKL%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for FY11%20WKL: 0
2026-03-26 08:09:18 [bca.uk] INFO: Found listing with ID: GM15%20LHA
2026-03-26 08:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM15%2520LHA%27 HTTP/1.1" 200 None
2026-03-26 08:09:18 [bca.uk] INFO: Scrape type for GM15%20LHA: 2
2026-03-26 08:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c7365b2-ac7c-5f3d-bd2e-751421652d18 with identifier: GM15%20LHA
2026-03-26 08:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c7365b2-ac7c-5f3d-bd2e-751421652d18 with scrape type 2
2026-03-26 08:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c7365b2-ac7c-5f3d-bd2e-751421652d18 with scrape type 2
2026-03-26 08:09:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c7365b2-ac7c-5f3d-bd2e-751421652d18, identifier: GM15%20LHA
2026-03-26 08:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c7365b2-ac7c-5f3d-bd2e-751421652d18 with identifier: GM15%20LHA
2026-03-26 08:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c7365b2-ac7c-5f3d-bd2e-751421652d18 with identifier: GM15%20LHA
2026-03-26 08:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c7365b2-ac7c-5f3d-bd2e-751421652d18 with identifier: GM15%20LHA to the API
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM15%20LHA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3c7365b2-ac7c-5f3d-bd2e-751421652d18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GM15 LHA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM15%20LHA&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 149909,
'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': 'WF05XXGCC5FK50028',
'year': 2015}
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM15%2520LHA%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Saving data for GM15%20LHA: {'auction_closing_time': 1774519200.0, 'created_time': 1773909285.364365, 'last_price_update_time': 1774512559.241188}
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM15%2520LHA') HTTP/1.1" 204 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: HF14%20YLD
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF14%2520YLD%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for HF14%20YLD: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: LX59%20ZNG
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX59%2520ZNG%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for LX59%20ZNG: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: LX65%20OZT
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX65%2520OZT%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for LX65%20OZT: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: NX63%20FVZ
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX63%2520FVZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for NX63%20FVZ: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: WG14%20FZH
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG14%2520FZH%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for WG14%20FZH: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: YC11%20UGU
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC11%2520UGU%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for YC11%20UGU: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: YD15%20XKJ
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD15%2520XKJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for YD15%20XKJ: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: AO06%20YTU
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO06%2520YTU%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for AO06%20YTU: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: DV04%20MLE
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV04%2520MLE%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for DV04%20MLE: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: KV05%20ZXL
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV05%2520ZXL%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for KV05%20ZXL: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: BA15%20AFX
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BA15%2520AFX%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for BA15%20AFX: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: BF64%20HHS
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF64%2520HHS%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for BF64%20HHS: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: GV64%20BFY
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV64%2520BFY%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for GV64%20BFY: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: KE14%20BPV
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE14%2520BPV%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for KE14%20BPV: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: MV64%20OCA
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV64%2520OCA%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for MV64%20OCA: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: N50%20CDP
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27N50%2520CDP%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for N50%20CDP: 0
2026-03-26 08:09:19 [bca.uk] INFO: Found listing with ID: PF67%20ENX
2026-03-26 08:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF67%2520ENX%27 HTTP/1.1" 200 None
2026-03-26 08:09:19 [bca.uk] INFO: Scrape type for PF67%20ENX: 0
2026-03-26 08:09:20 [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-26 08:09:20 [bca.uk] INFO: Total items found: 100
2026-03-26 08:09:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded
2026-03-26 08:09:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:09:20 [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-26 08:09:20 [bca.uk] INFO: Found listing with ID: WP14%20FBF
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:20 [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-26 08:09:20 [bca.uk] INFO: Scrape type for WP14%20FBF: 0
2026-03-26 08:09:20 [bca.uk] INFO: Found listing with ID: YA12%20VMO
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA12%2520VMO%27 HTTP/1.1" 200 None
2026-03-26 08:09:20 [bca.uk] INFO: Scrape type for YA12%20VMO: 0
2026-03-26 08:09:20 [bca.uk] INFO: Found listing with ID: YP61%20WOR
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:20 [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-26 08:09:20 [bca.uk] INFO: Scrape type for YP61%20WOR: 0
2026-03-26 08:09:20 [bca.uk] INFO: Found listing with ID: YX14%20ORY
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:20 [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-26 08:09:20 [bca.uk] INFO: Scrape type for YX14%20ORY: 0
2026-03-26 08:09:20 [bca.uk] INFO: Found listing with ID: DE13%20LYU
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE13%2520LYU%27 HTTP/1.1" 200 None
2026-03-26 08:09:20 [bca.uk] INFO: Scrape type for DE13%20LYU: 0
2026-03-26 08:09:20 [bca.uk] INFO: Found listing with ID: GX18%20HJC
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:20 [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-26 08:09:20 [bca.uk] INFO: Scrape type for GX18%20HJC: 0
2026-03-26 08:09:20 [bca.uk] INFO: Found listing with ID: RV18%20JUW
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520JUW%27 HTTP/1.1" 200 None
2026-03-26 08:09:20 [bca.uk] INFO: Scrape type for RV18%20JUW: 0
2026-03-26 08:09:20 [bca.uk] INFO: Found listing with ID: LS09%20GLJ
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS09%2520GLJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:20 [bca.uk] INFO: Scrape type for LS09%20GLJ: 0
2026-03-26 08:09:20 [bca.uk] INFO: Found listing with ID: ST64%20USV
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:20 [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-26 08:09:20 [bca.uk] INFO: Scrape type for ST64%20USV: 0
2026-03-26 08:09:20 [bca.uk] INFO: Found listing with ID: DA14%20ORY
2026-03-26 08:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:20 [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-26 08:09:21 [bca.uk] INFO: Scrape type for DA14%20ORY: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: KM66%20LSO
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM66%2520LSO%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for KM66%20LSO: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: M80%20AKD
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for M80%20AKD: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: SD67%20GSZ
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520GSZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for SD67%20GSZ: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: FH10%20OZN
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for FH10%20OZN: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: NX67%20XBD
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for NX67%20XBD: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: SV60%20MXJ
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for SV60%20MXJ: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: SK09%20KND
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK09%2520KND%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for SK09%20KND: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: SD10%20XWK
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD10%2520XWK%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for SD10%20XWK: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: CP65%20DJY
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP65%2520DJY%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for CP65%20DJY: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: DN58%20UWL
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for DN58%20UWL: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: EA16%20TPV
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA16%2520TPV%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for EA16%20TPV: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: LD13%20UPH
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD13%2520UPH%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for LD13%20UPH: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: MP62%20LJP
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP62%2520LJP%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for MP62%20LJP: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: NJ09%20OGF
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for NJ09%20OGF: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: RF12%20FYR
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for RF12%20FYR: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: SJ16%20FHL
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ16%2520FHL%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for SJ16%20FHL: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: WA14%20UUD
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA14%2520UUD%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for WA14%20UUD: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: WP62%20XYU
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for WP62%20XYU: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: YG17%20ONF
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for YG17%20ONF: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: FX15%20UWB
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX15%2520UWB%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for FX15%20UWB: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: KV12%20WZK
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for KV12%20WZK: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: GD66%20RNU
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD66%2520RNU%27 HTTP/1.1" 200 None
2026-03-26 08:09:21 [bca.uk] INFO: Scrape type for GD66%20RNU: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: MT67%20JTY
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for MT67%20JTY: 0
2026-03-26 08:09:21 [bca.uk] INFO: Found listing with ID: DG13%20DVZ
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Scrape type for DG13%20DVZ: 2
2026-03-26 08:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7914db67-da20-5b10-8337-4618d537ab9b with identifier: DG13%20DVZ
2026-03-26 08:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7914db67-da20-5b10-8337-4618d537ab9b with scrape type 2
2026-03-26 08:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7914db67-da20-5b10-8337-4618d537ab9b with scrape type 2
2026-03-26 08:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7914db67-da20-5b10-8337-4618d537ab9b, identifier: DG13%20DVZ
2026-03-26 08:09:21 [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-26 08:09:21 [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-26 08:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7914db67-da20-5b10-8337-4618d537ab9b with identifier: DG13%20DVZ
2026-03-26 08:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7914db67-da20-5b10-8337-4618d537ab9b with identifier: DG13%20DVZ
2026-03-26 08:09:21 [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-26 08:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:21 [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=DG13%20DVZ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10: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-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:21 [bca.uk] INFO: Saving data for DG13%20DVZ: {'auction_closing_time': 1774605600.0, 'created_time': 1774045371.647714, 'last_price_update_time': 1774512561.878001}
2026-03-26 08:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:21 [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-26 08:09:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:09:22 [bca.uk] INFO: Found listing with ID: DV67%20OGP
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV67%2520OGP%27 HTTP/1.1" 200 None
2026-03-26 08:09:22 [bca.uk] INFO: Scrape type for DV67%20OGP: 0
2026-03-26 08:09:22 [bca.uk] INFO: Found listing with ID: EO11%20OZA
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO11%2520OZA%27 HTTP/1.1" 200 None
2026-03-26 08:09:22 [bca.uk] INFO: Scrape type for EO11%20OZA: 0
2026-03-26 08:09:22 [bca.uk] INFO: Found listing with ID: FP11%20PXZ
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP11%2520PXZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:22 [bca.uk] INFO: Scrape type for FP11%20PXZ: 0
2026-03-26 08:09:22 [bca.uk] INFO: Found listing with ID: KN19%20TJW
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [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-26 08:09:22 [bca.uk] INFO: Scrape type for KN19%20TJW: 2
2026-03-26 08:09:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53a6d89f-9b82-5a91-95d3-5453b16c6a66 with identifier: KN19%20TJW
2026-03-26 08:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53a6d89f-9b82-5a91-95d3-5453b16c6a66 with scrape type 2
2026-03-26 08:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53a6d89f-9b82-5a91-95d3-5453b16c6a66 with scrape type 2
2026-03-26 08:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53a6d89f-9b82-5a91-95d3-5453b16c6a66, identifier: KN19%20TJW
2026-03-26 08:09:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53a6d89f-9b82-5a91-95d3-5453b16c6a66 with identifier: KN19%20TJW
2026-03-26 08:09:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53a6d89f-9b82-5a91-95d3-5453b16c6a66 with identifier: KN19%20TJW
2026-03-26 08:09:22 [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-26 08:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:22 [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=KN19%20TJW-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10: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-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [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-26 08:09:22 [bca.uk] INFO: Saving data for KN19%20TJW: {'auction_closing_time': 1774605600.0, 'created_time': 1774045375.39546, 'last_price_update_time': 1774512562.457325}
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [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-26 08:09:22 [bca.uk] INFO: Found listing with ID: LP19%20KCN
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520KCN%27 HTTP/1.1" 200 None
2026-03-26 08:09:22 [bca.uk] INFO: Scrape type for LP19%20KCN: 0
2026-03-26 08:09:22 [bca.uk] INFO: Found listing with ID: LR16%20WDW
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR16%2520WDW%27 HTTP/1.1" 200 None
2026-03-26 08:09:22 [bca.uk] INFO: Scrape type for LR16%20WDW: 0
2026-03-26 08:09:22 [bca.uk] INFO: Found listing with ID: SP12%20XJU
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [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-26 08:09:22 [bca.uk] INFO: Scrape type for SP12%20XJU: 2
2026-03-26 08:09:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9 with identifier: SP12%20XJU
2026-03-26 08:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9 with scrape type 2
2026-03-26 08:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9 with scrape type 2
2026-03-26 08:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9, identifier: SP12%20XJU
2026-03-26 08:09:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9 with identifier: SP12%20XJU
2026-03-26 08:09:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9 with identifier: SP12%20XJU
2026-03-26 08:09:22 [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-26 08:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:22 [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': 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-27T10: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-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [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-26 08:09:22 [bca.uk] INFO: Saving data for SP12%20XJU: {'auction_closing_time': 1774605600.0, 'created_time': 1773932213.686087, 'last_price_update_time': 1774512562.904016}
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [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-26 08:09:22 [bca.uk] INFO: Found listing with ID: SW15%20NYA
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [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-26 08:09:22 [bca.uk] INFO: Scrape type for SW15%20NYA: 0
2026-03-26 08:09:22 [bca.uk] INFO: Found listing with ID: Y676%20PLE
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [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-26 08:09:22 [bca.uk] INFO: Scrape type for Y676%20PLE: 0
2026-03-26 08:09:22 [bca.uk] INFO: Found listing with ID: SB62%20RGZ
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB62%2520RGZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:22 [bca.uk] INFO: Scrape type for SB62%20RGZ: 0
2026-03-26 08:09:22 [bca.uk] INFO: Found listing with ID: SC16%20MWA
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520MWA%27 HTTP/1.1" 200 None
2026-03-26 08:09:22 [bca.uk] INFO: Scrape type for SC16%20MWA: 0
2026-03-26 08:09:22 [bca.uk] INFO: Found listing with ID: NL12%20MVO
2026-03-26 08:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:22 [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-26 08:09:22 [bca.uk] INFO: Scrape type for NL12%20MVO: 0
2026-03-26 08:09:22 [bca.uk] INFO: Found listing with ID: AV10%20OGD
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for AV10%20OGD: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: LD05%20MOU
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD05%2520MOU%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for LD05%20MOU: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: DU06%20VOY
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for DU06%20VOY: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: GK14%20OBS
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for GK14%20OBS: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: GY67%20WLN
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for GY67%20WLN: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: HN10%20HGD
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for HN10%20HGD: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: LF16%20XZB
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for LF16%20XZB: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: EJ18%20GVA
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for EJ18%20GVA: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: FD09%20RHU
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD09%2520RHU%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for FD09%20RHU: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: YG06%20CDU
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG06%2520CDU%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for YG06%20CDU: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: EA65%20ZNP
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for EA65%20ZNP: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: EO17%20WBK
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520WBK%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for EO17%20WBK: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: EO66%20GRK
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO66%2520GRK%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for EO66%20GRK: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: EY66%20AFZ
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY66%2520AFZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for EY66%20AFZ: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: KP65%20MYK
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP65%2520MYK%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for KP65%20MYK: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: KY65%20HVL
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520HVL%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for KY65%20HVL: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: LC66%20FZS
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for LC66%20FZS: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: SJ65%20GMB
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for SJ65%20GMB: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: BD16%20ZNJ
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for BD16%20ZNJ: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: BN63%20JDF
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for BN63%20JDF: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: BT62%20BMV
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520BMV%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for BT62%20BMV: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: CU66%20PWF
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU66%2520PWF%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for CU66%20PWF: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: DU12%20AXD
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for DU12%20AXD: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: EO62%20NFR
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO62%2520NFR%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for EO62%20NFR: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: FH62%20XXE
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH62%2520XXE%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for FH62%20XXE: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: GU62%20WMM
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for GU62%20WMM: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: GY14%20KTD
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for GY14%20KTD: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: KF05%20WVN
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for KF05%20WVN: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: LA08%20ETE
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA08%2520ETE%27 HTTP/1.1" 200 None
2026-03-26 08:09:23 [bca.uk] INFO: Scrape type for LA08%20ETE: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: LN11%20SXC
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for LN11%20SXC: 0
2026-03-26 08:09:23 [bca.uk] INFO: Found listing with ID: LS14%20SFJ
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Scrape type for LS14%20SFJ: 2
2026-03-26 08:09:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bbdaa88-e122-557e-a178-19393606b75c with identifier: LS14%20SFJ
2026-03-26 08:09:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bbdaa88-e122-557e-a178-19393606b75c with scrape type 2
2026-03-26 08:09:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bbdaa88-e122-557e-a178-19393606b75c with scrape type 2
2026-03-26 08:09:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bbdaa88-e122-557e-a178-19393606b75c, identifier: LS14%20SFJ
2026-03-26 08:09:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bbdaa88-e122-557e-a178-19393606b75c with identifier: LS14%20SFJ
2026-03-26 08:09:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bbdaa88-e122-557e-a178-19393606b75c with identifier: LS14%20SFJ
2026-03-26 08:09:23 [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-26 08:09:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:23 [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': 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-27T10: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-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:23 [bca.uk] INFO: Saving data for LS14%20SFJ: {'auction_closing_time': 1774605600.0, 'created_time': 1773844273.015875, 'last_price_update_time': 1774512563.873777}
2026-03-26 08:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:23 [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-26 08:09:24 [bca.uk] INFO: Found listing with ID: LS54%20SVP
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [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-26 08:09:24 [bca.uk] INFO: Scrape type for LS54%20SVP: 0
2026-03-26 08:09:24 [bca.uk] INFO: Found listing with ID: LT11%20NGE
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [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-26 08:09:24 [bca.uk] INFO: Scrape type for LT11%20NGE: 0
2026-03-26 08:09:24 [bca.uk] INFO: Found listing with ID: LX12%20APO
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [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-26 08:09:24 [bca.uk] INFO: Scrape type for LX12%20APO: 0
2026-03-26 08:09:24 [bca.uk] INFO: Found listing with ID: M60%20MSU
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [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-26 08:09:24 [bca.uk] INFO: Scrape type for M60%20MSU: 0
2026-03-26 08:09:24 [bca.uk] INFO: Found listing with ID: MK14%20VLE
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [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-26 08:09:24 [bca.uk] INFO: Scrape type for MK14%20VLE: 0
2026-03-26 08:09:24 [bca.uk] INFO: Found listing with ID: NL61%20FOD
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [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-26 08:09:24 [bca.uk] INFO: Scrape type for NL61%20FOD: 0
2026-03-26 08:09:24 [bca.uk] INFO: Found listing with ID: RJ17%20SVK
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [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-26 08:09:24 [bca.uk] INFO: Scrape type for RJ17%20SVK: 2
2026-03-26 08:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f with identifier: RJ17%20SVK
2026-03-26 08:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f with scrape type 2
2026-03-26 08:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f with scrape type 2
2026-03-26 08:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f, identifier: RJ17%20SVK
2026-03-26 08:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f with identifier: RJ17%20SVK
2026-03-26 08:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f with identifier: RJ17%20SVK
2026-03-26 08:09:24 [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-26 08:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:24 [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=RJ17%20SVK-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-27T10: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-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [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-26 08:09:24 [bca.uk] INFO: Saving data for RJ17%20SVK: {'auction_closing_time': 1774605600.0, 'created_time': 1774045333.473042, 'last_price_update_time': 1774512564.523119}
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [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-26 08:09:24 [bca.uk] INFO: Found listing with ID: SP13%20VCL
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520VCL%27 HTTP/1.1" 200 None
2026-03-26 08:09:24 [bca.uk] INFO: Scrape type for SP13%20VCL: 0
2026-03-26 08:09:24 [bca.uk] INFO: Found listing with ID: VE16%20FUD
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [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-26 08:09:24 [bca.uk] INFO: Scrape type for VE16%20FUD: 0
2026-03-26 08:09:24 [bca.uk] INFO: Found listing with ID: WP11%20JVH
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP11%2520JVH%27 HTTP/1.1" 200 None
2026-03-26 08:09:24 [bca.uk] INFO: Scrape type for WP11%20JVH: 2
2026-03-26 08:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c2f282f-4d6c-5642-b273-5c05dc904624 with identifier: WP11%20JVH
2026-03-26 08:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c2f282f-4d6c-5642-b273-5c05dc904624 with scrape type 2
2026-03-26 08:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c2f282f-4d6c-5642-b273-5c05dc904624 with scrape type 2
2026-03-26 08:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c2f282f-4d6c-5642-b273-5c05dc904624, identifier: WP11%20JVH
2026-03-26 08:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c2f282f-4d6c-5642-b273-5c05dc904624 with identifier: WP11%20JVH
2026-03-26 08:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c2f282f-4d6c-5642-b273-5c05dc904624 with identifier: WP11%20JVH
2026-03-26 08:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c2f282f-4d6c-5642-b273-5c05dc904624 with identifier: WP11%20JVH to the API
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:24 [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': 136,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP11%20JVH-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2c2f282f-4d6c-5642-b273-5c05dc904624',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP11 JVH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP11%20JVH&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 154319,
'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 TI-VCT 125 TITANIUM Hatchback',
'transmission': 'manual',
'trim': 'TI-VCT 125 TITANIUM',
'vin': 'WF0KXXGCBKBE52988',
'year': 2011}
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP11%2520JVH%27 HTTP/1.1" 200 None
2026-03-26 08:09:24 [bca.uk] INFO: Saving data for WP11%20JVH: {'auction_closing_time': 1774605600.0, 'created_time': 1774044916.849734, 'last_price_update_time': 1774512564.946012}
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP11%2520JVH') HTTP/1.1" 204 0
2026-03-26 08:09:24 [bca.uk] INFO: Found listing with ID: GN60%20DYJ
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [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-26 08:09:24 [bca.uk] INFO: Scrape type for GN60%20DYJ: 0
2026-03-26 08:09:24 [bca.uk] INFO: Found listing with ID: GV14%20ARO
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV14%2520ARO%27 HTTP/1.1" 200 None
2026-03-26 08:09:24 [bca.uk] INFO: Scrape type for GV14%20ARO: 0
2026-03-26 08:09:24 [bca.uk] INFO: Found listing with ID: DG09%20XEA
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG09%2520XEA%27 HTTP/1.1" 200 None
2026-03-26 08:09:25 [bca.uk] INFO: Scrape type for DG09%20XEA: 0
2026-03-26 08:09:25 [bca.uk] INFO: Found listing with ID: CY66%20BVE
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY66%2520BVE%27 HTTP/1.1" 200 None
2026-03-26 08:09:25 [bca.uk] INFO: Scrape type for CY66%20BVE: 0
2026-03-26 08:09:25 [bca.uk] INFO: Found listing with ID: G15%20SOR
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27G15%2520SOR%27 HTTP/1.1" 200 None
2026-03-26 08:09:25 [bca.uk] INFO: Scrape type for G15%20SOR: 0
2026-03-26 08:09:25 [bca.uk] INFO: Found listing with ID: LJ66%20ZXS
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ66%2520ZXS%27 HTTP/1.1" 200 None
2026-03-26 08:09:25 [bca.uk] INFO: Scrape type for LJ66%20ZXS: 0
2026-03-26 08:09:25 [bca.uk] INFO: Found listing with ID: SC64%20XUW
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [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-26 08:09:25 [bca.uk] INFO: Scrape type for SC64%20XUW: 0
2026-03-26 08:09:25 [bca.uk] INFO: Found listing with ID: SE14%20ONO
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [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-26 08:09:25 [bca.uk] INFO: Scrape type for SE14%20ONO: 0
2026-03-26 08:09:25 [bca.uk] INFO: Found listing with ID: DL64%20MPX
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [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-26 08:09:25 [bca.uk] INFO: Scrape type for DL64%20MPX: 2
2026-03-26 08:09:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bc7619d-b97c-5380-a235-2eedae1023ce with identifier: DL64%20MPX
2026-03-26 08:09:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bc7619d-b97c-5380-a235-2eedae1023ce with scrape type 2
2026-03-26 08:09:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bc7619d-b97c-5380-a235-2eedae1023ce with scrape type 2
2026-03-26 08:09:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bc7619d-b97c-5380-a235-2eedae1023ce, identifier: DL64%20MPX
2026-03-26 08:09:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bc7619d-b97c-5380-a235-2eedae1023ce with identifier: DL64%20MPX
2026-03-26 08:09:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bc7619d-b97c-5380-a235-2eedae1023ce with identifier: DL64%20MPX
2026-03-26 08:09:25 [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-26 08:09:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09: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': 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-27T10: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-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [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-26 08:09:25 [bca.uk] INFO: Saving data for DL64%20MPX: {'auction_closing_time': 1774605600.0, 'created_time': 1773930359.056099, 'last_price_update_time': 1774512565.474302}
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [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-26 08:09:25 [bca.uk] INFO: Found listing with ID: VK13%20WTE
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK13%2520WTE%27 HTTP/1.1" 200 None
2026-03-26 08:09:25 [bca.uk] INFO: Scrape type for VK13%20WTE: 0
2026-03-26 08:09:25 [bca.uk] INFO: Found listing with ID: WK14%20WOD
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [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-26 08:09:25 [bca.uk] INFO: Scrape type for WK14%20WOD: 0
2026-03-26 08:09:25 [bca.uk] INFO: Found listing with ID: EU63%20UNN
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU63%2520UNN%27 HTTP/1.1" 200 None
2026-03-26 08:09:25 [bca.uk] INFO: Scrape type for EU63%20UNN: 0
2026-03-26 08:09:25 [bca.uk] INFO: Found listing with ID: NA59%20VLZ
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA59%2520VLZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:25 [bca.uk] INFO: Scrape type for NA59%20VLZ: 0
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Total items found: 100
2026-03-26 08:09:26 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded
2026-03-26 08:09:26 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Found listing with ID: SW08%20OSX
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW08%2520OSX%27 HTTP/1.1" 200 None
2026-03-26 08:09:26 [bca.uk] INFO: Scrape type for SW08%20OSX: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: WR68%20ZKN
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR68%2520ZKN%27 HTTP/1.1" 200 None
2026-03-26 08:09:26 [bca.uk] INFO: Scrape type for WR68%20ZKN: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: CV15%20AFJ
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Scrape type for CV15%20AFJ: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: FN66%20XKP
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Scrape type for FN66%20XKP: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: LG65%20WNC
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG65%2520WNC%27 HTTP/1.1" 200 None
2026-03-26 08:09:26 [bca.uk] INFO: Scrape type for LG65%20WNC: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: MT17%20XLF
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Scrape type for MT17%20XLF: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: NK17%20YPU
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520YPU%27 HTTP/1.1" 200 None
2026-03-26 08:09:26 [bca.uk] INFO: Scrape type for NK17%20YPU: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: YG64%20FFB
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Scrape type for YG64%20FFB: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: YY65%20HYC
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Scrape type for YY65%20HYC: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: BU16%20YSE
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU16%2520YSE%27 HTTP/1.1" 200 None
2026-03-26 08:09:26 [bca.uk] INFO: Scrape type for BU16%20YSE: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: BW15%20NYX
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520NYX%27 HTTP/1.1" 200 None
2026-03-26 08:09:26 [bca.uk] INFO: Scrape type for BW15%20NYX: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: CA62%20PRV
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Scrape type for CA62%20PRV: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: CK18%20EYV
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Scrape type for CK18%20EYV: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: CV58%20YNE
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Scrape type for CV58%20YNE: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: CV64%20HRP
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Scrape type for CV64%20HRP: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: DN62%20GZL
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [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-26 08:09:26 [bca.uk] INFO: Scrape type for DN62%20GZL: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: DX63%20PAO
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX63%2520PAO%27 HTTP/1.1" 200 None
2026-03-26 08:09:26 [bca.uk] INFO: Scrape type for DX63%20PAO: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: EA11%20DTO
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA11%2520DTO%27 HTTP/1.1" 200 None
2026-03-26 08:09:26 [bca.uk] INFO: Scrape type for EA11%20DTO: 0
2026-03-26 08:09:26 [bca.uk] INFO: Found listing with ID: EJ59%20OMX
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ59%2520OMX%27 HTTP/1.1" 200 None
2026-03-26 08:09:26 [bca.uk] INFO: Scrape type for EJ59%20OMX: 2
2026-03-26 08:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 975bb475-c022-5fdd-882a-8f084eff99fc with identifier: EJ59%20OMX
2026-03-26 08:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 975bb475-c022-5fdd-882a-8f084eff99fc with scrape type 2
2026-03-26 08:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 975bb475-c022-5fdd-882a-8f084eff99fc with scrape type 2
2026-03-26 08:09:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 975bb475-c022-5fdd-882a-8f084eff99fc, identifier: EJ59%20OMX
2026-03-26 08:09:26 [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-26 08:09:26 [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-26 08:09:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 975bb475-c022-5fdd-882a-8f084eff99fc with identifier: EJ59%20OMX
2026-03-26 08:09:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 975bb475-c022-5fdd-882a-8f084eff99fc with identifier: EJ59%20OMX
2026-03-26 08:09:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 975bb475-c022-5fdd-882a-8f084eff99fc with identifier: EJ59%20OMX to the API
2026-03-26 08:09:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09: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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ59%20OMX-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '975bb475-c022-5fdd-882a-8f084eff99fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EJ59 OMX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ59%20OMX&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 114498,
'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 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0JXXGAJJ9E33136',
'year': 2010}
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ59%2520OMX%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Saving data for EJ59%20OMX: {'auction_closing_time': 1774605600.0, 'created_time': 1773908516.94346, 'last_price_update_time': 1774512567.135973}
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ59%2520OMX') HTTP/1.1" 204 0
2026-03-26 08:09:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: EX14%20FSZ
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX14%2520FSZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for EX14%20FSZ: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: FE65%20UJU
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE65%2520UJU%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for FE65%20UJU: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: HK15%20VKT
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK15%2520VKT%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for HK15%20VKT: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: KV57%20GEK
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV57%2520GEK%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for KV57%20GEK: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: LR07%20UXG
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR07%2520UXG%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for LR07%20UXG: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: LR11%20AAU
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR11%2520AAU%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for LR11%20AAU: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: N13%20GWM
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27N13%2520GWM%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for N13%20GWM: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: PL14%20HJK
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL14%2520HJK%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for PL14%20HJK: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: RG53%20CVA
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RG53%2520CVA%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for RG53%20CVA: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: SA12%20WRF
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA12%2520WRF%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for SA12%20WRF: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: WF59%20JMV
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF59%2520JMV%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for WF59%20JMV: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: WG62%20WDW
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG62%2520WDW%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for WG62%20WDW: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: WU05%20WWZ
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU05%2520WWZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for WU05%20WWZ: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: CA57%20XLV
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA57%2520XLV%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for CA57%20XLV: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: CE57%20OGM
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE57%2520OGM%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for CE57%20OGM: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: EO06%20FUT
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO06%2520FUT%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for EO06%20FUT: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: VN60%20UJD
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN60%2520UJD%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for VN60%20UJD: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: AM09%20YBE
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AM09%2520YBE%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for AM09%20YBE: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: E4%20GOA
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27E4%2520GOA%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for E4%20GOA: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: FD10%20EJK
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD10%2520EJK%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for FD10%20EJK: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: H22%20LBS
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27H22%2520LBS%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for H22%20LBS: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: KV11%20ZUC
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV11%2520ZUC%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for KV11%20ZUC: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: KY15%20XJL
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY15%2520XJL%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for KY15%20XJL: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: LL64%20VYC
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL64%2520VYC%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for LL64%20VYC: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: LM10%20TDV
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM10%2520TDV%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for LM10%20TDV: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: MW11%20DDZ
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW11%2520DDZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for MW11%20DDZ: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: NV13%20SUX
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV13%2520SUX%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for NV13%20SUX: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: OW07%20BSO
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OW07%2520BSO%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for OW07%20BSO: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: P27%20RPS
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27P27%2520RPS%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for P27%20RPS: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: HK57%20YCH
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK57%2520YCH%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for HK57%20YCH: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: SK13%20YRD
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK13%2520YRD%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for SK13%20YRD: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: BJ13%20ACF
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ13%2520ACF%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for BJ13%20ACF: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: SD60%20WDX
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD60%2520WDX%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for SD60%20WDX: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: GV58%20UKA
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV58%2520UKA%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for GV58%20UKA: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: HV54%20APK
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV54%2520APK%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for HV54%20APK: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: SE07%20KWS
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE07%2520KWS%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for SE07%20KWS: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: BJ16%20HRX
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ16%2520HRX%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for BJ16%20HRX: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: CP14%20OMO
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP14%2520OMO%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for CP14%20OMO: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: FV65%20SYO
2026-03-26 08:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV65%2520SYO%27 HTTP/1.1" 200 None
2026-03-26 08:09:27 [bca.uk] INFO: Scrape type for FV65%20SYO: 0
2026-03-26 08:09:27 [bca.uk] INFO: Found listing with ID: HF15%20VYU
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF15%2520VYU%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for HF15%20VYU: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: HY65%20BWJ
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY65%2520BWJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for HY65%20BWJ: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: WG67%20XXW
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG67%2520XXW%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for WG67%20XXW: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: WP65%20ZGE
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP65%2520ZGE%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for WP65%20ZGE: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: BR53%20NNR
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BR53%2520NNR%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for BR53%20NNR: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: GY14%20NTU
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY14%2520NTU%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for GY14%20NTU: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: GY60%20KSU
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY60%2520KSU%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for GY60%20KSU: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: LR61%20CGG
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR61%2520CGG%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for LR61%20CGG: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: RF59%20GTU
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF59%2520GTU%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for RF59%20GTU: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: WK59%20VGD
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK59%2520VGD%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for WK59%20VGD: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: WN10%20XXG
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN10%2520XXG%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for WN10%20XXG: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: WV64%20PJX
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV64%2520PJX%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for WV64%20PJX: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: DU67%20ZXK
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU67%2520ZXK%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for DU67%20ZXK: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: YS14%20DHZ
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS14%2520DHZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for YS14%20DHZ: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: CX53%20BXL
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX53%2520BXL%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for CX53%20BXL: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: DG61%20CXX
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG61%2520CXX%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for DG61%20CXX: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: DV13%20YRE
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV13%2520YRE%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for DV13%20YRE: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: ND15%20CVZ
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND15%2520CVZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for ND15%20CVZ: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: RK63%20ZPU
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK63%2520ZPU%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for RK63%20ZPU: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: SC14%20CXH
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC14%2520CXH%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for SC14%20CXH: 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: SP11%20YOJ
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP11%2520YOJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Scrape type for SP11%20YOJ: 2
2026-03-26 08:09:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f65a1913-0240-5fce-8adf-cdd89c72ad51 with identifier: SP11%20YOJ
2026-03-26 08:09:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f65a1913-0240-5fce-8adf-cdd89c72ad51 with scrape type 2
2026-03-26 08:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f65a1913-0240-5fce-8adf-cdd89c72ad51 with scrape type 2
2026-03-26 08:09:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f65a1913-0240-5fce-8adf-cdd89c72ad51, identifier: SP11%20YOJ
2026-03-26 08:09:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f65a1913-0240-5fce-8adf-cdd89c72ad51 with identifier: SP11%20YOJ
2026-03-26 08:09:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f65a1913-0240-5fce-8adf-cdd89c72ad51 with identifier: SP11%20YOJ
2026-03-26 08:09:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f65a1913-0240-5fce-8adf-cdd89c72ad51 with identifier: SP11%20YOJ to the API
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:28 [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=SP11%20YOJ-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f65a1913-0240-5fce-8adf-cdd89c72ad51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP11 YOJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP11%20YOJ&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 103714,
'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.2 EDGE Hatchback',
'transmission': 'manual',
'trim': 'EDGE',
'vin': 'WF0JXXGAJJBE19104',
'year': 2011}
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP11%2520YOJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:28 [bca.uk] INFO: Saving data for SP11%20YOJ: {'auction_closing_time': 1774605600.0, 'created_time': 1773844257.256986, 'last_price_update_time': 1774512568.852819}
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP11%2520YOJ') HTTP/1.1" 204 0
2026-03-26 08:09:28 [bca.uk] INFO: Found listing with ID: SY67%20YDU
2026-03-26 08:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY67%2520YDU%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for SY67%20YDU: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: YF16%20FVT
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF16%2520FVT%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for YF16%20FVT: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: FP13%20VHH
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP13%2520VHH%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for FP13%20VHH: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: BJ60%20EHP
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [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-26 08:09:29 [bca.uk] INFO: Scrape type for BJ60%20EHP: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: CK62%20JSZ
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [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-26 08:09:29 [bca.uk] INFO: Scrape type for CK62%20JSZ: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: HE08%20MAB
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HE08%2520MAB%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for HE08%20MAB: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: KO14%20BYL
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO14%2520BYL%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for KO14%20BYL: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: YT63%20UKH
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [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-26 08:09:29 [bca.uk] INFO: Scrape type for YT63%20UKH: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: NL72%20XSN
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [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-26 08:09:29 [bca.uk] INFO: Scrape type for NL72%20XSN: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: BJ57%20FYD
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ57%2520FYD%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for BJ57%20FYD: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: EO63%20UGJ
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO63%2520UGJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for EO63%20UGJ: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: EY10%20WXW
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [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-26 08:09:29 [bca.uk] INFO: Scrape type for EY10%20WXW: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: FP13%20DMU
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP13%2520DMU%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for FP13%20DMU: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: GL08%20TLY
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [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-26 08:09:29 [bca.uk] INFO: Scrape type for GL08%20TLY: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: LV60%20RHU
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV60%2520RHU%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for LV60%20RHU: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: NU62%20TXO
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU62%2520TXO%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for NU62%20TXO: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: ST58%20OLB
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST58%2520OLB%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for ST58%20OLB: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: NL72%20ZFR
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [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-26 08:09:29 [bca.uk] INFO: Scrape type for NL72%20ZFR: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: AF06%20XPR
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF06%2520XPR%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for AF06%20XPR: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: AK15%20OGR
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK15%2520OGR%27 HTTP/1.1" 200 None
2026-03-26 08:09:29 [bca.uk] INFO: Scrape type for AK15%20OGR: 0
2026-03-26 08:09:29 [bca.uk] INFO: Found listing with ID: CA58%20MKK
2026-03-26 08:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:29 [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-26 08:09:29 [bca.uk] INFO: Scrape type for CA58%20MKK: 0
2026-03-26 08:09:30 [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-26 08:09:31 [bca.uk] INFO: Total items found: 100
2026-03-26 08:09:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded
2026-03-26 08:09:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:09:31 [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-26 08:09:31 [bca.uk] INFO: Found listing with ID: CP11%20VEU
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP11%2520VEU%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for CP11%20VEU: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: CV12%20RUJ
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV12%2520RUJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for CV12%20RUJ: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: DN12%20VNP
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN12%2520VNP%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for DN12%20VNP: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: DN17%20BWG
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN17%2520BWG%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for DN17%20BWG: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: EJ07%20OYE
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ07%2520OYE%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for EJ07%20OYE: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: FT11%20MSY
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT11%2520MSY%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for FT11%20MSY: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: FY11%20VWE
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY11%2520VWE%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for FY11%20VWE: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: HG15%20HKJ
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG15%2520HKJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for HG15%20HKJ: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: HV12%20OKS
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV12%2520OKS%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for HV12%20OKS: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: HY15%20YOT
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY15%2520YOT%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for HY15%20YOT: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: HY63%20VXM
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY63%2520VXM%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for HY63%20VXM: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: LD09%20AWO
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD09%2520AWO%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for LD09%20AWO: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: LG11%20ORW
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG11%2520ORW%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for LG11%20ORW: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: LG17%20ZRK
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG17%2520ZRK%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for LG17%20ZRK: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: RJ14%20CFF
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ14%2520CFF%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for RJ14%20CFF: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: SB11%20KDJ
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB11%2520KDJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for SB11%20KDJ: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: YH61%20VSP
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH61%2520VSP%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for YH61%20VSP: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: RJ19%20PBY
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ19%2520PBY%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for RJ19%20PBY: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: GY68%20PRX
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY68%2520PRX%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for GY68%20PRX: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: NJ18%20RUO
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ18%2520RUO%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for NJ18%20RUO: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: OY18%20YON
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY18%2520YON%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for OY18%20YON: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: FL68%20CTV
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL68%2520CTV%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for FL68%20CTV: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: LB68%20BWP
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB68%2520BWP%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for LB68%20BWP: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: OW18%20KXP
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OW18%2520KXP%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for OW18%20KXP: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: GL57%20CHO
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL57%2520CHO%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for GL57%20CHO: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: LG07%20NTL
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG07%2520NTL%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for LG07%20NTL: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: AK65%20EXU
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK65%2520EXU%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for AK65%20EXU: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: HN66%20MHJ
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN66%2520MHJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for HN66%20MHJ: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: LD18%20JZW
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD18%2520JZW%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for LD18%20JZW: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: LN14%20LUD
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN14%2520LUD%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for LN14%20LUD: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: LO67%20UBK
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO67%2520UBK%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for LO67%20UBK: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: PJ66%20VVE
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ66%2520VVE%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for PJ66%20VVE: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: ST64%20XKB
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST64%2520XKB%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for ST64%20XKB: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: WM65%20VAY
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM65%2520VAY%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for WM65%20VAY: 0
2026-03-26 08:09:31 [bca.uk] INFO: Found listing with ID: RO09%20DFE
2026-03-26 08:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO09%2520DFE%27 HTTP/1.1" 200 None
2026-03-26 08:09:31 [bca.uk] INFO: Scrape type for RO09%20DFE: 2
2026-03-26 08:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e96cf45-ed2d-573c-aec1-2e69dcc0422b with identifier: RO09%20DFE
2026-03-26 08:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e96cf45-ed2d-573c-aec1-2e69dcc0422b with scrape type 2
2026-03-26 08:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e96cf45-ed2d-573c-aec1-2e69dcc0422b with scrape type 2
2026-03-26 08:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e96cf45-ed2d-573c-aec1-2e69dcc0422b, identifier: RO09%20DFE
2026-03-26 08:09:31 [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-26 08:09:31 [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-26 08:09:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e96cf45-ed2d-573c-aec1-2e69dcc0422b with identifier: RO09%20DFE
2026-03-26 08:09:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e96cf45-ed2d-573c-aec1-2e69dcc0422b with identifier: RO09%20DFE
2026-03-26 08:09:32 [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-26 08:09:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:32 [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': 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-27T10: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-26 08:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO09%2520DFE%27 HTTP/1.1" 200 None
2026-03-26 08:09:32 [bca.uk] INFO: Saving data for RO09%20DFE: {'auction_closing_time': 1774605600.0, 'created_time': 1774044888.186751, 'last_price_update_time': 1774512572.315344}
2026-03-26 08:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:32 [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-26 08:09:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:09:32 [bca.uk] INFO: Found listing with ID: RV09%20PFO
2026-03-26 08:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV09%2520PFO%27 HTTP/1.1" 200 None
2026-03-26 08:09:32 [bca.uk] INFO: Scrape type for RV09%20PFO: 2
2026-03-26 08:09:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c6b9f7-60e0-5be7-9dbf-2e0e81c5c75f with identifier: RV09%20PFO
2026-03-26 08:09:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c6b9f7-60e0-5be7-9dbf-2e0e81c5c75f with scrape type 2
2026-03-26 08:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87c6b9f7-60e0-5be7-9dbf-2e0e81c5c75f with scrape type 2
2026-03-26 08:09:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87c6b9f7-60e0-5be7-9dbf-2e0e81c5c75f, identifier: RV09%20PFO
2026-03-26 08:09:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87c6b9f7-60e0-5be7-9dbf-2e0e81c5c75f with identifier: RV09%20PFO
2026-03-26 08:09:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87c6b9f7-60e0-5be7-9dbf-2e0e81c5c75f with identifier: RV09%20PFO
2026-03-26 08:09:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87c6b9f7-60e0-5be7-9dbf-2e0e81c5c75f with identifier: RV09%20PFO to the API
2026-03-26 08:09:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:32 [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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV09%20PFO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '87c6b9f7-60e0-5be7-9dbf-2e0e81c5c75f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RV09 PFO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV09%20PFO&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 122605,
'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 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0JXXWPJJ9M83942',
'year': 2009}
2026-03-26 08:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV09%2520PFO%27 HTTP/1.1" 200 None
2026-03-26 08:09:32 [bca.uk] INFO: Saving data for RV09%20PFO: {'auction_closing_time': 1774605600.0, 'created_time': 1774045332.769419, 'last_price_update_time': 1774512572.861285}
2026-03-26 08:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV09%2520PFO') HTTP/1.1" 204 0
2026-03-26 08:09:32 [bca.uk] INFO: Found listing with ID: WF11%20YRA
2026-03-26 08:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF11%2520YRA%27 HTTP/1.1" 200 None
2026-03-26 08:09:32 [bca.uk] INFO: Scrape type for WF11%20YRA: 0
2026-03-26 08:09:32 [bca.uk] INFO: Found listing with ID: WV12%20MUW
2026-03-26 08:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV12%2520MUW%27 HTTP/1.1" 200 None
2026-03-26 08:09:32 [bca.uk] INFO: Scrape type for WV12%20MUW: 0
2026-03-26 08:09:32 [bca.uk] INFO: Found listing with ID: YO66%20AWR
2026-03-26 08:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO66%2520AWR%27 HTTP/1.1" 200 None
2026-03-26 08:09:32 [bca.uk] INFO: Scrape type for YO66%20AWR: 0
2026-03-26 08:09:32 [bca.uk] INFO: Found listing with ID: DV67%20ZNZ
2026-03-26 08:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV67%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:32 [bca.uk] INFO: Scrape type for DV67%20ZNZ: 0
2026-03-26 08:09:32 [bca.uk] INFO: Found listing with ID: GU09%20NLF
2026-03-26 08:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU09%2520NLF%27 HTTP/1.1" 200 None
2026-03-26 08:09:32 [bca.uk] INFO: Scrape type for GU09%20NLF: 2
2026-03-26 08:09:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bdebc5f-5621-5d96-bb34-47ba21660860 with identifier: GU09%20NLF
2026-03-26 08:09:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bdebc5f-5621-5d96-bb34-47ba21660860 with scrape type 2
2026-03-26 08:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bdebc5f-5621-5d96-bb34-47ba21660860 with scrape type 2
2026-03-26 08:09:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bdebc5f-5621-5d96-bb34-47ba21660860, identifier: GU09%20NLF
2026-03-26 08:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bdebc5f-5621-5d96-bb34-47ba21660860 with identifier: GU09%20NLF
2026-03-26 08:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bdebc5f-5621-5d96-bb34-47ba21660860 with identifier: GU09%20NLF
2026-03-26 08:09:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bdebc5f-5621-5d96-bb34-47ba21660860 with identifier: GU09%20NLF to the API
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09: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': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU09%20NLF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4bdebc5f-5621-5d96-bb34-47ba21660860',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GU09 NLF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU09%20NLF&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'AUDI',
'model': 'A3',
'odometer': 152962,
'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 A3 1.6 TECHNIK SE Hatchback',
'transmission': 'manual',
'trim': 'TECHNIK SE',
'vin': 'WAUZZZ8P99A113369',
'year': 2009}
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU09%2520NLF%27 HTTP/1.1" 200 None
2026-03-26 08:09:33 [bca.uk] INFO: Saving data for GU09%20NLF: {'auction_closing_time': 1774605600.0, 'created_time': 1774044958.656316, 'last_price_update_time': 1774512573.378514}
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU09%2520NLF') HTTP/1.1" 204 0
2026-03-26 08:09:33 [bca.uk] INFO: Found listing with ID: GV68%20SRZ
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV68%2520SRZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:33 [bca.uk] INFO: Scrape type for GV68%20SRZ: 0
2026-03-26 08:09:33 [bca.uk] INFO: Found listing with ID: HJ56%20TWF
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ56%2520TWF%27 HTTP/1.1" 200 None
2026-03-26 08:09:33 [bca.uk] INFO: Scrape type for HJ56%20TWF: 0
2026-03-26 08:09:33 [bca.uk] INFO: Found listing with ID: KP61%20YTC
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%2520YTC%27 HTTP/1.1" 200 None
2026-03-26 08:09:33 [bca.uk] INFO: Scrape type for KP61%20YTC: 0
2026-03-26 08:09:33 [bca.uk] INFO: Found listing with ID: KR58%20KAE
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR58%2520KAE%27 HTTP/1.1" 200 None
2026-03-26 08:09:33 [bca.uk] INFO: Scrape type for KR58%20KAE: 0
2026-03-26 08:09:33 [bca.uk] INFO: Found listing with ID: KY12%20OTH
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY12%2520OTH%27 HTTP/1.1" 200 None
2026-03-26 08:09:33 [bca.uk] INFO: Scrape type for KY12%20OTH: 0
2026-03-26 08:09:33 [bca.uk] INFO: Found listing with ID: LA09%20EYC
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA09%2520EYC%27 HTTP/1.1" 200 None
2026-03-26 08:09:33 [bca.uk] INFO: Scrape type for LA09%20EYC: 0
2026-03-26 08:09:33 [bca.uk] INFO: Found listing with ID: LC08%20BYV
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC08%2520BYV%27 HTTP/1.1" 200 None
2026-03-26 08:09:33 [bca.uk] INFO: Scrape type for LC08%20BYV: 0
2026-03-26 08:09:33 [bca.uk] INFO: Found listing with ID: LD62%20FVN
2026-03-26 08:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD62%2520FVN%27 HTTP/1.1" 200 None
2026-03-26 08:09:33 [bca.uk] INFO: Scrape type for LD62%20FVN: 2
2026-03-26 08:09:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 217b8cd7-79f8-5ae1-8695-27d133a488f9 with identifier: LD62%20FVN
2026-03-26 08:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 217b8cd7-79f8-5ae1-8695-27d133a488f9 with scrape type 2
2026-03-26 08:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 217b8cd7-79f8-5ae1-8695-27d133a488f9 with scrape type 2
2026-03-26 08:09:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 217b8cd7-79f8-5ae1-8695-27d133a488f9, identifier: LD62%20FVN
2026-03-26 08:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 217b8cd7-79f8-5ae1-8695-27d133a488f9 with identifier: LD62%20FVN
2026-03-26 08:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 217b8cd7-79f8-5ae1-8695-27d133a488f9 with identifier: LD62%20FVN
2026-03-26 08:09:33 [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-26 08:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:34 [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': 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-27T10: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-26 08:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:34 [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-26 08:09:34 [bca.uk] INFO: Saving data for LD62%20FVN: {'auction_closing_time': 1774605600.0, 'created_time': 1774045352.707732, 'last_price_update_time': 1774512574.71404}
2026-03-26 08:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:34 [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-26 08:09:34 [bca.uk] INFO: Found listing with ID: LO63%20ZPX
2026-03-26 08:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO63%2520ZPX%27 HTTP/1.1" 200 None
2026-03-26 08:09:34 [bca.uk] INFO: Scrape type for LO63%20ZPX: 0
2026-03-26 08:09:34 [bca.uk] INFO: Found listing with ID: MC65%20YPK
2026-03-26 08:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:34 [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-26 08:09:34 [bca.uk] INFO: Scrape type for MC65%20YPK: 2
2026-03-26 08:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff with identifier: MC65%20YPK
2026-03-26 08:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff with scrape type 2
2026-03-26 08:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff with scrape type 2
2026-03-26 08:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff, identifier: MC65%20YPK
2026-03-26 08:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff with identifier: MC65%20YPK
2026-03-26 08:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff with identifier: MC65%20YPK
2026-03-26 08:09:35 [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-26 08:09:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09: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': 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-27T10: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-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [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-26 08:09:35 [bca.uk] INFO: Saving data for MC65%20YPK: {'auction_closing_time': 1774605600.0, 'created_time': 1774044928.50141, 'last_price_update_time': 1774512575.235261}
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [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-26 08:09:35 [bca.uk] INFO: Found listing with ID: RJ61%20VZV
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [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-26 08:09:35 [bca.uk] INFO: Scrape type for RJ61%20VZV: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: RK66%20XYY
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520XYY%27 HTTP/1.1" 200 None
2026-03-26 08:09:35 [bca.uk] INFO: Scrape type for RK66%20XYY: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: CE63%20FBJ
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE63%2520FBJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:35 [bca.uk] INFO: Scrape type for CE63%20FBJ: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: DL13%20AJX
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL13%2520AJX%27 HTTP/1.1" 200 None
2026-03-26 08:09:35 [bca.uk] INFO: Scrape type for DL13%20AJX: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: GV62%20EZW
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV62%2520EZW%27 HTTP/1.1" 200 None
2026-03-26 08:09:35 [bca.uk] INFO: Scrape type for GV62%20EZW: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: NJ15%20ZFR
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ15%2520ZFR%27 HTTP/1.1" 200 None
2026-03-26 08:09:35 [bca.uk] INFO: Scrape type for NJ15%20ZFR: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: WN62%20TTV
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [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-26 08:09:35 [bca.uk] INFO: Scrape type for WN62%20TTV: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: YE63%20EHG
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [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-26 08:09:35 [bca.uk] INFO: Scrape type for YE63%20EHG: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: PN65%20ZND
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN65%2520ZND%27 HTTP/1.1" 200 None
2026-03-26 08:09:35 [bca.uk] INFO: Scrape type for PN65%20ZND: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: MT11%20HPV
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT11%2520HPV%27 HTTP/1.1" 200 None
2026-03-26 08:09:35 [bca.uk] INFO: Scrape type for MT11%20HPV: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: DL15%20XHN
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL15%2520XHN%27 HTTP/1.1" 200 None
2026-03-26 08:09:35 [bca.uk] INFO: Scrape type for DL15%20XHN: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: GM14%20VVZ
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM14%2520VVZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:35 [bca.uk] INFO: Scrape type for GM14%20VVZ: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: MW62%20BND
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW62%2520BND%27 HTTP/1.1" 200 None
2026-03-26 08:09:35 [bca.uk] INFO: Scrape type for MW62%20BND: 0
2026-03-26 08:09:35 [bca.uk] INFO: Found listing with ID: PX16%20OFH
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:35 [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-26 08:09:35 [bca.uk] INFO: Scrape type for PX16%20OFH: 2
2026-03-26 08:09:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90b98f12-50cc-5ada-a859-04496d549dc4 with identifier: PX16%20OFH
2026-03-26 08:09:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90b98f12-50cc-5ada-a859-04496d549dc4 with scrape type 2
2026-03-26 08:09:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90b98f12-50cc-5ada-a859-04496d549dc4 with scrape type 2
2026-03-26 08:09:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90b98f12-50cc-5ada-a859-04496d549dc4, identifier: PX16%20OFH
2026-03-26 08:09:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90b98f12-50cc-5ada-a859-04496d549dc4 with identifier: PX16%20OFH
2026-03-26 08:09:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90b98f12-50cc-5ada-a859-04496d549dc4 with identifier: PX16%20OFH
2026-03-26 08:09:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90b98f12-50cc-5ada-a859-04496d549dc4 with identifier: PX16%20OFH to the API
2026-03-26 08:09:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09: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': 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-26T10: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-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:36 [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-26 08:09:36 [bca.uk] INFO: Saving data for PX16%20OFH: {'auction_closing_time': 1774519200.0, 'created_time': 1773930861.153263, 'last_price_update_time': 1774512576.726696}
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:36 [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-26 08:09:36 [bca.uk] INFO: Found listing with ID: SH10%20NTU
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:36 [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-26 08:09:36 [bca.uk] INFO: Scrape type for SH10%20NTU: 0
2026-03-26 08:09:36 [bca.uk] INFO: Found listing with ID: BD09%20HUU
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD09%2520HUU%27 HTTP/1.1" 200 None
2026-03-26 08:09:36 [bca.uk] INFO: Scrape type for BD09%20HUU: 0
2026-03-26 08:09:36 [bca.uk] INFO: Found listing with ID: CX16%20DMU
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:36 [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-26 08:09:36 [bca.uk] INFO: Scrape type for CX16%20DMU: 0
2026-03-26 08:09:36 [bca.uk] INFO: Found listing with ID: FE67%20RXF
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520RXF%27 HTTP/1.1" 200 None
2026-03-26 08:09:36 [bca.uk] INFO: Scrape type for FE67%20RXF: 0
2026-03-26 08:09:36 [bca.uk] INFO: Found listing with ID: HV66%20FZT
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV66%2520FZT%27 HTTP/1.1" 200 None
2026-03-26 08:09:36 [bca.uk] INFO: Scrape type for HV66%20FZT: 0
2026-03-26 08:09:36 [bca.uk] INFO: Found listing with ID: RK17%20YPV
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK17%2520YPV%27 HTTP/1.1" 200 None
2026-03-26 08:09:36 [bca.uk] INFO: Scrape type for RK17%20YPV: 0
2026-03-26 08:09:36 [bca.uk] INFO: Found listing with ID: SX14%20DYT
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX14%2520DYT%27 HTTP/1.1" 200 None
2026-03-26 08:09:36 [bca.uk] INFO: Scrape type for SX14%20DYT: 0
2026-03-26 08:09:36 [bca.uk] INFO: Found listing with ID: WN65%20OWZ
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN65%2520OWZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:36 [bca.uk] INFO: Scrape type for WN65%20OWZ: 0
2026-03-26 08:09:36 [bca.uk] INFO: Found listing with ID: WT17%20AUO
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT17%2520AUO%27 HTTP/1.1" 200 None
2026-03-26 08:09:36 [bca.uk] INFO: Scrape type for WT17%20AUO: 0
2026-03-26 08:09:36 [bca.uk] INFO: Found listing with ID: YC17%20PKX
2026-03-26 08:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520PKX%27 HTTP/1.1" 200 None
2026-03-26 08:09:37 [bca.uk] INFO: Scrape type for YC17%20PKX: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: YC66%20ENO
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC66%2520ENO%27 HTTP/1.1" 200 None
2026-03-26 08:09:37 [bca.uk] INFO: Scrape type for YC66%20ENO: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: VGZ%205934
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%25205934%27 HTTP/1.1" 200 None
2026-03-26 08:09:37 [bca.uk] INFO: Scrape type for VGZ%205934: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: BL64%20NFK
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520NFK%27 HTTP/1.1" 200 None
2026-03-26 08:09:37 [bca.uk] INFO: Scrape type for BL64%20NFK: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: CA61%20AYZ
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA61%2520AYZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:37 [bca.uk] INFO: Scrape type for CA61%20AYZ: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: DE17%20NFK
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE17%2520NFK%27 HTTP/1.1" 200 None
2026-03-26 08:09:37 [bca.uk] INFO: Scrape type for DE17%20NFK: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: DU11%20KVT
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [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-26 08:09:37 [bca.uk] INFO: Scrape type for DU11%20KVT: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: MA13%20NFL
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [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-26 08:09:37 [bca.uk] INFO: Scrape type for MA13%20NFL: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: NJ52%20FVX
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ52%2520FVX%27 HTTP/1.1" 200 None
2026-03-26 08:09:37 [bca.uk] INFO: Scrape type for NJ52%20FVX: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: PK15%20KVO
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK15%2520KVO%27 HTTP/1.1" 200 None
2026-03-26 08:09:37 [bca.uk] INFO: Scrape type for PK15%20KVO: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: SD58%20FDG
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD58%2520FDG%27 HTTP/1.1" 200 None
2026-03-26 08:09:37 [bca.uk] INFO: Scrape type for SD58%20FDG: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: SE17%20LNO
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE17%2520LNO%27 HTTP/1.1" 200 None
2026-03-26 08:09:37 [bca.uk] INFO: Scrape type for SE17%20LNO: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: SJ14%20NOF
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [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-26 08:09:37 [bca.uk] INFO: Scrape type for SJ14%20NOF: 2
2026-03-26 08:09:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12bee4e7-6696-5574-a6b3-6702bdeda16c with identifier: SJ14%20NOF
2026-03-26 08:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12bee4e7-6696-5574-a6b3-6702bdeda16c with scrape type 2
2026-03-26 08:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12bee4e7-6696-5574-a6b3-6702bdeda16c with scrape type 2
2026-03-26 08:09:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12bee4e7-6696-5574-a6b3-6702bdeda16c, identifier: SJ14%20NOF
2026-03-26 08:09:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12bee4e7-6696-5574-a6b3-6702bdeda16c with identifier: SJ14%20NOF
2026-03-26 08:09:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12bee4e7-6696-5574-a6b3-6702bdeda16c with identifier: SJ14%20NOF
2026-03-26 08:09:37 [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-26 08:09:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09: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': 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-27T10: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-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [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-26 08:09:37 [bca.uk] INFO: Saving data for SJ14%20NOF: {'auction_closing_time': 1774605600.0, 'created_time': 1773844245.714606, 'last_price_update_time': 1774512577.590606}
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [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-26 08:09:37 [bca.uk] INFO: Found listing with ID: SJ65%20XUT
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [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-26 08:09:37 [bca.uk] INFO: Scrape type for SJ65%20XUT: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: YP62%20EVF
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [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-26 08:09:37 [bca.uk] INFO: Scrape type for YP62%20EVF: 0
2026-03-26 08:09:37 [bca.uk] INFO: Found listing with ID: YR66%20CZW
2026-03-26 08:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:37 [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-26 08:09:37 [bca.uk] INFO: Scrape type for YR66%20CZW: 2
2026-03-26 08:09:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 022fec73-6288-5b89-858a-5c891710f2d0 with identifier: YR66%20CZW
2026-03-26 08:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 022fec73-6288-5b89-858a-5c891710f2d0 with scrape type 2
2026-03-26 08:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 022fec73-6288-5b89-858a-5c891710f2d0 with scrape type 2
2026-03-26 08:09:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 022fec73-6288-5b89-858a-5c891710f2d0, identifier: YR66%20CZW
2026-03-26 08:09:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 022fec73-6288-5b89-858a-5c891710f2d0 with identifier: YR66%20CZW
2026-03-26 08:09:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 022fec73-6288-5b89-858a-5c891710f2d0 with identifier: YR66%20CZW
2026-03-26 08:09:37 [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-26 08:09:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09: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': 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-27T10: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-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Saving data for YR66%20CZW: {'auction_closing_time': 1774605600.0, 'created_time': 1773908504.653908, 'last_price_update_time': 1774512578.143481}
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Found listing with ID: MF63%20MEU
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Scrape type for MF63%20MEU: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: DA17%20EBK
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Scrape type for DA17%20EBK: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: KF68%20LMJ
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF68%2520LMJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:38 [bca.uk] INFO: Scrape type for KF68%20LMJ: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: KN58%20EZP
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN58%2520EZP%27 HTTP/1.1" 200 None
2026-03-26 08:09:38 [bca.uk] INFO: Scrape type for KN58%20EZP: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: DP65%20FSX
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP65%2520FSX%27 HTTP/1.1" 200 None
2026-03-26 08:09:38 [bca.uk] INFO: Scrape type for DP65%20FSX: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: EK64%20NVE
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Scrape type for EK64%20NVE: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: FV65%20FVC
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Scrape type for FV65%20FVC: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: GY17%20URX
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY17%2520URX%27 HTTP/1.1" 200 None
2026-03-26 08:09:38 [bca.uk] INFO: Scrape type for GY17%20URX: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: KP14%20YGU
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Scrape type for KP14%20YGU: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: KR64%20TBU
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR64%2520TBU%27 HTTP/1.1" 200 None
2026-03-26 08:09:38 [bca.uk] INFO: Scrape type for KR64%20TBU: 0
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Total items found: 100
2026-03-26 08:09:38 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded
2026-03-26 08:09:38 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Found listing with ID: MD66%20XKL
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Scrape type for MD66%20XKL: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: MJ65%20XFP
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Scrape type for MJ65%20XFP: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: NV65%20EWC
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Scrape type for NV65%20EWC: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: BG14%20OWZ
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520OWZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:38 [bca.uk] INFO: Scrape type for BG14%20OWZ: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: ET15%20LNC
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Scrape type for ET15%20LNC: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: GK68%20UXA
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK68%2520UXA%27 HTTP/1.1" 200 None
2026-03-26 08:09:38 [bca.uk] INFO: Scrape type for GK68%20UXA: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: LV13%20EXZ
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Scrape type for LV13%20EXZ: 0
2026-03-26 08:09:38 [bca.uk] INFO: Found listing with ID: OU64%20WOH
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Scrape type for OU64%20WOH: 2
2026-03-26 08:09:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3e134f3-21a7-52bc-98d8-5d8dfd45f72d with identifier: OU64%20WOH
2026-03-26 08:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3e134f3-21a7-52bc-98d8-5d8dfd45f72d with scrape type 2
2026-03-26 08:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3e134f3-21a7-52bc-98d8-5d8dfd45f72d with scrape type 2
2026-03-26 08:09:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3e134f3-21a7-52bc-98d8-5d8dfd45f72d, identifier: OU64%20WOH
2026-03-26 08:09:38 [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-26 08:09:38 [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-26 08:09:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3e134f3-21a7-52bc-98d8-5d8dfd45f72d with identifier: OU64%20WOH
2026-03-26 08:09:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3e134f3-21a7-52bc-98d8-5d8dfd45f72d with identifier: OU64%20WOH
2026-03-26 08:09:38 [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-26 08:09:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09: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': 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-27T10: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-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:38 [bca.uk] INFO: Saving data for OU64%20WOH: {'auction_closing_time': 1774605600.0, 'created_time': 1773837586.458496, 'last_price_update_time': 1774512578.948332}
2026-03-26 08:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:38 [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-26 08:09:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: VK62%20FVU
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK62%2520FVU%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for VK62%20FVU: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: BV07%20PTY
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [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-26 08:09:39 [bca.uk] INFO: Scrape type for BV07%20PTY: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: DE59%20LRX
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE59%2520LRX%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for DE59%20LRX: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: DG06%20UWB
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG06%2520UWB%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for DG06%20UWB: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: EO12%20RXR
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO12%2520RXR%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for EO12%20RXR: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: ET10%20FWV
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [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-26 08:09:39 [bca.uk] INFO: Scrape type for ET10%20FWV: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: GF11%20RYW
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF11%2520RYW%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for GF11%20RYW: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: GN55%20GZV
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN55%2520GZV%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for GN55%20GZV: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: KD53%20NCA
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD53%2520NCA%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for KD53%20NCA: 2
2026-03-26 08:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 738d81f0-ecc3-5f51-a88a-ca234a5f2607 with identifier: KD53%20NCA
2026-03-26 08:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 738d81f0-ecc3-5f51-a88a-ca234a5f2607 with scrape type 2
2026-03-26 08:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 738d81f0-ecc3-5f51-a88a-ca234a5f2607 with scrape type 2
2026-03-26 08:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 738d81f0-ecc3-5f51-a88a-ca234a5f2607, identifier: KD53%20NCA
2026-03-26 08:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 738d81f0-ecc3-5f51-a88a-ca234a5f2607 with identifier: KD53%20NCA
2026-03-26 08:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 738d81f0-ecc3-5f51-a88a-ca234a5f2607 with identifier: KD53%20NCA
2026-03-26 08:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 738d81f0-ecc3-5f51-a88a-ca234a5f2607 with identifier: KD53%20NCA to the API
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09: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': 238,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD53%20NCA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '738d81f0-ecc3-5f51-a88a-ca234a5f2607',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KD53 NCA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD53%20NCA&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'MERCEDES-BENZ',
'model': 'CLK 240',
'odometer': 153275,
'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': 'MERCEDES-BENZ CLK 240 2.6 ELEGANCE TIP Coupe',
'transmission': 'manual',
'trim': 'ELEGANCE TIP',
'vin': 'WDB2093612F088835',
'year': 2003}
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD53%2520NCA%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Saving data for KD53%20NCA: {'auction_closing_time': 1774519200.0, 'created_time': 1773930914.103753, 'last_price_update_time': 1774512579.607919}
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD53%2520NCA') HTTP/1.1" 204 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: RJ56%20XWC
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ56%2520XWC%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for RJ56%20XWC: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: SM11%20YYC
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [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-26 08:09:39 [bca.uk] INFO: Scrape type for SM11%20YYC: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: SM60%20CWC
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM60%2520CWC%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for SM60%20CWC: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: AK63%20WMD
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK63%2520WMD%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for AK63%20WMD: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: BV09%20UXT
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV09%2520UXT%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for BV09%20UXT: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: EY10%20TJX
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY10%2520TJX%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for EY10%20TJX: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: J222%20SOB
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [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-26 08:09:39 [bca.uk] INFO: Scrape type for J222%20SOB: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: KN19%20AUT
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN19%2520AUT%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for KN19%20AUT: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: LL63%20ZWC
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL63%2520ZWC%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for LL63%20ZWC: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: OE63%20YHT
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE63%2520YHT%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for OE63%20YHT: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: VN15%20VSL
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN15%2520VSL%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for VN15%20VSL: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: WD17%20PWL
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520PWL%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for WD17%20PWL: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: YC60%20CZW
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC60%2520CZW%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for YC60%20CZW: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: YC63%20HGF
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC63%2520HGF%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for YC63%20HGF: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: AU60%20RJO
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [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-26 08:09:39 [bca.uk] INFO: Scrape type for AU60%20RJO: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: YT60%20PBU
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT60%2520PBU%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for YT60%20PBU: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: BV69%20YHF
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV69%2520YHF%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for BV69%20YHF: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: SE64%20EFO
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE64%2520EFO%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for SE64%20EFO: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: SP15%20KGJ
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP15%2520KGJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for SP15%20KGJ: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: EJ17%20HWG
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520HWG%27 HTTP/1.1" 200 None
2026-03-26 08:09:39 [bca.uk] INFO: Scrape type for EJ17%20HWG: 0
2026-03-26 08:09:39 [bca.uk] INFO: Found listing with ID: AP12%20GEE
2026-03-26 08:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP12%2520GEE%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for AP12%20GEE: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: LX71%20OYA
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [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-26 08:09:40 [bca.uk] INFO: Scrape type for LX71%20OYA: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: CV69%20HKW
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV69%2520HKW%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for CV69%20HKW: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: FD19%20XRG
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD19%2520XRG%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for FD19%20XRG: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: GJ25%20UCR
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ25%2520UCR%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for GJ25%20UCR: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: GM25%20OJK
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM25%2520OJK%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for GM25%20OJK: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: YF71%20LFZ
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520LFZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for YF71%20LFZ: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: BL19%20PPZ
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520PPZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for BL19%20PPZ: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: BJ03%20CBY
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ03%2520CBY%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for BJ03%20CBY: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: WP64%20YZU
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP64%2520YZU%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for WP64%20YZU: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: OV23%20GWX
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [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-26 08:09:40 [bca.uk] INFO: Scrape type for OV23%20GWX: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: PK20%20JTY
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520JTY%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for PK20%20JTY: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: VL19%20HKH
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VL19%2520HKH%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for VL19%20HKH: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: PY69%20EYR
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY69%2520EYR%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for PY69%20EYR: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: PJ20%20EKU
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [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-26 08:09:40 [bca.uk] INFO: Scrape type for PJ20%20EKU: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: RO69%20DJF
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520DJF%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for RO69%20DJF: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: FM67%20FYK
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM67%2520FYK%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for FM67%20FYK: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: BV09%20OZT
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV09%2520OZT%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for BV09%20OZT: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: EK06%20NPN
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [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-26 08:09:40 [bca.uk] INFO: Scrape type for EK06%20NPN: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: EJ70%20WVO
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ70%2520WVO%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for EJ70%20WVO: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: GV18%20AOY
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV18%2520AOY%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for GV18%20AOY: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: HG68%20OGK
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG68%2520OGK%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for HG68%20OGK: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: RJ69%20FYP
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ69%2520FYP%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for RJ69%20FYP: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: BL19%20YGF
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520YGF%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for BL19%20YGF: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: GF72%20MME
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF72%2520MME%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for GF72%20MME: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: LC20%20UKU
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC20%2520UKU%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for LC20%20UKU: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: LY69%20PXN
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY69%2520PXN%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for LY69%20PXN: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: SG08%20HWS
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [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-26 08:09:40 [bca.uk] INFO: Scrape type for SG08%20HWS: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: FJ66%20PFN
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ66%2520PFN%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for FJ66%20PFN: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: SC14%20THU
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [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-26 08:09:40 [bca.uk] INFO: Scrape type for SC14%20THU: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: EF16%20UTY
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF16%2520UTY%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for EF16%20UTY: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: AP70%20TKX
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP70%2520TKX%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for AP70%20TKX: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: MK21%20ZGN
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK21%2520ZGN%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for MK21%20ZGN: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: FP17%20YRC
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP17%2520YRC%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for FP17%20YRC: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: YT65%20EPO
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [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-26 08:09:40 [bca.uk] INFO: Scrape type for YT65%20EPO: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: CK63%20VSF
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520VSF%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for CK63%20VSF: 0
2026-03-26 08:09:40 [bca.uk] INFO: Found listing with ID: EA18%20EJA
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520EJA%27 HTTP/1.1" 200 None
2026-03-26 08:09:40 [bca.uk] INFO: Scrape type for EA18%20EJA: 2
2026-03-26 08:09:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cc67784-1ec8-5aaf-aaaf-55239c74f933 with identifier: EA18%20EJA
2026-03-26 08:09:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc67784-1ec8-5aaf-aaaf-55239c74f933 with scrape type 2
2026-03-26 08:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cc67784-1ec8-5aaf-aaaf-55239c74f933 with scrape type 2
2026-03-26 08:09:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cc67784-1ec8-5aaf-aaaf-55239c74f933, identifier: EA18%20EJA
2026-03-26 08:09:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cc67784-1ec8-5aaf-aaaf-55239c74f933 with identifier: EA18%20EJA
2026-03-26 08:09:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cc67784-1ec8-5aaf-aaaf-55239c74f933 with identifier: EA18%20EJA
2026-03-26 08:09:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cc67784-1ec8-5aaf-aaaf-55239c74f933 with identifier: EA18%20EJA to the API
2026-03-26 08:09:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09:41 [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=EA18%20EJA-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '8cc67784-1ec8-5aaf-aaaf-55239c74f933',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EA18 EJA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA18%20EJA&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 10682,
'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 1ST EDITION Hatchback',
'transmission': 'automatic',
'trim': 'EV400 1ST EDITION',
'vin': 'SADHA2A17K1F67331',
'year': 2018}
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA18%2520EJA%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Saving data for EA18%20EJA: {'auction_closing_time': 1774519200.0, 'created_time': 1774045272.982657, 'last_price_update_time': 1774512581.096718}
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA18%2520EJA') HTTP/1.1" 204 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: NJ18%20VSO
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ18%2520VSO%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for NJ18%20VSO: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: FY65%20PYS
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY65%2520PYS%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for FY65%20PYS: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: KR66%20FDZ
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR66%2520FDZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for KR66%20FDZ: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: SN57%20FBK
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN57%2520FBK%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for SN57%20FBK: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: FV22%20KNW
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV22%2520KNW%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for FV22%20KNW: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: ST24%20XOE
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST24%2520XOE%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for ST24%20XOE: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: EU21%20UXF
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU21%2520UXF%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for EU21%20UXF: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: PO22%20RVC
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO22%2520RVC%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for PO22%20RVC: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: RK19%20ZBP
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK19%2520ZBP%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for RK19%20ZBP: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: YT70%20CJO
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT70%2520CJO%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for YT70%20CJO: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: WR18%20YLH
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR18%2520YLH%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for WR18%20YLH: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: LF68%20FSN
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF68%2520FSN%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for LF68%20FSN: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: CX67%20VRG
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX67%2520VRG%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for CX67%20VRG: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: YP07%20HGD
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP07%2520HGD%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for YP07%20HGD: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: NL69%20VBY
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL69%2520VBY%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for NL69%20VBY: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: SC18%20HNF
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC18%2520HNF%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for SC18%20HNF: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: HN61%20EVJ
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN61%2520EVJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for HN61%20EVJ: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: KUI%20550
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KUI%2520550%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for KUI%20550: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: EU70%20JUO
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU70%2520JUO%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for EU70%20JUO: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: CF21%20VBX
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF21%2520VBX%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for CF21%20VBX: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: LM21%20GZV
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM21%2520GZV%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for LM21%20GZV: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: WP72%20UBK
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP72%2520UBK%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for WP72%20UBK: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: BG70%20GGP
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG70%2520GGP%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for BG70%20GGP: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: CK70%20OSX
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK70%2520OSX%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for CK70%20OSX: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: EA69%20BKK
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA69%2520BKK%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for EA69%20BKK: 0
2026-03-26 08:09:41 [bca.uk] INFO: Found listing with ID: EG18%20MVZ
2026-03-26 08:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EG18%2520MVZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:41 [bca.uk] INFO: Scrape type for EG18%20MVZ: 0
2026-03-26 08:09:43 [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-26 08:09:43 [bca.uk] INFO: Total items found: 100
2026-03-26 08:09:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded
2026-03-26 08:09:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:09: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-26 08:09:43 [bca.uk] INFO: Found listing with ID: EN73%20DVC
2026-03-26 08:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN73%2520DVC%27 HTTP/1.1" 200 None
2026-03-26 08:09:43 [bca.uk] INFO: Scrape type for EN73%20DVC: 0
2026-03-26 08:09:43 [bca.uk] INFO: Found listing with ID: FH68%20GMF
2026-03-26 08:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH68%2520GMF%27 HTTP/1.1" 200 None
2026-03-26 08:09:43 [bca.uk] INFO: Scrape type for FH68%20GMF: 0
2026-03-26 08:09:43 [bca.uk] INFO: Found listing with ID: G6%20YRY
2026-03-26 08:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27G6%2520YRY%27 HTTP/1.1" 200 None
2026-03-26 08:09:43 [bca.uk] INFO: Scrape type for G6%20YRY: 0
2026-03-26 08:09:43 [bca.uk] INFO: Found listing with ID: GV69%20EKK
2026-03-26 08:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV69%2520EKK%27 HTTP/1.1" 200 None
2026-03-26 08:09:43 [bca.uk] INFO: Scrape type for GV69%20EKK: 0
2026-03-26 08:09:43 [bca.uk] INFO: Found listing with ID: HX18%20WMG
2026-03-26 08:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX18%2520WMG%27 HTTP/1.1" 200 None
2026-03-26 08:09:43 [bca.uk] INFO: Scrape type for HX18%20WMG: 0
2026-03-26 08:09:43 [bca.uk] INFO: Found listing with ID: KY22%20VTN
2026-03-26 08:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY22%2520VTN%27 HTTP/1.1" 200 None
2026-03-26 08:09:43 [bca.uk] INFO: Scrape type for KY22%20VTN: 0
2026-03-26 08:09:43 [bca.uk] INFO: Found listing with ID: S10%20SAF
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S10%2520SAF%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for S10%20SAF: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: PL17%20OOE
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL17%2520OOE%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for PL17%20OOE: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: BD14%20YJL
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD14%2520YJL%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for BD14%20YJL: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: NJ22%20KGG
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ22%2520KGG%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for NJ22%20KGG: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: WV07%20DPF
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV07%2520DPF%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for WV07%20DPF: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: SN20%20KJK
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN20%2520KJK%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for SN20%20KJK: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: YM66%20DXF
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM66%2520DXF%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for YM66%20DXF: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: BW73%20SVD
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW73%2520SVD%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for BW73%20SVD: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: SX10%20KDU
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SX10%2520KDU%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for SX10%20KDU: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: RJ69%20LZT
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ69%2520LZT%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for RJ69%20LZT: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: VU68%20XEH
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU68%2520XEH%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for VU68%20XEH: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: LA17%20FML
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA17%2520FML%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for LA17%20FML: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: BW21%20VYM
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW21%2520VYM%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for BW21%20VYM: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: CN69%20XGY
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN69%2520XGY%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for CN69%20XGY: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: LY16%20OWA
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY16%2520OWA%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for LY16%20OWA: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: LM20%20PDX
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM20%2520PDX%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for LM20%20PDX: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: BG12%20NBZ
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG12%2520NBZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for BG12%20NBZ: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: BU15%20ORW
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU15%2520ORW%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for BU15%20ORW: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: NJ14%20SZW
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ14%2520SZW%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for NJ14%20SZW: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: NU67%20PBX
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU67%2520PBX%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for NU67%20PBX: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: OV65%20DZJ
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV65%2520DZJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for OV65%20DZJ: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: OE16%20ZTB
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE16%2520ZTB%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for OE16%20ZTB: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: RF66%20YSN
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF66%2520YSN%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for RF66%20YSN: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: LJ69%20KSE
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ69%2520KSE%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for LJ69%20KSE: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: DL13%20TZH
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL13%2520TZH%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for DL13%20TZH: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: VK10%20OZP
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK10%2520OZP%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for VK10%20OZP: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: H19%20RGH
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27H19%2520RGH%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for H19%20RGH: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: GL69%20XJX
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL69%2520XJX%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for GL69%20XJX: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: WF69%20OGG
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF69%2520OGG%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for WF69%20OGG: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: WD21%20FFO
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD21%2520FFO%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for WD21%20FFO: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: WD69%20WNV
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD69%2520WNV%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for WD69%20WNV: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: GD18%20DZZ
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD18%2520DZZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for GD18%20DZZ: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: YE23%20WGW
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE23%2520WGW%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for YE23%20WGW: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: AE21%20EOG
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE21%2520EOG%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for AE21%20EOG: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: DK65%20YRD
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK65%2520YRD%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for DK65%20YRD: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: KW59%20GTY
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW59%2520GTY%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for KW59%20GTY: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: MJ61%20SGU
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ61%2520SGU%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for MJ61%20SGU: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: VN03%20DXB
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN03%2520DXB%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for VN03%20DXB: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: WN14%20HNM
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN14%2520HNM%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for WN14%20HNM: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: FG65%20FCP
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG65%2520FCP%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for FG65%20FCP: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: BV23%20WHP
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV23%2520WHP%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for BV23%20WHP: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: ML22%20HHX
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML22%2520HHX%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for ML22%20HHX: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: NJ18%20KXN
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ18%2520KXN%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for NJ18%20KXN: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: YL20%20CFO
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL20%2520CFO%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for YL20%20CFO: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: EK62%20XGV
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK62%2520XGV%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for EK62%20XGV: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: AG09%20FXS
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AG09%2520FXS%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for AG09%20FXS: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: PO64%20XFV
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO64%2520XFV%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for PO64%20XFV: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: EY09%20YLC
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY09%2520YLC%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for EY09%20YLC: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: VU68%20PBV
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU68%2520PBV%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for VU68%20PBV: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: HY13%20HJF
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY13%2520HJF%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for HY13%20HJF: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: LB06%20OJA
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB06%2520OJA%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for LB06%20OJA: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: EA20%20SZP
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA20%2520SZP%27 HTTP/1.1" 200 None
2026-03-26 08:09:44 [bca.uk] INFO: Scrape type for EA20%20SZP: 0
2026-03-26 08:09:44 [bca.uk] INFO: Found listing with ID: LJ19%20VRL
2026-03-26 08:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ19%2520VRL%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for LJ19%20VRL: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: AF73%20YVE
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF73%2520YVE%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for AF73%20YVE: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: OV72%20AHZ
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV72%2520AHZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for OV72%20AHZ: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: KS66%20EFH
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS66%2520EFH%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for KS66%20EFH: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: FJ05%20BWA
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ05%2520BWA%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for FJ05%20BWA: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: DG22%20XZH
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG22%2520XZH%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for DG22%20XZH: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: LM70%20XKP
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM70%2520XKP%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for LM70%20XKP: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: MA21%20GBZ
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA21%2520GBZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for MA21%20GBZ: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: MJ72%20FCZ
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ72%2520FCZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for MJ72%20FCZ: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: PX22%20OLJ
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX22%2520OLJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for PX22%20OLJ: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: VK23%20FCV
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK23%2520FCV%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for VK23%20FCV: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: YC22%20BMU
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC22%2520BMU%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for YC22%20BMU: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: LR22%20VFD
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR22%2520VFD%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for LR22%20VFD: 2
2026-03-26 08:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 670a3739-d6b6-5f76-aafb-ceb245f38453 with identifier: LR22%20VFD
2026-03-26 08:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 670a3739-d6b6-5f76-aafb-ceb245f38453 with scrape type 2
2026-03-26 08:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 670a3739-d6b6-5f76-aafb-ceb245f38453 with scrape type 2
2026-03-26 08:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 670a3739-d6b6-5f76-aafb-ceb245f38453, identifier: LR22%20VFD
2026-03-26 08:09:45 [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-26 08:09:45 [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-26 08:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 670a3739-d6b6-5f76-aafb-ceb245f38453 with identifier: LR22%20VFD
2026-03-26 08:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 670a3739-d6b6-5f76-aafb-ceb245f38453 with identifier: LR22%20VFD
2026-03-26 08:09:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 670a3739-d6b6-5f76-aafb-ceb245f38453 with identifier: LR22%20VFD to the API
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:09: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': 197,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR22%20VFD-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Petrol',
'id': '670a3739-d6b6-5f76-aafb-ceb245f38453',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LR22 VFD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR22%20VFD&vehicleType=*',
'listing': 'directbuy',
'location': 'Walsall',
'make': 'AUDI',
'model': 'Q5 SPORTBACK',
'odometer': 27125,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 25800,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'AUDI Q5 SPORTBACK 2.0 45 TFSI QUATTRO S LINE S-T Coupe',
'transmission': 'automatic',
'trim': '45 TFSI QUATTRO S LINE S-T',
'vin': 'WAUZZZFY2N2058733',
'year': 2022}
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR22%2520VFD%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Saving data for LR22%20VFD: {'auction_closing_time': 1774544400.0, 'created_time': 1774016951.069411, 'last_price_update_time': 1774512585.826554}
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520VFD') HTTP/1.1" 204 0
2026-03-26 08:09:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: AV69%20WCM
2026-03-26 08:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV69%2520WCM%27 HTTP/1.1" 200 None
2026-03-26 08:09:45 [bca.uk] INFO: Scrape type for AV69%20WCM: 0
2026-03-26 08:09:45 [bca.uk] INFO: Found listing with ID: EJ70%20GYP
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ70%2520GYP%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for EJ70%20GYP: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: MA20%20BWW
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA20%2520BWW%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for MA20%20BWW: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: ML69%20SMU
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML69%2520SMU%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for ML69%20SMU: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: ML72%20TSX
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML72%2520TSX%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for ML72%20TSX: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: YG15%20BYV
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG15%2520BYV%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for YG15%20BYV: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: KU68%20VXZ
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU68%2520VXZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for KU68%20VXZ: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: LV68%20FUW
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV68%2520FUW%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for LV68%20FUW: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: MK20%20PJY
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK20%2520PJY%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for MK20%20PJY: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: WD19%20NLX
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD19%2520NLX%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for WD19%20NLX: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: WO19%20DZJ
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO19%2520DZJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for WO19%20DZJ: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: WO19%20HKY
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO19%2520HKY%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for WO19%20HKY: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: YB71%20JVZ
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB71%2520JVZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for YB71%20JVZ: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: DSZ%207504
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DSZ%25207504%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for DSZ%207504: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: OE17%20PKU
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE17%2520PKU%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for OE17%20PKU: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: VO64%20KBX
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO64%2520KBX%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for VO64%20KBX: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: NA63%20XYB
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA63%2520XYB%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for NA63%20XYB: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: KE21%20HKB
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE21%2520HKB%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for KE21%20HKB: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: AU64%20VRP
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU64%2520VRP%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for AU64%20VRP: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: FY61%20ZGZ
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY61%2520ZGZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for FY61%20ZGZ: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: LG73%20XSP
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG73%2520XSP%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for LG73%20XSP: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: LN03%20XSM
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN03%2520XSM%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for LN03%20XSM: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: BK67%20ZZW
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK67%2520ZZW%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for BK67%20ZZW: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: GF63%20EPA
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF63%2520EPA%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for GF63%20EPA: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: FX16%20ERO
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX16%2520ERO%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for FX16%20ERO: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: SA70%20HHG
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA70%2520HHG%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for SA70%20HHG: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: NX13%20MBF
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX13%2520MBF%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for NX13%20MBF: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: DU13%20VHR
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU13%2520VHR%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for DU13%20VHR: 0
2026-03-26 08:09:46 [bca.uk] INFO: Found listing with ID: LT62%20JSU
2026-03-26 08:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT62%2520JSU%27 HTTP/1.1" 200 None
2026-03-26 08:09:46 [bca.uk] INFO: Scrape type for LT62%20JSU: 0
2026-03-26 08:09:48 [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-26 08:09:48 [bca.uk] INFO: Total items found: 100
2026-03-26 08:09:48 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded
2026-03-26 08:09:48 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:09:48 [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-26 08:09:48 [bca.uk] INFO: Found listing with ID: BK09%20ONP
2026-03-26 08:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK09%2520ONP%27 HTTP/1.1" 200 None
2026-03-26 08:09:48 [bca.uk] INFO: Scrape type for BK09%20ONP: 0
2026-03-26 08:09:48 [bca.uk] INFO: Found listing with ID: YB68%20XAJ
2026-03-26 08:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB68%2520XAJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:48 [bca.uk] INFO: Scrape type for YB68%20XAJ: 0
2026-03-26 08:09:48 [bca.uk] INFO: Found listing with ID: NG16%20CNJ
2026-03-26 08:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG16%2520CNJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:48 [bca.uk] INFO: Scrape type for NG16%20CNJ: 0
2026-03-26 08:09:48 [bca.uk] INFO: Found listing with ID: SD69%20YDT
2026-03-26 08:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD69%2520YDT%27 HTTP/1.1" 200 None
2026-03-26 08:09:48 [bca.uk] INFO: Scrape type for SD69%20YDT: 0
2026-03-26 08:09:48 [bca.uk] INFO: Found listing with ID: SY65%20XGP
2026-03-26 08:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY65%2520XGP%27 HTTP/1.1" 200 None
2026-03-26 08:09:48 [bca.uk] INFO: Scrape type for SY65%20XGP: 0
2026-03-26 08:09:48 [bca.uk] INFO: Found listing with ID: BG74%20TLO
2026-03-26 08:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG74%2520TLO%27 HTTP/1.1" 200 None
2026-03-26 08:09:48 [bca.uk] INFO: Scrape type for BG74%20TLO: 2
2026-03-26 08:09:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6083f22-a956-52a8-b812-49fb39e600e1 with identifier: BG74%20TLO
2026-03-26 08:09:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6083f22-a956-52a8-b812-49fb39e600e1 with scrape type 2
2026-03-26 08:09:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6083f22-a956-52a8-b812-49fb39e600e1 with scrape type 2
2026-03-26 08:09:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6083f22-a956-52a8-b812-49fb39e600e1, identifier: BG74%20TLO
2026-03-26 08:09:48 [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-26 08:09:48 [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-26 08:09:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6083f22-a956-52a8-b812-49fb39e600e1 with identifier: BG74%20TLO
2026-03-26 08:09:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6083f22-a956-52a8-b812-49fb39e600e1 with identifier: BG74%20TLO
2026-03-26 08:09:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6083f22-a956-52a8-b812-49fb39e600e1 with identifier: BG74%20TLO to the API
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09: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': 192,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG74%20TLO-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd6083f22-a956-52a8-b812-49fb39e600e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG74 TLO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG74%20TLO&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 13786,
'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 L2 H1 LIMITED PanelVan',
'transmission': 'manual',
'trim': 'EBL 136 320 L2 H1 LIMITED',
'vin': 'WF0RXXTA9RRG69313',
'year': 2024}
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520TLO%27 HTTP/1.1" 200 None
2026-03-26 08:09:49 [bca.uk] INFO: Saving data for BG74%20TLO: {'auction_closing_time': 1774519200.0, 'created_time': 1773908172.517403, 'last_price_update_time': 1774512589.221392}
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG74%2520TLO') HTTP/1.1" 204 0
2026-03-26 08:09:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:09:49 [bca.uk] INFO: Found listing with ID: DN17%20WZE
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN17%2520WZE%27 HTTP/1.1" 200 None
2026-03-26 08:09:49 [bca.uk] INFO: Scrape type for DN17%20WZE: 0
2026-03-26 08:09:49 [bca.uk] INFO: Found listing with ID: BG74%20TJX
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520TJX%27 HTTP/1.1" 200 None
2026-03-26 08:09:49 [bca.uk] INFO: Scrape type for BG74%20TJX: 2
2026-03-26 08:09:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93d98a36-950b-52fd-942a-dc50477f62de with identifier: BG74%20TJX
2026-03-26 08:09:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93d98a36-950b-52fd-942a-dc50477f62de with scrape type 2
2026-03-26 08:09:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93d98a36-950b-52fd-942a-dc50477f62de with scrape type 2
2026-03-26 08:09:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93d98a36-950b-52fd-942a-dc50477f62de, identifier: BG74%20TJX
2026-03-26 08:09:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93d98a36-950b-52fd-942a-dc50477f62de with identifier: BG74%20TJX
2026-03-26 08:09:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93d98a36-950b-52fd-942a-dc50477f62de with identifier: BG74%20TJX
2026-03-26 08:09:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93d98a36-950b-52fd-942a-dc50477f62de with identifier: BG74%20TJX to the API
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:09: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-26 08:09: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': 192,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG74%20TJX-GB',
'category': 'LightCommercialVehicle',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '93d98a36-950b-52fd-942a-dc50477f62de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG74 TJX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG74%20TJX&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 9285,
'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 L2 H1 LIMITED PanelVan',
'transmission': 'manual',
'trim': 'EBL 136 320 L2 H1 LIMITED',
'vin': 'WF0RXXTAXRRG69322',
'year': 2024}
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520TJX%27 HTTP/1.1" 200 None
2026-03-26 08:09:49 [bca.uk] INFO: Saving data for BG74%20TJX: {'auction_closing_time': 1774519200.0, 'created_time': 1773908112.353424, 'last_price_update_time': 1774512589.891021}
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG74%2520TJX') HTTP/1.1" 204 0
2026-03-26 08:09:49 [bca.uk] INFO: Found listing with ID: OW66%20ATN
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:49 [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-26 08:09:49 [bca.uk] INFO: Scrape type for OW66%20ATN: 0
2026-03-26 08:09:49 [bca.uk] INFO: Found listing with ID: EK14%20PNF
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK14%2520PNF%27 HTTP/1.1" 200 None
2026-03-26 08:09:49 [bca.uk] INFO: Scrape type for EK14%20PNF: 0
2026-03-26 08:09:49 [bca.uk] INFO: Found listing with ID: BF63%20NVS
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF63%2520NVS%27 HTTP/1.1" 200 None
2026-03-26 08:09:49 [bca.uk] INFO: Scrape type for BF63%20NVS: 0
2026-03-26 08:09:49 [bca.uk] INFO: Found listing with ID: M28%20JXF
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:49 [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-26 08:09:49 [bca.uk] INFO: Scrape type for M28%20JXF: 0
2026-03-26 08:09:49 [bca.uk] INFO: Found listing with ID: YJZ%201569
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25201569%27 HTTP/1.1" 200 None
2026-03-26 08:09:49 [bca.uk] INFO: Scrape type for YJZ%201569: 0
2026-03-26 08:09:49 [bca.uk] INFO: Found listing with ID: YP24%20TVZ
2026-03-26 08:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for YP24%20TVZ: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: RX74%20CJO
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520CJO%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for RX74%20CJO: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: YN22%20UNJ
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for YN22%20UNJ: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: WT25%20UFM
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520UFM%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for WT25%20UFM: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: WT25%20UHB
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520UHB%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for WT25%20UHB: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: WT25%20UGG
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520UGG%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for WT25%20UGG: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: WT25%20UFR
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520UFR%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for WT25%20UFR: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: YM15%20WKR
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM15%2520WKR%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for YM15%20WKR: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: T18%20PCL
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T18%2520PCL%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for T18%20PCL: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: WP23%20OGZ
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OGZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for WP23%20OGZ: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: KW63%20DWG
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW63%2520DWG%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for KW63%20DWG: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: YC22%20YWS
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520YWS%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for YC22%20YWS: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: CF22%20YZB
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for CF22%20YZB: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: CN22%20TCZ
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for CN22%20TCZ: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: HK71%20WMZ
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for HK71%20WMZ: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: SO21%20GXG
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for SO21%20GXG: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: WT25%20UGL
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520UGL%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for WT25%20UGL: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: WU22%20KDO
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for WU22%20KDO: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: BJ74%20HMO
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ74%2520HMO%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for BJ74%20HMO: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: FE71%20UZR
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for FE71%20UZR: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: BP22%20XCF
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for BP22%20XCF: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: MA75%20YYP
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for MA75%20YYP: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: MF25%20XKX
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for MF25%20XKX: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: MM74%20COU
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520COU%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for MM74%20COU: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: LP65%20FTY
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520FTY%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for LP65%20FTY: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: MM67%20GNY
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for MM67%20GNY: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: AJ18%20FJX
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for AJ18%20FJX: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: FD21%20CYL
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for FD21%20CYL: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: SM21%20DHV
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for SM21%20DHV: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: SO21%20GZM
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for SO21%20GZM: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: BK73%20LWA
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for BK73%20LWA: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: HN23%20LUR
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for HN23%20LUR: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: YR20%20EEO
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR20%2520EEO%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for YR20%20EEO: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: MT68%20FXH
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for MT68%20FXH: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: BL15%20BZB
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520BZB%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for BL15%20BZB: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: NL22%20EUO
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520EUO%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for NL22%20EUO: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: PE60%20XBL
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE60%2520XBL%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for PE60%20XBL: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: HK66%20VOD
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for HK66%20VOD: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: ST62%20NLA
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST62%2520NLA%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for ST62%20NLA: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: KN22%20FCJ
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for KN22%20FCJ: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: GY14%20NZG
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for GY14%20NZG: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: CK73%20HHW
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK73%2520HHW%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for CK73%20HHW: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: WR66%20VNU
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR66%2520VNU%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for WR66%20VNU: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: FL57%20GVM
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for FL57%20GVM: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: OE14%20ZVC
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for OE14%20ZVC: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: KV11%20MZZ
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520MZZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for KV11%20MZZ: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: HG12%20PFY
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG12%2520PFY%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for HG12%20PFY: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: KT14%20BXM
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for KT14%20BXM: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: KP12%20CLJ
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for KP12%20CLJ: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: SL72%20FCA
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for SL72%20FCA: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: LB14%20OBY
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB14%2520OBY%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for LB14%20OBY: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: AF22%20DHY
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for AF22%20DHY: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: SA21%20ZSW
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520ZSW%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for SA21%20ZSW: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: RO20%20JLV
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO20%2520JLV%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for RO20%20JLV: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: MA22%20VMK
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520VMK%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for MA22%20VMK: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: WJ15%20WPT
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for WJ15%20WPT: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: LC68%20MVX
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for LC68%20MVX: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: FH73%20LMK
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH73%2520LMK%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for FH73%20LMK: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: HK72%20LDL
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [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-26 08:09:50 [bca.uk] INFO: Scrape type for HK72%20LDL: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: DF70%20BBU
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF70%2520BBU%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for DF70%20BBU: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: DP70%20ZCN
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520ZCN%27 HTTP/1.1" 200 None
2026-03-26 08:09:50 [bca.uk] INFO: Scrape type for DP70%20ZCN: 0
2026-03-26 08:09:50 [bca.uk] INFO: Found listing with ID: DY23%20JYD
2026-03-26 08:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520JYD%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for DY23%20JYD: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: DY23%20URC
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520URC%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for DY23%20URC: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: EK24%20BWV
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK24%2520BWV%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for EK24%20BWV: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: GJ22%20RXN
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [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-26 08:09:51 [bca.uk] INFO: Scrape type for GJ22%20RXN: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: GJ22%20VBB
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520VBB%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for GJ22%20VBB: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: GJ22%20XKY
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520XKY%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for GJ22%20XKY: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: HJ21%20NUE
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ21%2520NUE%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for HJ21%20NUE: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: HJ73%20KMO
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520KMO%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for HJ73%20KMO: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: LF23%20WSU
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520WSU%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for LF23%20WSU: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: LF23%20WVT
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520WVT%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for LF23%20WVT: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: LF71%20VYW
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF71%2520VYW%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for LF71%20VYW: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: LJ23%20MBP
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [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-26 08:09:51 [bca.uk] INFO: Scrape type for LJ23%20MBP: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: LJ73%20WTV
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ73%2520WTV%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for LJ73%20WTV: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: MA23%20LUR
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [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-26 08:09:51 [bca.uk] INFO: Scrape type for MA23%20LUR: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: RO22%20BZC
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520BZC%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for RO22%20BZC: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: RO23%20VJJ
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520VJJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for RO23%20VJJ: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: WM72%20HMV
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520HMV%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for WM72%20HMV: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: WV22%20URE
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [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-26 08:09:51 [bca.uk] INFO: Scrape type for WV22%20URE: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: AF22%20UDK
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520UDK%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for AF22%20UDK: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: AJ72%20MYR
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520MYR%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for AJ72%20MYR: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: AY22%20JSZ
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [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-26 08:09:51 [bca.uk] INFO: Scrape type for AY22%20JSZ: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: DE23%20SXB
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520SXB%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for DE23%20SXB: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: GU21%20HZV
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [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-26 08:09:51 [bca.uk] INFO: Scrape type for GU21%20HZV: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: LB70%20VFR
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [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-26 08:09:51 [bca.uk] INFO: Scrape type for LB70%20VFR: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: WF61%20BKJ
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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%2520BKJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:51 [bca.uk] INFO: Scrape type for WF61%20BKJ: 0
2026-03-26 08:09:51 [bca.uk] INFO: Found listing with ID: BF63%20HKP
2026-03-26 08:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:51 [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-26 08:09:51 [bca.uk] INFO: Scrape type for BF63%20HKP: 0
2026-03-26 08:09:55 [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-26 08:09:56 [bca.uk] INFO: Total items found: 100
2026-03-26 08:09:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded
2026-03-26 08:09:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:09:56 [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-26 08:09:56 [bca.uk] INFO: Found listing with ID: BP69%20LYH
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP69%2520LYH%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for BP69%20LYH: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: EX64%20LWF
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX64%2520LWF%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for EX64%20LWF: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: KU17%20VNL
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU17%2520VNL%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for KU17%20VNL: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: BD19%20MKJ
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD19%2520MKJ%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for BD19%20MKJ: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: BW19%20FZR
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW19%2520FZR%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for BW19%20FZR: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: FL17%20UDY
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL17%2520UDY%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for FL17%20UDY: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: SJ15%20EGS
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%2520EGS%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for SJ15%20EGS: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: VA63%20EWR
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA63%2520EWR%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for VA63%20EWR: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: VE64%20CNA
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE64%2520CNA%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for VE64%20CNA: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: YF58%20OPU
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF58%2520OPU%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for YF58%20OPU: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: YT64%20UXH
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT64%2520UXH%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for YT64%20UXH: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: HY21%20OHR
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY21%2520OHR%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for HY21%20OHR: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: MA22%20VKH
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA22%2520VKH%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for MA22%20VKH: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: MV71%20KKN
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV71%2520KKN%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for MV71%20KKN: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: KO68%20LBU
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO68%2520LBU%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for KO68%20LBU: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: VK69%20RRU
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK69%2520RRU%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for VK69%20RRU: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: FN22%20LFB
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN22%2520LFB%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for FN22%20LFB: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: FP72%20WXU
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP72%2520WXU%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for FP72%20WXU: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: FY71%20PFA
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY71%2520PFA%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for FY71%20PFA: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: BK22%20OBC
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520OBC%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for BK22%20OBC: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: RY18%20YYO
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RY18%2520YYO%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for RY18%20YYO: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: KS70%20WBU
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS70%2520WBU%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for KS70%20WBU: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: BK22%20VXC
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520VXC%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for BK22%20VXC: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: MA22%20FPK
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA22%2520FPK%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for MA22%20FPK: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: KU18%20MKV
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU18%2520MKV%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for KU18%20MKV: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: LL71%20KNP
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL71%2520KNP%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for LL71%20KNP: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: SG22%20OYT
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG22%2520OYT%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for SG22%20OYT: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: WP70%20FJX
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP70%2520FJX%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for WP70%20FJX: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: BF23%20TFO
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF23%2520TFO%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for BF23%20TFO: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: BK22%20XMZ
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520XMZ%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for BK22%20XMZ: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: CK70%20NHV
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK70%2520NHV%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for CK70%20NHV: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: FE23%20WTU
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE23%2520WTU%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for FE23%20WTU: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: GY23%20FXL
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY23%2520FXL%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for GY23%20FXL: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: HJ23%20LZA
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ23%2520LZA%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for HJ23%20LZA: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: LS71%20FKU
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS71%2520FKU%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for LS71%20FKU: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: MA22%20FPO
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA22%2520FPO%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for MA22%20FPO: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: MA23%20UCM
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA23%2520UCM%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for MA23%20UCM: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: ML24%20YNO
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML24%2520YNO%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for ML24%20YNO: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: MT71%20NSN
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT71%2520NSN%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for MT71%20NSN: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: PE71%20XBG
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE71%2520XBG%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for PE71%20XBG: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: HK12%20PMV
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK12%2520PMV%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for HK12%20PMV: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: CA21%20EPP
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA21%2520EPP%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for CA21%20EPP: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: BT71%20YKW
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT71%2520YKW%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for BT71%20YKW: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: LR22%20XOA
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR22%2520XOA%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for LR22%20XOA: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: OY25%20GNO
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY25%2520GNO%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for OY25%20GNO: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: WP21%20LCE
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP21%2520LCE%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for WP21%20LCE: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: GY18%20LZH
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY18%2520LZH%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for GY18%20LZH: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: FV18%20YDD
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV18%2520YDD%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for FV18%20YDD: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: BF64%20YBL
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF64%2520YBL%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for BF64%20YBL: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: FY17%20OYM
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY17%2520OYM%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for FY17%20OYM: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: LM66%20LVO
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM66%2520LVO%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for LM66%20LVO: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: BC69%20CYY
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC69%2520CYY%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for BC69%20CYY: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: FL12%20VNS
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL12%2520VNS%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for FL12%20VNS: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: LR08%20UEL
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR08%2520UEL%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for LR08%20UEL: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: ML15%20EZS
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML15%2520EZS%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for ML15%20EZS: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: FY07%20NVF
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY07%2520NVF%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for FY07%20NVF: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: YM67%20GSU
2026-03-26 08:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM67%2520GSU%27 HTTP/1.1" 200 None
2026-03-26 08:09:56 [bca.uk] INFO: Scrape type for YM67%20GSU: 0
2026-03-26 08:09:56 [bca.uk] INFO: Found listing with ID: AY17%20WJA
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for AY17%20WJA: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: MA24%20ZXL
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for MA24%20ZXL: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: YM67%20EZP
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for YM67%20EZP: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: BL13%20EEV
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for BL13%20EEV: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: WF61%20VYN
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for WF61%20VYN: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: BK67%20UHT
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for BK67%20UHT: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: SG67%20ZFW
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for SG67%20ZFW: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: FL69%20PYA
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for FL69%20PYA: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: RA21%20EXC
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for RA21%20EXC: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: MT67%20LJO
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for MT67%20LJO: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: OY15%20NVV
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for OY15%20NVV: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: YT14%20EEU
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for YT14%20EEU: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: GF65%20AXP
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF65%2520AXP%27 HTTP/1.1" 200 None
2026-03-26 08:09:57 [bca.uk] INFO: Scrape type for GF65%20AXP: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: GM66%20UNZ
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for GM66%20UNZ: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: ND09%20WWH
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for ND09%20WWH: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: NU64%20XCC
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for NU64%20XCC: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: YB14%20EKN
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for YB14%20EKN: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: YT65%20UZB
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for YT65%20UZB: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: SY17%20YFJ
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for SY17%20YFJ: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: VA19%20SYJ
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for VA19%20SYJ: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: BK23%20LGX
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520LGX%27 HTTP/1.1" 200 None
2026-03-26 08:09:57 [bca.uk] INFO: Scrape type for BK23%20LGX: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: VA15%20MOF
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA15%2520MOF%27 HTTP/1.1" 200 None
2026-03-26 08:09:57 [bca.uk] INFO: Scrape type for VA15%20MOF: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: FG72%20ZLE
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for FG72%20ZLE: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: HS24%20GZF
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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-26 08:09:57 [bca.uk] INFO: Scrape type for HS24%20GZF: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: HV20%20XRR
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09: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-26 08:09:57 [bca.uk] INFO: Scrape type for HV20%20XRR: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: HX23%20NCF
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for HX23%20NCF: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: HY73%20KFU
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for HY73%20KFU: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: HY74%20MZT
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for HY74%20MZT: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: KJ73%20ZXA
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for KJ73%20ZXA: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: LR68%20KMY
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for LR68%20KMY: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: YC68%20GDH
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for YC68%20GDH: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: YR62%20YYU
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for YR62%20YYU: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: OV66%20SFU
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for OV66%20SFU: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: DP22%20TKT
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for DP22%20TKT: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: SB15%20YZK
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for SB15%20YZK: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: AF12%20ZSV
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for AF12%20ZSV: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: DG13%20KNH
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for DG13%20KNH: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: PE62%20WNJ
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for PE62%20WNJ: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: BJ17%20FRR
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for BJ17%20FRR: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: LG22%20FFL
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for LG22%20FFL: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: BW11%20RXL
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for BW11%20RXL: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: YT14%20WYY
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for YT14%20WYY: 0
2026-03-26 08:09:57 [bca.uk] INFO: Found listing with ID: BK24%20NHU
2026-03-26 08:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:09:57 [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-26 08:09:57 [bca.uk] INFO: Scrape type for BK24%20NHU: 0
2026-03-26 08:09:57 [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-26 08:09:57 [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-26 08:09:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:10:02 [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-26 08:10:02 [bca.uk] INFO: Total items found: 100
2026-03-26 08:10:02 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded
2026-03-26 08:10:02 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:10:02 [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-26 08:10:02 [bca.uk] INFO: Found listing with ID: FT15%20LKJ
2026-03-26 08:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT15%2520LKJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:02 [bca.uk] INFO: Scrape type for FT15%20LKJ: 0
2026-03-26 08:10:02 [bca.uk] INFO: Found listing with ID: NK13%20YGZ
2026-03-26 08:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK13%2520YGZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:02 [bca.uk] INFO: Scrape type for NK13%20YGZ: 0
2026-03-26 08:10:02 [bca.uk] INFO: Found listing with ID: FG60%20VRM
2026-03-26 08:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG60%2520VRM%27 HTTP/1.1" 200 None
2026-03-26 08:10:02 [bca.uk] INFO: Scrape type for FG60%20VRM: 0
2026-03-26 08:10:02 [bca.uk] INFO: Found listing with ID: SB15%20YBK
2026-03-26 08:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB15%2520YBK%27 HTTP/1.1" 200 None
2026-03-26 08:10:02 [bca.uk] INFO: Scrape type for SB15%20YBK: 0
2026-03-26 08:10:02 [bca.uk] INFO: Found listing with ID: OU63%20WVW
2026-03-26 08:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OU63%2520WVW%27 HTTP/1.1" 200 None
2026-03-26 08:10:02 [bca.uk] INFO: Scrape type for OU63%20WVW: 0
2026-03-26 08:10:02 [bca.uk] INFO: Found listing with ID: FG64%20LKJ
2026-03-26 08:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%2520LKJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:02 [bca.uk] INFO: Scrape type for FG64%20LKJ: 0
2026-03-26 08:10:02 [bca.uk] INFO: Found listing with ID: YA69%20MKD
2026-03-26 08:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA69%2520MKD%27 HTTP/1.1" 200 None
2026-03-26 08:10:02 [bca.uk] INFO: Scrape type for YA69%20MKD: 0
2026-03-26 08:10:02 [bca.uk] INFO: Found listing with ID: FX68%20XVB
2026-03-26 08:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX68%2520XVB%27 HTTP/1.1" 200 None
2026-03-26 08:10:02 [bca.uk] INFO: Scrape type for FX68%20XVB: 0
2026-03-26 08:10:02 [bca.uk] INFO: Found listing with ID: FL66%20PFX
2026-03-26 08:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL66%2520PFX%27 HTTP/1.1" 200 None
2026-03-26 08:10:02 [bca.uk] INFO: Scrape type for FL66%20PFX: 0
2026-03-26 08:10:02 [bca.uk] INFO: Found listing with ID: SO65%20KZA
2026-03-26 08:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO65%2520KZA%27 HTTP/1.1" 200 None
2026-03-26 08:10:02 [bca.uk] INFO: Scrape type for SO65%20KZA: 0
2026-03-26 08:10:02 [bca.uk] INFO: Found listing with ID: VO73%20NWR
2026-03-26 08:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO73%2520NWR%27 HTTP/1.1" 200 None
2026-03-26 08:10:02 [bca.uk] INFO: Scrape type for VO73%20NWR: 2
2026-03-26 08:10:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371c925b-ca3a-5e9f-bad0-0dac146912f2 with identifier: VO73%20NWR
2026-03-26 08:10:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371c925b-ca3a-5e9f-bad0-0dac146912f2 with scrape type 2
2026-03-26 08:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 371c925b-ca3a-5e9f-bad0-0dac146912f2 with scrape type 2
2026-03-26 08:10:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 371c925b-ca3a-5e9f-bad0-0dac146912f2, identifier: VO73%20NWR
2026-03-26 08:10:03 [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-26 08:10:03 [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-26 08:10:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 371c925b-ca3a-5e9f-bad0-0dac146912f2 with identifier: VO73%20NWR
2026-03-26 08:10:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 371c925b-ca3a-5e9f-bad0-0dac146912f2 with identifier: VO73%20NWR
2026-03-26 08:10:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 371c925b-ca3a-5e9f-bad0-0dac146912f2 with identifier: VO73%20NWR to the API
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': 198,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO73%20NWR-GB',
'category': 'LightCommercialVehicle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '371c925b-ca3a-5e9f-bad0-0dac146912f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VO73 NWR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO73%20NWR&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T32',
'odometer': 28317,
'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 BITDI 204 LWB H/L DSG PanelVan',
'transmission': 'automatic',
'trim': 'BITDI 204 LWB H/L DSG',
'vin': 'WV1ZZZ7HZPH084882',
'year': 2023}
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO73%2520NWR%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Saving data for VO73%20NWR: {'auction_closing_time': 1774519200.0, 'created_time': 1774044593.592289, 'last_price_update_time': 1774512603.440206}
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO73%2520NWR') HTTP/1.1" 204 0
2026-03-26 08:10:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: NA17%20GMZ
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA17%2520GMZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for NA17%20GMZ: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: SF16%20NSP
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF16%2520NSP%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for SF16%20NSP: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: ML08%20EVN
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML08%2520EVN%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for ML08%20EVN: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: EO72%20UGE
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO72%2520UGE%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for EO72%20UGE: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: LE19%20ODY
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LE19%2520ODY%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for LE19%20ODY: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: MW13%20GHH
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW13%2520GHH%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for MW13%20GHH: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: MD19%20FAO
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD19%2520FAO%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for MD19%20FAO: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: NV15%20HWN
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV15%2520HWN%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for NV15%20HWN: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: SL20%20HZS
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL20%2520HZS%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for SL20%20HZS: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: YH16%20SYF
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH16%2520SYF%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for YH16%20SYF: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: MM13%20KZA
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM13%2520KZA%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for MM13%20KZA: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: BN09%20DHO
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN09%2520DHO%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for BN09%20DHO: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: VL19%20RHV
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VL19%2520RHV%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for VL19%20RHV: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: YH64%20CGX
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH64%2520CGX%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for YH64%20CGX: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: MAT%2080V
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MAT%252080V%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for MAT%2080V: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: NG59%20FUE
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG59%2520FUE%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for NG59%20FUE: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: BK20%20LEU
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK20%2520LEU%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for BK20%20LEU: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: NJ10%20VAM
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ10%2520VAM%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for NJ10%20VAM: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: SM18%20UEA
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM18%2520UEA%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for SM18%20UEA: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: KP09%20DLV
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP09%2520DLV%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for KP09%20DLV: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: NU68%20WCD
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU68%2520WCD%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for NU68%20WCD: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: NX63%20OSO
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX63%2520OSO%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for NX63%20OSO: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: WH68%20YDM
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WH68%2520YDM%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for WH68%20YDM: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: AJ68%20RTO
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ68%2520RTO%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for AJ68%20RTO: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: BD72%20YOV
2026-03-26 08:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD72%2520YOV%27 HTTP/1.1" 200 None
2026-03-26 08:10:03 [bca.uk] INFO: Scrape type for BD72%20YOV: 0
2026-03-26 08:10:03 [bca.uk] INFO: Found listing with ID: BK22%20DLZ
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520DLZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for BK22%20DLZ: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: DE22%20AOO
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE22%2520AOO%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for DE22%20AOO: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: DE24%20HNW
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE24%2520HNW%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for DE24%20HNW: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: DE24%20UUP
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE24%2520UUP%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for DE24%20UUP: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: DL72%20PVZ
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL72%2520PVZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for DL72%20PVZ: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: FD22%20YAV
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD22%2520YAV%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for FD22%20YAV: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: FG22%20FGX
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG22%2520FGX%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for FG22%20FGX: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: FL22%20UJK
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL22%2520UJK%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for FL22%20UJK: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: FT72%20LSC
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT72%2520LSC%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for FT72%20LSC: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: GD72%20DEU
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD72%2520DEU%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for GD72%20DEU: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: GJ22%20KJK
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ22%2520KJK%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for GJ22%20KJK: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: HJ24%20VXV
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ24%2520VXV%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for HJ24%20VXV: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: HK70%20XOP
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK70%2520XOP%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for HK70%20XOP: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: KM25%20GXC
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM25%2520GXC%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for KM25%20GXC: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: LD23%20BZY
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD23%2520BZY%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for LD23%20BZY: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: LS21%20BVN
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS21%2520BVN%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for LS21%20BVN: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: MA22%20VJO
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA22%2520VJO%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for MA22%20VJO: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: ML22%20AFA
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML22%2520AFA%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for ML22%20AFA: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: MV71%20KRK
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV71%2520KRK%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for MV71%20KRK: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: MW71%20FVM
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW71%2520FVM%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for MW71%20FVM: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: OV23%20DKF
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV23%2520DKF%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for OV23%20DKF: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: PK71%20GWU
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK71%2520GWU%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for PK71%20GWU: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: WK24%20EHS
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK24%2520EHS%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for WK24%20EHS: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: WN22%20MWG
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN22%2520MWG%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for WN22%20MWG: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: WN23%20RYK
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN23%2520RYK%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for WN23%20RYK: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: YB70%20VZO
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB70%2520VZO%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for YB70%20VZO: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: YY71%20LYG
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY71%2520LYG%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for YY71%20LYG: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: ND62%20NNH
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND62%2520NNH%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for ND62%20NNH: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: YA64%20MXT
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA64%2520MXT%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for YA64%20MXT: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: AO18%20WCW
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO18%2520WCW%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for AO18%20WCW: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: YP16%20XSH
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP16%2520XSH%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for YP16%20XSH: 0
2026-03-26 08:10:04 [bca.uk] INFO: Found listing with ID: AJ24%20TVP
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ24%2520TVP%27 HTTP/1.1" 200 None
2026-03-26 08:10:04 [bca.uk] INFO: Scrape type for AJ24%20TVP: 2
2026-03-26 08:10:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49098da5-4b27-5bae-a557-32bd7cc20b43 with identifier: AJ24%20TVP
2026-03-26 08:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49098da5-4b27-5bae-a557-32bd7cc20b43 with scrape type 2
2026-03-26 08:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49098da5-4b27-5bae-a557-32bd7cc20b43 with scrape type 2
2026-03-26 08:10:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49098da5-4b27-5bae-a557-32bd7cc20b43, identifier: AJ24%20TVP
2026-03-26 08:10:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49098da5-4b27-5bae-a557-32bd7cc20b43 with identifier: AJ24%20TVP
2026-03-26 08:10:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49098da5-4b27-5bae-a557-32bd7cc20b43 with identifier: AJ24%20TVP
2026-03-26 08:10:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49098da5-4b27-5bae-a557-32bd7cc20b43 with identifier: AJ24%20TVP to the API
2026-03-26 08:10:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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=AJ24%20TVP-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Electric',
'id': '49098da5-4b27-5bae-a557-32bd7cc20b43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AJ24 TVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ24%20TVP&vehicleType=*',
'listing': 'directbuy',
'location': 'Preston',
'make': 'PEUGEOT',
'model': 'E-3008',
'odometer': 2567,
'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': 'PEUGEOT E-3008 157KW 73KWH GT Hatchback',
'transmission': 'automatic',
'trim': '157KW 73KWH GT',
'vin': 'VR3KCZKZ0RS088693',
'year': 2024}
2026-03-26 08:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:05 [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-26 08:10:05 [bca.uk] INFO: Saving data for AJ24%20TVP: {'auction_closing_time': 1774544400.0, 'created_time': 1773821436.680287, 'last_price_update_time': 1774512605.236307}
2026-03-26 08:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ24%2520TVP') HTTP/1.1" 204 0
2026-03-26 08:10:05 [bca.uk] INFO: Found listing with ID: BT67%20MYL
2026-03-26 08:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:05 [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-26 08:10:05 [bca.uk] INFO: Scrape type for BT67%20MYL: 2
2026-03-26 08:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with identifier: BT67%20MYL
2026-03-26 08:10:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with scrape type 2
2026-03-26 08:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with scrape type 2
2026-03-26 08:10:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21615fd8-2eab-5a7a-9805-aca7bccd7f9a, identifier: BT67%20MYL
2026-03-26 08:10:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with identifier: BT67%20MYL
2026-03-26 08:10:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with identifier: BT67%20MYL
2026-03-26 08:10:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with identifier: BT67%20MYL to the API
2026-03-26 08:10:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT67%20MYL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Diesel',
'id': '21615fd8-2eab-5a7a-9805-aca7bccd7f9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BT67 MYL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT67%20MYL&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'MERCEDES-BENZ',
'model': 'E220 D',
'odometer': 56860,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13800,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seller_name': None,
'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Coupe',
'transmission': 'manual',
'trim': 'AMG LINE 9G',
'vin': 'WDD2383142F048251',
'year': 2018}
2026-03-26 08:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:05 [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-26 08:10:05 [bca.uk] INFO: Saving data for BT67%20MYL: {'auction_closing_time': 1774544400.0, 'created_time': 1774016781.702877, 'last_price_update_time': 1774512605.934104}
2026-03-26 08:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT67%2520MYL') HTTP/1.1" 204 0
2026-03-26 08:10:05 [bca.uk] INFO: Found listing with ID: DL71%20XZY
2026-03-26 08:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:05 [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-26 08:10:05 [bca.uk] INFO: Scrape type for DL71%20XZY: 2
2026-03-26 08:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 682fc0f6-6684-5db0-a8d4-0f64b558f604 with identifier: DL71%20XZY
2026-03-26 08:10:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 682fc0f6-6684-5db0-a8d4-0f64b558f604 with scrape type 2
2026-03-26 08:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 682fc0f6-6684-5db0-a8d4-0f64b558f604 with scrape type 2
2026-03-26 08:10:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 682fc0f6-6684-5db0-a8d4-0f64b558f604, identifier: DL71%20XZY
2026-03-26 08:10:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 682fc0f6-6684-5db0-a8d4-0f64b558f604 with identifier: DL71%20XZY
2026-03-26 08:10:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 682fc0f6-6684-5db0-a8d4-0f64b558f604 with identifier: DL71%20XZY
2026-03-26 08:10:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 682fc0f6-6684-5db0-a8d4-0f64b558f604 with identifier: DL71%20XZY to the API
2026-03-26 08:10:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL71%20XZY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Electric',
'id': '682fc0f6-6684-5db0-a8d4-0f64b558f604',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DL71 XZY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL71%20XZY&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 68348,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14200,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 HSE BLACK (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 HSE BLACK (11KW)',
'vin': 'SADHA2A12N1620499',
'year': 2021}
2026-03-26 08:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL71%2520XZY%27 HTTP/1.1" 200 None
2026-03-26 08:10:06 [bca.uk] INFO: Saving data for DL71%20XZY: {'auction_closing_time': 1774544400.0, 'created_time': 1773821437.840525, 'last_price_update_time': 1774512606.397423}
2026-03-26 08:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL71%2520XZY') HTTP/1.1" 204 0
2026-03-26 08:10:06 [bca.uk] INFO: Found listing with ID: DY72%20NXL
2026-03-26 08:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY72%2520NXL%27 HTTP/1.1" 200 None
2026-03-26 08:10:06 [bca.uk] INFO: Scrape type for DY72%20NXL: 2
2026-03-26 08:10:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d83968e-8a7d-52c6-a850-ca5e03fec68b with identifier: DY72%20NXL
2026-03-26 08:10:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d83968e-8a7d-52c6-a850-ca5e03fec68b with scrape type 2
2026-03-26 08:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d83968e-8a7d-52c6-a850-ca5e03fec68b with scrape type 2
2026-03-26 08:10:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d83968e-8a7d-52c6-a850-ca5e03fec68b, identifier: DY72%20NXL
2026-03-26 08:10:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d83968e-8a7d-52c6-a850-ca5e03fec68b with identifier: DY72%20NXL
2026-03-26 08:10:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d83968e-8a7d-52c6-a850-ca5e03fec68b with identifier: DY72%20NXL
2026-03-26 08:10:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d83968e-8a7d-52c6-a850-ca5e03fec68b with identifier: DY72%20NXL to the API
2026-03-26 08:10:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY72%20NXL-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Electric',
'id': '5d83968e-8a7d-52c6-a850-ca5e03fec68b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY72 NXL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY72%20NXL&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 48394,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 HSE BLACK (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 HSE BLACK (11KW)',
'vin': 'SADHA2A11P1626457',
'year': 2022}
2026-03-26 08:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY72%2520NXL%27 HTTP/1.1" 200 None
2026-03-26 08:10:06 [bca.uk] INFO: Saving data for DY72%20NXL: {'auction_closing_time': 1774544400.0, 'created_time': 1774016728.698599, 'last_price_update_time': 1774512606.824205}
2026-03-26 08:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY72%2520NXL') HTTP/1.1" 204 0
2026-03-26 08:10:06 [bca.uk] INFO: Found listing with ID: FL22%20YFY
2026-03-26 08:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL22%2520YFY%27 HTTP/1.1" 200 None
2026-03-26 08:10:06 [bca.uk] INFO: Scrape type for FL22%20YFY: 2
2026-03-26 08:10:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 645404ae-bb20-5ee1-8e37-57baca542aa3 with identifier: FL22%20YFY
2026-03-26 08:10:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 645404ae-bb20-5ee1-8e37-57baca542aa3 with scrape type 2
2026-03-26 08:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 645404ae-bb20-5ee1-8e37-57baca542aa3 with scrape type 2
2026-03-26 08:10:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 645404ae-bb20-5ee1-8e37-57baca542aa3, identifier: FL22%20YFY
2026-03-26 08:10:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 645404ae-bb20-5ee1-8e37-57baca542aa3 with identifier: FL22%20YFY
2026-03-26 08:10:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 645404ae-bb20-5ee1-8e37-57baca542aa3 with identifier: FL22%20YFY
2026-03-26 08:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 645404ae-bb20-5ee1-8e37-57baca542aa3 with identifier: FL22%20YFY to the API
2026-03-26 08:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20YFY-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Diesel',
'id': '645404ae-bb20-5ee1-8e37-57baca542aa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FL22 YFY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20YFY&vehicleType=*',
'listing': 'directbuy',
'location': 'Nottingham',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 34637,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 24000,
'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': 'SADCA2AN5NA700652',
'year': 2022}
2026-03-26 08:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL22%2520YFY%27 HTTP/1.1" 200 None
2026-03-26 08:10:07 [bca.uk] INFO: Saving data for FL22%20YFY: {'auction_closing_time': 1774544400.0, 'created_time': 1774016774.111467, 'last_price_update_time': 1774512607.302445}
2026-03-26 08:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520YFY') HTTP/1.1" 204 0
2026-03-26 08:10:07 [bca.uk] INFO: Found listing with ID: FX71%20XAR
2026-03-26 08:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX71%2520XAR%27 HTTP/1.1" 200 None
2026-03-26 08:10:07 [bca.uk] INFO: Scrape type for FX71%20XAR: 2
2026-03-26 08:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df66833-f416-5c7d-8354-7c6858a63074 with identifier: FX71%20XAR
2026-03-26 08:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df66833-f416-5c7d-8354-7c6858a63074 with scrape type 2
2026-03-26 08:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df66833-f416-5c7d-8354-7c6858a63074 with scrape type 2
2026-03-26 08:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9df66833-f416-5c7d-8354-7c6858a63074, identifier: FX71%20XAR
2026-03-26 08:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9df66833-f416-5c7d-8354-7c6858a63074 with identifier: FX71%20XAR
2026-03-26 08:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9df66833-f416-5c7d-8354-7c6858a63074 with identifier: FX71%20XAR
2026-03-26 08:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9df66833-f416-5c7d-8354-7c6858a63074 with identifier: FX71%20XAR to the API
2026-03-26 08:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX71%20XAR-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Electric',
'id': '9df66833-f416-5c7d-8354-7c6858a63074',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FX71 XAR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX71%20XAR&vehicleType=*',
'listing': 'directbuy',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'Q4 E-TRON',
'odometer': 42966,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'AUDI Q4 E-TRON 40 150KW 82KWH S LINE StationWagon',
'transmission': 'automatic',
'trim': '40 150KW 82KWH S LINE',
'vin': 'WAUZZZFZ3NP009505',
'year': 2021}
2026-03-26 08:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX71%2520XAR%27 HTTP/1.1" 200 None
2026-03-26 08:10:07 [bca.uk] INFO: Saving data for FX71%20XAR: {'auction_closing_time': 1774544400.0, 'created_time': 1773829735.019966, 'last_price_update_time': 1774512607.734626}
2026-03-26 08:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX71%2520XAR') HTTP/1.1" 204 0
2026-03-26 08:10:07 [bca.uk] INFO: Found listing with ID: GF72%20XCM
2026-03-26 08:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF72%2520XCM%27 HTTP/1.1" 200 None
2026-03-26 08:10:07 [bca.uk] INFO: Scrape type for GF72%20XCM: 2
2026-03-26 08:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with identifier: GF72%20XCM
2026-03-26 08:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with scrape type 2
2026-03-26 08:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with scrape type 2
2026-03-26 08:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df65b5d5-c056-5dd1-9e3b-91826de8b5c7, identifier: GF72%20XCM
2026-03-26 08:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with identifier: GF72%20XCM
2026-03-26 08:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with identifier: GF72%20XCM
2026-03-26 08:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with identifier: GF72%20XCM to the API
2026-03-26 08:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': 36,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF72%20XCM-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'df65b5d5-c056-5dd1-9e3b-91826de8b5c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GF72 XCM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF72%20XCM&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 37765,
'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': 'LAND ROVER DISCOVERY SPORT 1.5 P300E URBAN ED.(5ST) StationWagon',
'transmission': 'automatic',
'trim': 'P300E URBAN ED.(5ST)',
'vin': 'SALCA2AT9PH325233',
'year': 2022}
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF72%2520XCM%27 HTTP/1.1" 200 None
2026-03-26 08:10:08 [bca.uk] INFO: Saving data for GF72%20XCM: {'auction_closing_time': 1774544400.0, 'created_time': 1774017068.952407, 'last_price_update_time': 1774512608.169729}
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF72%2520XCM') HTTP/1.1" 204 0
2026-03-26 08:10:08 [bca.uk] INFO: Found listing with ID: GN69%20YJO
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN69%2520YJO%27 HTTP/1.1" 200 None
2026-03-26 08:10:08 [bca.uk] INFO: Scrape type for GN69%20YJO: 0
2026-03-26 08:10:08 [bca.uk] INFO: Found listing with ID: HF70%20BJO
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF70%2520BJO%27 HTTP/1.1" 200 None
2026-03-26 08:10:08 [bca.uk] INFO: Scrape type for HF70%20BJO: 0
2026-03-26 08:10:08 [bca.uk] INFO: Found listing with ID: KN70%20FML
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN70%2520FML%27 HTTP/1.1" 200 None
2026-03-26 08:10:08 [bca.uk] INFO: Scrape type for KN70%20FML: 2
2026-03-26 08:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with identifier: KN70%20FML
2026-03-26 08:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with scrape type 2
2026-03-26 08:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with scrape type 2
2026-03-26 08:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3293a50d-8d6e-50f4-bc9e-a9171b381b99, identifier: KN70%20FML
2026-03-26 08:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with identifier: KN70%20FML
2026-03-26 08:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with identifier: KN70%20FML
2026-03-26 08:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with identifier: KN70%20FML to the API
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN70%20FML-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Electric',
'id': '3293a50d-8d6e-50f4-bc9e-a9171b381b99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN70 FML',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN70%20FML&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'AUDI',
'model': 'E-TRON',
'odometer': 25615,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13700,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'AUDI E-TRON 71KWH 50 Q TECHNIK StationWagon',
'transmission': 'automatic',
'trim': '71KWH 50 Q TECHNIK',
'vin': 'WAUZZZGEXLB037033',
'year': 2020}
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN70%2520FML%27 HTTP/1.1" 200 None
2026-03-26 08:10:08 [bca.uk] INFO: Saving data for KN70%20FML: {'auction_closing_time': 1774544400.0, 'created_time': 1774016683.865121, 'last_price_update_time': 1774512608.608261}
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN70%2520FML') HTTP/1.1" 204 0
2026-03-26 08:10:08 [bca.uk] INFO: Found listing with ID: LD72%20BGK
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-26 08:10:08 [bca.uk] INFO: Scrape type for LD72%20BGK: 2
2026-03-26 08:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK
2026-03-26 08:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with scrape type 2
2026-03-26 08:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with scrape type 2
2026-03-26 08:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b, identifier: LD72%20BGK
2026-03-26 08:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK
2026-03-26 08:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK
2026-03-26 08:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK to the API
2026-03-26 08:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': 140,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD72%20BGK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Petrol',
'id': '50cd0dd4-49e0-5f0f-aa38-4816a8de902b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LD72 BGK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD72%20BGK&vehicleType=*',
'listing': 'directbuy',
'location': 'Measham',
'make': 'CITROEN',
'model': 'C3 AIRCROSS',
'odometer': 31214,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 10800,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'CITROEN C3 AIRCROSS 1.2 P/T 130 SHINE EAT6 Hatchback',
'transmission': 'automatic',
'trim': 'P/T 130 SHINE EAT6',
'vin': 'VF72RHNS1N4320798',
'year': 2022}
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-26 08:10:09 [bca.uk] INFO: Saving data for LD72%20BGK: {'auction_closing_time': 1774544400.0, 'created_time': 1774045523.418193, 'last_price_update_time': 1774512609.078816}
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD72%2520BGK') HTTP/1.1" 204 0
2026-03-26 08:10:09 [bca.uk] INFO: Found listing with ID: LP72%20SXS
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP72%2520SXS%27 HTTP/1.1" 200 None
2026-03-26 08:10:09 [bca.uk] INFO: Scrape type for LP72%20SXS: 2
2026-03-26 08:10:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS
2026-03-26 08:10:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with scrape type 2
2026-03-26 08:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with scrape type 2
2026-03-26 08:10:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac, identifier: LP72%20SXS
2026-03-26 08:10:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS
2026-03-26 08:10:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS
2026-03-26 08:10:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS to the API
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP72%20SXS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Electric',
'id': 'd4a880a0-1cb0-5d2f-919c-4de3ee38d9ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LP72 SXS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP72%20SXS&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 23308,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'NISSAN LEAF 160KW 59KWH E+ N-CONNECTA Hatchback',
'transmission': 'automatic',
'trim': '160KW 59KWH E+ N-CONNECTA',
'vin': 'SJNFAAZE1U0181711',
'year': 2022}
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP72%2520SXS%27 HTTP/1.1" 200 None
2026-03-26 08:10:09 [bca.uk] INFO: Saving data for LP72%20SXS: {'auction_closing_time': 1774544400.0, 'created_time': 1773829755.016721, 'last_price_update_time': 1774512609.480803}
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520SXS') HTTP/1.1" 204 0
2026-03-26 08:10:09 [bca.uk] INFO: Found listing with ID: LV71%20GKO
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV71%2520GKO%27 HTTP/1.1" 200 None
2026-03-26 08:10:09 [bca.uk] INFO: Scrape type for LV71%20GKO: 0
2026-03-26 08:10:09 [bca.uk] INFO: Found listing with ID: NV22%20ZNU
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV22%2520ZNU%27 HTTP/1.1" 200 None
2026-03-26 08:10:09 [bca.uk] INFO: Scrape type for NV22%20ZNU: 2
2026-03-26 08:10:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with identifier: NV22%20ZNU
2026-03-26 08:10:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with scrape type 2
2026-03-26 08:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with scrape type 2
2026-03-26 08:10:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f, identifier: NV22%20ZNU
2026-03-26 08:10:09 [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-26 08:10:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with identifier: NV22%20ZNU
2026-03-26 08:10:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with identifier: NV22%20ZNU
2026-03-26 08:10:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with identifier: NV22%20ZNU to the API
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': 181,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV22%20ZNU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Diesel',
'id': '510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NV22 ZNU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV22%20ZNU&vehicleType=*',
'listing': 'directbuy',
'location': 'Newcastle-u-Tyne',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 48741,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 24500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD AUTOBIOGRAPHY Hatchback',
'transmission': 'automatic',
'trim': 'D200 4WD AUTOBIOGRAPHY',
'vin': 'SALZA2AN5PH195060',
'year': 2022}
2026-03-26 08:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV22%2520ZNU%27 HTTP/1.1" 200 None
2026-03-26 08:10:09 [bca.uk] INFO: Saving data for NV22%20ZNU: {'auction_closing_time': 1774544400.0, 'created_time': 1774016762.914169, 'last_price_update_time': 1774512609.997878}
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV22%2520ZNU') HTTP/1.1" 204 0
2026-03-26 08:10:10 [bca.uk] INFO: Found listing with ID: OY67%20YPP
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY67%2520YPP%27 HTTP/1.1" 200 None
2026-03-26 08:10:10 [bca.uk] INFO: Scrape type for OY67%20YPP: 2
2026-03-26 08:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfdd7f00-b2a3-5e4a-a26e-44f61d934689 with identifier: OY67%20YPP
2026-03-26 08:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfdd7f00-b2a3-5e4a-a26e-44f61d934689 with scrape type 2
2026-03-26 08:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfdd7f00-b2a3-5e4a-a26e-44f61d934689 with scrape type 2
2026-03-26 08:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfdd7f00-b2a3-5e4a-a26e-44f61d934689, identifier: OY67%20YPP
2026-03-26 08:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfdd7f00-b2a3-5e4a-a26e-44f61d934689 with identifier: OY67%20YPP
2026-03-26 08:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfdd7f00-b2a3-5e4a-a26e-44f61d934689 with identifier: OY67%20YPP
2026-03-26 08:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfdd7f00-b2a3-5e4a-a26e-44f61d934689 with identifier: OY67%20YPP to the API
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY67%20YPP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Diesel',
'id': 'dfdd7f00-b2a3-5e4a-a26e-44f61d934689',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY67 YPP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY67%20YPP&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'R/R VELAR',
'odometer': 85623,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12500,
'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': 'SALYA2AN0JA722515',
'year': 2017}
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY67%2520YPP%27 HTTP/1.1" 200 None
2026-03-26 08:10:10 [bca.uk] INFO: Saving data for OY67%20YPP: {'auction_closing_time': 1774544400.0, 'created_time': 1773829735.896011, 'last_price_update_time': 1774512610.411443}
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY67%2520YPP') HTTP/1.1" 204 0
2026-03-26 08:10:10 [bca.uk] INFO: Found listing with ID: VA22%20RBX
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA22%2520RBX%27 HTTP/1.1" 200 None
2026-03-26 08:10:10 [bca.uk] INFO: Scrape type for VA22%20RBX: 2
2026-03-26 08:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92d4ef75-6654-54a8-ab3d-dcea69b21148 with identifier: VA22%20RBX
2026-03-26 08:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92d4ef75-6654-54a8-ab3d-dcea69b21148 with scrape type 2
2026-03-26 08:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92d4ef75-6654-54a8-ab3d-dcea69b21148 with scrape type 2
2026-03-26 08:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92d4ef75-6654-54a8-ab3d-dcea69b21148, identifier: VA22%20RBX
2026-03-26 08:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92d4ef75-6654-54a8-ab3d-dcea69b21148 with identifier: VA22%20RBX
2026-03-26 08:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92d4ef75-6654-54a8-ab3d-dcea69b21148 with identifier: VA22%20RBX
2026-03-26 08:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92d4ef75-6654-54a8-ab3d-dcea69b21148 with identifier: VA22%20RBX to the API
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA22%20RBX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Diesel',
'id': '92d4ef75-6654-54a8-ab3d-dcea69b21148',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VA22 RBX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA22%20RBX&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'JAGUAR',
'model': 'F-PACE',
'odometer': 35025,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22800,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR F-PACE 2.0 D200 AWD R-DYNAMIC S StationWagon',
'transmission': 'automatic',
'trim': 'D200 AWD R-DYNAMIC S',
'vin': 'SADCA2AN9NA703148',
'year': 2022}
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA22%2520RBX%27 HTTP/1.1" 200 None
2026-03-26 08:10:10 [bca.uk] INFO: Saving data for VA22%20RBX: {'auction_closing_time': 1774544400.0, 'created_time': 1774016757.996236, 'last_price_update_time': 1774512610.810713}
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA22%2520RBX') HTTP/1.1" 204 0
2026-03-26 08:10:10 [bca.uk] INFO: Total items found: 100
2026-03-26 08:10:10 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded
2026-03-26 08:10:10 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:10:10 [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-26 08:10:10 [bca.uk] INFO: Found listing with ID: VE73%20KUF
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE73%2520KUF%27 HTTP/1.1" 200 None
2026-03-26 08:10:10 [bca.uk] INFO: Scrape type for VE73%20KUF: 0
2026-03-26 08:10:10 [bca.uk] INFO: Found listing with ID: VO74%20TZV
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO74%2520TZV%27 HTTP/1.1" 200 None
2026-03-26 08:10:10 [bca.uk] INFO: Scrape type for VO74%20TZV: 0
2026-03-26 08:10:10 [bca.uk] INFO: Found listing with ID: YF71%20NZV
2026-03-26 08:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF71%2520NZV%27 HTTP/1.1" 200 None
2026-03-26 08:10:10 [bca.uk] INFO: Scrape type for YF71%20NZV: 2
2026-03-26 08:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc72eacc-95d0-5758-baf2-a778b4db49c2 with identifier: YF71%20NZV
2026-03-26 08:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc72eacc-95d0-5758-baf2-a778b4db49c2 with scrape type 2
2026-03-26 08:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc72eacc-95d0-5758-baf2-a778b4db49c2 with scrape type 2
2026-03-26 08:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc72eacc-95d0-5758-baf2-a778b4db49c2, identifier: YF71%20NZV
2026-03-26 08:10:10 [scrapy.extensions.logstats] INFO: Crawled 134 pages (at 9 pages/min), scraped 267 items (at 52 items/min)
2026-03-26 08:10:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:10:10 [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-26 08:10:10 [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-26 08:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc72eacc-95d0-5758-baf2-a778b4db49c2 with identifier: YF71%20NZV
2026-03-26 08:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc72eacc-95d0-5758-baf2-a778b4db49c2 with identifier: YF71%20NZV
2026-03-26 08:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc72eacc-95d0-5758-baf2-a778b4db49c2 with identifier: YF71%20NZV to the API
2026-03-26 08:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF71%20NZV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Electric',
'id': 'dc72eacc-95d0-5758-baf2-a778b4db49c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YF71 NZV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF71%20NZV&vehicleType=*',
'listing': 'directbuy',
'location': 'Livingston',
'make': 'VAUXHALL',
'model': 'MOKKA-E',
'odometer': 34358,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7500,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'VAUXHALL MOKKA-E 100KW 50KWH ULTIMATE ED. Hatchback',
'transmission': 'automatic',
'trim': '100KW 50KWH ULTIMATE ED.',
'vin': 'VXKUKZKXZMW087631',
'year': 2021}
2026-03-26 08:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF71%2520NZV%27 HTTP/1.1" 200 None
2026-03-26 08:10:11 [bca.uk] INFO: Saving data for YF71%20NZV: {'auction_closing_time': 1774544400.0, 'created_time': 1773829724.844985, 'last_price_update_time': 1774512611.315695}
2026-03-26 08:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF71%2520NZV') HTTP/1.1" 204 0
2026-03-26 08:10:11 [bca.uk] INFO: Found listing with ID: WV71%20SYJ
2026-03-26 08:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV71%2520SYJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:11 [bca.uk] INFO: Scrape type for WV71%20SYJ: 2
2026-03-26 08:10:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f046df6-5f01-564c-810b-486b8b891f59 with identifier: WV71%20SYJ
2026-03-26 08:10:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f046df6-5f01-564c-810b-486b8b891f59 with scrape type 2
2026-03-26 08:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f046df6-5f01-564c-810b-486b8b891f59 with scrape type 2
2026-03-26 08:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f046df6-5f01-564c-810b-486b8b891f59, identifier: WV71%20SYJ
2026-03-26 08:10:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:10:11 [bca.uk] INFO: Found listing with ID: YK22%20NXD
2026-03-26 08:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK22%2520NXD%27 HTTP/1.1" 200 None
2026-03-26 08:10:11 [bca.uk] INFO: Scrape type for YK22%20NXD: 2
2026-03-26 08:10:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a9434bf-1866-5253-b4af-3779807ca9d2 with identifier: YK22%20NXD
2026-03-26 08:10:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a9434bf-1866-5253-b4af-3779807ca9d2 with scrape type 2
2026-03-26 08:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a9434bf-1866-5253-b4af-3779807ca9d2 with scrape type 2
2026-03-26 08:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a9434bf-1866-5253-b4af-3779807ca9d2, identifier: YK22%20NXD
2026-03-26 08:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f046df6-5f01-564c-810b-486b8b891f59 with identifier: WV71%20SYJ
2026-03-26 08:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f046df6-5f01-564c-810b-486b8b891f59 with identifier: WV71%20SYJ
2026-03-26 08:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f046df6-5f01-564c-810b-486b8b891f59 with identifier: WV71%20SYJ to the API
2026-03-26 08:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV71%20SYJ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-27T08:00:00Z',
'fuel_type': 'Electric',
'id': '0f046df6-5f01-564c-810b-486b8b891f59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WV71 SYJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV71%20SYJ&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'RENAULT',
'model': 'ZOE E-TECH',
'odometer': 21696,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7200,
'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': 'VF1AG000167839895',
'year': 2021}
2026-03-26 08:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV71%2520SYJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:11 [bca.uk] INFO: Saving data for WV71%20SYJ: {'auction_closing_time': 1774598400.0, 'created_time': 1774016443.920475, 'last_price_update_time': 1774512611.816944}
2026-03-26 08:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520SYJ') HTTP/1.1" 204 0
2026-03-26 08:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a9434bf-1866-5253-b4af-3779807ca9d2 with identifier: YK22%20NXD
2026-03-26 08:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a9434bf-1866-5253-b4af-3779807ca9d2 with identifier: YK22%20NXD
2026-03-26 08:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a9434bf-1866-5253-b4af-3779807ca9d2 with identifier: YK22%20NXD to the API
2026-03-26 08:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK22%20NXD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T17:00:00Z',
'fuel_type': 'Electric',
'id': '7a9434bf-1866-5253-b4af-3779807ca9d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YK22 NXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK22%20NXD&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'JAGUAR',
'model': 'I-PACE',
'odometer': 37191,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13400,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'JAGUAR I-PACE EV400 SE (11KW) Hatchback',
'transmission': 'automatic',
'trim': 'EV400 SE (11KW)',
'vin': 'SADHA2A1XN1619651',
'year': 2022}
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK22%2520NXD%27 HTTP/1.1" 200 None
2026-03-26 08:10:12 [bca.uk] INFO: Saving data for YK22%20NXD: {'auction_closing_time': 1774544400.0, 'created_time': 1774045507.169898, 'last_price_update_time': 1774512612.12372}
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK22%2520NXD') HTTP/1.1" 204 0
2026-03-26 08:10:12 [bca.uk] INFO: Found listing with ID: WV71%20SZR
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV71%2520SZR%27 HTTP/1.1" 200 None
2026-03-26 08:10:12 [bca.uk] INFO: Scrape type for WV71%20SZR: 2
2026-03-26 08:10:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f095bf6-8fc8-5a58-88d4-d826d684b866 with identifier: WV71%20SZR
2026-03-26 08:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f095bf6-8fc8-5a58-88d4-d826d684b866 with scrape type 2
2026-03-26 08:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f095bf6-8fc8-5a58-88d4-d826d684b866 with scrape type 2
2026-03-26 08:10:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f095bf6-8fc8-5a58-88d4-d826d684b866, identifier: WV71%20SZR
2026-03-26 08:10:12 [bca.uk] INFO: Found listing with ID: YT72%20TZV
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT72%2520TZV%27 HTTP/1.1" 200 None
2026-03-26 08:10:12 [bca.uk] INFO: Scrape type for YT72%20TZV: 0
2026-03-26 08:10:12 [bca.uk] INFO: Found listing with ID: DS15%20CFY
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS15%2520CFY%27 HTTP/1.1" 200 None
2026-03-26 08:10:12 [bca.uk] INFO: Scrape type for DS15%20CFY: 0
2026-03-26 08:10:12 [bca.uk] INFO: Found listing with ID: LD22%20PZF
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD22%2520PZF%27 HTTP/1.1" 200 None
2026-03-26 08:10:12 [bca.uk] INFO: Scrape type for LD22%20PZF: 0
2026-03-26 08:10:12 [bca.uk] INFO: Found listing with ID: LR23%20ZGA
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR23%2520ZGA%27 HTTP/1.1" 200 None
2026-03-26 08:10:12 [bca.uk] INFO: Scrape type for LR23%20ZGA: 0
2026-03-26 08:10:12 [bca.uk] INFO: Found listing with ID: ML71%20YJE
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML71%2520YJE%27 HTTP/1.1" 200 None
2026-03-26 08:10:12 [bca.uk] INFO: Scrape type for ML71%20YJE: 0
2026-03-26 08:10:12 [bca.uk] INFO: Found listing with ID: NL22%20GHO
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL22%2520GHO%27 HTTP/1.1" 200 None
2026-03-26 08:10:12 [bca.uk] INFO: Scrape type for NL22%20GHO: 2
2026-03-26 08:10:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 258619a1-ab5e-5da2-aa7e-5b1e2d83d1c3 with identifier: NL22%20GHO
2026-03-26 08:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 258619a1-ab5e-5da2-aa7e-5b1e2d83d1c3 with scrape type 2
2026-03-26 08:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 258619a1-ab5e-5da2-aa7e-5b1e2d83d1c3 with scrape type 2
2026-03-26 08:10:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 258619a1-ab5e-5da2-aa7e-5b1e2d83d1c3, identifier: NL22%20GHO
2026-03-26 08:10:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f095bf6-8fc8-5a58-88d4-d826d684b866 with identifier: WV71%20SZR
2026-03-26 08:10:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f095bf6-8fc8-5a58-88d4-d826d684b866 with identifier: WV71%20SZR
2026-03-26 08:10:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f095bf6-8fc8-5a58-88d4-d826d684b866 with identifier: WV71%20SZR to the API
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10:12 [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=WV71%20SZR-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-27T08:00:00Z',
'fuel_type': 'Electric',
'id': '1f095bf6-8fc8-5a58-88d4-d826d684b866',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WV71 SZR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV71%20SZR&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'RENAULT',
'model': 'ZOE E-TECH',
'odometer': 15254,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6700,
'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': 'VF1AG000867471196',
'year': 2021}
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV71%2520SZR%27 HTTP/1.1" 200 None
2026-03-26 08:10:12 [bca.uk] INFO: Saving data for WV71%20SZR: {'auction_closing_time': 1774598400.0, 'created_time': 1773829736.652512, 'last_price_update_time': 1774512612.795384}
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520SZR') HTTP/1.1" 204 0
2026-03-26 08:10:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 258619a1-ab5e-5da2-aa7e-5b1e2d83d1c3 with identifier: NL22%20GHO
2026-03-26 08:10:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 258619a1-ab5e-5da2-aa7e-5b1e2d83d1c3 with identifier: NL22%20GHO
2026-03-26 08:10:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 258619a1-ab5e-5da2-aa7e-5b1e2d83d1c3 with identifier: NL22%20GHO to the API
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL22%20GHO-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-27T08:00:00Z',
'fuel_type': 'Electric',
'id': '258619a1-ab5e-5da2-aa7e-5b1e2d83d1c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NL22 GHO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL22%20GHO&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'VOLVO',
'model': 'XC40 ELECTRIC',
'odometer': 95162,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 13200,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLVO XC40 ELECTRIC 300KW 78KWH R/C TM PRO StationWagon',
'transmission': 'automatic',
'trim': '300KW 78KWH R/C TM PRO',
'vin': 'YV1XZEDVEN2742951',
'year': 2022}
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL22%2520GHO%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Saving data for NL22%20GHO: {'auction_closing_time': 1774598400.0, 'created_time': 1773829753.628031, 'last_price_update_time': 1774512613.199948}
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL22%2520GHO') HTTP/1.1" 204 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: EN68%20XVL
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN68%2520XVL%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for EN68%20XVL: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NA17%20YFK
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA17%2520YFK%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NA17%20YFK: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NL11%20EFD
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL11%2520EFD%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NL11%20EFD: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NX65%20XFZ
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX65%2520XFZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NX65%20XFZ: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NA16%20BXY
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA16%2520BXY%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NA16%20BXY: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: VN68%20FEJ
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN68%2520FEJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for VN68%20FEJ: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: BK16%20OVY
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK16%2520OVY%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for BK16%20OVY: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: KJ17%20PXS
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ17%2520PXS%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for KJ17%20PXS: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NK11%20HVZ
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK11%2520HVZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NK11%20HVZ: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: GD62%20AEJ
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD62%2520AEJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for GD62%20AEJ: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NL64%20UEZ
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL64%2520UEZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NL64%20UEZ: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: SK15%20LXB
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK15%2520LXB%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for SK15%20LXB: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: SL10%20HRP
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL10%2520HRP%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for SL10%20HRP: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: ET17%20VUE
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET17%2520VUE%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for ET17%20VUE: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NC71%20FGZ
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NC71%2520FGZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NC71%20FGZ: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NK20%20NKZ
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK20%2520NKZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NK20%20NKZ: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: LM15%20RXN
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM15%2520RXN%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for LM15%20RXN: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NA12%20ZTG
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA12%2520ZTG%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NA12%20ZTG: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: FV15%20NSE
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV15%2520NSE%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for FV15%20NSE: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: EO17%20AEJ
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO17%2520AEJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for EO17%20AEJ: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: LF66%20TYH
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF66%2520TYH%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for LF66%20TYH: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NX63%20RJV
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX63%2520RJV%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NX63%20RJV: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: PX17%20KLK
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX17%2520KLK%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for PX17%20KLK: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: EX69%20WHJ
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX69%2520WHJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for EX69%20WHJ: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: KT17%20YTF
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT17%2520YTF%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for KT17%20YTF: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: LD69%20NSF
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD69%2520NSF%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for LD69%20NSF: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: CN18%20KMM
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN18%2520KMM%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for CN18%20KMM: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: SA20%20HBU
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA20%2520HBU%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for SA20%20HBU: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: DS15%20VPJ
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS15%2520VPJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for DS15%20VPJ: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: AK67%20XSN
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK67%2520XSN%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for AK67%20XSN: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: YR70%20ORF
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR70%2520ORF%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for YR70%20ORF: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: SN67%20OPL
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN67%2520OPL%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for SN67%20OPL: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: VN65%20UKA
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN65%2520UKA%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for VN65%20UKA: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: YJZ%209398
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YJZ%25209398%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for YJZ%209398: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: KR63%20WBM
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR63%2520WBM%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for KR63%20WBM: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: LN69%20JMX
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN69%2520JMX%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for LN69%20JMX: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: WJ68%20FYX
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ68%2520FYX%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for WJ68%20FYX: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: YC68%20GPR
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC68%2520GPR%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for YC68%20GPR: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: SG16%20NZO
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG16%2520NZO%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for SG16%20NZO: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NG17%20OOD
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG17%2520OOD%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NG17%20OOD: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: YY71%20LUB
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY71%2520LUB%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for YY71%20LUB: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: PE58%20MVT
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PE58%2520MVT%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for PE58%20MVT: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: SH63%20LDY
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH63%2520LDY%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for SH63%20LDY: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: DL70%20JYH
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL70%2520JYH%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for DL70%20JYH: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: NL69%20OLK
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL69%2520OLK%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for NL69%20OLK: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: LG60%20YJF
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG60%2520YJF%27 HTTP/1.1" 200 None
2026-03-26 08:10:13 [bca.uk] INFO: Scrape type for LG60%20YJF: 0
2026-03-26 08:10:13 [bca.uk] INFO: Found listing with ID: MW13%20NCU
2026-03-26 08:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW13%2520NCU%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for MW13%20NCU: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: HK66%20JFA
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK66%2520JFA%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for HK66%20JFA: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: MT18%20HXA
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT18%2520HXA%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for MT18%20HXA: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: YK70%20YYB
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK70%2520YYB%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for YK70%20YYB: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: CX12%20YCN
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX12%2520YCN%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for CX12%20YCN: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: YR14%20HTU
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR14%2520HTU%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for YR14%20HTU: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: FN67%20KYU
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN67%2520KYU%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for FN67%20KYU: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: YF20%20LTE
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF20%2520LTE%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for YF20%20LTE: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: FA16%20NUY
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FA16%2520NUY%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for FA16%20NUY: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: PJ63%20KCN
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PJ63%2520KCN%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for PJ63%20KCN: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: SA61%20YWS
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA61%2520YWS%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for SA61%20YWS: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: KT56%20LVF
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT56%2520LVF%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for KT56%20LVF: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: SH67%20GKG
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH67%2520GKG%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for SH67%20GKG: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: FG21%20ZGH
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG21%2520ZGH%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for FG21%20ZGH: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: MA18%20ZVU
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA18%2520ZVU%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for MA18%20ZVU: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: SF15%20JKM
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF15%2520JKM%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for SF15%20JKM: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: ST66%20HYA
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST66%2520HYA%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for ST66%20HYA: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: DA17%20CUO
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA17%2520CUO%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for DA17%20CUO: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: SB68%20WFR
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB68%2520WFR%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for SB68%20WFR: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: SF66%20ALZ
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SF66%2520ALZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for SF66%20ALZ: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: PK22%20SJU
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK22%2520SJU%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for PK22%20SJU: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: SN13%20XJC
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN13%2520XJC%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for SN13%20XJC: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: ST17%20GMG
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST17%2520GMG%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for ST17%20GMG: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: LF15%20MFX
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF15%2520MFX%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for LF15%20MFX: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: SM12%20MXH
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM12%2520MXH%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for SM12%20MXH: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: SN16%20NPE
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN16%2520NPE%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for SN16%20NPE: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: EN16%20HNP
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN16%2520HNP%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for EN16%20HNP: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: SN19%20DPH
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN19%2520DPH%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for SN19%20DPH: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: FH68%20SXJ
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH68%2520SXJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for FH68%20SXJ: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: MJ17%20AYG
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ17%2520AYG%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for MJ17%20AYG: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: K800%20MAO
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27K800%2520MAO%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for K800%20MAO: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: WF07%20TTV
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF07%2520TTV%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for WF07%20TTV: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: DE09%20GUC
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE09%2520GUC%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for DE09%20GUC: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: KP09%20NHV
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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-26 08:10:14 [bca.uk] INFO: Scrape type for KP09%20NHV: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: OV57%20VLB
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV57%2520VLB%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for OV57%20VLB: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: GV71%20LHX
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV71%2520LHX%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for GV71%20LHX: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: WM57%20RXB
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM57%2520RXB%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for WM57%20RXB: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: OV05%20WSL
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV05%2520WSL%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for OV05%20WSL: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: EN63%20RZX
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN63%2520RZX%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for EN63%20RZX: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: YM15%20VJU
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YM15%2520VJU%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for YM15%20VJU: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: SJ19%20OND
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ19%2520OND%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for SJ19%20OND: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: HT66%20UZV
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT66%2520UZV%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for HT66%20UZV: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: RV09%20HFG
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV09%2520HFG%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for RV09%20HFG: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: YR10%20FMA
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR10%2520FMA%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for YR10%20FMA: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: YD17%20WBM
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD17%2520WBM%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for YD17%20WBM: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: DP19%20DYH
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP19%2520DYH%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for DP19%20DYH: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: BG68%20PDX
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG68%2520PDX%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for BG68%20PDX: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: NU71%20SVD
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU71%2520SVD%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for NU71%20SVD: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: YD66%20OCH
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD66%2520OCH%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for YD66%20OCH: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: RO72%20HHR
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO72%2520HHR%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for RO72%20HHR: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: YK19%20PXB
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK19%2520PXB%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for YK19%20PXB: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: FN13%20WVD
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN13%2520WVD%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for FN13%20WVD: 0
2026-03-26 08:10:14 [bca.uk] INFO: Found listing with ID: OV72%20CSZ
2026-03-26 08:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV72%2520CSZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:14 [bca.uk] INFO: Scrape type for OV72%20CSZ: 2
2026-03-26 08:10:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5185fd3a-b9f5-532d-8c01-9a3c36ad9a8c with identifier: OV72%20CSZ
2026-03-26 08:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5185fd3a-b9f5-532d-8c01-9a3c36ad9a8c with scrape type 2
2026-03-26 08:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5185fd3a-b9f5-532d-8c01-9a3c36ad9a8c with scrape type 2
2026-03-26 08:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5185fd3a-b9f5-532d-8c01-9a3c36ad9a8c, identifier: OV72%20CSZ
2026-03-26 08:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5185fd3a-b9f5-532d-8c01-9a3c36ad9a8c with identifier: OV72%20CSZ
2026-03-26 08:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5185fd3a-b9f5-532d-8c01-9a3c36ad9a8c with identifier: OV72%20CSZ
2026-03-26 08:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5185fd3a-b9f5-532d-8c01-9a3c36ad9a8c with identifier: OV72%20CSZ to the API
2026-03-26 08:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10:15 [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=OV72%20CSZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-27T08:00:00Z',
'fuel_type': 'Electric',
'id': '5185fd3a-b9f5-532d-8c01-9a3c36ad9a8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OV72 CSZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV72%20CSZ&vehicleType=*',
'listing': 'directbuy',
'location': 'Newcastle-u-Tyne',
'make': 'POLESTAR',
'model': '2',
'odometer': 40231,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 16800,
'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': 'YSMVSEDE8PL113274',
'year': 2022}
2026-03-26 08:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV72%2520CSZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:15 [bca.uk] INFO: Saving data for OV72%20CSZ: {'auction_closing_time': 1774598400.0, 'created_time': 1773829727.99892, 'last_price_update_time': 1774512615.435561}
2026-03-26 08:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV72%2520CSZ') HTTP/1.1" 204 0
2026-03-26 08:10:15 [bca.uk] INFO: Found listing with ID: RE23%20CPZ
2026-03-26 08:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE23%2520CPZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:15 [bca.uk] INFO: Scrape type for RE23%20CPZ: 0
2026-03-26 08:10:15 [bca.uk] INFO: Found listing with ID: RV22%20ONS
2026-03-26 08:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV22%2520ONS%27 HTTP/1.1" 200 None
2026-03-26 08:10:15 [bca.uk] INFO: Scrape type for RV22%20ONS: 2
2026-03-26 08:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5 with identifier: RV22%20ONS
2026-03-26 08:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5 with scrape type 2
2026-03-26 08:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5 with scrape type 2
2026-03-26 08:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5, identifier: RV22%20ONS
2026-03-26 08:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5 with identifier: RV22%20ONS
2026-03-26 08:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5 with identifier: RV22%20ONS
2026-03-26 08:10:15 [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-26 08:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10:15 [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=RV22%20ONS-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-27T08: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': 'directbuy',
'location': 'Walsall',
'make': 'KIA',
'model': 'EV6',
'odometer': 56181,
'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': 'KIA EV6 166KW 77.4KWH RWD GT-LINE Hatchback',
'transmission': 'automatic',
'trim': '166KW 77.4KWH RWD GT-LINE',
'vin': 'KNAC481AUN5025104',
'year': 2022}
2026-03-26 08:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV22%2520ONS%27 HTTP/1.1" 200 None
2026-03-26 08:10:15 [bca.uk] INFO: Saving data for RV22%20ONS: {'auction_closing_time': 1774598400.0, 'created_time': 1773829725.774835, 'last_price_update_time': 1774512615.956815}
2026-03-26 08:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:15 [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-26 08:10:15 [bca.uk] INFO: Found listing with ID: VE72%20AXN
2026-03-26 08:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE72%2520AXN%27 HTTP/1.1" 200 None
2026-03-26 08:10:16 [bca.uk] INFO: Scrape type for VE72%20AXN: 0
2026-03-26 08:10:16 [bca.uk] INFO: Found listing with ID: WM23%20UKO
2026-03-26 08:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM23%2520UKO%27 HTTP/1.1" 200 None
2026-03-26 08:10:16 [bca.uk] INFO: Scrape type for WM23%20UKO: 0
2026-03-26 08:10:16 [bca.uk] INFO: Found listing with ID: WP23%20OFM
2026-03-26 08:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP23%2520OFM%27 HTTP/1.1" 200 None
2026-03-26 08:10:16 [bca.uk] INFO: Scrape type for WP23%20OFM: 2
2026-03-26 08:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a8c86b6-1bb0-57b7-86ec-1674f1035844 with identifier: WP23%20OFM
2026-03-26 08:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a8c86b6-1bb0-57b7-86ec-1674f1035844 with scrape type 2
2026-03-26 08:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a8c86b6-1bb0-57b7-86ec-1674f1035844 with scrape type 2
2026-03-26 08:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a8c86b6-1bb0-57b7-86ec-1674f1035844, identifier: WP23%20OFM
2026-03-26 08:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a8c86b6-1bb0-57b7-86ec-1674f1035844 with identifier: WP23%20OFM
2026-03-26 08:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a8c86b6-1bb0-57b7-86ec-1674f1035844 with identifier: WP23%20OFM
2026-03-26 08:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a8c86b6-1bb0-57b7-86ec-1674f1035844 with identifier: WP23%20OFM to the API
2026-03-26 08:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10: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=WP23%20OFM-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T08:00:00Z',
'fuel_type': 'Petrol',
'id': '5a8c86b6-1bb0-57b7-86ec-1674f1035844',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP23 OFM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OFM&vehicleType=*',
'listing': 'directbuy',
'location': 'Leeds',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 24313,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 R.S.LINE Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 R.S.LINE',
'vin': 'VF1RJA00870938704',
'year': 2023}
2026-03-26 08:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP23%2520OFM%27 HTTP/1.1" 200 None
2026-03-26 08:10:16 [bca.uk] INFO: Saving data for WP23%20OFM: {'auction_closing_time': 1774598400.0, 'created_time': 1773908887.27279, 'last_price_update_time': 1774512616.513454}
2026-03-26 08:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OFM') HTTP/1.1" 204 0
2026-03-26 08:10:16 [bca.uk] INFO: Found listing with ID: WP71%20XJL
2026-03-26 08:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP71%2520XJL%27 HTTP/1.1" 200 None
2026-03-26 08:10:16 [bca.uk] INFO: Scrape type for WP71%20XJL: 0
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Total items found: 100
2026-03-26 08:10:28 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded
2026-03-26 08:10:28 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Found listing with ID: KO15%20AKX
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for KO15%20AKX: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: YP10%20EOJ
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for YP10%20EOJ: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: AV18%20KAE
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for AV18%20KAE: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: OV64%20LDU
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV64%2520LDU%27 HTTP/1.1" 200 None
2026-03-26 08:10:28 [bca.uk] INFO: Scrape type for OV64%20LDU: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: LP10%20ULA
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for LP10%20ULA: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: PN61%20OPD
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for PN61%20OPD: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: FN19%20SKF
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520SKF%27 HTTP/1.1" 200 None
2026-03-26 08:10:28 [bca.uk] INFO: Scrape type for FN19%20SKF: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: PF63%20ZKD
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for PF63%20ZKD: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: LK13%20OLA
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for LK13%20OLA: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: P123%20DLG
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for P123%20DLG: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: YB22%20PDK
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for YB22%20PDK: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: YB62%20UTR
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for YB62%20UTR: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: HK16%20UGH
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for HK16%20UGH: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: YB14%20HCE
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB14%2520HCE%27 HTTP/1.1" 200 None
2026-03-26 08:10:28 [bca.uk] INFO: Scrape type for YB14%20HCE: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: BL73%20GWN
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for BL73%20GWN: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: BN10%20OCF
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for BN10%20OCF: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: FD21%20MBF
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for FD21%20MBF: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: YL18%20AYE
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for YL18%20AYE: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: YC15%20NJN
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for YC15%20NJN: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: YG67%20GGY
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for YG67%20GGY: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: EJ17%20HGU
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for EJ17%20HGU: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: PF69%20GRZ
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for PF69%20GRZ: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: SR19%20FCG
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520FCG%27 HTTP/1.1" 200 None
2026-03-26 08:10:28 [bca.uk] INFO: Scrape type for SR19%20FCG: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: LB13%20DCU
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for LB13%20DCU: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: SP63%20LTO
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for SP63%20LTO: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: GU70%20XTC
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for GU70%20XTC: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: YB17%20TYX
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for YB17%20TYX: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: YE68%20VRM
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for YE68%20VRM: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: YF70%20CWL
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for YF70%20CWL: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: BF62%20UNN
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF62%2520UNN%27 HTTP/1.1" 200 None
2026-03-26 08:10:28 [bca.uk] INFO: Scrape type for BF62%20UNN: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: MV10%20UAR
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for MV10%20UAR: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: SC14%20HWT
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC14%2520HWT%27 HTTP/1.1" 200 None
2026-03-26 08:10:28 [bca.uk] INFO: Scrape type for SC14%20HWT: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: GM16%20MWV
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for GM16%20MWV: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: SP17%20CPX
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for SP17%20CPX: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: FP16%20KXZ
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for FP16%20KXZ: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: GB07%20RWC
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for GB07%20RWC: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: SE66%20ZRP
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for SE66%20ZRP: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: LX23%20PJV
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX23%2520PJV%27 HTTP/1.1" 200 None
2026-03-26 08:10:28 [bca.uk] INFO: Scrape type for LX23%20PJV: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: BJ15%20TGX
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for BJ15%20TGX: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: GK61%20OYE
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for GK61%20OYE: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: LX58%20VHC
2026-03-26 08:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:28 [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-26 08:10:28 [bca.uk] INFO: Scrape type for LX58%20VHC: 0
2026-03-26 08:10:28 [bca.uk] INFO: Found listing with ID: FJ21%20VJM
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ21%2520VJM%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for FJ21%20VJM: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: ML67%20TGE
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML67%2520TGE%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for ML67%20TGE: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: WU66%20YYE
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU66%2520YYE%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for WU66%20YYE: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: LC14%20OPL
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC14%2520OPL%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for LC14%20OPL: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: PK12%20LDY
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK12%2520LDY%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for PK12%20LDY: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: VU65%20ZVJ
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU65%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for VU65%20ZVJ: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: VK18%20EKZ
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK18%2520EKZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for VK18%20EKZ: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: VT19%20YCD
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VT19%2520YCD%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for VT19%20YCD: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: VU65%20ZWD
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU65%2520ZWD%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for VU65%20ZWD: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: LS62%20KHW
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS62%2520KHW%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for LS62%20KHW: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: N555%20JKE
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27N555%2520JKE%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for N555%20JKE: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: EY15%20RNU
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY15%2520RNU%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for EY15%20RNU: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: KN17%20YTF
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN17%2520YTF%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for KN17%20YTF: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: HT70%20HHD
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT70%2520HHD%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for HT70%20HHD: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: LD22%20AWC
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD22%2520AWC%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for LD22%20AWC: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: HT21%20XPB
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT21%2520XPB%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for HT21%20XPB: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: CU18%20ZPP
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU18%2520ZPP%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for CU18%20ZPP: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: BX16%20VAF
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX16%2520VAF%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for BX16%20VAF: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: HD67%20AFO
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HD67%2520AFO%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for HD67%20AFO: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: BD21%20MHX
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for BD21%20MHX: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: BN15%20MMX
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN15%2520MMX%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for BN15%20MMX: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: BU70%20KNJ
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU70%2520KNJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for BU70%20KNJ: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: CX19%20KCF
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX19%2520KCF%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for CX19%20KCF: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: FP58%20MGX
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP58%2520MGX%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for FP58%20MGX: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: FP67%20ZKX
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP67%2520ZKX%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for FP67%20ZKX: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: FT63%20DVG
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT63%2520DVG%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for FT63%20DVG: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GU12%20LSE
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU12%2520LSE%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GU12%20LSE: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: VK72%20AYP
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK72%2520AYP%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for VK72%20AYP: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: MK09%20SYE
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK09%2520SYE%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for MK09%20SYE: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: RE66%20EHK
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE66%2520EHK%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for RE66%20EHK: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: RK56%20WJV
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK56%2520WJV%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for RK56%20WJV: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: LH68%20CKX
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LH68%2520CKX%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for LH68%20CKX: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: SO64%20ECT
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO64%2520ECT%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for SO64%20ECT: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: WU24%20NHZ
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU24%2520NHZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for WU24%20NHZ: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: YF19%20KCR
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF19%2520KCR%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for YF19%20KCR: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: CA64%20LXL
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA64%2520LXL%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for CA64%20LXL: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: CK69%20EHO
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK69%2520EHO%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for CK69%20EHO: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: CY64%20EHG
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CY64%2520EHG%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for CY64%20EHG: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: DE60%20HTG
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE60%2520HTG%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for DE60%20HTG: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: EF69%20RGO
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF69%2520RGO%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for EF69%20RGO: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GC17%20KVX
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GC17%2520KVX%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GC17%20KVX: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GD16%20VUV
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD16%2520VUV%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GD16%20VUV: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GH19%20XOS
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GH19%2520XOS%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GH19%20XOS: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GJ62%20HDK
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ62%2520HDK%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GJ62%20HDK: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GJ67%20RNF
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ67%2520RNF%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GJ67%20RNF: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GJ70%20CHX
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ70%2520CHX%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GJ70%20CHX: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GK16%20VXC
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK16%2520VXC%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GK16%20VXC: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GL17%20XGJ
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL17%2520XGJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GL17%20XGJ: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GN66%20UEO
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN66%2520UEO%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GN66%20UEO: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GV69%20OBD
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV69%2520OBD%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GV69%20OBD: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GY21%20WPX
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY21%2520WPX%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GY21%20WPX: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: GY61%20DGZ
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY61%2520DGZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for GY61%20DGZ: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: HJ72%20LVK
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ72%2520LVK%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for HJ72%20LVK: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: KD19%20LYV
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KD19%2520LYV%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for KD19%20LYV: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: KO18%20MZE
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO18%2520MZE%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for KO18%20MZE: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: LC09%20ZJX
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC09%2520ZJX%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for LC09%20ZJX: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: LR69%20EFB
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR69%2520EFB%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for LR69%20EFB: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: NX64%20SRV
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX64%2520SRV%27 HTTP/1.1" 200 None
2026-03-26 08:10:29 [bca.uk] INFO: Scrape type for NX64%20SRV: 0
2026-03-26 08:10:29 [bca.uk] INFO: Found listing with ID: PF67%20TMY
2026-03-26 08:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF67%2520TMY%27 HTTP/1.1" 200 None
2026-03-26 08:10:30 [bca.uk] INFO: Scrape type for PF67%20TMY: 0
2026-03-26 08:10:30 [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-26 08:10:30 [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-26 08:10:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:10:32 [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-26 08:10:32 [bca.uk] INFO: Total items found: 100
2026-03-26 08:10:32 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded
2026-03-26 08:10:32 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:10:32 [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-26 08:10:32 [bca.uk] INFO: Found listing with ID: SL21%20BBE
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL21%2520BBE%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for SL21%20BBE: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: WU69%20YSV
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU69%2520YSV%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for WU69%20YSV: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: GJ66%20FPG
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ66%2520FPG%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for GJ66%20FPG: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: MM66%20LYO
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM66%2520LYO%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for MM66%20LYO: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: EO68%20XRV
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO68%2520XRV%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for EO68%20XRV: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: YR20%20YRJ
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR20%2520YRJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for YR20%20YRJ: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: NV55%20YPL
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV55%2520YPL%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for NV55%20YPL: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: RE63%20KKR
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE63%2520KKR%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for RE63%20KKR: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: RBZ%20771
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RBZ%2520771%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for RBZ%20771: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: DA72%20BWX
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA72%2520BWX%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for DA72%20BWX: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: VE16%20PYG
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE16%2520PYG%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for VE16%20PYG: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: KL18%20XNY
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KL18%2520XNY%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for KL18%20XNY: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: FH66%20YUG
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH66%2520YUG%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for FH66%20YUG: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: TFZ%20699
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27TFZ%2520699%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for TFZ%20699: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: DL73%20KSN
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520KSN%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for DL73%20KSN: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: DL73%20KVH
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520KVH%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for DL73%20KVH: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: LN24%20RRU
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN24%2520RRU%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for LN24%20RRU: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: LN24%20RRV
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN24%2520RRV%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for LN24%20RRV: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: LN24%20RRX
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN24%2520RRX%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for LN24%20RRX: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: LN24%20RVJ
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN24%2520RVJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for LN24%20RVJ: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: LP23%20GZY
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP23%2520GZY%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for LP23%20GZY: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: ML74%20XNR
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML74%2520XNR%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for ML74%20XNR: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: RJ73%20HUP
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ73%2520HUP%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for RJ73%20HUP: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: KN75%20HFF
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN75%2520HFF%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for KN75%20HFF: 0
2026-03-26 08:10:32 [bca.uk] INFO: Found listing with ID: KP75%20DJF
2026-03-26 08:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP75%2520DJF%27 HTTP/1.1" 200 None
2026-03-26 08:10:32 [bca.uk] INFO: Scrape type for KP75%20DJF: 2
2026-03-26 08:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa2c420f-71af-585e-959b-4b5ad6ac4e88 with identifier: KP75%20DJF
2026-03-26 08:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa2c420f-71af-585e-959b-4b5ad6ac4e88 with scrape type 2
2026-03-26 08:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa2c420f-71af-585e-959b-4b5ad6ac4e88 with scrape type 2
2026-03-26 08:10:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa2c420f-71af-585e-959b-4b5ad6ac4e88, identifier: KP75%20DJF
2026-03-26 08:10:33 [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-26 08:10:33 [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-26 08:10:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa2c420f-71af-585e-959b-4b5ad6ac4e88 with identifier: KP75%20DJF
2026-03-26 08:10:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:10:33 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=tenerite+grey HTTP/1.1" 200 None
2026-03-26 08:10:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:10:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa2c420f-71af-585e-959b-4b5ad6ac4e88 with identifier: KP75%20DJF
2026-03-26 08:10:33 [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-26 08:10:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 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-04-01T07: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': 'directbuy',
'location': 'Thurleigh',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 315',
'odometer': 6713,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 35500,
'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-26 08:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:33 [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-26 08:10:33 [bca.uk] INFO: Saving data for KP75%20DJF: {'auction_closing_time': 1775026800.0, 'created_time': 1773930988.957946, 'last_price_update_time': 1774512633.804123}
2026-03-26 08:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:33 [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-26 08:10:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:10:33 [bca.uk] INFO: Found listing with ID: KW74%20SRO
2026-03-26 08:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:33 [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-26 08:10:33 [bca.uk] INFO: Scrape type for KW74%20SRO: 2
2026-03-26 08:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f with identifier: KW74%20SRO
2026-03-26 08:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f with scrape type 2
2026-03-26 08:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f with scrape type 2
2026-03-26 08:10:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f, identifier: KW74%20SRO
2026-03-26 08:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f with identifier: KW74%20SRO
2026-03-26 08:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:10:34 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=arctic+white HTTP/1.1" 200 None
2026-03-26 08:10:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f with identifier: KW74%20SRO
2026-03-26 08:10:34 [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-26 08:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 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-04-01T07: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': 'directbuy',
'location': 'Thurleigh',
'make': 'MERCEDES-BENZ',
'model': 'CITAN 110',
'odometer': 18936,
'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': 'MERCEDES-BENZ CITAN 110 1.5 CDI PRO L1 Van',
'transmission': 'automatic',
'trim': 'CDI PRO L1',
'vin': 'W1VTBACZXRU393382',
'year': 2024}
2026-03-26 08:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:34 [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-26 08:10:34 [bca.uk] INFO: Saving data for KW74%20SRO: {'auction_closing_time': 1775026800.0, 'created_time': 1773930882.724633, 'last_price_update_time': 1774512634.434443}
2026-03-26 08:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:34 [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-26 08:10:34 [bca.uk] INFO: Found listing with ID: WN25%20UGV
2026-03-26 08:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:34 [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-26 08:10:34 [bca.uk] INFO: Scrape type for WN25%20UGV: 0
2026-03-26 08:10:34 [bca.uk] INFO: Found listing with ID: WN75%20GWE
2026-03-26 08:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:34 [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-26 08:10:34 [bca.uk] INFO: Scrape type for WN75%20GWE: 0
2026-03-26 08:10:34 [bca.uk] INFO: Found listing with ID: WP25%20XKT
2026-03-26 08:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:34 [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-26 08:10:34 [bca.uk] INFO: Scrape type for WP25%20XKT: 2
2026-03-26 08:10:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a380a35b-f1d6-5c08-83ce-57b3b2a8b22b with identifier: WP25%20XKT
2026-03-26 08:10:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a380a35b-f1d6-5c08-83ce-57b3b2a8b22b with scrape type 2
2026-03-26 08:10:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a380a35b-f1d6-5c08-83ce-57b3b2a8b22b with scrape type 2
2026-03-26 08:10:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a380a35b-f1d6-5c08-83ce-57b3b2a8b22b, identifier: WP25%20XKT
2026-03-26 08:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a380a35b-f1d6-5c08-83ce-57b3b2a8b22b with identifier: WP25%20XKT
2026-03-26 08:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:10:34 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=agate+black HTTP/1.1" 200 None
2026-03-26 08:10:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a380a35b-f1d6-5c08-83ce-57b3b2a8b22b with identifier: WP25%20XKT
2026-03-26 08:10:34 [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-26 08:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 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-26 08:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Saving data for WP25%20XKT: {'auction_closing_time': 1775026800.0, 'created_time': 1773841344.190849, 'last_price_update_time': 1774512635.007522}
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Found listing with ID: OV68%20PNX
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV68%2520PNX%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for OV68%20PNX: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: YN18%20URG
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN18%2520URG%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for YN18%20URG: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: DS66%20WRG
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for DS66%20WRG: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: CP19%20YNX
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520YNX%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for CP19%20YNX: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: BA69%20NWH
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for BA69%20NWH: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: LE08%20HOL
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for LE08%20HOL: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: LD18%20EVG
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520EVG%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for LD18%20EVG: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: U12C45120
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12C45120%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for U12C45120: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: OW71%20EER
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10: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-26 08:10:35 [bca.uk] INFO: Scrape type for OW71%20EER: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: JU63%20NEW
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for JU63%20NEW: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: AU24%20PXZ
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU24%2520PXZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for AU24%20PXZ: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: PN66%20WWD
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for PN66%20WWD: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: LM19%20WLD
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for LM19%20WLD: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: RO21%20UGR
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for RO21%20UGR: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: WT19%20YML
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for WT19%20YML: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: RO69%20ZBU
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for RO69%20ZBU: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: VO18%20FVS
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO18%2520FVS%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for VO18%20FVS: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: VU56%20BFK
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU56%2520BFK%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for VU56%20BFK: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: VX66%20XFF
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX66%2520XFF%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for VX66%20XFF: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: YB21%20OSK
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB21%2520OSK%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for YB21%20OSK: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: BJ66%20BFP
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10: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%2520BFP%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for BJ66%20BFP: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: DA12%20USW
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA12%2520USW%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for DA12%20USW: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: DP14%20BVK
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP14%2520BVK%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for DP14%20BVK: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: LS70%20NSO
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for LS70%20NSO: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: LV22%20LGZ
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for LV22%20LGZ: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: MM71%20ZYA
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for MM71%20ZYA: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: GU17%20VUF
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for GU17%20VUF: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: LO72%20FTF
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for LO72%20FTF: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: HV67%20RYZ
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for HV67%20RYZ: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: KP71%20XXK
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for KP71%20XXK: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: BP68%20NCV
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP68%2520NCV%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for BP68%20NCV: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: BG22%20JMV
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for BG22%20JMV: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: BJ68%20DCF
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for BJ68%20DCF: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: GU73%20NSJ
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for GU73%20NSJ: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: N27%20JVH
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for N27%20JVH: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: YE68%20TVF
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10: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%2520TVF%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for YE68%20TVF: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: OE69%20WKB
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE69%2520WKB%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for OE69%20WKB: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: KW70%20WTA
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for KW70%20WTA: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: EJ65%20ZHT
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for EJ65%20ZHT: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: SB14%20UEP
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for SB14%20UEP: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: SR10%20JVX
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for SR10%20JVX: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: WG13%20WJK
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for WG13%20WJK: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: WP61%20WMD
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for WP61%20WMD: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: YC62%20LNA
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for YC62%20LNA: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: DA63%20ZBZ
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for DA63%20ZBZ: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: KV61%20PNX
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for KV61%20PNX: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: NG55%20UAC
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for NG55%20UAC: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: BP19%20JFK
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520JFK%27 HTTP/1.1" 200 None
2026-03-26 08:10:35 [bca.uk] INFO: Scrape type for BP19%20JFK: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: SR14%20LFJ
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for SR14%20LFJ: 0
2026-03-26 08:10:35 [bca.uk] INFO: Found listing with ID: BK74%20ZPD
2026-03-26 08:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:35 [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-26 08:10:35 [bca.uk] INFO: Scrape type for BK74%20ZPD: 2
2026-03-26 08:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f1346fc-c274-53d3-83ec-9debad8f4a8b with identifier: BK74%20ZPD
2026-03-26 08:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f1346fc-c274-53d3-83ec-9debad8f4a8b with scrape type 2
2026-03-26 08:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f1346fc-c274-53d3-83ec-9debad8f4a8b with scrape type 2
2026-03-26 08:10:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f1346fc-c274-53d3-83ec-9debad8f4a8b, identifier: BK74%20ZPD
2026-03-26 08:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f1346fc-c274-53d3-83ec-9debad8f4a8b with identifier: BK74%20ZPD
2026-03-26 08:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f1346fc-c274-53d3-83ec-9debad8f4a8b with identifier: BK74%20ZPD
2026-03-26 08:10:36 [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-26 08:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 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-26 08:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:36 [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-26 08:10:36 [bca.uk] INFO: Saving data for BK74%20ZPD: {'auction_closing_time': 1774940400.0, 'created_time': 1773834644.140161, 'last_price_update_time': 1774512636.355053}
2026-03-26 08:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:36 [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-26 08:10:36 [bca.uk] INFO: Found listing with ID: WT25%20SWF
2026-03-26 08:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:36 [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-26 08:10:36 [bca.uk] INFO: Scrape type for WT25%20SWF: 0
2026-03-26 08:10:36 [bca.uk] INFO: Found listing with ID: WT25%20UFS
2026-03-26 08:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:36 [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-26 08:10:36 [bca.uk] INFO: Scrape type for WT25%20UFS: 0
2026-03-26 08:10:36 [bca.uk] INFO: Found listing with ID: WT25%20UFX
2026-03-26 08:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:36 [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-26 08:10:36 [bca.uk] INFO: Scrape type for WT25%20UFX: 2
2026-03-26 08:10:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9dbc49d-bd5f-5776-b485-72add1b5b897 with identifier: WT25%20UFX
2026-03-26 08:10:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9dbc49d-bd5f-5776-b485-72add1b5b897 with scrape type 2
2026-03-26 08:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9dbc49d-bd5f-5776-b485-72add1b5b897 with scrape type 2
2026-03-26 08:10:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9dbc49d-bd5f-5776-b485-72add1b5b897, identifier: WT25%20UFX
2026-03-26 08:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9dbc49d-bd5f-5776-b485-72add1b5b897 with identifier: WT25%20UFX
2026-03-26 08:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9dbc49d-bd5f-5776-b485-72add1b5b897 with identifier: WT25%20UFX
2026-03-26 08:10:36 [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-26 08:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 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-26 08:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:36 [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-26 08:10:36 [bca.uk] INFO: Saving data for WT25%20UFX: {'auction_closing_time': 1774940400.0, 'created_time': 1773842732.17705, 'last_price_update_time': 1774512636.890261}
2026-03-26 08:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:36 [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-26 08:10:36 [bca.uk] INFO: Found listing with ID: WT25%20UHA
2026-03-26 08:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:36 [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-26 08:10:36 [bca.uk] INFO: Scrape type for WT25%20UHA: 2
2026-03-26 08:10:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2319c990-e0e5-5f06-86e4-c83241a3477c with identifier: WT25%20UHA
2026-03-26 08:10:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2319c990-e0e5-5f06-86e4-c83241a3477c with scrape type 2
2026-03-26 08:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2319c990-e0e5-5f06-86e4-c83241a3477c with scrape type 2
2026-03-26 08:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2319c990-e0e5-5f06-86e4-c83241a3477c, identifier: WT25%20UHA
2026-03-26 08:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2319c990-e0e5-5f06-86e4-c83241a3477c with identifier: WT25%20UHA
2026-03-26 08:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2319c990-e0e5-5f06-86e4-c83241a3477c with identifier: WT25%20UHA
2026-03-26 08:10:37 [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-26 08:10:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 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-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Saving data for WT25%20UHA: {'auction_closing_time': 1774940400.0, 'created_time': 1773842725.683596, 'last_price_update_time': 1774512637.454185}
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Found listing with ID: WT25%20UHJ
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for WT25%20UHJ: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: LF69%20KAA
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for LF69%20KAA: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: BN68%20DHV
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for BN68%20DHV: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: GL20%20CGG
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for GL20%20CGG: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: GU69%20WBK
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for GU69%20WBK: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: KM21%20BWZ
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for KM21%20BWZ: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: LV69%20JZG
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for LV69%20JZG: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: OV65%20VFK
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for OV65%20VFK: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: PK68%20GNX
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for PK68%20GNX: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: RJ17%20GXM
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for RJ17%20GXM: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: RO20%20CNN
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for RO20%20CNN: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: ST13%20JKV
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for ST13%20JKV: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: WP71%20GDY
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10: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%2520GDY%27 HTTP/1.1" 200 None
2026-03-26 08:10:37 [bca.uk] INFO: Scrape type for WP71%20GDY: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: YH18%20TNP
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for YH18%20TNP: 0
2026-03-26 08:10:37 [bca.uk] INFO: Found listing with ID: YJ66%20ZUD
2026-03-26 08:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:37 [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-26 08:10:37 [bca.uk] INFO: Scrape type for YJ66%20ZUD: 2
2026-03-26 08:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9960e0c5-6dde-51ae-8e74-ff18208b3eca with identifier: YJ66%20ZUD
2026-03-26 08:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9960e0c5-6dde-51ae-8e74-ff18208b3eca with scrape type 2
2026-03-26 08:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9960e0c5-6dde-51ae-8e74-ff18208b3eca with scrape type 2
2026-03-26 08:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9960e0c5-6dde-51ae-8e74-ff18208b3eca, identifier: YJ66%20ZUD
2026-03-26 08:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9960e0c5-6dde-51ae-8e74-ff18208b3eca with identifier: YJ66%20ZUD
2026-03-26 08:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9960e0c5-6dde-51ae-8e74-ff18208b3eca with identifier: YJ66%20ZUD
2026-03-26 08:10:37 [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-26 08:10:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 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-26 08:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Saving data for YJ66%20ZUD: {'auction_closing_time': 1774940400.0, 'created_time': 1773929446.571053, 'last_price_update_time': 1774512638.241896}
2026-03-26 08:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Found listing with ID: WG69%20UDN
2026-03-26 08:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Scrape type for WG69%20UDN: 0
2026-03-26 08:10:38 [bca.uk] INFO: Found listing with ID: SF19%20CYL
2026-03-26 08:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Scrape type for SF19%20CYL: 0
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Total items found: 100
2026-03-26 08:10:38 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded
2026-03-26 08:10:38 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Found listing with ID: CP18%20SYV
2026-03-26 08:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Scrape type for CP18%20SYV: 0
2026-03-26 08:10:38 [bca.uk] INFO: Found listing with ID: DS24%20SEO
2026-03-26 08:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Scrape type for DS24%20SEO: 0
2026-03-26 08:10:38 [bca.uk] INFO: Found listing with ID: WM71%20JXY
2026-03-26 08:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Scrape type for WM71%20JXY: 0
2026-03-26 08:10:38 [bca.uk] INFO: Found listing with ID: WR23%20PBO
2026-03-26 08:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Scrape type for WR23%20PBO: 0
2026-03-26 08:10:38 [bca.uk] INFO: Found listing with ID: WA69%20KKG
2026-03-26 08:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Scrape type for WA69%20KKG: 0
2026-03-26 08:10:38 [bca.uk] INFO: Found listing with ID: BL23%20VPW
2026-03-26 08:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Scrape type for BL23%20VPW: 0
2026-03-26 08:10:38 [bca.uk] INFO: Found listing with ID: CY20%20AYO
2026-03-26 08:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:38 [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-26 08:10:38 [bca.uk] INFO: Scrape type for CY20%20AYO: 0
2026-03-26 08:10:38 [bca.uk] INFO: Found listing with ID: GK72%20OKV
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [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-26 08:10:39 [bca.uk] INFO: Scrape type for GK72%20OKV: 2
2026-03-26 08:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7182e742-bb56-5dab-b796-73756700508c with identifier: GK72%20OKV
2026-03-26 08:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7182e742-bb56-5dab-b796-73756700508c with scrape type 2
2026-03-26 08:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7182e742-bb56-5dab-b796-73756700508c with scrape type 2
2026-03-26 08:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7182e742-bb56-5dab-b796-73756700508c, identifier: GK72%20OKV
2026-03-26 08:10:39 [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-26 08:10:39 [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-26 08:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7182e742-bb56-5dab-b796-73756700508c with identifier: GK72%20OKV
2026-03-26 08:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7182e742-bb56-5dab-b796-73756700508c with identifier: GK72%20OKV
2026-03-26 08:10:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7182e742-bb56-5dab-b796-73756700508c with identifier: GK72%20OKV to the API
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 36,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK72%20OKV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T07:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '7182e742-bb56-5dab-b796-73756700508c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GK72 OKV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK72%20OKV&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 113264,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 1.4 TSI PHEV LIFE DSG StationWagon',
'transmission': 'automatic',
'trim': 'TSI PHEV LIFE DSG',
'vin': 'WVGZZZ5NZNW411266',
'year': 2022}
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [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-26 08:10:39 [bca.uk] INFO: Saving data for GK72%20OKV: {'auction_closing_time': 1774940400.0, 'created_time': 1774016818.420554, 'last_price_update_time': 1774512639.833416}
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK72%2520OKV') HTTP/1.1" 204 0
2026-03-26 08:10:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:10:39 [bca.uk] INFO: Found listing with ID: YC23%20DXD
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [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-26 08:10:39 [bca.uk] INFO: Scrape type for YC23%20DXD: 0
2026-03-26 08:10:39 [bca.uk] INFO: Found listing with ID: YD23%20AOF
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [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-26 08:10:39 [bca.uk] INFO: Scrape type for YD23%20AOF: 0
2026-03-26 08:10:39 [bca.uk] INFO: Found listing with ID: YE74%20VBD
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [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-26 08:10:39 [bca.uk] INFO: Scrape type for YE74%20VBD: 0
2026-03-26 08:10:39 [bca.uk] INFO: Found listing with ID: YG23%20VNO
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [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-26 08:10:39 [bca.uk] INFO: Scrape type for YG23%20VNO: 0
2026-03-26 08:10:39 [bca.uk] INFO: Found listing with ID: WO67%20LZC
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [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-26 08:10:39 [bca.uk] INFO: Scrape type for WO67%20LZC: 0
2026-03-26 08:10:39 [bca.uk] INFO: Found listing with ID: VA22%20FNN
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [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-26 08:10:39 [bca.uk] INFO: Scrape type for VA22%20FNN: 0
2026-03-26 08:10:39 [bca.uk] INFO: Found listing with ID: PL72%20WSF
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [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-26 08:10:39 [bca.uk] INFO: Scrape type for PL72%20WSF: 0
2026-03-26 08:10:39 [bca.uk] INFO: Found listing with ID: YN18%20TBO
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN18%2520TBO%27 HTTP/1.1" 200 None
2026-03-26 08:10:39 [bca.uk] INFO: Scrape type for YN18%20TBO: 0
2026-03-26 08:10:39 [bca.uk] INFO: Found listing with ID: HJ71%20VMK
2026-03-26 08:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:39 [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-26 08:10:39 [bca.uk] INFO: Scrape type for HJ71%20VMK: 0
2026-03-26 08:10:39 [bca.uk] INFO: Found listing with ID: RK68%20CCO
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for RK68%20CCO: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: SN71%20GZA
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for SN71%20GZA: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: WV67%20WGA
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for WV67%20WGA: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: L19%20WTE
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for L19%20WTE: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: RV23%20KUR
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for RV23%20KUR: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: RX24%20SZK
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX24%2520SZK%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for RX24%20SZK: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: LS22%20GXE
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520GXE%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for LS22%20GXE: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: AY18%20HGA
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY18%2520HGA%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for AY18%20HGA: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: PJ73%20WEV
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for PJ73%20WEV: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: J608%20NKO
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for J608%20NKO: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: SA22%20HSZ
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for SA22%20HSZ: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: HF17%20PXY
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF17%2520PXY%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for HF17%20PXY: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: RF73%20FXW
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520FXW%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for RF73%20FXW: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: MF67%20EYS
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for MF67%20EYS: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: KT24%20TEO
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for KT24%20TEO: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: WO75%20BZU
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for WO75%20BZU: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: VA21%20XJO
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for VA21%20XJO: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: WG71%20FTF
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for WG71%20FTF: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: S30%20PFW
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for S30%20PFW: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: DV68%20SUX
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520SUX%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for DV68%20SUX: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: LM20%20MUO
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for LM20%20MUO: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: OE17%20OCV
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for OE17%20OCV: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: KX71%20DYT
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX71%2520DYT%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for KX71%20DYT: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: KX69%20GFO
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX69%2520GFO%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for KX69%20GFO: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: KX22%20DWW
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX22%2520DWW%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for KX22%20DWW: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: HJ68%20JUX
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ68%2520JUX%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for HJ68%20JUX: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: BN59%20GWY
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN59%2520GWY%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for BN59%20GWY: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: EU67%20OKD
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for EU67%20OKD: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: EJ19%20NNM
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520NNM%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for EJ19%20NNM: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: DX70%20NCO
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10: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%2520NCO%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for DX70%20NCO: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: GJ67%20EFV
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520EFV%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for GJ67%20EFV: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: EO66%20ZDE
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for EO66%20ZDE: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: AE16%20YZU
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520YZU%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for AE16%20YZU: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: ET10%20JBZ
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for ET10%20JBZ: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: FV62%20YSN
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for FV62%20YSN: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: KW69%20ZYS
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for KW69%20ZYS: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: LP64%20LWK
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for LP64%20LWK: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: VA15%20MHF
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for VA15%20MHF: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: GJ60%20DCO
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ60%2520DCO%27 HTTP/1.1" 200 None
2026-03-26 08:10:40 [bca.uk] INFO: Scrape type for GJ60%20DCO: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: MV18%20FNM
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for MV18%20FNM: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: KD23%20GZP
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for KD23%20GZP: 0
2026-03-26 08:10:40 [bca.uk] INFO: Found listing with ID: HX20%20OJJ
2026-03-26 08:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:40 [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-26 08:10:40 [bca.uk] INFO: Scrape type for HX20%20OJJ: 2
2026-03-26 08:10:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14461086-5582-57bc-ae02-fc40d76985af with identifier: HX20%20OJJ
2026-03-26 08:10:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14461086-5582-57bc-ae02-fc40d76985af with scrape type 2
2026-03-26 08:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14461086-5582-57bc-ae02-fc40d76985af with scrape type 2
2026-03-26 08:10:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14461086-5582-57bc-ae02-fc40d76985af, identifier: HX20%20OJJ
2026-03-26 08:10:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14461086-5582-57bc-ae02-fc40d76985af with identifier: HX20%20OJJ
2026-03-26 08:10:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14461086-5582-57bc-ae02-fc40d76985af with identifier: HX20%20OJJ
2026-03-26 08:10:41 [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-26 08:10:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10:41 [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': 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-26 08:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:41 [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-26 08:10:41 [bca.uk] INFO: Saving data for HX20%20OJJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773930303.764224, 'last_price_update_time': 1774512641.290392}
2026-03-26 08:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:41 [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-26 08:10:41 [bca.uk] INFO: Found listing with ID: LA70%20HDN
2026-03-26 08:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:41 [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-26 08:10:41 [bca.uk] INFO: Scrape type for LA70%20HDN: 2
2026-03-26 08:10:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ecad819-45a5-530d-a06a-754252a6091c with identifier: LA70%20HDN
2026-03-26 08:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ecad819-45a5-530d-a06a-754252a6091c with scrape type 2
2026-03-26 08:10:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ecad819-45a5-530d-a06a-754252a6091c with scrape type 2
2026-03-26 08:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ecad819-45a5-530d-a06a-754252a6091c, identifier: LA70%20HDN
2026-03-26 08:10:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ecad819-45a5-530d-a06a-754252a6091c with identifier: LA70%20HDN
2026-03-26 08:10:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ecad819-45a5-530d-a06a-754252a6091c with identifier: LA70%20HDN
2026-03-26 08:10:41 [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-26 08:10:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10:41 [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': 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-26 08:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:41 [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-26 08:10:41 [bca.uk] INFO: Saving data for LA70%20HDN: {'auction_closing_time': 1774940400.0, 'created_time': 1773930308.584616, 'last_price_update_time': 1774512641.791275}
2026-03-26 08:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:41 [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-26 08:10:41 [bca.uk] INFO: Found listing with ID: MF64%20KUH
2026-03-26 08:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:41 [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-26 08:10:41 [bca.uk] INFO: Scrape type for MF64%20KUH: 0
2026-03-26 08:10:41 [bca.uk] INFO: Found listing with ID: BK22%20UGF
2026-03-26 08:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:41 [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-26 08:10:41 [bca.uk] INFO: Scrape type for BK22%20UGF: 2
2026-03-26 08:10:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with identifier: BK22%20UGF
2026-03-26 08:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with scrape type 2
2026-03-26 08:10:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with scrape type 2
2026-03-26 08:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4b4fd53-ddaf-5279-a11e-b6a46d48b271, identifier: BK22%20UGF
2026-03-26 08:10:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with identifier: BK22%20UGF
2026-03-26 08:10:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with identifier: BK22%20UGF
2026-03-26 08:10:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with identifier: BK22%20UGF to the API
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20UGF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-27T08:00:00Z',
'fuel_type': 'Electric',
'id': 'c4b4fd53-ddaf-5279-a11e-b6a46d48b271',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BK22 UGF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20UGF&vehicleType=*',
'listing': 'directbuy',
'location': 'Birmingham - Perry Barr',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 51833,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 18300,
'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': 'LRWYHCEK9NC248306',
'year': 2022}
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:42 [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-26 08:10:42 [bca.uk] INFO: Saving data for BK22%20UGF: {'auction_closing_time': 1774598400.0, 'created_time': 1774016706.360677, 'last_price_update_time': 1774512642.246279}
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520UGF') HTTP/1.1" 204 0
2026-03-26 08:10:42 [bca.uk] INFO: Found listing with ID: FL71%20JOU
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:42 [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-26 08:10:42 [bca.uk] INFO: Scrape type for FL71%20JOU: 2
2026-03-26 08:10:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33335cbb-e921-581c-b0e3-ee41f555fb55 with identifier: FL71%20JOU
2026-03-26 08:10:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33335cbb-e921-581c-b0e3-ee41f555fb55 with scrape type 2
2026-03-26 08:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33335cbb-e921-581c-b0e3-ee41f555fb55 with scrape type 2
2026-03-26 08:10:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33335cbb-e921-581c-b0e3-ee41f555fb55, identifier: FL71%20JOU
2026-03-26 08:10:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33335cbb-e921-581c-b0e3-ee41f555fb55 with identifier: FL71%20JOU
2026-03-26 08:10:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33335cbb-e921-581c-b0e3-ee41f555fb55 with identifier: FL71%20JOU
2026-03-26 08:10:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33335cbb-e921-581c-b0e3-ee41f555fb55 with identifier: FL71%20JOU to the API
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL71%20JOU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T08:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '33335cbb-e921-581c-b0e3-ee41f555fb55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FL71 JOU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL71%20JOU&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow - East',
'make': 'TOYOTA',
'model': 'COROLLA T/S',
'odometer': 92607,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12700,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seller_name': None,
'title': 'TOYOTA COROLLA T/S 2.0 VVT-I HYBRID DESIGN Estate',
'transmission': 'automatic',
'trim': 'VVT-I HYBRID DESIGN',
'vin': 'SB1Z53BE40E083099',
'year': 2021}
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:42 [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-26 08:10:42 [bca.uk] INFO: Saving data for FL71%20JOU: {'auction_closing_time': 1774598400.0, 'created_time': 1774016655.118796, 'last_price_update_time': 1774512642.680526}
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL71%2520JOU') HTTP/1.1" 204 0
2026-03-26 08:10:42 [bca.uk] INFO: Found listing with ID: GJ22%20EPF
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:42 [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-26 08:10:42 [bca.uk] INFO: Scrape type for GJ22%20EPF: 0
2026-03-26 08:10:42 [bca.uk] INFO: Found listing with ID: LO23%20MGV
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:42 [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-26 08:10:42 [bca.uk] INFO: Scrape type for LO23%20MGV: 2
2026-03-26 08:10:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0bacbed-9b64-53db-a2f2-a46245abd2dc with identifier: LO23%20MGV
2026-03-26 08:10:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0bacbed-9b64-53db-a2f2-a46245abd2dc with scrape type 2
2026-03-26 08:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0bacbed-9b64-53db-a2f2-a46245abd2dc with scrape type 2
2026-03-26 08:10:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0bacbed-9b64-53db-a2f2-a46245abd2dc, identifier: LO23%20MGV
2026-03-26 08:10:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0bacbed-9b64-53db-a2f2-a46245abd2dc with identifier: LO23%20MGV
2026-03-26 08:10:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0bacbed-9b64-53db-a2f2-a46245abd2dc with identifier: LO23%20MGV
2026-03-26 08:10:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0bacbed-9b64-53db-a2f2-a46245abd2dc with identifier: LO23%20MGV to the API
2026-03-26 08:10:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10:48 [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': 33,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO23%20MGV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-27T08:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'c0bacbed-9b64-53db-a2f2-a46245abd2dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO23 MGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO23%20MGV&vehicleType=*',
'listing': 'directbuy',
'location': 'Measham',
'make': 'MAZDA',
'model': 'CX-60',
'odometer': 57668,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD EXCLUSIVE LINE StationWagon',
'transmission': 'automatic',
'trim': 'E-SKY PHEV AWD EXCLUSIVE LINE',
'vin': 'JMZKH0HBX01120967',
'year': 2023}
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO23%2520MGV%27 HTTP/1.1" 200 None
2026-03-26 08:10:48 [bca.uk] INFO: Saving data for LO23%20MGV: {'auction_closing_time': 1774598400.0, 'created_time': 1774016671.356877, 'last_price_update_time': 1774512648.102189}
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO23%2520MGV') HTTP/1.1" 204 0
2026-03-26 08:10:48 [bca.uk] INFO: Found listing with ID: OY23%20VCU
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY23%2520VCU%27 HTTP/1.1" 200 None
2026-03-26 08:10:48 [bca.uk] INFO: Scrape type for OY23%20VCU: 2
2026-03-26 08:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5b8376b-606d-5642-b338-6e9d4b33ca13 with identifier: OY23%20VCU
2026-03-26 08:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5b8376b-606d-5642-b338-6e9d4b33ca13 with scrape type 2
2026-03-26 08:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5b8376b-606d-5642-b338-6e9d4b33ca13 with scrape type 2
2026-03-26 08:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5b8376b-606d-5642-b338-6e9d4b33ca13, identifier: OY23%20VCU
2026-03-26 08:10:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5b8376b-606d-5642-b338-6e9d4b33ca13 with identifier: OY23%20VCU
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=magnesium HTTP/1.1" 200 None
2026-03-26 08:10:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:10:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5b8376b-606d-5642-b338-6e9d4b33ca13 with identifier: OY23%20VCU
2026-03-26 08:10:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5b8376b-606d-5642-b338-6e9d4b33ca13 with identifier: OY23%20VCU to the API
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10:48 [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=OY23%20VCU-GB',
'category': 'Car',
'color': 'magnesium',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-27T08:00:00Z',
'fuel_type': 'Electric',
'id': 'b5b8376b-606d-5642-b338-6e9d4b33ca13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OY23 VCU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY23%20VCU&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'POLESTAR',
'model': '2',
'odometer': 15994,
'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': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
'transmission': 'automatic',
'trim': '170KW 78KWH SM2 LONG RANGE',
'vin': 'YSMVSEGE9PL144304',
'year': 2023}
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY23%2520VCU%27 HTTP/1.1" 200 None
2026-03-26 08:10:48 [bca.uk] INFO: Saving data for OY23%20VCU: {'auction_closing_time': 1774598400.0, 'created_time': 1773821449.062496, 'last_price_update_time': 1774512648.665951}
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY23%2520VCU') HTTP/1.1" 204 0
2026-03-26 08:10:48 [bca.uk] INFO: Found listing with ID: GP25%20CDY
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GP25%2520CDY%27 HTTP/1.1" 200 None
2026-03-26 08:10:48 [bca.uk] INFO: Scrape type for GP25%20CDY: 0
2026-03-26 08:10:48 [bca.uk] INFO: Found listing with ID: HV71%20XGH
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV71%2520XGH%27 HTTP/1.1" 200 None
2026-03-26 08:10:48 [bca.uk] INFO: Scrape type for HV71%20XGH: 2
2026-03-26 08:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d with identifier: HV71%20XGH
2026-03-26 08:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d with scrape type 2
2026-03-26 08:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d with scrape type 2
2026-03-26 08:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d, identifier: HV71%20XGH
2026-03-26 08:10:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d with identifier: HV71%20XGH
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=frozen+white HTTP/1.1" 200 None
2026-03-26 08:10:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:10:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d with identifier: HV71%20XGH
2026-03-26 08:10:49 [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-26 08:10:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:10:49 [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': 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-04-01T07: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-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV71%2520XGH%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Saving data for HV71%20XGH: {'auction_closing_time': 1775026800.0, 'created_time': 1773841328.76159, 'last_price_update_time': 1774512649.201379}
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:49 [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-26 08:10:49 [bca.uk] INFO: Found listing with ID: WN24%20ZYL
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN24%2520ZYL%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for WN24%20ZYL: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: WN75%20SZR
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN75%2520SZR%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for WN75%20SZR: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: WV73%20ZPP
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV73%2520ZPP%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for WV73%20ZPP: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: DS65%20OCU
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS65%2520OCU%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for DS65%20OCU: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: GJ11%20DWA
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ11%2520DWA%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for GJ11%20DWA: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: YK62%20NWE
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK62%2520NWE%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for YK62%20NWE: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: TIG%202390
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27TIG%25202390%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for TIG%202390: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: KT68%20XTO
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT68%2520XTO%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for KT68%20XTO: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: LX17%20VND
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX17%2520VND%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for LX17%20VND: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: NJ18%20PNY
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ18%2520PNY%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for NJ18%20PNY: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: SA66%20XTT
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA66%2520XTT%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for SA66%20XTT: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: LN67%20KPL
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN67%2520KPL%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for LN67%20KPL: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: DP70%20XYZ
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP70%2520XYZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for DP70%20XYZ: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: ET21%20MWE
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET21%2520MWE%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for ET21%20MWE: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: LT17%20KPV
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT17%2520KPV%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for LT17%20KPV: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: FR19%20LDN
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FR19%2520LDN%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for FR19%20LDN: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: KT67%20TNX
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT67%2520TNX%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for KT67%20TNX: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: GF17%20NRZ
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF17%2520NRZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for GF17%20NRZ: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: OE66%20ONK
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE66%2520ONK%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for OE66%20ONK: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: MC16%20ULH
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC16%2520ULH%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for MC16%20ULH: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: BJ18%20ANF
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ18%2520ANF%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for BJ18%20ANF: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: CA72%20PXX
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA72%2520PXX%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for CA72%20PXX: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: HV67%20XJD
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV67%2520XJD%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for HV67%20XJD: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: RO17%20JZC
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO17%2520JZC%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for RO17%20JZC: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: BW23%20KWE
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW23%2520KWE%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for BW23%20KWE: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: BT18%20PZB
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT18%2520PZB%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for BT18%20PZB: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: DA66%20VHZ
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA66%2520VHZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for DA66%20VHZ: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: ET66%20EHE
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET66%2520EHE%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for ET66%20EHE: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: OY67%20SZD
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY67%2520SZD%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for OY67%20SZD: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: SN16%20YVU
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN16%2520YVU%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for SN16%20YVU: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: VK67%20AYX
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK67%2520AYX%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for VK67%20AYX: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: KV65%20KKF
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV65%2520KKF%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for KV65%20KKF: 0
2026-03-26 08:10:49 [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-26 08:10:49 [bca.uk] INFO: Total items found: 100
2026-03-26 08:10:49 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded
2026-03-26 08:10:49 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:10:49 [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-26 08:10:49 [bca.uk] INFO: Found listing with ID: BN70%20UTW
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN70%2520UTW%27 HTTP/1.1" 200 None
2026-03-26 08:10:49 [bca.uk] INFO: Scrape type for BN70%20UTW: 0
2026-03-26 08:10:49 [bca.uk] INFO: Found listing with ID: VX16%20WZP
2026-03-26 08:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX16%2520WZP%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for VX16%20WZP: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: EJ57%20LPF
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ57%2520LPF%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for EJ57%20LPF: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: KF19%20TMU
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF19%2520TMU%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for KF19%20TMU: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: ND66%20XBT
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND66%2520XBT%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for ND66%20XBT: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: SP67%20XLT
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP67%2520XLT%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for SP67%20XLT: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: AK16%20PDY
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK16%2520PDY%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for AK16%20PDY: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: AV17%20XDO
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV17%2520XDO%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for AV17%20XDO: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: AX19%20PZO
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX19%2520PZO%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for AX19%20PZO: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: FD20%20POA
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD20%2520POA%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for FD20%20POA: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: NX68%20GDO
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX68%2520GDO%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for NX68%20GDO: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: YG68%20VCW
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG68%2520VCW%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for YG68%20VCW: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: KU16%20MKX
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU16%2520MKX%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for KU16%20MKX: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: OE18%20KSZ
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE18%2520KSZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for OE18%20KSZ: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: PGZ%202810
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PGZ%25202810%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for PGZ%202810: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: OY21%20UFL
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY21%2520UFL%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for OY21%20UFL: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: SH69%20GUA
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH69%2520GUA%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for SH69%20GUA: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: DG66%20AUN
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG66%2520AUN%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for DG66%20AUN: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: LO68%20ZYL
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO68%2520ZYL%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for LO68%20ZYL: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: SH68%20GWJ
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH68%2520GWJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for SH68%20GWJ: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: EJ67%20JKZ
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ67%2520JKZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for EJ67%20JKZ: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: HJ68%20FZS
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ68%2520FZS%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for HJ68%20FZS: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: KX18%20JBV
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KX18%2520JBV%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for KX18%20JBV: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: PK19%20ZLZ
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK19%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for PK19%20ZLZ: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: PX68%20XXB
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX68%2520XXB%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for PX68%20XXB: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: EF21%20VVB
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF21%2520VVB%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for EF21%20VVB: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: SO71%20DRZ
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO71%2520DRZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for SO71%20DRZ: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: LA67%20AZJ
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA67%2520AZJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for LA67%20AZJ: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: NX17%20YNN
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX17%2520YNN%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for NX17%20YNN: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: EX68%20EYK
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX68%2520EYK%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for EX68%20EYK: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: LT22%20HZA
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT22%2520HZA%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for LT22%20HZA: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: OE70%20KBX
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE70%2520KBX%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for OE70%20KBX: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: YS70%20VRU
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS70%2520VRU%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for YS70%20VRU: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: BV20%20XBO
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV20%2520XBO%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for BV20%20XBO: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: CT17%20CXK
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CT17%2520CXK%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for CT17%20CXK: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: RJ67%20CWL
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ67%2520CWL%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for RJ67%20CWL: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: WM67%20YVJ
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM67%2520YVJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for WM67%20YVJ: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: AO67%20GMU
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO67%2520GMU%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for AO67%20GMU: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: YO69%20JZX
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO69%2520JZX%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for YO69%20JZX: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: BF68%20NXT
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF68%2520NXT%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for BF68%20NXT: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: KR66%20HEV
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR66%2520HEV%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for KR66%20HEV: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: SR18%20HAA
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SR18%2520HAA%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for SR18%20HAA: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: VN71%20GUX
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN71%2520GUX%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for VN71%20GUX: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: KF17%20CZB
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF17%2520CZB%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for KF17%20CZB: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: KP17%20OAH
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP17%2520OAH%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for KP17%20OAH: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: LG68%20OWJ
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG68%2520OWJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for LG68%20OWJ: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: ML69%20XDA
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML69%2520XDA%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for ML69%20XDA: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: SN68%20WLV
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN68%2520WLV%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for SN68%20WLV: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: YG68%20DTD
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG68%2520DTD%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for YG68%20DTD: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: YK69%20KNP
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK69%2520KNP%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for YK69%20KNP: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: A9%20VVA
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27A9%2520VVA%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for A9%20VVA: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: HN67%20HBZ
2026-03-26 08:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN67%2520HBZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:50 [bca.uk] INFO: Scrape type for HN67%20HBZ: 0
2026-03-26 08:10:50 [bca.uk] INFO: Found listing with ID: LC69%20HNB
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC69%2520HNB%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for LC69%20HNB: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: NX69%20KTD
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX69%2520KTD%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for NX69%20KTD: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: GV68%20UWS
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV68%2520UWS%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for GV68%20UWS: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: K23%20DNJ
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27K23%2520DNJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for K23%20DNJ: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: KM17%20YJE
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM17%2520YJE%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for KM17%20YJE: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: MT17%20JKE
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT17%2520JKE%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for MT17%20JKE: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: PY16%20OZA
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY16%2520OZA%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for PY16%20OZA: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: KS18%20YWN
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS18%2520YWN%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for KS18%20YWN: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: FG18%20HGX
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG18%2520HGX%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for FG18%20HGX: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: ND68%20VPG
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND68%2520VPG%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for ND68%20VPG: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: OE68%20KBN
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE68%2520KBN%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for OE68%20KBN: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: RX21%20HYT
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX21%2520HYT%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for RX21%20HYT: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: WA69%20VKC
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA69%2520VKC%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for WA69%20VKC: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: WG17%20MFZ
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG17%2520MFZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for WG17%20MFZ: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: LN14%20NMU
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN14%2520NMU%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for LN14%20NMU: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: FG19%20OYC
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG19%2520OYC%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for FG19%20OYC: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: RK17%20PLX
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK17%2520PLX%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for RK17%20PLX: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: YC68%20ADH
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC68%2520ADH%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for YC68%20ADH: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: FX63%20UXE
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX63%2520UXE%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for FX63%20UXE: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: DF67%20WXX
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF67%2520WXX%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for DF67%20WXX: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: EU18%20OZB
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU18%2520OZB%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for EU18%20OZB: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: FD70%20JZT
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD70%2520JZT%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for FD70%20JZT: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: GU17%20SDY
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU17%2520SDY%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for GU17%20SDY: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: GX17%20LVB
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX17%2520LVB%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for GX17%20LVB: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: VN67%20LSE
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN67%2520LSE%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for VN67%20LSE: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: WM17%20XTH
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM17%2520XTH%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for WM17%20XTH: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: YB19%20POM
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB19%2520POM%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for YB19%20POM: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: MT68%20TXH
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT68%2520TXH%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for MT68%20TXH: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: FP10%20ONE
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP10%2520ONE%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for FP10%20ONE: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: LO70%20WRN
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO70%2520WRN%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for LO70%20WRN: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: DK20%20RSU
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK20%2520RSU%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for DK20%20RSU: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: HG18%20GLJ
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG18%2520GLJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for HG18%20GLJ: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: SR19%20GDX
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SR19%2520GDX%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for SR19%20GDX: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: BN69%20HDG
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN69%2520HDG%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for BN69%20HDG: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: KJ19%20YKA
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ19%2520YKA%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for KJ19%20YKA: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: WD68%20MFP
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD68%2520MFP%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for WD68%20MFP: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: LM21%20NVC
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM21%2520NVC%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for LM21%20NVC: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: VO67%20XWL
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO67%2520XWL%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for VO67%20XWL: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: KJ18%20LNM
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ18%2520LNM%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for KJ18%20LNM: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: DS21%20KRV
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS21%2520KRV%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for DS21%20KRV: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: CP16%20HPU
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP16%2520HPU%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for CP16%20HPU: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: FL67%20WXM
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL67%2520WXM%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for FL67%20WXM: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: KF68%20ZJK
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF68%2520ZJK%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for KF68%20ZJK: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: CE64%20LHN
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE64%2520LHN%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for CE64%20LHN: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: LL60%20VKZ
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL60%2520VKZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for LL60%20VKZ: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: BV67%20UDJ
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV67%2520UDJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for BV67%20UDJ: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: MT20%20CHN
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT20%2520CHN%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for MT20%20CHN: 0
2026-03-26 08:10:51 [bca.uk] INFO: Found listing with ID: MV67%20OMT
2026-03-26 08:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV67%2520OMT%27 HTTP/1.1" 200 None
2026-03-26 08:10:51 [bca.uk] INFO: Scrape type for MV67%20OMT: 0
2026-03-26 08:10:51 [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-26 08:10:51 [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-26 08:10:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Total items found: 100
2026-03-26 08:10:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded
2026-03-26 08:10:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Found listing with ID: YH18%20YUY
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Scrape type for YH18%20YUY: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: LL66%20PXP
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520PXP%27 HTTP/1.1" 200 None
2026-03-26 08:10:54 [bca.uk] INFO: Scrape type for LL66%20PXP: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: BP16%20MLK
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Scrape type for BP16%20MLK: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: DP67%20AVV
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Scrape type for DP67%20AVV: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: GK18%20TVW
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Scrape type for GK18%20TVW: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: LP19%20HDX
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Scrape type for LP19%20HDX: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: OU19%20SUV
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Scrape type for OU19%20SUV: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: DV69%20EOZ
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV69%2520EOZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:54 [bca.uk] INFO: Scrape type for DV69%20EOZ: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: FY21%20LHR
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Scrape type for FY21%20LHR: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: LL17%20FEX
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10: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%2520FEX%27 HTTP/1.1" 200 None
2026-03-26 08:10:54 [bca.uk] INFO: Scrape type for LL17%20FEX: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: YK19%20VJA
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Scrape type for YK19%20VJA: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: VN73%20YJD
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Scrape type for VN73%20YJD: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: EK19%20YVS
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Scrape type for EK19%20YVS: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: EU68%20VXN
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [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-26 08:10:54 [bca.uk] INFO: Scrape type for EU68%20VXN: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: FN13%20BGY
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520BGY%27 HTTP/1.1" 200 None
2026-03-26 08:10:54 [bca.uk] INFO: Scrape type for FN13%20BGY: 0
2026-03-26 08:10:54 [bca.uk] INFO: Found listing with ID: GX58%20HXR
2026-03-26 08:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [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-26 08:10:55 [bca.uk] INFO: Scrape type for GX58%20HXR: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: BV67%20ZJY
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [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-26 08:10:55 [bca.uk] INFO: Scrape type for BV67%20ZJY: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: DU67%20KWB
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU67%2520KWB%27 HTTP/1.1" 200 None
2026-03-26 08:10:55 [bca.uk] INFO: Scrape type for DU67%20KWB: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: DY65%20PZX
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY65%2520PZX%27 HTTP/1.1" 200 None
2026-03-26 08:10:55 [bca.uk] INFO: Scrape type for DY65%20PZX: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: EW19%20FOC
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [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-26 08:10:55 [bca.uk] INFO: Scrape type for EW19%20FOC: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: GU10%20GKA
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [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-26 08:10:55 [bca.uk] INFO: Scrape type for GU10%20GKA: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: KS02%20LFT
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS02%2520LFT%27 HTTP/1.1" 200 None
2026-03-26 08:10:55 [bca.uk] INFO: Scrape type for KS02%20LFT: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: MA19%20ZXM
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [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-26 08:10:55 [bca.uk] INFO: Scrape type for MA19%20ZXM: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: WR64%20VZJ
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [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-26 08:10:55 [bca.uk] INFO: Scrape type for WR64%20VZJ: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: FD17%20LOH
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520LOH%27 HTTP/1.1" 200 None
2026-03-26 08:10:55 [bca.uk] INFO: Scrape type for FD17%20LOH: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: WT18%20FKP
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10: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%2520FKP%27 HTTP/1.1" 200 None
2026-03-26 08:10:55 [bca.uk] INFO: Scrape type for WT18%20FKP: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: AV68%20GXP
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10: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-26 08:10:55 [bca.uk] INFO: Scrape type for AV68%20GXP: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: PE61%20RDO
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [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-26 08:10:55 [bca.uk] INFO: Scrape type for PE61%20RDO: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: FJ66%20XFT
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ66%2520XFT%27 HTTP/1.1" 200 None
2026-03-26 08:10:55 [bca.uk] INFO: Scrape type for FJ66%20XFT: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: RV64%20XDO
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV64%2520XDO%27 HTTP/1.1" 200 None
2026-03-26 08:10:55 [bca.uk] INFO: Scrape type for RV64%20XDO: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: DA68%20PGU
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520PGU%27 HTTP/1.1" 200 None
2026-03-26 08:10:55 [bca.uk] INFO: Scrape type for DA68%20PGU: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: EA17%20UVN
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520UVN%27 HTTP/1.1" 200 None
2026-03-26 08:10:55 [bca.uk] INFO: Scrape type for EA17%20UVN: 0
2026-03-26 08:10:55 [bca.uk] INFO: Found listing with ID: GL74%20RVN
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL74%2520RVN%27 HTTP/1.1" 200 None
2026-03-26 08:10:55 [bca.uk] INFO: Scrape type for GL74%20RVN: 2
2026-03-26 08:10:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5735b2e-7226-57ab-89e2-52380718b4e6 with identifier: GL74%20RVN
2026-03-26 08:10:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5735b2e-7226-57ab-89e2-52380718b4e6 with scrape type 2
2026-03-26 08:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5735b2e-7226-57ab-89e2-52380718b4e6 with scrape type 2
2026-03-26 08:10:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5735b2e-7226-57ab-89e2-52380718b4e6, identifier: GL74%20RVN
2026-03-26 08:10:55 [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-26 08:10:55 [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-26 08:10:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5735b2e-7226-57ab-89e2-52380718b4e6 with identifier: GL74%20RVN
2026-03-26 08:10:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5735b2e-7226-57ab-89e2-52380718b4e6 with identifier: GL74%20RVN
2026-03-26 08:10:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5735b2e-7226-57ab-89e2-52380718b4e6 with identifier: GL74%20RVN to the API
2026-03-26 08:10:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 213,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL74%20RVN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b5735b2e-7226-57ab-89e2-52380718b4e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL74 RVN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL74%20RVN&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'AUDI',
'model': 'RS3 SPORTBACK',
'odometer': 8369,
'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': 'AUDI RS3 SPORTBACK 2.5 TFSI QUATTRO CARB.VORSPRUNG ST Hatchback',
'transmission': 'automatic',
'trim': 'TFSI QUATTRO CARB.VORSPRUNG ST',
'vin': 'WUAZZZGY5SA901345',
'year': 2025}
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL74%2520RVN%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Saving data for GL74%20RVN: {'auction_closing_time': 1774605600.0, 'created_time': 1774044861.826335, 'last_price_update_time': 1774512656.045791}
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL74%2520RVN') HTTP/1.1" 204 0
2026-03-26 08:10:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: RJ22%20XKS
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [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-26 08:10:56 [bca.uk] INFO: Scrape type for RJ22%20XKS: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: EK17%20YRP
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [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-26 08:10:56 [bca.uk] INFO: Scrape type for EK17%20YRP: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: YR66%20NPP
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10: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%2520NPP%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Scrape type for YR66%20NPP: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: WV18%20NAE
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520NAE%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Scrape type for WV18%20NAE: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: NU11%20XVW
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU11%2520XVW%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Scrape type for NU11%20XVW: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: YD13%20VUP
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD13%2520VUP%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Scrape type for YD13%20VUP: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: RK68%20XRL
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520XRL%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Scrape type for RK68%20XRL: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: YC11%20OUH
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC11%2520OUH%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Scrape type for YC11%20OUH: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: GY67%20KEJ
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520KEJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Scrape type for GY67%20KEJ: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: KV18%20ZVU
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520ZVU%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Scrape type for KV18%20ZVU: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: GF56%20RBX
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF56%2520RBX%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Scrape type for GF56%20RBX: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: DG16%20YBA
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520YBA%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Scrape type for DG16%20YBA: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: MA71%20WNO
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [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-26 08:10:56 [bca.uk] INFO: Scrape type for MA71%20WNO: 2
2026-03-26 08:10:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43228061-e1eb-5af0-ad6f-c9372c178011 with identifier: MA71%20WNO
2026-03-26 08:10:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43228061-e1eb-5af0-ad6f-c9372c178011 with scrape type 2
2026-03-26 08:10:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43228061-e1eb-5af0-ad6f-c9372c178011 with scrape type 2
2026-03-26 08:10:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43228061-e1eb-5af0-ad6f-c9372c178011, identifier: MA71%20WNO
2026-03-26 08:10:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43228061-e1eb-5af0-ad6f-c9372c178011 with identifier: MA71%20WNO
2026-03-26 08:10:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43228061-e1eb-5af0-ad6f-c9372c178011 with identifier: MA71%20WNO
2026-03-26 08:10:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43228061-e1eb-5af0-ad6f-c9372c178011 with identifier: MA71%20WNO to the API
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 187,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA71%20WNO-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '43228061-e1eb-5af0-ad6f-c9372c178011',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA71 WNO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA71%20WNO&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 129242,
'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 SWB LEADER L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 300 SWB LEADER L/R',
'vin': 'WF0YXXTTGYMG55037',
'year': 2021}
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [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-26 08:10:56 [bca.uk] INFO: Saving data for MA71%20WNO: {'auction_closing_time': 1774519200.0, 'created_time': 1774017291.390022, 'last_price_update_time': 1774512656.751493}
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA71%2520WNO') HTTP/1.1" 204 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: PK20%20ORC
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [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-26 08:10:56 [bca.uk] INFO: Scrape type for PK20%20ORC: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: YY67%20LLJ
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [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-26 08:10:56 [bca.uk] INFO: Scrape type for YY67%20LLJ: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: KN71%20EZW
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [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-26 08:10:56 [bca.uk] INFO: Scrape type for KN71%20EZW: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: WM68%20UCG
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [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-26 08:10:56 [bca.uk] INFO: Scrape type for WM68%20UCG: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: YX13%20OVW
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [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-26 08:10:56 [bca.uk] INFO: Scrape type for YX13%20OVW: 0
2026-03-26 08:10:56 [bca.uk] INFO: Found listing with ID: KJ21%20UCW
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ21%2520UCW%27 HTTP/1.1" 200 None
2026-03-26 08:10:56 [bca.uk] INFO: Scrape type for KJ21%20UCW: 2
2026-03-26 08:10:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 681ffbd4-f5cf-592b-9993-4b72e0659fdb with identifier: KJ21%20UCW
2026-03-26 08:10:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 681ffbd4-f5cf-592b-9993-4b72e0659fdb with scrape type 2
2026-03-26 08:10:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 681ffbd4-f5cf-592b-9993-4b72e0659fdb with scrape type 2
2026-03-26 08:10:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 681ffbd4-f5cf-592b-9993-4b72e0659fdb, identifier: KJ21%20UCW
2026-03-26 08:10:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 681ffbd4-f5cf-592b-9993-4b72e0659fdb with identifier: KJ21%20UCW
2026-03-26 08:10:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 681ffbd4-f5cf-592b-9993-4b72e0659fdb with identifier: KJ21%20UCW
2026-03-26 08:10:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 681ffbd4-f5cf-592b-9993-4b72e0659fdb with identifier: KJ21%20UCW to the API
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10: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': 172,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ21%20UCW-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T10:00:00Z',
'fuel_type': 'Diesel',
'id': '681ffbd4-f5cf-592b-9993-4b72e0659fdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KJ21 UCW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ21%20UCW&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'AUDI',
'model': 'Q5 SPORTBACK',
'odometer': 46848,
'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 Q5 SPORTBACK 2.0 40 TDI QUATTRO S LINE S-T Coupe',
'transmission': 'automatic',
'trim': '40 TDI QUATTRO S LINE S-T',
'vin': 'WAUZZZFY0M2111847',
'year': 2021}
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ21%2520UCW%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Saving data for KJ21%20UCW: {'auction_closing_time': 1774951200.0, 'created_time': 1773930069.289364, 'last_price_update_time': 1774512657.342277}
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ21%2520UCW') HTTP/1.1" 204 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: LD72%20VBG
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [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-26 08:10:57 [bca.uk] INFO: Scrape type for LD72%20VBG: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: MM71%20KSF
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [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-26 08:10:57 [bca.uk] INFO: Scrape type for MM71%20KSF: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: NL23%20WLF
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WLF%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for NL23%20WLF: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: WP72%20GEK
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520GEK%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for WP72%20GEK: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: DP23%20PFK
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520PFK%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for DP23%20PFK: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: HT73%20DXW
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [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-26 08:10:57 [bca.uk] INFO: Scrape type for HT73%20DXW: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: BL11%20CEV
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL11%2520CEV%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for BL11%20CEV: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: LD23%20EJA
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520EJA%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for LD23%20EJA: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: RO71%20ZXC
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO71%2520ZXC%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for RO71%20ZXC: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: WR71%20OWE
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [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-26 08:10:57 [bca.uk] INFO: Scrape type for WR71%20OWE: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: HF66%20FJO
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [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-26 08:10:57 [bca.uk] INFO: Scrape type for HF66%20FJO: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: WN22%20KUW
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520KUW%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for WN22%20KUW: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: SA57%20MJF
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA57%2520MJF%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for SA57%20MJF: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: LD23%20DXB
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520DXB%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for LD23%20DXB: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: BT71%20ONF
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520ONF%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for BT71%20ONF: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: WG15%20UAP
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG15%2520UAP%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for WG15%20UAP: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: K999%20KFF
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K999%2520KFF%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for K999%20KFF: 0
2026-03-26 08:10:57 [bca.uk] INFO: Found listing with ID: CX68%20ZLZ
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX68%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:57 [bca.uk] INFO: Scrape type for CX68%20ZLZ: 2
2026-03-26 08:10:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18ff0cfa-c7b7-52a0-bb26-ef1db904bb81 with identifier: CX68%20ZLZ
2026-03-26 08:10:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18ff0cfa-c7b7-52a0-bb26-ef1db904bb81 with scrape type 2
2026-03-26 08:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18ff0cfa-c7b7-52a0-bb26-ef1db904bb81 with scrape type 2
2026-03-26 08:10:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18ff0cfa-c7b7-52a0-bb26-ef1db904bb81, identifier: CX68%20ZLZ
2026-03-26 08:10:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18ff0cfa-c7b7-52a0-bb26-ef1db904bb81 with identifier: CX68%20ZLZ
2026-03-26 08:10:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18ff0cfa-c7b7-52a0-bb26-ef1db904bb81 with identifier: CX68%20ZLZ
2026-03-26 08:10:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18ff0cfa-c7b7-52a0-bb26-ef1db904bb81 with identifier: CX68%20ZLZ to the API
2026-03-26 08:10:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10:58 [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=CX68%20ZLZ-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '18ff0cfa-c7b7-52a0-bb26-ef1db904bb81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CX68 ZLZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX68%20ZLZ&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'KIA',
'model': 'OPTIMA SP/WAGON',
'odometer': 40914,
'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 OPTIMA SP/WAGON 1.6 CRDI 136 3 ISG Estate',
'transmission': 'manual',
'trim': 'CRDI 136 3 ISG',
'vin': 'KNAGU819LK5282361',
'year': 2018}
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX68%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:58 [bca.uk] INFO: Saving data for CX68%20ZLZ: {'auction_closing_time': 1774605600.0, 'created_time': 1774045245.124518, 'last_price_update_time': 1774512658.096244}
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX68%2520ZLZ') HTTP/1.1" 204 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: MJ60%20XSP
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [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-26 08:10:58 [bca.uk] INFO: Scrape type for MJ60%20XSP: 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: DG13%20FFO
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520FFO%27 HTTP/1.1" 200 None
2026-03-26 08:10:58 [bca.uk] INFO: Scrape type for DG13%20FFO: 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: FN64%20HLO
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN64%2520HLO%27 HTTP/1.1" 200 None
2026-03-26 08:10:58 [bca.uk] INFO: Scrape type for FN64%20HLO: 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: FT61%20CJJ
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT61%2520CJJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:58 [bca.uk] INFO: Scrape type for FT61%20CJJ: 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: GK14%20LVU
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK14%2520LVU%27 HTTP/1.1" 200 None
2026-03-26 08:10:58 [bca.uk] INFO: Scrape type for GK14%20LVU: 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: HF14%20JXS
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [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-26 08:10:58 [bca.uk] INFO: Scrape type for HF14%20JXS: 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: KS12%20SBU
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [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-26 08:10:58 [bca.uk] INFO: Scrape type for KS12%20SBU: 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: ML12%20DZX
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML12%2520DZX%27 HTTP/1.1" 200 None
2026-03-26 08:10:58 [bca.uk] INFO: Scrape type for ML12%20DZX: 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: NV71%20BWY
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [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-26 08:10:58 [bca.uk] INFO: Scrape type for NV71%20BWY: 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: NU70%20LSE
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU70%2520LSE%27 HTTP/1.1" 200 None
2026-03-26 08:10:58 [bca.uk] INFO: Scrape type for NU70%20LSE: 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: KF16%20WFR
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [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-26 08:10:58 [bca.uk] INFO: Scrape type for KF16%20WFR: 0
2026-03-26 08:10:58 [bca.uk] INFO: Found listing with ID: BG20%20PZA
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG20%2520PZA%27 HTTP/1.1" 200 None
2026-03-26 08:10:58 [bca.uk] INFO: Scrape type for BG20%20PZA: 2
2026-03-26 08:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93f7051d-22fc-5daf-9943-59ae877ca232 with identifier: BG20%20PZA
2026-03-26 08:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93f7051d-22fc-5daf-9943-59ae877ca232 with scrape type 2
2026-03-26 08:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93f7051d-22fc-5daf-9943-59ae877ca232 with scrape type 2
2026-03-26 08:10:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93f7051d-22fc-5daf-9943-59ae877ca232, identifier: BG20%20PZA
2026-03-26 08:10:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93f7051d-22fc-5daf-9943-59ae877ca232 with identifier: BG20%20PZA
2026-03-26 08:10:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93f7051d-22fc-5daf-9943-59ae877ca232 with identifier: BG20%20PZA
2026-03-26 08:10:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93f7051d-22fc-5daf-9943-59ae877ca232 with identifier: BG20%20PZA to the API
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:10: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-26 08:10:58 [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=BG20%20PZA-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '93f7051d-22fc-5daf-9943-59ae877ca232',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BG20 PZA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG20%20PZA&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 105941,
'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 CUSTOM 2.0 EBL 130 300 SWB LIMITED L/R PanelVan',
'transmission': 'manual',
'trim': 'EBL 130 300 SWB LIMITED L/R',
'vin': 'WF0YXXTTGYLB74189',
'year': 2020}
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG20%2520PZA%27 HTTP/1.1" 200 None
2026-03-26 08:10:58 [bca.uk] INFO: Saving data for BG20%20PZA: {'auction_closing_time': 1774605600.0, 'created_time': 1773839127.701872, 'last_price_update_time': 1774512658.933323}
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG20%2520PZA') HTTP/1.1" 204 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: DA12%20TMO
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA12%2520TMO%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for DA12%20TMO: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: EY11%20AFN
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY11%2520AFN%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for EY11%20AFN: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: EY56%20YMJ
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY56%2520YMJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for EY56%20YMJ: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: HN61%20XCZ
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520XCZ%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for HN61%20XCZ: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: KT13%20HPX
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT13%2520HPX%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for KT13%20HPX: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: VK61%20ZTX
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520ZTX%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for VK61%20ZTX: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: LS71%20GBZ
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [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-26 08:10:59 [bca.uk] INFO: Scrape type for LS71%20GBZ: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: HG16%20FCX
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG16%2520FCX%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for HG16%20FCX: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: FN07%20OUL
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN07%2520OUL%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for FN07%20OUL: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: VE69%20KDX
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE69%2520KDX%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for VE69%20KDX: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: AK13%20MMU
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [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-26 08:10:59 [bca.uk] INFO: Scrape type for AK13%20MMU: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: BN20%20EGF
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [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-26 08:10:59 [bca.uk] INFO: Scrape type for BN20%20EGF: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: LN10%20UJJ
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN10%2520UJJ%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for LN10%20UJJ: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: RE59%20MXM
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE59%2520MXM%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for RE59%20MXM: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: RK17%20BZS
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK17%2520BZS%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for RK17%20BZS: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: RV62%20LYP
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV62%2520LYP%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for RV62%20LYP: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: SB10%20NEN
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB10%2520NEN%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for SB10%20NEN: 0
2026-03-26 08:10:59 [bca.uk] INFO: Found listing with ID: WF11%20OCY
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF11%2520OCY%27 HTTP/1.1" 200 None
2026-03-26 08:10:59 [bca.uk] INFO: Scrape type for WF11%20OCY: 0
2026-03-26 08:11:00 [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-26 08:11:00 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:00 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded
2026-03-26 08:11:00 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:00 [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-26 08:11:00 [bca.uk] INFO: Found listing with ID: AV64%20OZE
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV64%2520OZE%27 HTTP/1.1" 200 None
2026-03-26 08:11:00 [bca.uk] INFO: Scrape type for AV64%20OZE: 0
2026-03-26 08:11:00 [bca.uk] INFO: Found listing with ID: BT62%20GPV
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520GPV%27 HTTP/1.1" 200 None
2026-03-26 08:11:00 [bca.uk] INFO: Scrape type for BT62%20GPV: 0
2026-03-26 08:11:00 [bca.uk] INFO: Found listing with ID: DX66%20NMK
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX66%2520NMK%27 HTTP/1.1" 200 None
2026-03-26 08:11:00 [bca.uk] INFO: Scrape type for DX66%20NMK: 0
2026-03-26 08:11:00 [bca.uk] INFO: Found listing with ID: EJ14%20JVY
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ14%2520JVY%27 HTTP/1.1" 200 None
2026-03-26 08:11:00 [bca.uk] INFO: Scrape type for EJ14%20JVY: 0
2026-03-26 08:11:00 [bca.uk] INFO: Found listing with ID: FV64%20OJU
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV64%2520OJU%27 HTTP/1.1" 200 None
2026-03-26 08:11:00 [bca.uk] INFO: Scrape type for FV64%20OJU: 0
2026-03-26 08:11:00 [bca.uk] INFO: Found listing with ID: GP57%20RLY
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP57%2520RLY%27 HTTP/1.1" 200 None
2026-03-26 08:11:00 [bca.uk] INFO: Scrape type for GP57%20RLY: 0
2026-03-26 08:11:00 [bca.uk] INFO: Found listing with ID: GX64%20SKJ
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX64%2520SKJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:00 [bca.uk] INFO: Scrape type for GX64%20SKJ: 0
2026-03-26 08:11:00 [bca.uk] INFO: Found listing with ID: KU62%20WNF
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU62%2520WNF%27 HTTP/1.1" 200 None
2026-03-26 08:11:00 [bca.uk] INFO: Scrape type for KU62%20WNF: 2
2026-03-26 08:11:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7c5b054-2417-5096-93aa-40d9dec01518 with identifier: KU62%20WNF
2026-03-26 08:11:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7c5b054-2417-5096-93aa-40d9dec01518 with scrape type 2
2026-03-26 08:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7c5b054-2417-5096-93aa-40d9dec01518 with scrape type 2
2026-03-26 08:11:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7c5b054-2417-5096-93aa-40d9dec01518, identifier: KU62%20WNF
2026-03-26 08:11:00 [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-26 08:11:00 [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-26 08:11:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7c5b054-2417-5096-93aa-40d9dec01518 with identifier: KU62%20WNF
2026-03-26 08:11:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7c5b054-2417-5096-93aa-40d9dec01518 with identifier: KU62%20WNF
2026-03-26 08:11:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7c5b054-2417-5096-93aa-40d9dec01518 with identifier: KU62%20WNF to the API
2026-03-26 08:11:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:01 [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': 109,
'car_expert_report_source_url': None,
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a7c5b054-2417-5096-93aa-40d9dec01518',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KU62 WNF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU62%20WNF&vehicleType=*',
'listing': 'auction',
'location': 'Crawley',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 55306,
'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.0 E/B 100 ZETEC Hatchback',
'transmission': 'manual',
'trim': 'E/B 100 ZETEC',
'vin': 'WF0KXXGCBKCE05493',
'year': 2012}
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU62%2520WNF%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Saving data for KU62%20WNF: {'auction_closing_time': 1774519200.0, 'created_time': 1773930617.933591, 'last_price_update_time': 1774512661.131373}
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU62%2520WNF') HTTP/1.1" 204 0
2026-03-26 08:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: LD10%20GWW
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD10%2520GWW%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for LD10%20GWW: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: LK63%20KDU
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK63%2520KDU%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for LK63%20KDU: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: BN25%20VDE
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520VDE%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for BN25%20VDE: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: BN12%20OGW
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN12%2520OGW%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for BN12%20OGW: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: MJ09%20ANP
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ09%2520ANP%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for MJ09%20ANP: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: ML11%20XLJ
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML11%2520XLJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for ML11%20XLJ: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: T19%20DCE
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T19%2520DCE%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for T19%20DCE: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: WK14%20LZU
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520LZU%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for WK14%20LZU: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: NU67%20GPF
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520GPF%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for NU67%20GPF: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: GK60%20ZSE
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520ZSE%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for GK60%20ZSE: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: LR60%20UXE
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR60%2520UXE%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for LR60%20UXE: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: WM02%20FHS
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM02%2520FHS%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for WM02%20FHS: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: AP12%20BPK
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [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-26 08:11:01 [bca.uk] INFO: Scrape type for AP12%20BPK: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: AU07%20XJV
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU07%2520XJV%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for AU07%20XJV: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: BG61%20GMZ
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG61%2520GMZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for BG61%20GMZ: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: FL07%20AWZ
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [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-26 08:11:01 [bca.uk] INFO: Scrape type for FL07%20AWZ: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: FJ14%20XJG
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [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-26 08:11:01 [bca.uk] INFO: Scrape type for FJ14%20XJG: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: NV11%20NDX
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [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-26 08:11:01 [bca.uk] INFO: Scrape type for NV11%20NDX: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: NX58%20UVO
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX58%2520UVO%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for NX58%20UVO: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: EY12%20LGK
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY12%2520LGK%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for EY12%20LGK: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: MK10%20EUW
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [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-26 08:11:01 [bca.uk] INFO: Scrape type for MK10%20EUW: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: FN61%20YCA
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN61%2520YCA%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for FN61%20YCA: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: SD61%20OMA
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD61%2520OMA%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for SD61%20OMA: 0
2026-03-26 08:11:01 [bca.uk] INFO: Found listing with ID: SL09%20FKS
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL09%2520FKS%27 HTTP/1.1" 200 None
2026-03-26 08:11:01 [bca.uk] INFO: Scrape type for SL09%20FKS: 2
2026-03-26 08:11:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a295bf8-ad85-56d1-a7a6-eccc32b99b15 with identifier: SL09%20FKS
2026-03-26 08:11:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a295bf8-ad85-56d1-a7a6-eccc32b99b15 with scrape type 2
2026-03-26 08:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a295bf8-ad85-56d1-a7a6-eccc32b99b15 with scrape type 2
2026-03-26 08:11:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a295bf8-ad85-56d1-a7a6-eccc32b99b15, identifier: SL09%20FKS
2026-03-26 08:11:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a295bf8-ad85-56d1-a7a6-eccc32b99b15 with identifier: SL09%20FKS
2026-03-26 08:11:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a295bf8-ad85-56d1-a7a6-eccc32b99b15 with identifier: SL09%20FKS
2026-03-26 08:11:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a295bf8-ad85-56d1-a7a6-eccc32b99b15 with identifier: SL09%20FKS to the API
2026-03-26 08:11:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:02 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL09%20FKS-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8a295bf8-ad85-56d1-a7a6-eccc32b99b15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SL09 FKS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL09%20FKS&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'MINI',
'model': 'COOPER CLUBMAN',
'odometer': 99255,
'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 CLUBMAN 1.6 D Estate',
'transmission': 'manual',
'trim': 'D',
'vin': 'WMWMN52010TN93358',
'year': 2009}
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL09%2520FKS%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Saving data for SL09%20FKS: {'auction_closing_time': 1774519200.0, 'created_time': 1774044203.371424, 'last_price_update_time': 1774512662.090936}
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL09%2520FKS') HTTP/1.1" 204 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: SP63%20NWL
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP63%2520NWL%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for SP63%20NWL: 2
2026-03-26 08:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d447350-5359-5b7e-aa66-06885e974d69 with identifier: SP63%20NWL
2026-03-26 08:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d447350-5359-5b7e-aa66-06885e974d69 with scrape type 2
2026-03-26 08:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d447350-5359-5b7e-aa66-06885e974d69 with scrape type 2
2026-03-26 08:11:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d447350-5359-5b7e-aa66-06885e974d69, identifier: SP63%20NWL
2026-03-26 08:11:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d447350-5359-5b7e-aa66-06885e974d69 with identifier: SP63%20NWL
2026-03-26 08:11:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d447350-5359-5b7e-aa66-06885e974d69 with identifier: SP63%20NWL
2026-03-26 08:11:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d447350-5359-5b7e-aa66-06885e974d69 with identifier: SP63%20NWL to the API
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 08:11:02 [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=SP63%20NWL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2d447350-5359-5b7e-aa66-06885e974d69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP63 NWL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP63%20NWL&vehicleType=*',
'listing': 'auction',
'location': 'Livingston',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 80408,
'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.0 12V E/F ENERGY Hatchback',
'transmission': 'manual',
'trim': '12V E/F ENERGY',
'vin': 'W0L0SDL68D4198314',
'year': 2013}
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP63%2520NWL%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Saving data for SP63%20NWL: {'auction_closing_time': 1774519200.0, 'created_time': 1774044208.054096, 'last_price_update_time': 1774512662.605764}
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP63%2520NWL') HTTP/1.1" 204 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: ST11%20EOH
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST11%2520EOH%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for ST11%20EOH: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: SV58%20VLD
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV58%2520VLD%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for SV58%20VLD: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: VN11%20YDY
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN11%2520YDY%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for VN11%20YDY: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: YG14%20WCU
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG14%2520WCU%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for YG14%20WCU: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: KR14%20NMV
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR14%2520NMV%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for KR14%20NMV: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: LT62%20XJN
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT62%2520XJN%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for LT62%20XJN: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: RG55%20TAM
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RG55%2520TAM%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for RG55%20TAM: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: SA63%20FKK
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA63%2520FKK%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for SA63%20FKK: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: KM73%20PYO
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520PYO%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for KM73%20PYO: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: YT67%20OYC
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [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-26 08:11:02 [bca.uk] INFO: Scrape type for YT67%20OYC: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: FV17%20UUC
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520UUC%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for FV17%20UUC: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: LD61%20WXO
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD61%2520WXO%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for LD61%20WXO: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: LJ73%20PHC
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [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-26 08:11:02 [bca.uk] INFO: Scrape type for LJ73%20PHC: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: KR71%20ZFN
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [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-26 08:11:02 [bca.uk] INFO: Scrape type for KR71%20ZFN: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: DP64%20CFD
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP64%2520CFD%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for DP64%20CFD: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: FE65%20BYL
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520BYL%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for FE65%20BYL: 0
2026-03-26 08:11:02 [bca.uk] INFO: Found listing with ID: GY62%20EZG
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY62%2520EZG%27 HTTP/1.1" 200 None
2026-03-26 08:11:02 [bca.uk] INFO: Scrape type for GY62%20EZG: 2
2026-03-26 08:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1e2e722-e2df-5160-a758-79a6eee161de with identifier: GY62%20EZG
2026-03-26 08:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1e2e722-e2df-5160-a758-79a6eee161de with scrape type 2
2026-03-26 08:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1e2e722-e2df-5160-a758-79a6eee161de with scrape type 2
2026-03-26 08:11:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1e2e722-e2df-5160-a758-79a6eee161de, identifier: GY62%20EZG
2026-03-26 08:11:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1e2e722-e2df-5160-a758-79a6eee161de with identifier: GY62%20EZG
2026-03-26 08:11:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1e2e722-e2df-5160-a758-79a6eee161de with identifier: GY62%20EZG
2026-03-26 08:11:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1e2e722-e2df-5160-a758-79a6eee161de with identifier: GY62%20EZG to the API
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11: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': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY62%20EZG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a1e2e722-e2df-5160-a758-79a6eee161de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY62 EZG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY62%20EZG&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'TOYOTA',
'model': 'AVENSIS',
'odometer': 157058,
'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 AVENSIS 2.0 D-4D TR Estate',
'transmission': 'manual',
'trim': 'D-4D TR',
'vin': 'SB1ED76L90E106121',
'year': 2012}
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY62%2520EZG%27 HTTP/1.1" 200 None
2026-03-26 08:11:03 [bca.uk] INFO: Saving data for GY62%20EZG: {'auction_closing_time': 1774519200.0, 'created_time': 1773831891.05345, 'last_price_update_time': 1774512663.304684}
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY62%2520EZG') HTTP/1.1" 204 0
2026-03-26 08:11:03 [bca.uk] INFO: Found listing with ID: LC11%20ZGK
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520ZGK%27 HTTP/1.1" 200 None
2026-03-26 08:11:03 [bca.uk] INFO: Scrape type for LC11%20ZGK: 2
2026-03-26 08:11:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfcd0d49-94d4-593f-90f6-ffbf103060af with identifier: LC11%20ZGK
2026-03-26 08:11:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfcd0d49-94d4-593f-90f6-ffbf103060af with scrape type 2
2026-03-26 08:11:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfcd0d49-94d4-593f-90f6-ffbf103060af with scrape type 2
2026-03-26 08:11:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfcd0d49-94d4-593f-90f6-ffbf103060af, identifier: LC11%20ZGK
2026-03-26 08:11:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfcd0d49-94d4-593f-90f6-ffbf103060af with identifier: LC11%20ZGK
2026-03-26 08:11:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfcd0d49-94d4-593f-90f6-ffbf103060af with identifier: LC11%20ZGK
2026-03-26 08:11:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfcd0d49-94d4-593f-90f6-ffbf103060af with identifier: LC11%20ZGK to the API
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11: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': 139,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC11%20ZGK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bfcd0d49-94d4-593f-90f6-ffbf103060af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LC11 ZGK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC11%20ZGK&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'KIA',
'model': 'RIO',
'odometer': 59715,
'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.4 2 Hatchback',
'transmission': 'manual',
'trim': '2',
'vin': 'KNADH511LB6805252',
'year': 2011}
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520ZGK%27 HTTP/1.1" 200 None
2026-03-26 08:11:03 [bca.uk] INFO: Saving data for LC11%20ZGK: {'auction_closing_time': 1774519200.0, 'created_time': 1773933032.204483, 'last_price_update_time': 1774512663.830701}
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC11%2520ZGK') HTTP/1.1" 204 0
2026-03-26 08:11:03 [bca.uk] INFO: Found listing with ID: LX58%20WKD
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520WKD%27 HTTP/1.1" 200 None
2026-03-26 08:11:03 [bca.uk] INFO: Scrape type for LX58%20WKD: 0
2026-03-26 08:11:03 [bca.uk] INFO: Found listing with ID: MF12%20UUT
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520UUT%27 HTTP/1.1" 200 None
2026-03-26 08:11:03 [bca.uk] INFO: Scrape type for MF12%20UUT: 2
2026-03-26 08:11:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84896659-99c4-56b4-ba12-a6ae9ed61b99 with identifier: MF12%20UUT
2026-03-26 08:11:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84896659-99c4-56b4-ba12-a6ae9ed61b99 with scrape type 2
2026-03-26 08:11:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84896659-99c4-56b4-ba12-a6ae9ed61b99 with scrape type 2
2026-03-26 08:11:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84896659-99c4-56b4-ba12-a6ae9ed61b99, identifier: MF12%20UUT
2026-03-26 08:11:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84896659-99c4-56b4-ba12-a6ae9ed61b99 with identifier: MF12%20UUT
2026-03-26 08:11:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84896659-99c4-56b4-ba12-a6ae9ed61b99 with identifier: MF12%20UUT
2026-03-26 08:11:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84896659-99c4-56b4-ba12-a6ae9ed61b99 with identifier: MF12%20UUT to the API
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11: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': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF12%20UUT-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.1L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '84896659-99c4-56b4-ba12-a6ae9ed61b99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF12 UUT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF12%20UUT&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'MERCEDES-BENZ',
'model': 'C200',
'odometer': 52266,
'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 C200 2.1 CDI B/E SE Saloon',
'transmission': 'manual',
'trim': 'CDI B/E SE',
'vin': 'WDD2040012A676061',
'year': 2012}
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520UUT%27 HTTP/1.1" 200 None
2026-03-26 08:11:04 [bca.uk] INFO: Saving data for MF12%20UUT: {'auction_closing_time': 1774519200.0, 'created_time': 1773931056.782606, 'last_price_update_time': 1774512664.275423}
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF12%2520UUT') HTTP/1.1" 204 0
2026-03-26 08:11:04 [bca.uk] INFO: Found listing with ID: ND13%20DEU
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520DEU%27 HTTP/1.1" 200 None
2026-03-26 08:11:04 [bca.uk] INFO: Scrape type for ND13%20DEU: 2
2026-03-26 08:11:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71454331-fb77-5e8b-b30b-55da4aeb2f17 with identifier: ND13%20DEU
2026-03-26 08:11:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71454331-fb77-5e8b-b30b-55da4aeb2f17 with scrape type 2
2026-03-26 08:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71454331-fb77-5e8b-b30b-55da4aeb2f17 with scrape type 2
2026-03-26 08:11:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71454331-fb77-5e8b-b30b-55da4aeb2f17, identifier: ND13%20DEU
2026-03-26 08:11:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71454331-fb77-5e8b-b30b-55da4aeb2f17 with identifier: ND13%20DEU
2026-03-26 08:11:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71454331-fb77-5e8b-b30b-55da4aeb2f17 with identifier: ND13%20DEU
2026-03-26 08:11:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71454331-fb77-5e8b-b30b-55da4aeb2f17 with identifier: ND13%20DEU to the API
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11: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': 104,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND13%20DEU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '71454331-fb77-5e8b-b30b-55da4aeb2f17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND13 DEU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND13%20DEU&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 67417,
'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.6 TDCI 95 TITANIUM MPV',
'transmission': 'manual',
'trim': 'TDCI 95 TITANIUM',
'vin': 'WF0KXXERJKDP54180',
'year': 2013}
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520DEU%27 HTTP/1.1" 200 None
2026-03-26 08:11:04 [bca.uk] INFO: Saving data for ND13%20DEU: {'auction_closing_time': 1774519200.0, 'created_time': 1773831891.729565, 'last_price_update_time': 1774512664.716912}
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND13%2520DEU') HTTP/1.1" 204 0
2026-03-26 08:11:04 [bca.uk] INFO: Found listing with ID: SA11%20CVJ
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA11%2520CVJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:04 [bca.uk] INFO: Scrape type for SA11%20CVJ: 0
2026-03-26 08:11:04 [bca.uk] INFO: Found listing with ID: SA11%20USO
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA11%2520USO%27 HTTP/1.1" 200 None
2026-03-26 08:11:04 [bca.uk] INFO: Scrape type for SA11%20USO: 2
2026-03-26 08:11:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 212ebc16-8558-5492-8998-fdbb7998c34b with identifier: SA11%20USO
2026-03-26 08:11:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 212ebc16-8558-5492-8998-fdbb7998c34b with scrape type 2
2026-03-26 08:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 212ebc16-8558-5492-8998-fdbb7998c34b with scrape type 2
2026-03-26 08:11:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 212ebc16-8558-5492-8998-fdbb7998c34b, identifier: SA11%20USO
2026-03-26 08:11:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 212ebc16-8558-5492-8998-fdbb7998c34b with identifier: SA11%20USO
2026-03-26 08:11:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 212ebc16-8558-5492-8998-fdbb7998c34b with identifier: SA11%20USO
2026-03-26 08:11:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 212ebc16-8558-5492-8998-fdbb7998c34b with identifier: SA11%20USO to the API
2026-03-26 08:11:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:05 [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=SA11%20USO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '212ebc16-8558-5492-8998-fdbb7998c34b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SA11 USO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA11%20USO&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'MINI',
'model': 'ONE',
'odometer': 56646,
'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': 'MINI ONE 1.6 PIMLICO Hatchback',
'transmission': 'manual',
'trim': 'PIMLICO',
'vin': 'WMWSR32020T027967',
'year': 2011}
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA11%2520USO%27 HTTP/1.1" 200 None
2026-03-26 08:11:05 [bca.uk] INFO: Saving data for SA11%20USO: {'auction_closing_time': 1774519200.0, 'created_time': 1773931063.227518, 'last_price_update_time': 1774512665.13884}
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA11%2520USO') HTTP/1.1" 204 0
2026-03-26 08:11:05 [bca.uk] INFO: Found listing with ID: SD11%20CHL
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD11%2520CHL%27 HTTP/1.1" 200 None
2026-03-26 08:11:05 [bca.uk] INFO: Scrape type for SD11%20CHL: 0
2026-03-26 08:11:05 [bca.uk] INFO: Found listing with ID: SL60%20AKU
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL60%2520AKU%27 HTTP/1.1" 200 None
2026-03-26 08:11:05 [bca.uk] INFO: Scrape type for SL60%20AKU: 0
2026-03-26 08:11:05 [bca.uk] INFO: Found listing with ID: SM63%20FEG
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM63%2520FEG%27 HTTP/1.1" 200 None
2026-03-26 08:11:05 [bca.uk] INFO: Scrape type for SM63%20FEG: 2
2026-03-26 08:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ec545b1-f59a-538e-a479-786e15d2234f with identifier: SM63%20FEG
2026-03-26 08:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ec545b1-f59a-538e-a479-786e15d2234f with scrape type 2
2026-03-26 08:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ec545b1-f59a-538e-a479-786e15d2234f with scrape type 2
2026-03-26 08:11:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ec545b1-f59a-538e-a479-786e15d2234f, identifier: SM63%20FEG
2026-03-26 08:11:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ec545b1-f59a-538e-a479-786e15d2234f with identifier: SM63%20FEG
2026-03-26 08:11:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ec545b1-f59a-538e-a479-786e15d2234f with identifier: SM63%20FEG
2026-03-26 08:11:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ec545b1-f59a-538e-a479-786e15d2234f with identifier: SM63%20FEG to the API
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:05 [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': 107,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM63%20FEG-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3ec545b1-f59a-538e-a479-786e15d2234f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM63 FEG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM63%20FEG&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'PEUGEOT',
'model': '308',
'odometer': 69600,
'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 308 1.6 HDI 92 ACTIVE Hatchback',
'transmission': 'manual',
'trim': 'HDI 92 ACTIVE',
'vin': 'VF34C9HP0DS174272',
'year': 2013}
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM63%2520FEG%27 HTTP/1.1" 200 None
2026-03-26 08:11:05 [bca.uk] INFO: Saving data for SM63%20FEG: {'auction_closing_time': 1774519200.0, 'created_time': 1773831583.125148, 'last_price_update_time': 1774512665.560018}
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM63%2520FEG') HTTP/1.1" 204 0
2026-03-26 08:11:05 [bca.uk] INFO: Found listing with ID: SV12%20OCO
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV12%2520OCO%27 HTTP/1.1" 200 None
2026-03-26 08:11:05 [bca.uk] INFO: Scrape type for SV12%20OCO: 2
2026-03-26 08:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b154236-ecb2-5c70-884d-cada3754c57d with identifier: SV12%20OCO
2026-03-26 08:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b154236-ecb2-5c70-884d-cada3754c57d with scrape type 2
2026-03-26 08:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b154236-ecb2-5c70-884d-cada3754c57d with scrape type 2
2026-03-26 08:11:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b154236-ecb2-5c70-884d-cada3754c57d, identifier: SV12%20OCO
2026-03-26 08:11:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b154236-ecb2-5c70-884d-cada3754c57d with identifier: SV12%20OCO
2026-03-26 08:11:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b154236-ecb2-5c70-884d-cada3754c57d with identifier: SV12%20OCO
2026-03-26 08:11:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b154236-ecb2-5c70-884d-cada3754c57d with identifier: SV12%20OCO to the API
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:05 [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=SV12%20OCO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6b154236-ecb2-5c70-884d-cada3754c57d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SV12 OCO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV12%20OCO&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'HYUNDAI',
'model': 'IX20',
'odometer': 46027,
'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': 'HYUNDAI IX20 1.4 B/D STYLE MPV',
'transmission': 'manual',
'trim': 'B/D STYLE',
'vin': 'TMAPU81CLCJ064197',
'year': 2012}
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV12%2520OCO%27 HTTP/1.1" 200 None
2026-03-26 08:11:05 [bca.uk] INFO: Saving data for SV12%20OCO: {'auction_closing_time': 1774519200.0, 'created_time': 1773831891.691226, 'last_price_update_time': 1774512665.956236}
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV12%2520OCO') HTTP/1.1" 204 0
2026-03-26 08:11:05 [bca.uk] INFO: Found listing with ID: AJ12%20CWM
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ12%2520CWM%27 HTTP/1.1" 200 None
2026-03-26 08:11:05 [bca.uk] INFO: Scrape type for AJ12%20CWM: 0
2026-03-26 08:11:05 [bca.uk] INFO: Found listing with ID: LO13%20NCD
2026-03-26 08:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:06 [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-26 08:11:06 [bca.uk] INFO: Scrape type for LO13%20NCD: 0
2026-03-26 08:11:06 [bca.uk] INFO: Found listing with ID: LJ12%20LVZ
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ12%2520LVZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:06 [bca.uk] INFO: Scrape type for LJ12%20LVZ: 0
2026-03-26 08:11:06 [bca.uk] INFO: Found listing with ID: VU04%20KJJ
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU04%2520KJJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:06 [bca.uk] INFO: Scrape type for VU04%20KJJ: 0
2026-03-26 08:11:06 [bca.uk] INFO: Found listing with ID: WV67%20HXE
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV67%2520HXE%27 HTTP/1.1" 200 None
2026-03-26 08:11:06 [bca.uk] INFO: Scrape type for WV67%20HXE: 0
2026-03-26 08:11:06 [bca.uk] INFO: Found listing with ID: RY18%20ZFF
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY18%2520ZFF%27 HTTP/1.1" 200 None
2026-03-26 08:11:06 [bca.uk] INFO: Scrape type for RY18%20ZFF: 0
2026-03-26 08:11:06 [bca.uk] INFO: Found listing with ID: AG59%20RKO
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AG59%2520RKO%27 HTTP/1.1" 200 None
2026-03-26 08:11:06 [bca.uk] INFO: Scrape type for AG59%20RKO: 0
2026-03-26 08:11:06 [bca.uk] INFO: Found listing with ID: BT64%20PBO
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT64%2520PBO%27 HTTP/1.1" 200 None
2026-03-26 08:11:06 [bca.uk] INFO: Scrape type for BT64%20PBO: 0
2026-03-26 08:11:06 [bca.uk] INFO: Found listing with ID: HX20%20DVC
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX20%2520DVC%27 HTTP/1.1" 200 None
2026-03-26 08:11:06 [bca.uk] INFO: Scrape type for HX20%20DVC: 2
2026-03-26 08:11:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4cb5d1f-dd0d-5070-9483-1177e51f6b5d with identifier: HX20%20DVC
2026-03-26 08:11:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4cb5d1f-dd0d-5070-9483-1177e51f6b5d with scrape type 2
2026-03-26 08:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4cb5d1f-dd0d-5070-9483-1177e51f6b5d with scrape type 2
2026-03-26 08:11:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4cb5d1f-dd0d-5070-9483-1177e51f6b5d, identifier: HX20%20DVC
2026-03-26 08:11:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4cb5d1f-dd0d-5070-9483-1177e51f6b5d with identifier: HX20%20DVC
2026-03-26 08:11:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4cb5d1f-dd0d-5070-9483-1177e51f6b5d with identifier: HX20%20DVC
2026-03-26 08:11:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4cb5d1f-dd0d-5070-9483-1177e51f6b5d with identifier: HX20%20DVC to the API
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11: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': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX20%20DVC-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f4cb5d1f-dd0d-5070-9483-1177e51f6b5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HX20 DVC',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX20%20DVC&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 170740,
'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 FOCUS 1.5 E/B 150 TITANIUM Estate',
'transmission': 'manual',
'trim': 'E/B 150 TITANIUM',
'vin': 'WF0PXXGCHPLR41832',
'year': 2020}
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX20%2520DVC%27 HTTP/1.1" 200 None
2026-03-26 08:11:06 [bca.uk] INFO: Saving data for HX20%20DVC: {'auction_closing_time': 1774519200.0, 'created_time': 1773907828.771791, 'last_price_update_time': 1774512666.529497}
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX20%2520DVC') HTTP/1.1" 204 0
2026-03-26 08:11:06 [bca.uk] INFO: Found listing with ID: KE15%20VGG
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520VGG%27 HTTP/1.1" 200 None
2026-03-26 08:11:06 [bca.uk] INFO: Scrape type for KE15%20VGG: 2
2026-03-26 08:11:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e08ebb9-5776-5621-9c06-f20c01de4014 with identifier: KE15%20VGG
2026-03-26 08:11:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e08ebb9-5776-5621-9c06-f20c01de4014 with scrape type 2
2026-03-26 08:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e08ebb9-5776-5621-9c06-f20c01de4014 with scrape type 2
2026-03-26 08:11:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e08ebb9-5776-5621-9c06-f20c01de4014, identifier: KE15%20VGG
2026-03-26 08:11: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-26 08:11:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e08ebb9-5776-5621-9c06-f20c01de4014 with identifier: KE15%20VGG
2026-03-26 08:11:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e08ebb9-5776-5621-9c06-f20c01de4014 with identifier: KE15%20VGG
2026-03-26 08:11:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e08ebb9-5776-5621-9c06-f20c01de4014 with identifier: KE15%20VGG to the API
2026-03-26 08:11:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11: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': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE15%20VGG-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5e08ebb9-5776-5621-9c06-f20c01de4014',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KE15 VGG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE15%20VGG&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'MAZDA',
'model': '3',
'odometer': 131237,
'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 SPORT Hatchback',
'transmission': 'manual',
'trim': 'SPORT',
'vin': 'JMZBM646611302773',
'year': 2015}
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520VGG%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Saving data for KE15%20VGG: {'auction_closing_time': 1774519200.0, 'created_time': 1774044491.637369, 'last_price_update_time': 1774512667.101543}
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE15%2520VGG') HTTP/1.1" 204 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: KM60%20DVA
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM60%2520DVA%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for KM60%20DVA: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: LC67%20SZG
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC67%2520SZG%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for LC67%20SZG: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: LL10%20VTX
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL10%2520VTX%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for LL10%20VTX: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: NL16%20XFV
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL16%2520XFV%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for NL16%20XFV: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: OY61%20UFA
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY61%2520UFA%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for OY61%20UFA: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: RX63%20SMO
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX63%2520SMO%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for RX63%20SMO: 2
2026-03-26 08:11:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 208d0970-e666-5a1d-bb8d-26c8a38ccb22 with identifier: RX63%20SMO
2026-03-26 08:11:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 208d0970-e666-5a1d-bb8d-26c8a38ccb22 with scrape type 2
2026-03-26 08:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 208d0970-e666-5a1d-bb8d-26c8a38ccb22 with scrape type 2
2026-03-26 08:11:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 208d0970-e666-5a1d-bb8d-26c8a38ccb22, identifier: RX63%20SMO
2026-03-26 08:11:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 208d0970-e666-5a1d-bb8d-26c8a38ccb22 with identifier: RX63%20SMO
2026-03-26 08:11:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 208d0970-e666-5a1d-bb8d-26c8a38ccb22 with identifier: RX63%20SMO
2026-03-26 08:11:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 208d0970-e666-5a1d-bb8d-26c8a38ccb22 with identifier: RX63%20SMO to the API
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11: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': 100,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX63%20SMO-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '208d0970-e666-5a1d-bb8d-26c8a38ccb22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RX63 SMO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX63%20SMO&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'KIA',
'model': 'CEED',
'odometer': 106693,
'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 2 Hatchback',
'transmission': 'manual',
'trim': 'CRDI 126 E/D 2',
'vin': 'U5YHN516LEL086444',
'year': 2013}
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX63%2520SMO%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Saving data for RX63%20SMO: {'auction_closing_time': 1774519200.0, 'created_time': 1774044457.61291, 'last_price_update_time': 1774512667.618555}
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX63%2520SMO') HTTP/1.1" 204 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: SD14%20RYT
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520RYT%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for SD14%20RYT: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: SD62%20GYH
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD62%2520GYH%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for SD62%20GYH: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: SH60%20GNF
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH60%2520GNF%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for SH60%20GNF: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: SJ16%20MVC
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ16%2520MVC%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for SJ16%20MVC: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: SL57%20DXJ
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL57%2520DXJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for SL57%20DXJ: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: SM09%20ZKS
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM09%2520ZKS%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for SM09%20ZKS: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: SN13%20OHV
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520OHV%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for SN13%20OHV: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: SN16%20XUM
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520XUM%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for SN16%20XUM: 0
2026-03-26 08:11:07 [bca.uk] INFO: Found listing with ID: SW57%20KYV
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW57%2520KYV%27 HTTP/1.1" 200 None
2026-03-26 08:11:07 [bca.uk] INFO: Scrape type for SW57%20KYV: 2
2026-03-26 08:11:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1a98621-fbf9-5e16-ae9c-2a7ab323c8be with identifier: SW57%20KYV
2026-03-26 08:11:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1a98621-fbf9-5e16-ae9c-2a7ab323c8be with scrape type 2
2026-03-26 08:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1a98621-fbf9-5e16-ae9c-2a7ab323c8be with scrape type 2
2026-03-26 08:11:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1a98621-fbf9-5e16-ae9c-2a7ab323c8be, identifier: SW57%20KYV
2026-03-26 08:11:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1a98621-fbf9-5e16-ae9c-2a7ab323c8be with identifier: SW57%20KYV
2026-03-26 08:11:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1a98621-fbf9-5e16-ae9c-2a7ab323c8be with identifier: SW57%20KYV
2026-03-26 08:11:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1a98621-fbf9-5e16-ae9c-2a7ab323c8be with identifier: SW57%20KYV to the API
2026-03-26 08:11:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:08 [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': 212,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW57%20KYV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b1a98621-fbf9-5e16-ae9c-2a7ab323c8be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SW57 KYV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW57%20KYV&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 95655,
'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': 'AUDI A3 SPORTBACK 2.0 TFSI QUATTRO S LINE Hatchback',
'transmission': 'manual',
'trim': 'TFSI QUATTRO S LINE',
'vin': 'WAUZZZ8P98A094031',
'year': 2008}
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW57%2520KYV%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Saving data for SW57%20KYV: {'auction_closing_time': 1774519200.0, 'created_time': 1774044457.08786, 'last_price_update_time': 1774512668.180783}
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW57%2520KYV') HTTP/1.1" 204 0
2026-03-26 08:11:08 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:08 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded
2026-03-26 08:11:08 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Found listing with ID: EA65%20NWD
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA65%2520NWD%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for EA65%20NWD: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: BL18%20XPE
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL18%2520XPE%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for BL18%20XPE: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: CX12%20ZWD
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX12%2520ZWD%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for CX12%20ZWD: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: WR70%20UKL
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520UKL%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for WR70%20UKL: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: YR66%20XRC
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520XRC%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for YR66%20XRC: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: BJ59%20TFY
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for BJ59%20TFY: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: BK09%20CFE
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK09%2520CFE%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for BK09%20CFE: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: FE60%20MFV
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for FE60%20MFV: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: KW10%20CAU
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for KW10%20CAU: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: LR60%20LZO
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for LR60%20LZO: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: SG14%20RGY
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG14%2520RGY%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for SG14%20RGY: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: SP62%20XGM
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for SP62%20XGM: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: WJ59%20ZFL
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for WJ59%20ZFL: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: WK13%20WMX
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK13%2520WMX%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for WK13%20WMX: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: WP14%20XUD
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for WP14%20XUD: 0
2026-03-26 08:11:08 [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-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Found listing with ID: WV12%20DYU
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV12%2520DYU%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for WV12%20DYU: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: YC57%20UVL
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC57%2520UVL%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for YC57%20UVL: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: YG09%20UHT
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for YG09%20UHT: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: MP19%20FFR
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520FFR%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for MP19%20FFR: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: BK62%20WWO
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520WWO%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for BK62%20WWO: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: CK65%20HKG
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK65%2520HKG%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for CK65%20HKG: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: HV66%20EKE
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV66%2520EKE%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for HV66%20EKE: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: LD12%20SWY
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD12%2520SWY%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for LD12%20SWY: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: OV12%20LDK
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520LDK%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for OV12%20LDK: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: RV11%20NYX
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV11%2520NYX%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for RV11%20NYX: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: WF63%20UPT
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF63%2520UPT%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for WF63%20UPT: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: KE22%20PJV
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for KE22%20PJV: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: BL10%20SPU
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL10%2520SPU%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for BL10%20SPU: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: HJ65%20OXL
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ65%2520OXL%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for HJ65%20OXL: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: KM58%20RKN
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM58%2520RKN%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for KM58%20RKN: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: RE61%20RKJ
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE61%2520RKJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for RE61%20RKJ: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: YK59%20YJA
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK59%2520YJA%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for YK59%20YJA: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: FH18%20VHW
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH18%2520VHW%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for FH18%20VHW: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: FE14%20ONN
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for FE14%20ONN: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: GF63%20EEW
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for GF63%20EEW: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: NV11%20NNH
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV11%2520NNH%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for NV11%20NNH: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: SD62%20HPL
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for SD62%20HPL: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: SK60%20OFB
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for SK60%20OFB: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: WP11%20UJR
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP11%2520UJR%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for WP11%20UJR: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: YA13%20FTU
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA13%2520FTU%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for YA13%20FTU: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: YB57%20XVN
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [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-26 08:11:08 [bca.uk] INFO: Scrape type for YB57%20XVN: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: YC63%20XZL
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC63%2520XZL%27 HTTP/1.1" 200 None
2026-03-26 08:11:08 [bca.uk] INFO: Scrape type for YC63%20XZL: 0
2026-03-26 08:11:08 [bca.uk] INFO: Found listing with ID: YE60%20WHL
2026-03-26 08:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE60%2520WHL%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for YE60%20WHL: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: YG11%20OWY
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for YG11%20OWY: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: AW19%20SKF
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AW19%2520SKF%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for AW19%20SKF: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: HX21%20PWE
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX21%2520PWE%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for HX21%20PWE: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: YB66%20USM
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520USM%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for YB66%20USM: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: OV07%20FLZ
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV07%2520FLZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for OV07%20FLZ: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: OY13%20OPX
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY13%2520OPX%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for OY13%20OPX: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: VE62%20XMS
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE62%2520XMS%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for VE62%20XMS: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: WU56%20YGV
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU56%2520YGV%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for WU56%20YGV: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: YE62%20YPM
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for YE62%20YPM: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: RE72%20XTG
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for RE72%20XTG: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: OY59%20MPE
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for OY59%20MPE: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: HK05%20OUL
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK05%2520OUL%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for HK05%20OUL: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: EX58%20KFL
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for EX58%20KFL: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: PJ63%20NWE
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ63%2520NWE%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for PJ63%20NWE: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: F17%20JGM
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for F17%20JGM: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: AP64%20FXF
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for AP64%20FXF: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: ML68%20VTN
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for ML68%20VTN: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: AY68%20XHW
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY68%2520XHW%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for AY68%20XHW: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: MD71%20AEF
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520AEF%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for MD71%20AEF: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: SM60%20ANR
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM60%2520ANR%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for SM60%20ANR: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: YT67%20WDV
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for YT67%20WDV: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: DE63%20MWM
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for DE63%20MWM: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: EK62%20BPO
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for EK62%20BPO: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: HT19%20OXJ
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT19%2520OXJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for HT19%20OXJ: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: BD63%20BVG
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD63%2520BVG%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for BD63%20BVG: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: BK11%20PYH
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for BK11%20PYH: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: YP23%20DPO
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP23%2520DPO%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for YP23%20DPO: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: ST64%20UZX
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST64%2520UZX%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for ST64%20UZX: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: SD22%20EER
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for SD22%20EER: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: MT14%20TZF
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for MT14%20TZF: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: LC66%20DJF
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520DJF%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for LC66%20DJF: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: AU66%20LJX
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for AU66%20LJX: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: DS16%20DSX
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for DS16%20DSX: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: WV18%20KJN
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for WV18%20KJN: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: YY66%20KXD
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for YY66%20KXD: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: YC14%20WNZ
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for YC14%20WNZ: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: YB57%20BGU
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB57%2520BGU%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for YB57%20BGU: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: WU67%20EYO
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for WU67%20EYO: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: SY60%20VOG
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY60%2520VOG%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for SY60%20VOG: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: WP60%20ZPD
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP60%2520ZPD%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for WP60%20ZPD: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: WO24%20NGV
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for WO24%20NGV: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: RE52%20DLU
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE52%2520DLU%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for RE52%20DLU: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: SG09%20LPL
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG09%2520LPL%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for SG09%20LPL: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: WV24%20YBE
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for WV24%20YBE: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: LS69%20MKN
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for LS69%20MKN: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: WO24%20NKP
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for WO24%20NKP: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: NL61%20BHV
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520BHV%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for NL61%20BHV: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: NY06%20NZN
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY06%2520NZN%27 HTTP/1.1" 200 None
2026-03-26 08:11:09 [bca.uk] INFO: Scrape type for NY06%20NZN: 0
2026-03-26 08:11:09 [bca.uk] INFO: Found listing with ID: WM24%20DLV
2026-03-26 08:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:09 [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-26 08:11:09 [bca.uk] INFO: Scrape type for WM24%20DLV: 2
2026-03-26 08:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e4f5e98-47c8-5b91-81d2-d415ebd1958a with identifier: WM24%20DLV
2026-03-26 08:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e4f5e98-47c8-5b91-81d2-d415ebd1958a with scrape type 2
2026-03-26 08:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e4f5e98-47c8-5b91-81d2-d415ebd1958a with scrape type 2
2026-03-26 08:11:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e4f5e98-47c8-5b91-81d2-d415ebd1958a, identifier: WM24%20DLV
2026-03-26 08:11:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:11:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e4f5e98-47c8-5b91-81d2-d415ebd1958a with identifier: WM24%20DLV
2026-03-26 08:11:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e4f5e98-47c8-5b91-81d2-d415ebd1958a with identifier: WM24%20DLV
2026-03-26 08:11:10 [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-26 08:11:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11: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': 233,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM24%20DLV-GB',
'category': 'LightCommercialVehicle',
'color': '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-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Saving data for WM24%20DLV: {'auction_closing_time': 1774951200.0, 'created_time': 1773931152.337732, 'last_price_update_time': 1774512670.368919}
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Found listing with ID: MT04%20GUU
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT04%2520GUU%27 HTTP/1.1" 200 None
2026-03-26 08:11:10 [bca.uk] INFO: Scrape type for MT04%20GUU: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: ND61%20LXZ
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for ND61%20LXZ: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: SE68%20VVF
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE68%2520VVF%27 HTTP/1.1" 200 None
2026-03-26 08:11:10 [bca.uk] INFO: Scrape type for SE68%20VVF: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: WR75%20VSD
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for WR75%20VSD: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: LO67%20PYG
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for LO67%20PYG: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: KJ57%20BXU
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ57%2520BXU%27 HTTP/1.1" 200 None
2026-03-26 08:11:10 [bca.uk] INFO: Scrape type for KJ57%20BXU: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: WN75%20AZD
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for WN75%20AZD: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: DU70%20UWW
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520UWW%27 HTTP/1.1" 200 None
2026-03-26 08:11:10 [bca.uk] INFO: Scrape type for DU70%20UWW: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: WN25%20TKJ
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for WN25%20TKJ: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: HD11%20BFF
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD11%2520BFF%27 HTTP/1.1" 200 None
2026-03-26 08:11:10 [bca.uk] INFO: Scrape type for HD11%20BFF: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: EX14%20RVP
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for EX14%20RVP: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: FY15%20CKV
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for FY15%20CKV: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: FJ13%20VWY
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ13%2520VWY%27 HTTP/1.1" 200 None
2026-03-26 08:11:10 [bca.uk] INFO: Scrape type for FJ13%20VWY: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: LK23%20NFO
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK23%2520NFO%27 HTTP/1.1" 200 None
2026-03-26 08:11:10 [bca.uk] INFO: Scrape type for LK23%20NFO: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: WV75%20TUH
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for WV75%20TUH: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: DG64%20PYX
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for DG64%20PYX: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: DS15%20TZL
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for DS15%20TZL: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: DV62%20YVD
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV62%2520YVD%27 HTTP/1.1" 200 None
2026-03-26 08:11:10 [bca.uk] INFO: Scrape type for DV62%20YVD: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: WN75%20TGE
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for WN75%20TGE: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: BN10%20ZPB
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN10%2520ZPB%27 HTTP/1.1" 200 None
2026-03-26 08:11:10 [bca.uk] INFO: Scrape type for BN10%20ZPB: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: BM17%20UHU
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for BM17%20UHU: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: BT66%20ZFG
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for BT66%20ZFG: 0
2026-03-26 08:11:10 [bca.uk] INFO: Found listing with ID: BV14%20NLK
2026-03-26 08:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:10 [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-26 08:11:10 [bca.uk] INFO: Scrape type for BV14%20NLK: 0
2026-03-26 08:11:10 [scrapy.extensions.logstats] INFO: Crawled 141 pages (at 7 pages/min), scraped 310 items (at 43 items/min)
2026-03-26 08:11:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:11:13 [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-26 08:11:13 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:13 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded
2026-03-26 08:11:13 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:13 [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-26 08:11:13 [bca.uk] INFO: Found listing with ID: SR65%20FKX
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR65%2520FKX%27 HTTP/1.1" 200 None
2026-03-26 08:11:13 [bca.uk] INFO: Scrape type for SR65%20FKX: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: KJ17%20JXA
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520JXA%27 HTTP/1.1" 200 None
2026-03-26 08:11:13 [bca.uk] INFO: Scrape type for KJ17%20JXA: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: BG65%20KWH
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [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-26 08:11:13 [bca.uk] INFO: Scrape type for BG65%20KWH: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: AU60%20PGY
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU60%2520PGY%27 HTTP/1.1" 200 None
2026-03-26 08:11:13 [bca.uk] INFO: Scrape type for AU60%20PGY: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: BG63%20WFA
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG63%2520WFA%27 HTTP/1.1" 200 None
2026-03-26 08:11:13 [bca.uk] INFO: Scrape type for BG63%20WFA: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: BK12%20KVX
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520KVX%27 HTTP/1.1" 200 None
2026-03-26 08:11:13 [bca.uk] INFO: Scrape type for BK12%20KVX: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: MT64%20CJJ
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT64%2520CJJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:13 [bca.uk] INFO: Scrape type for MT64%20CJJ: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: SB64%20BXN
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520BXN%27 HTTP/1.1" 200 None
2026-03-26 08:11:13 [bca.uk] INFO: Scrape type for SB64%20BXN: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: YX68%20MBY
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX68%2520MBY%27 HTTP/1.1" 200 None
2026-03-26 08:11:13 [bca.uk] INFO: Scrape type for YX68%20MBY: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: LN24%20PZT
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PZT%27 HTTP/1.1" 200 None
2026-03-26 08:11:13 [bca.uk] INFO: Scrape type for LN24%20PZT: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: YG60%20KFZ
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG60%2520KFZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:13 [bca.uk] INFO: Scrape type for YG60%20KFZ: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: YE15%20AZP
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE15%2520AZP%27 HTTP/1.1" 200 None
2026-03-26 08:11:13 [bca.uk] INFO: Scrape type for YE15%20AZP: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: WV23%20XMZ
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:13 [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-26 08:11:13 [bca.uk] INFO: Scrape type for WV23%20XMZ: 0
2026-03-26 08:11:13 [bca.uk] INFO: Found listing with ID: RO16%20UMZ
2026-03-26 08:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO16%2520UMZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:14 [bca.uk] INFO: Scrape type for RO16%20UMZ: 0
2026-03-26 08:11:14 [bca.uk] INFO: Found listing with ID: OV18%20UHS
2026-03-26 08:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520UHS%27 HTTP/1.1" 200 None
2026-03-26 08:11:14 [bca.uk] INFO: Scrape type for OV18%20UHS: 0
2026-03-26 08:11:14 [bca.uk] INFO: Found listing with ID: WN75%20GBY
2026-03-26 08:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:14 [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-26 08:11:14 [bca.uk] INFO: Scrape type for WN75%20GBY: 2
2026-03-26 08:11:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89cd3a20-da82-51e5-8dc1-09a9fce32951 with identifier: WN75%20GBY
2026-03-26 08:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89cd3a20-da82-51e5-8dc1-09a9fce32951 with scrape type 2
2026-03-26 08:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89cd3a20-da82-51e5-8dc1-09a9fce32951 with scrape type 2
2026-03-26 08:11:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89cd3a20-da82-51e5-8dc1-09a9fce32951, identifier: WN75%20GBY
2026-03-26 08:11:14 [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-26 08:11:14 [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-26 08:11:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89cd3a20-da82-51e5-8dc1-09a9fce32951 with identifier: WN75%20GBY
2026-03-26 08:11:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:11:14 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey+matter HTTP/1.1" 200 None
2026-03-26 08:11:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:11:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89cd3a20-da82-51e5-8dc1-09a9fce32951 with identifier: WN75%20GBY
2026-03-26 08:11:14 [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-26 08:11:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:15 [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': 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-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [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-26 08:11:15 [bca.uk] INFO: Saving data for WN75%20GBY: {'auction_closing_time': 1774864800.0, 'created_time': 1773841344.146044, 'last_price_update_time': 1774512675.412296}
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [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-26 08:11:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: WN25%20HKJ
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [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-26 08:11:15 [bca.uk] INFO: Scrape type for WN25%20HKJ: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: KU65%20DZH
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [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-26 08:11:15 [bca.uk] INFO: Scrape type for KU65%20DZH: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: HN74%20OVS
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [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-26 08:11:15 [bca.uk] INFO: Scrape type for HN74%20OVS: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: LL63%20YUH
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL63%2520YUH%27 HTTP/1.1" 200 None
2026-03-26 08:11:15 [bca.uk] INFO: Scrape type for LL63%20YUH: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: KS13%20DRV
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS13%2520DRV%27 HTTP/1.1" 200 None
2026-03-26 08:11:15 [bca.uk] INFO: Scrape type for KS13%20DRV: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: GV62%20EJY
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV62%2520EJY%27 HTTP/1.1" 200 None
2026-03-26 08:11:15 [bca.uk] INFO: Scrape type for GV62%20EJY: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: EX19%20XYC
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX19%2520XYC%27 HTTP/1.1" 200 None
2026-03-26 08:11:15 [bca.uk] INFO: Scrape type for EX19%20XYC: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: RJ18%20ZHN
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [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-26 08:11:15 [bca.uk] INFO: Scrape type for RJ18%20ZHN: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: AY61%20XHH
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY61%2520XHH%27 HTTP/1.1" 200 None
2026-03-26 08:11:15 [bca.uk] INFO: Scrape type for AY61%20XHH: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: CE74%20XVT
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE74%2520XVT%27 HTTP/1.1" 200 None
2026-03-26 08:11:15 [bca.uk] INFO: Scrape type for CE74%20XVT: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: WJ23%20DBZ
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ23%2520DBZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:15 [bca.uk] INFO: Scrape type for WJ23%20DBZ: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: CE74%20XVK
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE74%2520XVK%27 HTTP/1.1" 200 None
2026-03-26 08:11:15 [bca.uk] INFO: Scrape type for CE74%20XVK: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: SC23%20RKV
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [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-26 08:11:15 [bca.uk] INFO: Scrape type for SC23%20RKV: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: SP72%20PWY
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [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-26 08:11:15 [bca.uk] INFO: Scrape type for SP72%20PWY: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: SA21%20LUT
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [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-26 08:11:15 [bca.uk] INFO: Scrape type for SA21%20LUT: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: SY22%20JTZ
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY22%2520JTZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:15 [bca.uk] INFO: Scrape type for SY22%20JTZ: 0
2026-03-26 08:11:15 [bca.uk] INFO: Found listing with ID: AO23%20GPX
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO23%2520GPX%27 HTTP/1.1" 200 None
2026-03-26 08:11:15 [bca.uk] INFO: Scrape type for AO23%20GPX: 2
2026-03-26 08:11:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43842173-e786-5069-aee0-58e06a4bb874 with identifier: AO23%20GPX
2026-03-26 08:11:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43842173-e786-5069-aee0-58e06a4bb874 with scrape type 2
2026-03-26 08:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43842173-e786-5069-aee0-58e06a4bb874 with scrape type 2
2026-03-26 08:11:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43842173-e786-5069-aee0-58e06a4bb874, identifier: AO23%20GPX
2026-03-26 08:11:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43842173-e786-5069-aee0-58e06a4bb874 with identifier: AO23%20GPX
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:11:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=bronze HTTP/1.1" 200 None
2026-03-26 08:11:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:11:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43842173-e786-5069-aee0-58e06a4bb874 with identifier: AO23%20GPX
2026-03-26 08:11:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43842173-e786-5069-aee0-58e06a4bb874 with identifier: AO23%20GPX to the API
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:16 [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': 232,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO23%20GPX-GB',
'category': 'Car',
'color': 'bronze',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '43842173-e786-5069-aee0-58e06a4bb874',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AO23 GPX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO23%20GPX&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow',
'make': 'LAND ROVER',
'model': 'DEFENDER 110',
'odometer': 42687,
'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 I6 D250 AWD SE (5ST) StationWagon',
'transmission': 'automatic',
'trim': 'I6 D250 AWD SE (5ST)',
'vin': 'SALEA7AW4P2211210',
'year': 2023}
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO23%2520GPX%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Saving data for AO23%20GPX: {'auction_closing_time': 1774519200.0, 'created_time': 1773935637.478844, 'last_price_update_time': 1774512676.318774}
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO23%2520GPX') HTTP/1.1" 204 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: SJ72%20JEO
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [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-26 08:11:16 [bca.uk] INFO: Scrape type for SJ72%20JEO: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: BP65%20SPU
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP65%2520SPU%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for BP65%20SPU: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: SM13%20UWZ
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM13%2520UWZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for SM13%20UWZ: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: FV07%20CPZ
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV07%2520CPZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for FV07%20CPZ: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: LG70%20XDE
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520XDE%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for LG70%20XDE: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: YM22%20GWY
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [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-26 08:11:16 [bca.uk] INFO: Scrape type for YM22%20GWY: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: DX63%20HWF
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX63%2520HWF%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for DX63%20HWF: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: LF13%20LXJ
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520LXJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for LF13%20LXJ: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: BW15%20UNR
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520UNR%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for BW15%20UNR: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: GN09%20FXP
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN09%2520FXP%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for GN09%20FXP: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: SA62%20ODG
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA62%2520ODG%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for SA62%20ODG: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: KY64%20YBW
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY64%2520YBW%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for KY64%20YBW: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: PJ13%20RYC
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ13%2520RYC%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for PJ13%20RYC: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: RV63%20CCJ
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV63%2520CCJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for RV63%20CCJ: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: LN56%20KNR
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [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-26 08:11:16 [bca.uk] INFO: Scrape type for LN56%20KNR: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: ND62%20RUO
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND62%2520RUO%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for ND62%20RUO: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: NJ64%20VRL
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ64%2520VRL%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for NJ64%20VRL: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: SL11%20ANV
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL11%2520ANV%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for SL11%20ANV: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: BV08%20MGJ
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV08%2520MGJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for BV08%20MGJ: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: GV15%20HTC
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV15%2520HTC%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for GV15%20HTC: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: LN09%20ZGA
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN09%2520ZGA%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for LN09%20ZGA: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: NU17%20XUO
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU17%2520XUO%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for NU17%20XUO: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: BN15%20SUY
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN15%2520SUY%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for BN15%20SUY: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: BN19%20XNV
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN19%2520XNV%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for BN19%20XNV: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: YP67%20XJW
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520XJW%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for YP67%20XJW: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: YP68%20OSK
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP68%2520OSK%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for YP68%20OSK: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: YT67%20PVJ
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520PVJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for YT67%20PVJ: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: BK21%20LDU
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [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-26 08:11:16 [bca.uk] INFO: Scrape type for BK21%20LDU: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: MW69%20YZU
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW69%2520YZU%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for MW69%20YZU: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: RA22%20CVM
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA22%2520CVM%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for RA22%20CVM: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: DL11%20XAS
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [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-26 08:11:16 [bca.uk] INFO: Scrape type for DL11%20XAS: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: WM12%20MGE
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM12%2520MGE%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for WM12%20MGE: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: EF67%20UEZ
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF67%2520UEZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for EF67%20UEZ: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: EF67%20UFA
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF67%2520UFA%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for EF67%20UFA: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: FV23%20OZU
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV23%2520OZU%27 HTTP/1.1" 200 None
2026-03-26 08:11:16 [bca.uk] INFO: Scrape type for FV23%20OZU: 0
2026-03-26 08:11:16 [bca.uk] INFO: Found listing with ID: HV71%20OUP
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520OUP%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for HV71%20OUP: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: CU70%20GVE
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [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-26 08:11:17 [bca.uk] INFO: Scrape type for CU70%20GVE: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: CU20%20XLT
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [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-26 08:11:17 [bca.uk] INFO: Scrape type for CU20%20XLT: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: CK21%20KYG
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [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-26 08:11:17 [bca.uk] INFO: Scrape type for CK21%20KYG: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: FP73%20OGJ
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520OGJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for FP73%20OGJ: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: HN23%20LYA
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520LYA%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for HN23%20LYA: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: LG22%20OPF
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [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-26 08:11:17 [bca.uk] INFO: Scrape type for LG22%20OPF: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: YR75%20BWE
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR75%2520BWE%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for YR75%20BWE: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: CU20%20XJC
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [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-26 08:11:17 [bca.uk] INFO: Scrape type for CU20%20XJC: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: BW72%20WKH
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520WKH%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for BW72%20WKH: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: DY73%20EZL
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [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-26 08:11:17 [bca.uk] INFO: Scrape type for DY73%20EZL: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: LA21%20KBU
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA21%2520KBU%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for LA21%20KBU: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: RO73%20NSE
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520NSE%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for RO73%20NSE: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: YR68%20WXU
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR68%2520WXU%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for YR68%20WXU: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: SB71%20FXD
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB71%2520FXD%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for SB71%20FXD: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: BN71%20UFX
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN71%2520UFX%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for BN71%20UFX: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: MT70%20KNJ
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520KNJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for MT70%20KNJ: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: NU71%20JXC
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [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-26 08:11:17 [bca.uk] INFO: Scrape type for NU71%20JXC: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: DS72%20YTF
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520YTF%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for DS72%20YTF: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: DY68%20HXJ
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520HXJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for DY68%20HXJ: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: FY72%20TGV
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY72%2520TGV%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for FY72%20TGV: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: DL15%20FDD
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [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-26 08:11:17 [bca.uk] INFO: Scrape type for DL15%20FDD: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: YO68%20EFF
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520EFF%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for YO68%20EFF: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: YR18%20BPE
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520BPE%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for YR18%20BPE: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: YT20%20UMY
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT20%2520UMY%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for YT20%20UMY: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: YM70%20KKT
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM70%2520KKT%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for YM70%20KKT: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: NX68%20WDY
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520WDY%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for NX68%20WDY: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: SA63%20UNZ
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA63%2520UNZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for SA63%20UNZ: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: LY14%20HGX
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520HGX%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for LY14%20HGX: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: PX10%20AYA
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX10%2520AYA%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for PX10%20AYA: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: VK14%20ZXC
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520ZXC%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for VK14%20ZXC: 0
2026-03-26 08:11:17 [bca.uk] INFO: Found listing with ID: VK22%20LHY
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520LHY%27 HTTP/1.1" 200 None
2026-03-26 08:11:17 [bca.uk] INFO: Scrape type for VK22%20LHY: 0
2026-03-26 08:11:20 [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-26 08:11:20 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded
2026-03-26 08:11:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:20 [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-26 08:11:20 [bca.uk] INFO: Found listing with ID: YG22%20MDV
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520MDV%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for YG22%20MDV: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: GJ23%20UJH
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [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-26 08:11:20 [bca.uk] INFO: Scrape type for GJ23%20UJH: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: BG73%20AJO
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520AJO%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for BG73%20AJO: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: BD74%20VSJ
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [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-26 08:11:20 [bca.uk] INFO: Scrape type for BD74%20VSJ: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: MK22%20XWX
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK22%2520XWX%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for MK22%20XWX: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: LS23%20KND
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [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-26 08:11:20 [bca.uk] INFO: Scrape type for LS23%20KND: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: EA53%20BZK
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA53%2520BZK%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for EA53%20BZK: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: FD17%20GWX
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520GWX%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for FD17%20GWX: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: BG13%20WWU
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG13%2520WWU%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for BG13%20WWU: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: BP64%20XRU
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP64%2520XRU%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for BP64%20XRU: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: DK67%20UHE
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK67%2520UHE%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for DK67%20UHE: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: DW18%20AXO
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW18%2520AXO%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for DW18%20AXO: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: FL62%20KWW
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL62%2520KWW%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for FL62%20KWW: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: SA67%20EHD
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA67%2520EHD%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for SA67%20EHD: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: YF13%20EEW
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF13%2520EEW%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for YF13%20EEW: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: RE71%20XTN
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [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-26 08:11:20 [bca.uk] INFO: Scrape type for RE71%20XTN: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: BG25%20FLC
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG25%2520FLC%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for BG25%20FLC: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: YT74%20XMF
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT74%2520XMF%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for YT74%20XMF: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: YB23%20SKD
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520SKD%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for YB23%20SKD: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: SM72%20PLU
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [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-26 08:11:20 [bca.uk] INFO: Scrape type for SM72%20PLU: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: DV68%20KWG
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520KWG%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for DV68%20KWG: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: DV68%20KWE
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520KWE%27 HTTP/1.1" 200 None
2026-03-26 08:11:20 [bca.uk] INFO: Scrape type for DV68%20KWE: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: RA24%20DYB
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [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-26 08:11:20 [bca.uk] INFO: Scrape type for RA24%20DYB: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: DV68%20KWD
2026-03-26 08:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:20 [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-26 08:11:20 [bca.uk] INFO: Scrape type for DV68%20KWD: 0
2026-03-26 08:11:20 [bca.uk] INFO: Found listing with ID: MK71%20NLZ
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK71%2520NLZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for MK71%20NLZ: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: MD19%20AEO
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520AEO%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for MD19%20AEO: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: FY18%20CKN
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY18%2520CKN%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for FY18%20CKN: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: FL17%20UXD
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520UXD%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for FL17%20UXD: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: PE17%20WVY
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for PE17%20WVY: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: OE23%20VGO
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520VGO%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for OE23%20VGO: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: LT24%20NVL
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520NVL%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for LT24%20NVL: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: MK69%20AWJ
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK69%2520AWJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for MK69%20AWJ: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: LS72%20UGP
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520UGP%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for LS72%20UGP: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: FL17%20UWZ
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520UWZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for FL17%20UWZ: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: EX23%20VFD
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for EX23%20VFD: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: EK71%20MLV
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520MLV%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for EK71%20MLV: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: EU73%20MMK
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for EU73%20MMK: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: GY19%20WHW
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for GY19%20WHW: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: NA72%20FTZ
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for NA72%20FTZ: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: SY17%20ZLV
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY17%2520ZLV%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for SY17%20ZLV: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: LF23%20VTK
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for LF23%20VTK: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: MK18%20VGO
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK18%2520VGO%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for MK18%20VGO: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: FN23%20MWL
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520MWL%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for FN23%20MWL: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: FX72%20RBU
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for FX72%20RBU: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: FV22%20EKJ
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV22%2520EKJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for FV22%20EKJ: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: KE72%20ZBD
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520ZBD%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for KE72%20ZBD: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: FD22%20BXV
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD22%2520BXV%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for FD22%20BXV: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: LV72%20KWO
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for LV72%20KWO: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: VX19%20WYD
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520WYD%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for VX19%20WYD: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: DE24%20KWX
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520KWX%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for DE24%20KWX: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: SN21%20XDH
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN21%2520XDH%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for SN21%20XDH: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: DA22%20XBX
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for DA22%20XBX: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: OW72%20ESG
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for OW72%20ESG: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: ST71%20EGJ
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST71%2520EGJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for ST71%20EGJ: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: OY20%20RGO
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for OY20%20RGO: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: FL17%20UVR
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520UVR%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for FL17%20UVR: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: HJ72%20YXH
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520YXH%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for HJ72%20YXH: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: HN72%20EEU
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:21 [bca.uk] INFO: Scrape type for HN72%20EEU: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: BV21%20JFJ
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV21%2520JFJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for BV21%20JFJ: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: YH23%20XZE
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520XZE%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for YH23%20XZE: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: CK20%20GGE
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK20%2520GGE%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for CK20%20GGE: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: CV21%20WHH
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV21%2520WHH%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for CV21%20WHH: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: HV17%20COJ
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV17%2520COJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for HV17%20COJ: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: VO72%20EWU
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520EWU%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for VO72%20EWU: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: LT71%20XZC
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT71%2520XZC%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for LT71%20XZC: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: LT22%20XFF
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520XFF%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for LT22%20XFF: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: YB23%20LNO
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520LNO%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for YB23%20LNO: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: HV22%20MOA
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520MOA%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for HV22%20MOA: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: PJ63%20ZNR
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ63%2520ZNR%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for PJ63%20ZNR: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: BV23%20EFN
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520EFN%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for BV23%20EFN: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: LA72%20EWC
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520EWC%27 HTTP/1.1" 200 None
2026-03-26 08:11:21 [bca.uk] INFO: Scrape type for LA72%20EWC: 0
2026-03-26 08:11:21 [bca.uk] INFO: Found listing with ID: GN23%20XUZ
2026-03-26 08:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:21 [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-26 08:11:22 [bca.uk] INFO: Scrape type for GN23%20XUZ: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: MV23%20RHY
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520RHY%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for MV23%20RHY: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: MA23%20OOJ
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520OOJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for MA23%20OOJ: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: MA23%20LXR
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520LXR%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for MA23%20LXR: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: SK63%20YHW
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK63%2520YHW%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for SK63%20YHW: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: RE71%20TLK
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520TLK%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for RE71%20TLK: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: EN68%20PKU
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [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-26 08:11:22 [bca.uk] INFO: Scrape type for EN68%20PKU: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: FN11%20OHJ
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [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-26 08:11:22 [bca.uk] INFO: Scrape type for FN11%20OHJ: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: FN17%20FDM
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [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-26 08:11:22 [bca.uk] INFO: Scrape type for FN17%20FDM: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: GU20%20KOJ
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [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-26 08:11:22 [bca.uk] INFO: Scrape type for GU20%20KOJ: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: LN63%20UUK
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [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-26 08:11:22 [bca.uk] INFO: Scrape type for LN63%20UUK: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: YC16%20UWB
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [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-26 08:11:22 [bca.uk] INFO: Scrape type for YC16%20UWB: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: CP72%20DHF
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP72%2520DHF%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for CP72%20DHF: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: SJ23%20YZX
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [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-26 08:11:22 [bca.uk] INFO: Scrape type for SJ23%20YZX: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: LG23%20VXN
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520VXN%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for LG23%20VXN: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: YD23%20DSY
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520DSY%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for YD23%20DSY: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: WX73%20TTV
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX73%2520TTV%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for WX73%20TTV: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: YN23%20OEB
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN23%2520OEB%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for YN23%20OEB: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: ML23%20OMJ
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520OMJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for ML23%20OMJ: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: BK62%20RYW
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520RYW%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for BK62%20RYW: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: AF23%20EKM
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520EKM%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for AF23%20EKM: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: LG23%20XLT
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520XLT%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for LG23%20XLT: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: AJ72%20GVR
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [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-26 08:11:22 [bca.uk] INFO: Scrape type for AJ72%20GVR: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: YPDY03354
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [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-26 08:11:22 [bca.uk] INFO: Scrape type for YPDY03354: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: CE18%20PVJ
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE18%2520PVJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for CE18%20PVJ: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: SN64%20EOX
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN64%2520EOX%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for SN64%20EOX: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: ML13%20BWY
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML13%2520BWY%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for ML13%20BWY: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: SN18%20OPF
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN18%2520OPF%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for SN18%20OPF: 0
2026-03-26 08:11:22 [bca.uk] INFO: Found listing with ID: YO68%20OSU
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520OSU%27 HTTP/1.1" 200 None
2026-03-26 08:11:22 [bca.uk] INFO: Scrape type for YO68%20OSU: 0
2026-03-26 08:11:22 [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-26 08:11:22 [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-26 08:11:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:11:24 [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-26 08:11:24 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded
2026-03-26 08:11:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:24 [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-26 08:11:24 [bca.uk] INFO: Found listing with ID: MC1242474
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [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-26 08:11:24 [bca.uk] INFO: Scrape type for MC1242474: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: NC71%20FDM
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520FDM%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for NC71%20FDM: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: DE20%20WEH
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE20%2520WEH%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for DE20%20WEH: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: LV19%20ZDW
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV19%2520ZDW%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for LV19%20ZDW: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: EK68%20PKE
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK68%2520PKE%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for EK68%20PKE: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: BX19%20WYL
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [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-26 08:11:24 [bca.uk] INFO: Scrape type for BX19%20WYL: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: VF18%20AUL
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [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-26 08:11:24 [bca.uk] INFO: Scrape type for VF18%20AUL: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: NA65%20NCC
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA65%2520NCC%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for NA65%20NCC: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: RX13%20VTO
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [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-26 08:11:24 [bca.uk] INFO: Scrape type for RX13%20VTO: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: SV68%20VSX
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV68%2520VSX%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for SV68%20VSX: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: BL18%20NNW
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL18%2520NNW%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for BL18%20NNW: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: BK16%20XGL
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK16%2520XGL%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for BK16%20XGL: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: EN68%20UYO
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520UYO%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for EN68%20UYO: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: GK64%20YBE
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [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-26 08:11:24 [bca.uk] INFO: Scrape type for GK64%20YBE: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: BD20%20HWA
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [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-26 08:11:24 [bca.uk] INFO: Scrape type for BD20%20HWA: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: VO23%20WCC
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520WCC%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for VO23%20WCC: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: ML23%20VWG
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520VWG%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for ML23%20VWG: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: YR69%20YUG
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520YUG%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for YR69%20YUG: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: BT68%20WMG
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520WMG%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for BT68%20WMG: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: MC21%20OSL
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC21%2520OSL%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for MC21%20OSL: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: DF70%20XGL
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF70%2520XGL%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for DF70%20XGL: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: AJ23%20OWR
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ23%2520OWR%27 HTTP/1.1" 200 None
2026-03-26 08:11:24 [bca.uk] INFO: Scrape type for AJ23%20OWR: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: DY72%20UVJ
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:24 [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-26 08:11:24 [bca.uk] INFO: Scrape type for DY72%20UVJ: 0
2026-03-26 08:11:24 [bca.uk] INFO: Found listing with ID: DL72%20YHT
2026-03-26 08:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520YHT%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for DL72%20YHT: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: MJ24%20DYX
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for MJ24%20DYX: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: KJZ138755
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for KJZ138755: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: EU22%20WNB
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU22%2520WNB%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for EU22%20WNB: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: CA72%20HCE
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520HCE%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for CA72%20HCE: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: DL23%20XJN
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL23%2520XJN%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for DL23%20XJN: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: KY64%20OLK
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for KY64%20OLK: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: KU67%20UDL
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520UDL%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for KU67%20UDL: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: J12%20WRB
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J12%2520WRB%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for J12%20WRB: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: GY67%20ZBR
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for GY67%20ZBR: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: GL22%20ONW
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for GL22%20ONW: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: GK63%20YPD
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for GK63%20YPD: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: DS21%20OGW
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OGW%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for DS21%20OGW: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: GF21%20KPX
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for GF21%20KPX: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: EK69%20OJC
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for EK69%20OJC: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: WU71%20CXX
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for WU71%20CXX: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: FG73%20KTF
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG73%2520KTF%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for FG73%20KTF: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: EU20%20MWD
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU20%2520MWD%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for EU20%20MWD: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: FL22%20SJX
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for FL22%20SJX: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: A23%20NAO
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for A23%20NAO: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: DV22%20GUW
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV22%2520GUW%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for DV22%20GUW: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: PN16%20UWR
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for PN16%20UWR: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: VU67%20XUS
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU67%2520XUS%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for VU67%20XUS: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: FY20%20JNN
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for FY20%20JNN: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: YR18%20YAO
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for YR18%20YAO: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: YS74%20JVP
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS74%2520JVP%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for YS74%20JVP: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: BJ62%20HXR
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ62%2520HXR%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for BJ62%20HXR: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: YR65%20CZD
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for YR65%20CZD: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: FV59%20UZJ
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV59%2520UZJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for FV59%20UZJ: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: PJ16%20UWF
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520UWF%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for PJ16%20UWF: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: ND69%20OAM
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND69%2520OAM%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for ND69%20OAM: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: CK64%20VFB
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK64%2520VFB%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for CK64%20VFB: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: KN57%20ERS
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN57%2520ERS%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for KN57%20ERS: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: LG66%20SDY
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520SDY%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for LG66%20SDY: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: RF06%20KFA
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF06%2520KFA%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for RF06%20KFA: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: VF69%20HNN
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for VF69%20HNN: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: WU62%20XSV
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for WU62%20XSV: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: FD15%20FKB
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for FD15%20FKB: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: AF14%20YKX
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520YKX%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for AF14%20YKX: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: FV14%20AEY
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV14%2520AEY%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for FV14%20AEY: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: FY68%20YLD
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY68%2520YLD%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for FY68%20YLD: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: SC65%20KZF
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC65%2520KZF%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for SC65%20KZF: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: WN15%20VXM
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN15%2520VXM%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for WN15%20VXM: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: BL63%20RPX
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520RPX%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for BL63%20RPX: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: DV10%20ZLK
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV10%2520ZLK%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for DV10%20ZLK: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: DY14%20BCO
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY14%2520BCO%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for DY14%20BCO: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: NG08%20ZDN
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG08%2520ZDN%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for NG08%20ZDN: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: NG16%20RKK
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG16%2520RKK%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for NG16%20RKK: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: PE15%20OPA
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for PE15%20OPA: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: YH18%20DHJ
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520DHJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for YH18%20DHJ: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: YP62%20YWT
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP62%2520YWT%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for YP62%20YWT: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: DE67%20MPX
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE67%2520MPX%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for DE67%20MPX: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: EK65%20PGY
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK65%2520PGY%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for EK65%20PGY: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: GK19%20YXX
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [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-26 08:11:25 [bca.uk] INFO: Scrape type for GK19%20YXX: 0
2026-03-26 08:11:25 [bca.uk] INFO: Found listing with ID: KM69%20FHT
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520FHT%27 HTTP/1.1" 200 None
2026-03-26 08:11:25 [bca.uk] INFO: Scrape type for KM69%20FHT: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LD13%20JYK
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD13%2520JYK%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for LD13%20JYK: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LF13%20FVP
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520FVP%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for LF13%20FVP: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LL63%20HAU
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL63%2520HAU%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for LL63%20HAU: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LM23%20TTO
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [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-26 08:11:26 [bca.uk] INFO: Scrape type for LM23%20TTO: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LM68%20UCR
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM68%2520UCR%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for LM68%20UCR: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LV69%20KNE
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520KNE%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for LV69%20KNE: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LV72%20OHX
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [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-26 08:11:26 [bca.uk] INFO: Scrape type for LV72%20OHX: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LX67%20UHO
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520UHO%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for LX67%20UHO: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LY14%20OFM
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520OFM%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for LY14%20OFM: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LY19%20ETO
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY19%2520ETO%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for LY19%20ETO: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LY65%20DXV
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY65%2520DXV%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for LY65%20DXV: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: LY72%20JSV
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [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-26 08:11:26 [bca.uk] INFO: Scrape type for LY72%20JSV: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: MA17%20VMR
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520VMR%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for MA17%20VMR: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: MV65%20FWP
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV65%2520FWP%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for MV65%20FWP: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: OY68%20KTF
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520KTF%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for OY68%20KTF: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: CV15%20WKS
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [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-26 08:11:26 [bca.uk] INFO: Scrape type for CV15%20WKS: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: YG61%20NUM
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520NUM%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for YG61%20NUM: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: EEZ%204128
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EEZ%25204128%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for EEZ%204128: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: GK65%20ONX
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK65%2520ONX%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for GK65%20ONX: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: VN08%20NJF
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN08%2520NJF%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for VN08%20NJF: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: GU59%20NHP
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU59%2520NHP%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for GU59%20NHP: 0
2026-03-26 08:11:26 [bca.uk] INFO: Found listing with ID: FT60%20WXG
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT60%2520WXG%27 HTTP/1.1" 200 None
2026-03-26 08:11:26 [bca.uk] INFO: Scrape type for FT60%20WXG: 0
2026-03-26 08:11:26 [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-26 08:11:26 [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-26 08:11:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:28 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded
2026-03-26 08:11:28 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Found listing with ID: HK69%20RSZ
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for HK69%20RSZ: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: LC56%20GXG
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC56%2520GXG%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for LC56%20GXG: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: LL67%20YTK
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL67%2520YTK%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for LL67%20YTK: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: LN05%20GLJ
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN05%2520GLJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for LN05%20GLJ: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: LS12%20YDG
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS12%2520YDG%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for LS12%20YDG: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: MA58%20EPO
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA58%2520EPO%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for MA58%20EPO: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: GX17%20OXB
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX17%2520OXB%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for GX17%20OXB: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: X268%20HKE
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X268%2520HKE%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for X268%20HKE: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: ND05%20LFS
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND05%2520LFS%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for ND05%20LFS: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: FE19%20XGH
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for FE19%20XGH: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: FE68%20XBZ
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for FE68%20XBZ: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: LV16%20YWC
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV16%2520YWC%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for LV16%20YWC: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: RF61%20EUB
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for RF61%20EUB: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: VK10%20XFT
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK10%2520XFT%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for VK10%20XFT: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: VO60%20CGE
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO60%2520CGE%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for VO60%20CGE: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: WD55%20DYS
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD55%2520DYS%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for WD55%20DYS: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: WJ60%20UNP
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ60%2520UNP%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for WJ60%20UNP: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: LG64%20KLL
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for LG64%20KLL: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: LS63%20RGO
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for LS63%20RGO: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: LV16%20JVF
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for LV16%20JVF: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: MA62%20CKO
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520CKO%27 HTTP/1.1" 200 None
2026-03-26 08:11:28 [bca.uk] INFO: Scrape type for MA62%20CKO: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: MT62%20HND
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for MT62%20HND: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: MW13%20ABU
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for MW13%20ABU: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: ND21%20YOF
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for ND21%20YOF: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: NU65%20LDY
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for NU65%20LDY: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: OE74%20FUG
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for OE74%20FUG: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: OY69%20OMO
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for OY69%20OMO: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: PE14%20YWH
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for PE14%20YWH: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: PF66%20EAM
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for PF66%20EAM: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: PN67%20XGM
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:28 [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-26 08:11:28 [bca.uk] INFO: Scrape type for PN67%20XGM: 0
2026-03-26 08:11:28 [bca.uk] INFO: Found listing with ID: PX67%20ZSU
2026-03-26 08:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for PX67%20ZSU: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: RJ66%20VZR
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for RJ66%20VZR: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: RX54%20WJE
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for RX54%20WJE: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: SV68%20HRJ
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for SV68%20HRJ: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: VE66%20ZPC
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for VE66%20ZPC: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: VK18%20AEP
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for VK18%20AEP: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: VK19%20FNS
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for VK19%20FNS: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: VK67%20BYF
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for VK67%20BYF: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: VK67%20HTY
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for VK67%20HTY: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: VN19%20JWG
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for VN19%20JWG: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: VO66%20LFY
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for VO66%20LFY: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: VO70%20VOU
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for VO70%20VOU: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: VX71%20CYA
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for VX71%20CYA: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: WP18%20NGU
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for WP18%20NGU: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: YE19%20YTF
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for YE19%20YTF: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: YF17%20ABZ
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for YF17%20ABZ: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: YG20%20ZZT
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for YG20%20ZZT: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: YH62%20KLP
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for YH62%20KLP: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: YK16%20OLA
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520OLA%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for YK16%20OLA: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: YX18%20OEH
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for YX18%20OEH: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: AU67%20ZMZ
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for AU67%20ZMZ: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: BG63%20EOM
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for BG63%20EOM: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: BJ72%20AEB
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for BJ72%20AEB: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: BV18%20ZNA
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for BV18%20ZNA: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: BV73%20XSL
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for BV73%20XSL: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: CF16%20NXL
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for CF16%20NXL: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: DF16%20VHJ
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for DF16%20VHJ: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: DL18%20OTR
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for DL18%20OTR: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: FL15%20OFK
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for FL15%20OFK: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: FL66%20FRU
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for FL66%20FRU: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: FM17%20GYU
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for FM17%20GYU: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: FT17%20CYW
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for FT17%20CYW: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: FV17%20BEY
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for FV17%20BEY: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: FV61%20VCK
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for FV61%20VCK: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: FV65%20HVW
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for FV65%20HVW: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: GJ17%20ZWP
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for GJ17%20ZWP: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: HK68%20VMM
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for HK68%20VMM: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: KL19%20CLJ
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for KL19%20CLJ: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: KV20%20XHJ
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520XHJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for KV20%20XHJ: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: KV65%20WGM
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for KV65%20WGM: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: KX67%20OKP
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for KX67%20OKP: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: RO61%20SZZ
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO61%2520SZZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for RO61%20SZZ: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: BL14%20EYC
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL14%2520EYC%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for BL14%20EYC: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: BV66%20FVG
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for BV66%20FVG: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: CA74%20LKZ
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for CA74%20LKZ: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: EK70%20MUC
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for EK70%20MUC: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: GV62%20GCY
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for GV62%20GCY: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: DF13%20OAN
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for DF13%20OAN: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: FG66%20RZD
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for FG66%20RZD: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: OV10%20YBJ
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV10%2520YBJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for OV10%20YBJ: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: CE19%20KDN
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [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-26 08:11:29 [bca.uk] INFO: Scrape type for CE19%20KDN: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: CF21%20YFH
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF21%2520YFH%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for CF21%20YFH: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: CF22%20LCY
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520LCY%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for CF22%20LCY: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: CF72%20VTD
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520VTD%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for CF72%20VTD: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: CP19%20VFU
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520VFU%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for CP19%20VFU: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: CP66%20CCF
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP66%2520CCF%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for CP66%20CCF: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: CU64%20VGP
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU64%2520VGP%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for CU64%20VGP: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: CV17%20JNN
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV17%2520JNN%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for CV17%20JNN: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: EA70%20POJ
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA70%2520POJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for EA70%20POJ: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: FJ64%20WYB
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ64%2520WYB%27 HTTP/1.1" 200 None
2026-03-26 08:11:29 [bca.uk] INFO: Scrape type for FJ64%20WYB: 0
2026-03-26 08:11:29 [bca.uk] INFO: Found listing with ID: HT19%20OKV
2026-03-26 08:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT19%2520OKV%27 HTTP/1.1" 200 None
2026-03-26 08:11:30 [bca.uk] INFO: Scrape type for HT19%20OKV: 0
2026-03-26 08:11:30 [bca.uk] INFO: Found listing with ID: LM13%20OHY
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM13%2520OHY%27 HTTP/1.1" 200 None
2026-03-26 08:11:30 [bca.uk] INFO: Scrape type for LM13%20OHY: 0
2026-03-26 08:11:30 [bca.uk] INFO: Found listing with ID: MK71%20TPF
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:30 [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-26 08:11:30 [bca.uk] INFO: Scrape type for MK71%20TPF: 0
2026-03-26 08:11:30 [bca.uk] INFO: Found listing with ID: MM22%20KFV
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:30 [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-26 08:11:30 [bca.uk] INFO: Scrape type for MM22%20KFV: 2
2026-03-26 08:11:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 425ed974-879c-505f-bd8c-c9d8ae254360 with identifier: MM22%20KFV
2026-03-26 08:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 425ed974-879c-505f-bd8c-c9d8ae254360 with scrape type 2
2026-03-26 08:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 425ed974-879c-505f-bd8c-c9d8ae254360 with scrape type 2
2026-03-26 08:11:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 425ed974-879c-505f-bd8c-c9d8ae254360, identifier: MM22%20KFV
2026-03-26 08:11:30 [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-26 08:11:30 [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-26 08:11:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 425ed974-879c-505f-bd8c-c9d8ae254360 with identifier: MM22%20KFV
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FLPG HTTP/1.1" 200 None
2026-03-26 08:11:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:11:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 425ed974-879c-505f-bd8c-c9d8ae254360 with identifier: MM22%20KFV
2026-03-26 08:11:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 425ed974-879c-505f-bd8c-c9d8ae254360 with identifier: MM22%20KFV to the API
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM22%20KFV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/LPG',
'id': '425ed974-879c-505f-bd8c-c9d8ae254360',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MM22 KFV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM22%20KFV&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'DACIA',
'model': 'SANDERO STEPWAY',
'odometer': 27495,
'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 STEPWAY 1.0 TCE BI-FUEL PRESTIGE Hatchback',
'transmission': 'manual',
'trim': 'TCE BI-FUEL PRESTIGE',
'vin': 'UU1DJF00968892422',
'year': 2022}
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:30 [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-26 08:11:30 [bca.uk] INFO: Saving data for MM22%20KFV: {'auction_closing_time': 1774519200.0, 'created_time': 1774016360.397864, 'last_price_update_time': 1774512690.873004}
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM22%2520KFV') HTTP/1.1" 204 0
2026-03-26 08:11:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:11:30 [bca.uk] INFO: Found listing with ID: MW23%20HHK
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520HHK%27 HTTP/1.1" 200 None
2026-03-26 08:11:30 [bca.uk] INFO: Scrape type for MW23%20HHK: 0
2026-03-26 08:11:30 [bca.uk] INFO: Found listing with ID: MW66%20OBO
2026-03-26 08:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW66%2520OBO%27 HTTP/1.1" 200 None
2026-03-26 08:11:31 [bca.uk] INFO: Scrape type for MW66%20OBO: 0
2026-03-26 08:11:31 [bca.uk] INFO: Found listing with ID: NL12%20OVT
2026-03-26 08:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520OVT%27 HTTP/1.1" 200 None
2026-03-26 08:11:31 [bca.uk] INFO: Scrape type for NL12%20OVT: 0
2026-03-26 08:11:31 [bca.uk] INFO: Found listing with ID: OV22%20LGK
2026-03-26 08:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520LGK%27 HTTP/1.1" 200 None
2026-03-26 08:11:31 [bca.uk] INFO: Scrape type for OV22%20LGK: 0
2026-03-26 08:11:31 [bca.uk] INFO: Found listing with ID: SE15%20UDD
2026-03-26 08:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE15%2520UDD%27 HTTP/1.1" 200 None
2026-03-26 08:11:31 [bca.uk] INFO: Scrape type for SE15%20UDD: 0
2026-03-26 08:11:31 [bca.uk] INFO: Found listing with ID: SM65%20ZKU
2026-03-26 08:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:31 [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-26 08:11:31 [bca.uk] INFO: Scrape type for SM65%20ZKU: 0
2026-03-26 08:11:32 [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-26 08:11:32 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:32 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded
2026-03-26 08:11:32 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:32 [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-26 08:11:32 [bca.uk] INFO: Found listing with ID: YL17%20NFX
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520NFX%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for YL17%20NFX: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: LR62%20FOA
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR62%2520FOA%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for LR62%20FOA: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: DY62%20KZX
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY62%2520KZX%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for DY62%20KZX: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: OV07%20CKX
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV07%2520CKX%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for OV07%20CKX: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: FG15%20KSF
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [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-26 08:11:32 [bca.uk] INFO: Scrape type for FG15%20KSF: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: FG66%20GKP
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520GKP%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for FG66%20GKP: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: MH24%20ZDS
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [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-26 08:11:32 [bca.uk] INFO: Scrape type for MH24%20ZDS: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: LC70%20UBJ
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [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-26 08:11:32 [bca.uk] INFO: Scrape type for LC70%20UBJ: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: LC10%20OTW
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC10%2520OTW%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for LC10%20OTW: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: YE61%20FGG
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE61%2520FGG%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for YE61%20FGG: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: LL13%20PPO
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL13%2520PPO%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for LL13%20PPO: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: VN11%20KFP
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN11%2520KFP%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for VN11%20KFP: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: BJ15%20UDB
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ15%2520UDB%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for BJ15%20UDB: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: YT05%20FAO
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT05%2520FAO%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for YT05%20FAO: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: R15%20SER
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R15%2520SER%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for R15%20SER: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: WJ61%20HNH
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ61%2520HNH%27 HTTP/1.1" 200 None
2026-03-26 08:11:32 [bca.uk] INFO: Scrape type for WJ61%20HNH: 0
2026-03-26 08:11:32 [bca.uk] INFO: Found listing with ID: RJ60%20UUD
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for RJ60%20UUD: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: PR10%20KCR
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PR10%2520KCR%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for PR10%20KCR: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: EO22%20OJN
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for EO22%20OJN: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: WN25%20TJO
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520TJO%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for WN25%20TJO: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: DP22%20TKE
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for DP22%20TKE: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: DB19%20DFX
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DB19%2520DFX%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for DB19%20DFX: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: MP19%20YXY
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520YXY%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for MP19%20YXY: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: WT25%20FYY
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for WT25%20FYY: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: KM65%20ORS
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM65%2520ORS%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for KM65%20ORS: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: MF18%20NHV
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF18%2520NHV%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for MF18%20NHV: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: WP72%20FXD
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for WP72%20FXD: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: CE19%20VGY
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE19%2520VGY%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for CE19%20VGY: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: VN18%20VLZ
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520VLZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for VN18%20VLZ: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: LS69%20EOZ
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520EOZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for LS69%20EOZ: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: LE19%20VZP
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520VZP%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for LE19%20VZP: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: LC22%20EAY
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for LC22%20EAY: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: RF19%20ZFY
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for RF19%20ZFY: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: GX19%20TVF
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for GX19%20TVF: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: SV21%20ZNZ
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for SV21%20ZNZ: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: BM23%20MYV
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM23%2520MYV%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for BM23%20MYV: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: BK23%20HVU
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520HVU%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for BK23%20HVU: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: HY75%20LNV
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for HY75%20LNV: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: SH22%20HNA
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH22%2520HNA%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for SH22%20HNA: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: GR19%20NGJ
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for GR19%20NGJ: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: FM67%20EGZ
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM67%2520EGZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for FM67%20EGZ: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: MH68%20OCN
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH68%2520OCN%27 HTTP/1.1" 200 None
2026-03-26 08:11:33 [bca.uk] INFO: Scrape type for MH68%20OCN: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: FH17%20FGP
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for FH17%20FGP: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: FRZ%205075
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for FRZ%205075: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: ML11%20BDF
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for ML11%20BDF: 0
2026-03-26 08:11:33 [bca.uk] INFO: Found listing with ID: YM64%20PGY
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:33 [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-26 08:11:33 [bca.uk] INFO: Scrape type for YM64%20PGY: 2
2026-03-26 08:11:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with identifier: YM64%20PGY
2026-03-26 08:11:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with scrape type 2
2026-03-26 08:11:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with scrape type 2
2026-03-26 08:11:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 478b6d39-4e7b-5ed5-af02-6ff78d53f780, identifier: YM64%20PGY
2026-03-26 08:11:33 [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-26 08:11:33 [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-26 08:11:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with identifier: YM64%20PGY
2026-03-26 08:11:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with identifier: YM64%20PGY
2026-03-26 08:11:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with identifier: YM64%20PGY to the API
2026-03-26 08:11:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'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-31T10: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-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Saving data for YM64%20PGY: {'auction_closing_time': 1774951200.0, 'created_time': 1774044245.547988, 'last_price_update_time': 1774512694.009256}
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: EA70%20VCU
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for EA70%20VCU: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: W12%20SWW
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for W12%20SWW: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: BC19%20NNH
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC19%2520NNH%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for BC19%20NNH: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: AJ71%20TNO
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for AJ71%20TNO: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: SM20%20VMU
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM20%2520VMU%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for SM20%20VMU: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: LD23%20MXG
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520MXG%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for LD23%20MXG: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: AF22%20ZPK
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520ZPK%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for AF22%20ZPK: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: CY21%20HMH
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY21%2520HMH%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for CY21%20HMH: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: LB73%20GJZ
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for LB73%20GJZ: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: CN13%20OVP
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN13%2520OVP%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for CN13%20OVP: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: HJ15%20MKL
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for HJ15%20MKL: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: YT11%20OGM
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for YT11%20OGM: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: MA19%20ZWL
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA19%2520ZWL%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for MA19%20ZWL: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: PE70%20KTT
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE70%2520KTT%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for PE70%20KTT: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: EK71%20MJX
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520MJX%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for EK71%20MJX: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: FT61%20HZU
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT61%2520HZU%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for FT61%20HZU: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: LG19%20AHF
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG19%2520AHF%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for LG19%20AHF: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: EX68%20HAO
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX68%2520HAO%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for EX68%20HAO: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: DG64%20OXA
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for DG64%20OXA: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: VU61%20UEK
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for VU61%20UEK: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: Y777%20TTS
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for Y777%20TTS: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: AJ19%20UNS
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520UNS%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for AJ19%20UNS: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: NG71%20WTT
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520WTT%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for NG71%20WTT: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: EJ17%20EKA
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520EKA%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for EJ17%20EKA: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: SC17%20DRO
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC17%2520DRO%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for SC17%20DRO: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: SJ67%20WYZ
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ67%2520WYZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for SJ67%20WYZ: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: FE18%20YSK
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE18%2520YSK%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for FE18%20YSK: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: YE16%20BNZ
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for YE16%20BNZ: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: AJ16%20VBK
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ16%2520VBK%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for AJ16%20VBK: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: LT69%20LKE
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for LT69%20LKE: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: FL18%20NSJ
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL18%2520NSJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for FL18%20NSJ: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: DC14%20NRU
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC14%2520NRU%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for DC14%20NRU: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: LL13%20JZR
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL13%2520JZR%27 HTTP/1.1" 200 None
2026-03-26 08:11:34 [bca.uk] INFO: Scrape type for LL13%20JZR: 0
2026-03-26 08:11:34 [bca.uk] INFO: Found listing with ID: LP72%20OEY
2026-03-26 08:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:34 [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-26 08:11:34 [bca.uk] INFO: Scrape type for LP72%20OEY: 2
2026-03-26 08:11:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64e3ae68-7aaf-5257-8f7b-4618d251d6fd with identifier: LP72%20OEY
2026-03-26 08:11:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64e3ae68-7aaf-5257-8f7b-4618d251d6fd with scrape type 2
2026-03-26 08:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64e3ae68-7aaf-5257-8f7b-4618d251d6fd with scrape type 2
2026-03-26 08:11:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64e3ae68-7aaf-5257-8f7b-4618d251d6fd, identifier: LP72%20OEY
2026-03-26 08:11:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64e3ae68-7aaf-5257-8f7b-4618d251d6fd with identifier: LP72%20OEY
2026-03-26 08:11:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64e3ae68-7aaf-5257-8f7b-4618d251d6fd with identifier: LP72%20OEY
2026-03-26 08:11:34 [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-26 08:11:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&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-26T10: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': 'auction',
'location': 'Bristol',
'make': 'NISSAN',
'model': 'LEAF',
'odometer': 18528,
'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 110KW 39KWH ACENTA Hatchback',
'transmission': 'automatic',
'trim': '110KW 39KWH ACENTA',
'vin': 'SJNFAAZE1U0178896',
'year': 2022}
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [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-26 08:11:35 [bca.uk] INFO: Saving data for LP72%20OEY: {'auction_closing_time': 1774519200.0, 'created_time': 1773843898.346465, 'last_price_update_time': 1774512695.077236}
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [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-26 08:11:35 [bca.uk] INFO: Found listing with ID: WD68%20AVZ
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [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-26 08:11:35 [bca.uk] INFO: Scrape type for WD68%20AVZ: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: J400%20FFF
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J400%2520FFF%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for J400%20FFF: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: ML68%20AMK
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520AMK%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for ML68%20AMK: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: KT66%20SFK
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [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-26 08:11:35 [bca.uk] INFO: Scrape type for KT66%20SFK: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: YC24%20XEF
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520XEF%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for YC24%20XEF: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: EF69%20FYO
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF69%2520FYO%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for EF69%20FYO: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: AJ11%20ZJX
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ11%2520ZJX%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for AJ11%20ZJX: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: BT13%20KWK
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT13%2520KWK%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for BT13%20KWK: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: DN11%20HBU
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN11%2520HBU%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for DN11%20HBU: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: FM53%20NZD
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM53%2520NZD%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for FM53%20NZD: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: KR65%20BCZ
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520BCZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for KR65%20BCZ: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: ML16%20UAX
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML16%2520UAX%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for ML16%20UAX: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: SW68%20GZR
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520GZR%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for SW68%20GZR: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: WG09%20HBF
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG09%2520HBF%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for WG09%20HBF: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: YA10%20CTE
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA10%2520CTE%27 HTTP/1.1" 200 None
2026-03-26 08:11:35 [bca.uk] INFO: Scrape type for YA10%20CTE: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: P555%20CHC
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [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-26 08:11:35 [bca.uk] INFO: Scrape type for P555%20CHC: 2
2026-03-26 08:11:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 637bec2d-6a17-5d8a-85fc-e09159b78a2d with identifier: P555%20CHC
2026-03-26 08:11:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 637bec2d-6a17-5d8a-85fc-e09159b78a2d with scrape type 2
2026-03-26 08:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 637bec2d-6a17-5d8a-85fc-e09159b78a2d with scrape type 2
2026-03-26 08:11:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 637bec2d-6a17-5d8a-85fc-e09159b78a2d, identifier: P555%20CHC
2026-03-26 08:11:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 637bec2d-6a17-5d8a-85fc-e09159b78a2d with identifier: P555%20CHC
2026-03-26 08:11:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 637bec2d-6a17-5d8a-85fc-e09159b78a2d with identifier: P555%20CHC
2026-03-26 08:11:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 637bec2d-6a17-5d8a-85fc-e09159b78a2d with identifier: P555%20CHC to the API
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'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-31T10: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-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [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-26 08:11:35 [bca.uk] INFO: Saving data for P555%20CHC: {'auction_closing_time': 1774951200.0, 'created_time': 1773907869.69914, 'last_price_update_time': 1774512695.813215}
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [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-26 08:11:35 [bca.uk] INFO: Found listing with ID: CU54%20OFO
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [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-26 08:11:35 [bca.uk] INFO: Scrape type for CU54%20OFO: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: EK13%20LCY
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [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-26 08:11:35 [bca.uk] INFO: Scrape type for EK13%20LCY: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: BD16%20CMX
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [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-26 08:11:35 [bca.uk] INFO: Scrape type for BD16%20CMX: 0
2026-03-26 08:11:35 [bca.uk] INFO: Found listing with ID: HV17%20XGG
2026-03-26 08:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:35 [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-26 08:11:35 [bca.uk] INFO: Scrape type for HV17%20XGG: 0
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:38 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded
2026-03-26 08:11:38 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Found listing with ID: LL64%20PGX
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for LL64%20PGX: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: RJ15%20EFO
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for RJ15%20EFO: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: WJ13%20GZV
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520GZV%27 HTTP/1.1" 200 None
2026-03-26 08:11:38 [bca.uk] INFO: Scrape type for WJ13%20GZV: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: AE18%20OAD
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for AE18%20OAD: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: AY14%20NHT
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for AY14%20NHT: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: DU58%20GWM
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for DU58%20GWM: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: YB09%20YDY
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for YB09%20YDY: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: OY62%20XSC
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for OY62%20XSC: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: EA67%20HVH
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for EA67%20HVH: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: BN64%20YAW
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for BN64%20YAW: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: PF60%20CLY
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for PF60%20CLY: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: MV15%20MWW
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for MV15%20MWW: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: LX66%20KVO
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for LX66%20KVO: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: RE68%20XKH
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for RE68%20XKH: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: BL64%20OCA
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for BL64%20OCA: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: RA16%20AZG
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for RA16%20AZG: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: AK61%20KFU
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for AK61%20KFU: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: SH61%20BHK
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for SH61%20BHK: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: YC10%20YGA
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for YC10%20YGA: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: DN59%20RGY
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for DN59%20RGY: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: YT56%20NKL
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT56%2520NKL%27 HTTP/1.1" 200 None
2026-03-26 08:11:38 [bca.uk] INFO: Scrape type for YT56%20NKL: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: SM64%20NZH
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for SM64%20NZH: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: YH63%20OEL
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH63%2520OEL%27 HTTP/1.1" 200 None
2026-03-26 08:11:38 [bca.uk] INFO: Scrape type for YH63%20OEL: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: RV22%20OVZ
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520OVZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:38 [bca.uk] INFO: Scrape type for RV22%20OVZ: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: DL66%20HEJ
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for DL66%20HEJ: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: NL64%20PZV
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520PZV%27 HTTP/1.1" 200 None
2026-03-26 08:11:38 [bca.uk] INFO: Scrape type for NL64%20PZV: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: YR64%20GZZ
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR64%2520GZZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:38 [bca.uk] INFO: Scrape type for YR64%20GZZ: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: KP19%20MYS
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP19%2520MYS%27 HTTP/1.1" 200 None
2026-03-26 08:11:38 [bca.uk] INFO: Scrape type for KP19%20MYS: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: BL12%20XGC
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for BL12%20XGC: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: VA64%20MUV
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for VA64%20MUV: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: NA67%20EOF
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [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-26 08:11:38 [bca.uk] INFO: Scrape type for NA67%20EOF: 0
2026-03-26 08:11:38 [bca.uk] INFO: Found listing with ID: KY68%20BNL
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY68%2520BNL%27 HTTP/1.1" 200 None
2026-03-26 08:11:38 [bca.uk] INFO: Scrape type for KY68%20BNL: 2
2026-03-26 08:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17374892-7fcc-54ff-969a-c5d7bd1b1d08 with identifier: KY68%20BNL
2026-03-26 08:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17374892-7fcc-54ff-969a-c5d7bd1b1d08 with scrape type 2
2026-03-26 08:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17374892-7fcc-54ff-969a-c5d7bd1b1d08 with scrape type 2
2026-03-26 08:11:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17374892-7fcc-54ff-969a-c5d7bd1b1d08, identifier: KY68%20BNL
2026-03-26 08:11:38 [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-26 08:11:38 [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-26 08:11:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17374892-7fcc-54ff-969a-c5d7bd1b1d08 with identifier: KY68%20BNL
2026-03-26 08:11:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17374892-7fcc-54ff-969a-c5d7bd1b1d08 with identifier: KY68%20BNL
2026-03-26 08:11:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17374892-7fcc-54ff-969a-c5d7bd1b1d08 with identifier: KY68%20BNL to the API
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:39 [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': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY68%20BNL-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '17374892-7fcc-54ff-969a-c5d7bd1b1d08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KY68 BNL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY68%20BNL&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'CITROEN',
'model': 'C3 AIRCROSS',
'odometer': 57974,
'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.2 P/T 110 FLAIR (6) Hatchback',
'transmission': 'manual',
'trim': 'P/T 110 FLAIR (6)',
'vin': 'VF72RHNPJJ4424924',
'year': 2018}
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY68%2520BNL%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Saving data for KY68%20BNL: {'auction_closing_time': 1774519200.0, 'created_time': 1774045247.211906, 'last_price_update_time': 1774512699.210062}
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY68%2520BNL') HTTP/1.1" 204 0
2026-03-26 08:11:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: BK72%20PXC
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for BK72%20PXC: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: AF22%20TLZ
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for AF22%20TLZ: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: SJ21%20DFZ
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for SJ21%20DFZ: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: LB18%20VTG
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for LB18%20VTG: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: AJ74%20GMG
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for AJ74%20GMG: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: AE66%20MFO
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for AE66%20MFO: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: AJ18%20OFN
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for AJ18%20OFN: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: AF19%20KFX
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for AF19%20KFX: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: SN16%20EHV
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520EHV%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for SN16%20EHV: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: LG66%20VOH
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520VOH%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for LG66%20VOH: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: YF18%20AZL
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for YF18%20AZL: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: LF23%20SPM
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for LF23%20SPM: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: BG69%20BVF
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for BG69%20BVF: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: FV67%20HKY
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520HKY%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for FV67%20HKY: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: YR72%20OHG
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for YR72%20OHG: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: DK16%20OSM
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for DK16%20OSM: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: ND16%20UWJ
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND16%2520UWJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for ND16%20UWJ: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: LG23%20YLR
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for LG23%20YLR: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: AX68%20VOD
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX68%2520VOD%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for AX68%20VOD: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: MRZ%202379
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MRZ%25202379%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for MRZ%202379: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: CN67%20UVV
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for CN67%20UVV: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: WX19%20EYL
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX19%2520EYL%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for WX19%20EYL: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: OE67%20XBM
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE67%2520XBM%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for OE67%20XBM: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: RE14%20VAK
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for RE14%20VAK: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: LP69%20NTK
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520NTK%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for LP69%20NTK: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: LO17%20CLZ
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO17%2520CLZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for LO17%20CLZ: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: LG20%20YMJ
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for LG20%20YMJ: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: WM66%20ATN
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM66%2520ATN%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for WM66%20ATN: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: DG18%20ZBP
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for DG18%20ZBP: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: BH19%20VDA
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for BH19%20VDA: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: EA12%20VWO
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA12%2520VWO%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for EA12%20VWO: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: VE73%20NKG
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for VE73%20NKG: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: OE68%20LBL
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520LBL%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for OE68%20LBL: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: MT17%20PHX
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520PHX%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for MT17%20PHX: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: DK71%20LBV
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK71%2520LBV%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for DK71%20LBV: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: DK21%20NVW
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK21%2520NVW%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for DK21%20NVW: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: LD17%20GMU
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD17%2520GMU%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for LD17%20GMU: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: DF14%20YDD
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520YDD%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for DF14%20YDD: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: EA23%20NVM
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA23%2520NVM%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for EA23%20NVM: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: KP73%20YYR
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP73%2520YYR%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for KP73%20YYR: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: RE22%20NXV
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for RE22%20NXV: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: WG69%20OKP
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [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-26 08:11:39 [bca.uk] INFO: Scrape type for WG69%20OKP: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: KJ19%20JGX
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520JGX%27 HTTP/1.1" 200 None
2026-03-26 08:11:39 [bca.uk] INFO: Scrape type for KJ19%20JGX: 0
2026-03-26 08:11:39 [bca.uk] INFO: Found listing with ID: DA65%20LHD
2026-03-26 08:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA65%2520LHD%27 HTTP/1.1" 200 None
2026-03-26 08:11:40 [bca.uk] INFO: Scrape type for DA65%20LHD: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: BK66%20NLY
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK66%2520NLY%27 HTTP/1.1" 200 None
2026-03-26 08:11:40 [bca.uk] INFO: Scrape type for BK66%20NLY: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: FY26%20VDK
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Scrape type for FY26%20VDK: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: EJ08%20CHN
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Scrape type for EJ08%20CHN: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: LM72%20CMF
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Scrape type for LM72%20CMF: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: LG64%20SVT
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Scrape type for LG64%20SVT: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: PO19%20ZRL
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Scrape type for PO19%20ZRL: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: KS15%20GCO
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Scrape type for KS15%20GCO: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: BP66%20FWH
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Scrape type for BP66%20FWH: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: GJ25%20MLU
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ25%2520MLU%27 HTTP/1.1" 200 None
2026-03-26 08:11:40 [bca.uk] INFO: Scrape type for GJ25%20MLU: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: KY09%20LBG
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Scrape type for KY09%20LBG: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: DV13%20LZD
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV13%2520LZD%27 HTTP/1.1" 200 None
2026-03-26 08:11:40 [bca.uk] INFO: Scrape type for DV13%20LZD: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: FD22%20JVR
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Scrape type for FD22%20JVR: 2
2026-03-26 08:11:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a61a8365-8d58-5c55-9301-fc57d7476f45 with identifier: FD22%20JVR
2026-03-26 08:11:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61a8365-8d58-5c55-9301-fc57d7476f45 with scrape type 2
2026-03-26 08:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a61a8365-8d58-5c55-9301-fc57d7476f45 with scrape type 2
2026-03-26 08:11:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a61a8365-8d58-5c55-9301-fc57d7476f45, identifier: FD22%20JVR
2026-03-26 08:11:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a61a8365-8d58-5c55-9301-fc57d7476f45 with identifier: FD22%20JVR
2026-03-26 08:11:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a61a8365-8d58-5c55-9301-fc57d7476f45 with identifier: FD22%20JVR
2026-03-26 08:11:40 [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-26 08:11:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:40 [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': 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-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Saving data for FD22%20JVR: {'auction_closing_time': 1774864800.0, 'created_time': 1774044905.036846, 'last_price_update_time': 1774512700.707087}
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Found listing with ID: YP67%20YDH
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520YDH%27 HTTP/1.1" 200 None
2026-03-26 08:11:40 [bca.uk] INFO: Scrape type for YP67%20YDH: 0
2026-03-26 08:11:40 [bca.uk] INFO: Found listing with ID: SV21%20OGE
2026-03-26 08:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:40 [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-26 08:11:40 [bca.uk] INFO: Scrape type for SV21%20OGE: 2
2026-03-26 08:11:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5 with identifier: SV21%20OGE
2026-03-26 08:11:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5 with scrape type 2
2026-03-26 08:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5 with scrape type 2
2026-03-26 08:11:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5, identifier: SV21%20OGE
2026-03-26 08:11:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5 with identifier: SV21%20OGE
2026-03-26 08:11:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5 with identifier: SV21%20OGE
2026-03-26 08:11:41 [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-26 08:11:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:41 [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=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-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [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-26 08:11:41 [bca.uk] INFO: Saving data for SV21%20OGE: {'auction_closing_time': 1774864800.0, 'created_time': 1773908027.041723, 'last_price_update_time': 1774512701.27901}
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [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-26 08:11:41 [bca.uk] INFO: Found listing with ID: MX68%20WGZ
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX68%2520WGZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:41 [bca.uk] INFO: Scrape type for MX68%20WGZ: 0
2026-03-26 08:11:41 [bca.uk] INFO: Found listing with ID: ML19%20NBD
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520NBD%27 HTTP/1.1" 200 None
2026-03-26 08:11:41 [bca.uk] INFO: Scrape type for ML19%20NBD: 0
2026-03-26 08:11:41 [bca.uk] INFO: Found listing with ID: NU18%20HHN
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU18%2520HHN%27 HTTP/1.1" 200 None
2026-03-26 08:11:41 [bca.uk] INFO: Scrape type for NU18%20HHN: 0
2026-03-26 08:11:41 [bca.uk] INFO: Found listing with ID: ML19%20NAE
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520NAE%27 HTTP/1.1" 200 None
2026-03-26 08:11:41 [bca.uk] INFO: Scrape type for ML19%20NAE: 0
2026-03-26 08:11:41 [bca.uk] INFO: Found listing with ID: BK72%20UOJ
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [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-26 08:11:41 [bca.uk] INFO: Scrape type for BK72%20UOJ: 0
2026-03-26 08:11:41 [bca.uk] INFO: Found listing with ID: X154%20YAK
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [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-26 08:11:41 [bca.uk] INFO: Scrape type for X154%20YAK: 0
2026-03-26 08:11:41 [bca.uk] INFO: Found listing with ID: MC72%20TXW
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC72%2520TXW%27 HTTP/1.1" 200 None
2026-03-26 08:11:41 [bca.uk] INFO: Scrape type for MC72%20TXW: 0
2026-03-26 08:11:41 [bca.uk] INFO: Found listing with ID: MF25%20XLB
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [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-26 08:11:41 [bca.uk] INFO: Scrape type for MF25%20XLB: 2
2026-03-26 08:11:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ffcebab-ed0f-5879-be9b-be27e0c2a88a with identifier: MF25%20XLB
2026-03-26 08:11:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ffcebab-ed0f-5879-be9b-be27e0c2a88a with scrape type 2
2026-03-26 08:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ffcebab-ed0f-5879-be9b-be27e0c2a88a with scrape type 2
2026-03-26 08:11:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ffcebab-ed0f-5879-be9b-be27e0c2a88a, identifier: MF25%20XLB
2026-03-26 08:11:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ffcebab-ed0f-5879-be9b-be27e0c2a88a with identifier: MF25%20XLB
2026-03-26 08:11:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ffcebab-ed0f-5879-be9b-be27e0c2a88a with identifier: MF25%20XLB
2026-03-26 08:11:41 [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-26 08:11:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:41 [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=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-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [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-26 08:11:41 [bca.uk] INFO: Saving data for MF25%20XLB: {'auction_closing_time': 1774864800.0, 'created_time': 1773908033.873909, 'last_price_update_time': 1774512701.803242}
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [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-26 08:11:41 [bca.uk] INFO: Found listing with ID: MC72%20TXS
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC72%2520TXS%27 HTTP/1.1" 200 None
2026-03-26 08:11:41 [bca.uk] INFO: Scrape type for MC72%20TXS: 0
2026-03-26 08:11:41 [bca.uk] INFO: Found listing with ID: FE69%20FHJ
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520FHJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:41 [bca.uk] INFO: Scrape type for FE69%20FHJ: 0
2026-03-26 08:11:43 [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-26 08:11:43 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded
2026-03-26 08:11:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:43 [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-26 08:11:43 [bca.uk] INFO: Found listing with ID: DS71%20EAY
2026-03-26 08:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:43 [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-26 08:11:43 [bca.uk] INFO: Scrape type for DS71%20EAY: 0
2026-03-26 08:11:43 [bca.uk] INFO: Found listing with ID: YY62%20UGF
2026-03-26 08:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY62%2520UGF%27 HTTP/1.1" 200 None
2026-03-26 08:11:43 [bca.uk] INFO: Scrape type for YY62%20UGF: 0
2026-03-26 08:11:43 [bca.uk] INFO: Found listing with ID: MA23%20TZK
2026-03-26 08:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520TZK%27 HTTP/1.1" 200 None
2026-03-26 08:11:43 [bca.uk] INFO: Scrape type for MA23%20TZK: 0
2026-03-26 08:11:43 [bca.uk] INFO: Found listing with ID: DY24%20HKK
2026-03-26 08:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520HKK%27 HTTP/1.1" 200 None
2026-03-26 08:11:43 [bca.uk] INFO: Scrape type for DY24%20HKK: 0
2026-03-26 08:11:43 [bca.uk] INFO: Found listing with ID: OY75%20UCW
2026-03-26 08:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:43 [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-26 08:11:43 [bca.uk] INFO: Scrape type for OY75%20UCW: 2
2026-03-26 08:11:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52bb8683-a417-5f04-bd32-191835cf2610 with identifier: OY75%20UCW
2026-03-26 08:11:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52bb8683-a417-5f04-bd32-191835cf2610 with scrape type 2
2026-03-26 08:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52bb8683-a417-5f04-bd32-191835cf2610 with scrape type 2
2026-03-26 08:11:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52bb8683-a417-5f04-bd32-191835cf2610, identifier: OY75%20UCW
2026-03-26 08:11:43 [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-26 08:11:43 [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-26 08:11:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52bb8683-a417-5f04-bd32-191835cf2610 with identifier: OY75%20UCW
2026-03-26 08:11:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52bb8683-a417-5f04-bd32-191835cf2610 with identifier: OY75%20UCW
2026-03-26 08:11:43 [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-26 08:11:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:43 [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': 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 PLUS Coupe',
'transmission': 'automatic',
'trim': '400KW 100KWH DM LR PLUS',
'vin': 'YSM4ZPAA9TF434530',
'year': 2025}
2026-03-26 08:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:43 [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-26 08:11:43 [bca.uk] INFO: Saving data for OY75%20UCW: {'auction_closing_time': 1774864800.0, 'created_time': 1774044887.149177, 'last_price_update_time': 1774512703.876647}
2026-03-26 08:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:43 [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-26 08:11:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:11:43 [bca.uk] INFO: Found listing with ID: MA23%20UZO
2026-03-26 08:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:44 [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-26 08:11:44 [bca.uk] INFO: Scrape type for MA23%20UZO: 2
2026-03-26 08:11:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df0f7e30-52c1-5111-b034-189c770bba03 with identifier: MA23%20UZO
2026-03-26 08:11:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df0f7e30-52c1-5111-b034-189c770bba03 with scrape type 2
2026-03-26 08:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df0f7e30-52c1-5111-b034-189c770bba03 with scrape type 2
2026-03-26 08:11:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df0f7e30-52c1-5111-b034-189c770bba03, identifier: MA23%20UZO
2026-03-26 08:11:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df0f7e30-52c1-5111-b034-189c770bba03 with identifier: MA23%20UZO
2026-03-26 08:11:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df0f7e30-52c1-5111-b034-189c770bba03 with identifier: MA23%20UZO
2026-03-26 08:11:44 [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-26 08:11:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:44 [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': 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-26 08:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:44 [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-26 08:11:44 [bca.uk] INFO: Saving data for MA23%20UZO: {'auction_closing_time': 1774864800.0, 'created_time': 1774044886.557059, 'last_price_update_time': 1774512704.420033}
2026-03-26 08:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:44 [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-26 08:11:44 [bca.uk] INFO: Found listing with ID: OY20%20UVA
2026-03-26 08:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:44 [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-26 08:11:44 [bca.uk] INFO: Scrape type for OY20%20UVA: 2
2026-03-26 08:11:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b9b144b-c0d0-5612-9fc3-561a0cf43e79 with identifier: OY20%20UVA
2026-03-26 08:11:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b9b144b-c0d0-5612-9fc3-561a0cf43e79 with scrape type 2
2026-03-26 08:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b9b144b-c0d0-5612-9fc3-561a0cf43e79 with scrape type 2
2026-03-26 08:11:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b9b144b-c0d0-5612-9fc3-561a0cf43e79, identifier: OY20%20UVA
2026-03-26 08:11:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b9b144b-c0d0-5612-9fc3-561a0cf43e79 with identifier: OY20%20UVA
2026-03-26 08:11:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b9b144b-c0d0-5612-9fc3-561a0cf43e79 with identifier: OY20%20UVA
2026-03-26 08:11:44 [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-26 08:11:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:44 [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': 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-26 08:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:44 [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-26 08:11:44 [bca.uk] INFO: Saving data for OY20%20UVA: {'auction_closing_time': 1774864800.0, 'created_time': 1773908010.630852, 'last_price_update_time': 1774512704.832209}
2026-03-26 08:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:44 [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-26 08:11:44 [bca.uk] INFO: Found listing with ID: MM69%20OCA
2026-03-26 08:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:44 [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-26 08:11:44 [bca.uk] INFO: Scrape type for MM69%20OCA: 0
2026-03-26 08:11:44 [bca.uk] INFO: Found listing with ID: BU22%20YRT
2026-03-26 08:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:44 [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-26 08:11:44 [bca.uk] INFO: Scrape type for BU22%20YRT: 0
2026-03-26 08:11:44 [bca.uk] INFO: Found listing with ID: LR71%20OXM
2026-03-26 08:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:44 [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-26 08:11:44 [bca.uk] INFO: Scrape type for LR71%20OXM: 2
2026-03-26 08:11:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66cf0ba1-a317-5130-8550-ce66ed79fa87 with identifier: LR71%20OXM
2026-03-26 08:11:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66cf0ba1-a317-5130-8550-ce66ed79fa87 with scrape type 2
2026-03-26 08:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66cf0ba1-a317-5130-8550-ce66ed79fa87 with scrape type 2
2026-03-26 08:11:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66cf0ba1-a317-5130-8550-ce66ed79fa87, identifier: LR71%20OXM
2026-03-26 08:11:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66cf0ba1-a317-5130-8550-ce66ed79fa87 with identifier: LR71%20OXM
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mineral+grey HTTP/1.1" 200 None
2026-03-26 08:11:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:11:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66cf0ba1-a317-5130-8550-ce66ed79fa87 with identifier: LR71%20OXM
2026-03-26 08:11:45 [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-26 08:11:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:45 [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=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-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [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-26 08:11:45 [bca.uk] INFO: Saving data for LR71%20OXM: {'auction_closing_time': 1774864800.0, 'created_time': 1774044853.465781, 'last_price_update_time': 1774512705.617901}
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [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-26 08:11:45 [bca.uk] INFO: Found listing with ID: HT71%20KXW
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520KXW%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for HT71%20KXW: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: BW73%20XFD
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520XFD%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for BW73%20XFD: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: BG24%20RNF
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520RNF%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for BG24%20RNF: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: NL71%20OBE
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL71%2520OBE%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for NL71%20OBE: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: AJ71%20LKC
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520LKC%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for AJ71%20LKC: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: BD24%20EHG
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD24%2520EHG%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for BD24%20EHG: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: KV70%20LKX
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [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-26 08:11:45 [bca.uk] INFO: Scrape type for KV70%20LKX: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: BD24%20ECA
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD24%2520ECA%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for BD24%20ECA: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: CA72%20HPN
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520HPN%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for CA72%20HPN: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: BK73%20ORL
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520ORL%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for BK73%20ORL: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: ST22%20KRF
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST22%2520KRF%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for ST22%20KRF: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: AO21%20THZ
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO21%2520THZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for AO21%20THZ: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: MK22%20OAN
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK22%2520OAN%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for MK22%20OAN: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: CK73%20HKN
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK73%2520HKN%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for CK73%20HKN: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: SL72%20LLG
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [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-26 08:11:45 [bca.uk] INFO: Scrape type for SL72%20LLG: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: OE23%20NVT
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [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-26 08:11:45 [bca.uk] INFO: Scrape type for OE23%20NVT: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: WA17%20VHW
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [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-26 08:11:45 [bca.uk] INFO: Scrape type for WA17%20VHW: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: MM72%20YMF
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520YMF%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for MM72%20YMF: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: AK72%20UAZ
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK72%2520UAZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for AK72%20UAZ: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: YR20%20FUM
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520FUM%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for YR20%20FUM: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: OE71%20BYG
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520BYG%27 HTTP/1.1" 200 None
2026-03-26 08:11:45 [bca.uk] INFO: Scrape type for OE71%20BYG: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: YH23%20RSY
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:45 [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-26 08:11:45 [bca.uk] INFO: Scrape type for YH23%20RSY: 0
2026-03-26 08:11:45 [bca.uk] INFO: Found listing with ID: AJ73%20CXD
2026-03-26 08:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520CXD%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for AJ73%20CXD: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: BF66%20FMC
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF66%2520FMC%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for BF66%20FMC: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: CGZ%202547
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for CGZ%202547: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: EF63%20JBE
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for EF63%20JBE: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: JR58%20CJR
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JR58%2520CJR%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for JR58%20CJR: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: RF63%20FCY
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for RF63%20FCY: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: RJ04%20ODU
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for RJ04%20ODU: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: CE17%20ZGG
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for CE17%20ZGG: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: YA16%20GDK
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520GDK%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for YA16%20GDK: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: YB18%20FUF
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for YB18%20FUF: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: PK23%20FVO
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520FVO%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for PK23%20FVO: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: MV22%20NGY
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520NGY%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for MV22%20NGY: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: BU22%20YRD
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520YRD%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for BU22%20YRD: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: AK71%20ZHP
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for AK71%20ZHP: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: BP73%20OOG
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for BP73%20OOG: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: MJ71%20LKO
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520LKO%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for MJ71%20LKO: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: FP19%20EVG
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP19%2520EVG%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for FP19%20EVG: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: LO21%20WGA
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520WGA%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for LO21%20WGA: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: WM71%20BRZ
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for WM71%20BRZ: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: VO69%20HUK
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for VO69%20HUK: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: SC19%20PMY
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC19%2520PMY%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for SC19%20PMY: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: YR23%20CYG
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520CYG%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for YR23%20CYG: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: DG22%20XCA
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for DG22%20XCA: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: YK21%20VRC
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [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-26 08:11:46 [bca.uk] INFO: Scrape type for YK21%20VRC: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: YH21%20HHT
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520HHT%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for YH21%20HHT: 0
2026-03-26 08:11:46 [bca.uk] INFO: Found listing with ID: WR72%20NFH
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520NFH%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Scrape type for WR72%20NFH: 2
2026-03-26 08:11:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3632b67a-f9d6-51e7-9921-dfdfb9a4265e with identifier: WR72%20NFH
2026-03-26 08:11:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3632b67a-f9d6-51e7-9921-dfdfb9a4265e with scrape type 2
2026-03-26 08:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3632b67a-f9d6-51e7-9921-dfdfb9a4265e with scrape type 2
2026-03-26 08:11:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3632b67a-f9d6-51e7-9921-dfdfb9a4265e, identifier: WR72%20NFH
2026-03-26 08:11:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3632b67a-f9d6-51e7-9921-dfdfb9a4265e with identifier: WR72%20NFH
2026-03-26 08:11:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3632b67a-f9d6-51e7-9921-dfdfb9a4265e with identifier: WR72%20NFH
2026-03-26 08:11:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3632b67a-f9d6-51e7-9921-dfdfb9a4265e with identifier: WR72%20NFH to the API
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:46 [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': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR72%20NFH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Electric',
'id': '3632b67a-f9d6-51e7-9921-dfdfb9a4265e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WR72 NFH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR72%20NFH&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'RENAULT',
'model': 'ZOE E-TECH',
'odometer': 12860,
'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': 'RENAULT ZOE E-TECH 50KWH 135 GT LINE+ (50KW) Hatchback',
'transmission': 'automatic',
'trim': '50KWH 135 GT LINE+ (50KW)',
'vin': 'VF1AG000169756066',
'year': 2022}
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520NFH%27 HTTP/1.1" 200 None
2026-03-26 08:11:46 [bca.uk] INFO: Saving data for WR72%20NFH: {'auction_closing_time': 1774605600.0, 'created_time': 1773844243.773778, 'last_price_update_time': 1774512706.923486}
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR72%2520NFH') HTTP/1.1" 204 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: AF71%20NFK
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520NFK%27 HTTP/1.1" 200 None
2026-03-26 08:11:47 [bca.uk] INFO: Scrape type for AF71%20NFK: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: WU68%20BGK
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for WU68%20BGK: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: AK22%20FXF
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for AK22%20FXF: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: LG17%20XFS
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG17%2520XFS%27 HTTP/1.1" 200 None
2026-03-26 08:11:47 [bca.uk] INFO: Scrape type for LG17%20XFS: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: LA72%20CNF
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for LA72%20CNF: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: KS67%20YMP
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for KS67%20YMP: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: GN70%20XMW
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for GN70%20XMW: 2
2026-03-26 08:11:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e64134af-239f-5fc0-82fa-2baf621f4600 with identifier: GN70%20XMW
2026-03-26 08:11:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e64134af-239f-5fc0-82fa-2baf621f4600 with scrape type 2
2026-03-26 08:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e64134af-239f-5fc0-82fa-2baf621f4600 with scrape type 2
2026-03-26 08:11:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e64134af-239f-5fc0-82fa-2baf621f4600, identifier: GN70%20XMW
2026-03-26 08:11:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e64134af-239f-5fc0-82fa-2baf621f4600 with identifier: GN70%20XMW
2026-03-26 08:11:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e64134af-239f-5fc0-82fa-2baf621f4600 with identifier: GN70%20XMW
2026-03-26 08:11:47 [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-26 08:11:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:11: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-26 08:11:47 [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': 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-27T10: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-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Saving data for GN70%20XMW: {'auction_closing_time': 1774605600.0, 'created_time': 1773839093.722045, 'last_price_update_time': 1774512707.674632}
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Found listing with ID: LR22%20OUN
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520OUN%27 HTTP/1.1" 200 None
2026-03-26 08:11:47 [bca.uk] INFO: Scrape type for LR22%20OUN: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: CK62%20LNZ
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK62%2520LNZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:47 [bca.uk] INFO: Scrape type for CK62%20LNZ: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: VE21%20BRF
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for VE21%20BRF: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: GJ24%20UFX
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for GJ24%20UFX: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: BK22%20WBT
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for BK22%20WBT: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: SD69%20UCR
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for SD69%20UCR: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: YF19%20FJL
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for YF19%20FJL: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: FG74%20KDZ
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for FG74%20KDZ: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: SE70%20GWU
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE70%2520GWU%27 HTTP/1.1" 200 None
2026-03-26 08:11:47 [bca.uk] INFO: Scrape type for SE70%20GWU: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: YS22%20GKA
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for YS22%20GKA: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: GF75%20AMK
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF75%2520AMK%27 HTTP/1.1" 200 None
2026-03-26 08:11:47 [bca.uk] INFO: Scrape type for GF75%20AMK: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: RF25%20XKY
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [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-26 08:11:47 [bca.uk] INFO: Scrape type for RF25%20XKY: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: L26%20GLR
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L26%2520GLR%27 HTTP/1.1" 200 None
2026-03-26 08:11:47 [bca.uk] INFO: Scrape type for L26%20GLR: 0
2026-03-26 08:11:47 [bca.uk] INFO: Found listing with ID: NU21%20LXK
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [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-26 08:11:48 [bca.uk] INFO: Scrape type for NU21%20LXK: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: SE17%20RCY
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE17%2520RCY%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for SE17%20RCY: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: DV25%20OFM
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [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-26 08:11:48 [bca.uk] INFO: Scrape type for DV25%20OFM: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: FX22%20OTJ
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520OTJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for FX22%20OTJ: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: LA72%20VHB
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [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-26 08:11:48 [bca.uk] INFO: Scrape type for LA72%20VHB: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: LC71%20VHA
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520VHA%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for LC71%20VHA: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: LL24%20ELV
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL24%2520ELV%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for LL24%20ELV: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: MA22%20HGF
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520HGF%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for MA22%20HGF: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: NJ71%20VML
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [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-26 08:11:48 [bca.uk] INFO: Scrape type for NJ71%20VML: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: PK23%20FUG
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520FUG%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for PK23%20FUG: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: VO23%20MLE
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520MLE%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for VO23%20MLE: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: WG25%20BSZ
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG25%2520BSZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for WG25%20BSZ: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: WG71%20MPV
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG71%2520MPV%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for WG71%20MPV: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: LL22%20FNE
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [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-26 08:11:48 [bca.uk] INFO: Scrape type for LL22%20FNE: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: DK06%20RXP
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [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-26 08:11:48 [bca.uk] INFO: Scrape type for DK06%20RXP: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: KV17%20UAN
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [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-26 08:11:48 [bca.uk] INFO: Scrape type for KV17%20UAN: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: NX64%20HNN
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [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-26 08:11:48 [bca.uk] INFO: Scrape type for NX64%20HNN: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: KE73%20XNC
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520XNC%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for KE73%20XNC: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: LF23%20VWA
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520VWA%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for LF23%20VWA: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: MA72%20YOL
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520YOL%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for MA72%20YOL: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: RF73%20FHP
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520FHP%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for RF73%20FHP: 0
2026-03-26 08:11:48 [bca.uk] INFO: Found listing with ID: RV22%20XXP
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XXP%27 HTTP/1.1" 200 None
2026-03-26 08:11:48 [bca.uk] INFO: Scrape type for RV22%20XXP: 0
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:49 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded
2026-03-26 08:11:49 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Found listing with ID: SM72%20MGO
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520MGO%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for SM72%20MGO: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: YF24%20XXE
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF24%2520XXE%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for YF24%20XXE: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: HF24%20YVY
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF24%2520YVY%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for HF24%20YVY: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: AY67%20XMG
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for AY67%20XMG: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: BL65%20GHZ
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for BL65%20GHZ: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: CE66%20VVM
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520VVM%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for CE66%20VVM: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: HJ63%20XOY
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520XOY%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for HJ63%20XOY: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: HY19%20ZZL
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for HY19%20ZZL: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: KF15%20CYC
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for KF15%20CYC: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: LA05%20HHO
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for LA05%20HHO: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: LJ52%20AOS
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for LJ52%20AOS: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: LR52%20SVV
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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-26 08:11:49 [bca.uk] INFO: Scrape type for LR52%20SVV: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: OE66%20PMU
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for OE66%20PMU: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: PF14%20XJC
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for PF14%20XJC: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: PF65%20PJU
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for PF65%20PJU: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: PJ13%20EXS
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for PJ13%20EXS: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: R3%20LXU
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for R3%20LXU: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: SO14%20KUP
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for SO14%20KUP: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: ST10%20VEW
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for ST10%20VEW: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: WG65%20OZT
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG65%2520OZT%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for WG65%20OZT: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: DY20%20PZH
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for DY20%20PZH: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: FY73%20VLJ
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY73%2520VLJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for FY73%20VLJ: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: GL73%20XVN
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL73%2520XVN%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for GL73%20XVN: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: LC23%20FLV
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC23%2520FLV%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for LC23%20FLV: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: DY75%20OYU
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY75%2520OYU%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for DY75%20OYU: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: EF73%20LHB
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF73%2520LHB%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for EF73%20LHB: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: YK70%20ZSP
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for YK70%20ZSP: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: RF68%20KPP
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for RF68%20KPP: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: CN23%20ZDG
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN23%2520ZDG%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for CN23%20ZDG: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: CV23%20AEL
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV23%2520AEL%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for CV23%20AEL: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: DV25%20OFO
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for DV25%20OFO: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: DY23%20AUM
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520AUM%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for DY23%20AUM: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: LL73%20MUY
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520MUY%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for LL73%20MUY: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: LM24%20MLO
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520MLO%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for LM24%20MLO: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: LM25%20VGJ
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM25%2520VGJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for LM25%20VGJ: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: RF23%20YVP
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for RF23%20YVP: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: SB71%20FLX
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB71%2520FLX%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for SB71%20FLX: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: GV72%20FCO
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for GV72%20FCO: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: SW71%20BNE
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [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-26 08:11:49 [bca.uk] INFO: Scrape type for SW71%20BNE: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: RF74%20WAA
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF74%2520WAA%27 HTTP/1.1" 200 None
2026-03-26 08:11:49 [bca.uk] INFO: Scrape type for RF74%20WAA: 0
2026-03-26 08:11:49 [bca.uk] INFO: Found listing with ID: OV70%20UNS
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV70%2520UNS%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for OV70%20UNS: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: ML71%20DKX
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML71%2520DKX%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for ML71%20DKX: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: RE73%20NXZ
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE73%2520NXZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for RE73%20NXZ: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: YG71%20LDF
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG71%2520LDF%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for YG71%20LDF: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: YN23%20UXY
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN23%2520UXY%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for YN23%20UXY: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: FV73%20VLP
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV73%2520VLP%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for FV73%20VLP: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: BJ23%20KHL
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520KHL%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for BJ23%20KHL: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: BL68%20KZY
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL68%2520KZY%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for BL68%20KZY: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: CN73%20ZKY
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for CN73%20ZKY: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LL73%20OGG
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520OGG%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for LL73%20OGG: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: MA22%20NXF
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520NXF%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for MA22%20NXF: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: MW22%20KXD
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW22%2520KXD%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for MW22%20KXD: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: RE72%20DFN
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520DFN%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for RE72%20DFN: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: RE72%20LSV
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520LSV%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for RE72%20LSV: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: WD75%20AHE
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD75%2520AHE%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for WD75%20AHE: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: WN24%20VPJ
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520VPJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for WN24%20VPJ: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: YS71%20CKN
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS71%2520CKN%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for YS71%20CKN: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: MT21%20UYE
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT21%2520UYE%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for MT21%20UYE: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: YT69%20ZDK
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT69%2520ZDK%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for YT69%20ZDK: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: NK68%20LZP
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK68%2520LZP%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for NK68%20LZP: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: GL21%20CYK
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520CYK%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for GL21%20CYK: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: SD16%20VZA
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD16%2520VZA%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for SD16%20VZA: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: EY17%20PHV
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY17%2520PHV%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for EY17%20PHV: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: PK66%20UBH
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520UBH%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for PK66%20UBH: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: ND17%20OYT
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND17%2520OYT%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for ND17%20OYT: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LF71%20UOD
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for LF71%20UOD: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LA19%20WWB
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520WWB%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for LA19%20WWB: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LF68%20UJS
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for LF68%20UJS: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: HF67%20OMD
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF67%2520OMD%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for HF67%20OMD: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: DG12%20YOW
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for DG12%20YOW: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: CK22%20BKG
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for CK22%20BKG: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LS71%20HWG
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for LS71%20HWG: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LS71%20FCO
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520FCO%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for LS71%20FCO: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: BL21%20OKU
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520OKU%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for BL21%20OKU: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: RV22%20YPJ
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520YPJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for RV22%20YPJ: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: RE24%20EZL
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for RE24%20EZL: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LN23%20XRZ
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for LN23%20XRZ: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: EJ71%20BKF
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for EJ71%20BKF: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: SJ24%20BHO
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for SJ24%20BHO: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: HK23%20EZB
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for HK23%20EZB: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LT23%20EHJ
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for LT23%20EHJ: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: FE70%20ONB
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520ONB%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for FE70%20ONB: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LA23%20HSG
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for LA23%20HSG: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LA22%20VMR
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for LA22%20VMR: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: FE22%20URW
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for FE22%20URW: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: MV71%20VLT
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520VLT%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for MV71%20VLT: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: DP73%20YRF
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for DP73%20YRF: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: DE70%20OYM
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for DE70%20OYM: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: YW71%20ADV
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW71%2520ADV%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for YW71%20ADV: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: MW73%20NVH
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW73%2520NVH%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for MW73%20NVH: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: MH72%20SYV
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520SYV%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for MH72%20SYV: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: HW72%20LUD
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW72%2520LUD%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for HW72%20LUD: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: CJ72%20EHK
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520EHK%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for CJ72%20EHK: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: RJ23%20KXP
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520KXP%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for RJ23%20KXP: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: CF23%20MGJ
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF23%2520MGJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:50 [bca.uk] INFO: Scrape type for CF23%20MGJ: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LF23%20GTW
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for LF23%20GTW: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LD23%20THN
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for LD23%20THN: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: LD23%20RYF
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for LD23%20RYF: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: DY73%20HZB
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:50 [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-26 08:11:50 [bca.uk] INFO: Scrape type for DY73%20HZB: 0
2026-03-26 08:11:50 [bca.uk] INFO: Found listing with ID: DT23%20UYJ
2026-03-26 08:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:51 [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-26 08:11:51 [bca.uk] INFO: Scrape type for DT23%20UYJ: 0
2026-03-26 08:11:51 [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-26 08:11:51 [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-26 08:11:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:11:52 [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-26 08:11:52 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded
2026-03-26 08:11:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:52 [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-26 08:11:52 [bca.uk] INFO: Found listing with ID: LD08%20EZH
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD08%2520EZH%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for LD08%20EZH: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: AO22%20LFZ
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO22%2520LFZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for AO22%20LFZ: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: SA17%20CNK
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [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-26 08:11:52 [bca.uk] INFO: Scrape type for SA17%20CNK: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: GU75%20OHA
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [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-26 08:11:52 [bca.uk] INFO: Scrape type for GU75%20OHA: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: YE69%20NNH
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE69%2520NNH%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for YE69%20NNH: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: CP22%20EKR
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP22%2520EKR%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for CP22%20EKR: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: YP23%20DLZ
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP23%2520DLZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for YP23%20DLZ: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: WR24%20DFF
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR24%2520DFF%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for WR24%20DFF: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: MT72%20FZH
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [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-26 08:11:52 [bca.uk] INFO: Scrape type for MT72%20FZH: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: SB68%20NNT
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [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-26 08:11:52 [bca.uk] INFO: Scrape type for SB68%20NNT: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: WD10%20FUE
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD10%2520FUE%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for WD10%20FUE: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: CV22%20ZFJ
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520ZFJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for CV22%20ZFJ: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: YL19%20XAC
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [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-26 08:11:52 [bca.uk] INFO: Scrape type for YL19%20XAC: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: CV22%20JRX
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520JRX%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for CV22%20JRX: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: MW23%20ZDM
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520ZDM%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for MW23%20ZDM: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: MT72%20FZK
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [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-26 08:11:52 [bca.uk] INFO: Scrape type for MT72%20FZK: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: MT72%20FZJ
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [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-26 08:11:52 [bca.uk] INFO: Scrape type for MT72%20FZJ: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: HV10%20UGC
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV10%2520UGC%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for HV10%20UGC: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: EA10%20GXJ
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA10%2520GXJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for EA10%20GXJ: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: MT72%20FZG
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [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-26 08:11:52 [bca.uk] INFO: Scrape type for MT72%20FZG: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: FD14%20UBU
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD14%2520UBU%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for FD14%20UBU: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: KU60%20AXV
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU60%2520AXV%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for KU60%20AXV: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: MA72%20PXO
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [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-26 08:11:52 [bca.uk] INFO: Scrape type for MA72%20PXO: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: PG08%20YLW
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG08%2520YLW%27 HTTP/1.1" 200 None
2026-03-26 08:11:52 [bca.uk] INFO: Scrape type for PG08%20YLW: 0
2026-03-26 08:11:52 [bca.uk] INFO: Found listing with ID: HT23%20UUE
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [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-26 08:11:53 [bca.uk] INFO: Scrape type for HT23%20UUE: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: BL63%20YJY
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520YJY%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for BL63%20YJY: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: CA56%20WUR
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA56%2520WUR%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for CA56%20WUR: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: KR55%20ZFU
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR55%2520ZFU%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for KR55%20ZFU: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: WG57%20AMK
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG57%2520AMK%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for WG57%20AMK: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: YT60%20PZA
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT60%2520PZA%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for YT60%20PZA: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: CV71%20ULN
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV71%2520ULN%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for CV71%20ULN: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: CU72%20ZLX
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520ZLX%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for CU72%20ZLX: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: KX19%20WAO
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [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-26 08:11:53 [bca.uk] INFO: Scrape type for KX19%20WAO: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: CP24%20FXJ
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP24%2520FXJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for CP24%20FXJ: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: SK09%20ZPJ
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK09%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for SK09%20ZPJ: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: PE61%20LCO
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE61%2520LCO%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for PE61%20LCO: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: WN60%20SZU
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN60%2520SZU%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for WN60%20SZU: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: AE10%20LXR
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE10%2520LXR%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for AE10%20LXR: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: DF64%20FXY
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF64%2520FXY%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for DF64%20FXY: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: FX09%20ZDY
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX09%2520ZDY%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for FX09%20ZDY: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: MD07%20MYC
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD07%2520MYC%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for MD07%20MYC: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: MW60%20ZNO
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW60%2520ZNO%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for MW60%20ZNO: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: PG66%20PSX
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG66%2520PSX%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for PG66%20PSX: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: PJ13%20BVL
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ13%2520BVL%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for PJ13%20BVL: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: SA14%20WFB
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA14%2520WFB%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for SA14%20WFB: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: WN66%20LEU
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520LEU%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for WN66%20LEU: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: YC60%20BKE
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC60%2520BKE%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for YC60%20BKE: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: YF56%20OEH
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF56%2520OEH%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for YF56%20OEH: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: DU23%20ASV
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520ASV%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for DU23%20ASV: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: DN23%20VEH
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [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-26 08:11:53 [bca.uk] INFO: Scrape type for DN23%20VEH: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: CY12%20NCE
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY12%2520NCE%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for CY12%20NCE: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: L12%20LHH
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L12%2520LHH%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for L12%20LHH: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: LS14%20NNC
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS14%2520NNC%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for LS14%20NNC: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: MJ07%20UZN
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ07%2520UZN%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for MJ07%20UZN: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: YE18%20VRZ
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE18%2520VRZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for YE18%20VRZ: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: YK17%20TKT
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [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-26 08:11:53 [bca.uk] INFO: Scrape type for YK17%20TKT: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: CV73%20FWE
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520FWE%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for CV73%20FWE: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: DE08%20YWS
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE08%2520YWS%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for DE08%20YWS: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: HJ62%20XOG
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ62%2520XOG%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for HJ62%20XOG: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: LM62%20ULR
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM62%2520ULR%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for LM62%20ULR: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: SM09%20LTA
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM09%2520LTA%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for SM09%20LTA: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: VA57%20XSC
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA57%2520XSC%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for VA57%20XSC: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: YE72%20LKV
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520LKV%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for YE72%20LKV: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: CV72%20RBY
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV72%2520RBY%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for CV72%20RBY: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: NX12%20YGG
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX12%2520YGG%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for NX12%20YGG: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: HW72%20LTV
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW72%2520LTV%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for HW72%20LTV: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: DY23%20OAD
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520OAD%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for DY23%20OAD: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: FD69%20OYN
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD69%2520OYN%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for FD69%20OYN: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: CK23%20TZS
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520TZS%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for CK23%20TZS: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: EA68%20OXN
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520OXN%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for EA68%20OXN: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: EK64%20NYA
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK64%2520NYA%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for EK64%20NYA: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: FD68%20ZTU
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD68%2520ZTU%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for FD68%20ZTU: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: OY69%20ZWR
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520ZWR%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for OY69%20ZWR: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: ND66%20NWV
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520NWV%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for ND66%20NWV: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: DV68%20SXT
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [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-26 08:11:53 [bca.uk] INFO: Scrape type for DV68%20SXT: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: AK71%20WKD
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520WKD%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for AK71%20WKD: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: LK18%20FZP
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK18%2520FZP%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for LK18%20FZP: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: OY22%20UXV
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [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-26 08:11:53 [bca.uk] INFO: Scrape type for OY22%20UXV: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: FJ21%20NXD
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ21%2520NXD%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for FJ21%20NXD: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: WN22%20DZJ
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520DZJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for WN22%20DZJ: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: KF24%20OBP
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [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-26 08:11:53 [bca.uk] INFO: Scrape type for KF24%20OBP: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: AO23%20KWF
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO23%2520KWF%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for AO23%20KWF: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: GV72%20FHD
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520FHD%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for GV72%20FHD: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: LJ18%20NDU
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ18%2520NDU%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for LJ18%20NDU: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: FL23%20AXD
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520AXD%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for FL23%20AXD: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: FX22%20NXG
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520NXG%27 HTTP/1.1" 200 None
2026-03-26 08:11:53 [bca.uk] INFO: Scrape type for FX22%20NXG: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: LS22%20FOV
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:53 [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-26 08:11:53 [bca.uk] INFO: Scrape type for LS22%20FOV: 0
2026-03-26 08:11:53 [bca.uk] INFO: Found listing with ID: MA23%20TBO
2026-03-26 08:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520TBO%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for MA23%20TBO: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: RV71%20ONK
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV71%2520ONK%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for RV71%20ONK: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: SK22%20WFN
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520WFN%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for SK22%20WFN: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: DC25%20LPF
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC25%2520LPF%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for DC25%20LPF: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: MT21%20XRO
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11: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%2520XRO%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for MT21%20XRO: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: RV22%20VWX
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520VWX%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for RV22%20VWX: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: VE73%20WXG
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520WXG%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for VE73%20WXG: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: DU24%20LZK
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU24%2520LZK%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for DU24%20LZK: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: DY24%20KXZ
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520KXZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for DY24%20KXZ: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: DY24%20LPE
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [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-26 08:11:54 [bca.uk] INFO: Scrape type for DY24%20LPE: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: WN23%20LVR
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520LVR%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for WN23%20LVR: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: BC73%20VKD
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC73%2520VKD%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for BC73%20VKD: 0
2026-03-26 08:11:54 [bca.uk] INFO: Found listing with ID: LN20%20HWC
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN20%2520HWC%27 HTTP/1.1" 200 None
2026-03-26 08:11:54 [bca.uk] INFO: Scrape type for LN20%20HWC: 0
2026-03-26 08:11:54 [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-26 08:11:54 [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-26 08:11:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:11:57 [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-26 08:11:57 [bca.uk] INFO: Total items found: 100
2026-03-26 08:11:57 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded
2026-03-26 08:11:57 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:11:57 [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-26 08:11:57 [bca.uk] INFO: Found listing with ID: OV71%20PXN
2026-03-26 08:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV71%2520PXN%27 HTTP/1.1" 200 None
2026-03-26 08:11:57 [bca.uk] INFO: Scrape type for OV71%20PXN: 0
2026-03-26 08:11:57 [bca.uk] INFO: Found listing with ID: RJ22%20NYP
2026-03-26 08:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ22%2520NYP%27 HTTP/1.1" 200 None
2026-03-26 08:11:57 [bca.uk] INFO: Scrape type for RJ22%20NYP: 0
2026-03-26 08:11:57 [bca.uk] INFO: Found listing with ID: HT22%20EPE
2026-03-26 08:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT22%2520EPE%27 HTTP/1.1" 200 None
2026-03-26 08:11:57 [bca.uk] INFO: Scrape type for HT22%20EPE: 0
2026-03-26 08:11:57 [bca.uk] INFO: Found listing with ID: BJ25%20FNW
2026-03-26 08:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ25%2520FNW%27 HTTP/1.1" 200 None
2026-03-26 08:11:57 [bca.uk] INFO: Scrape type for BJ25%20FNW: 0
2026-03-26 08:11:57 [bca.uk] INFO: Found listing with ID: DV24%20TZJ
2026-03-26 08:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV24%2520TZJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:57 [bca.uk] INFO: Scrape type for DV24%20TZJ: 0
2026-03-26 08:11:57 [bca.uk] INFO: Found listing with ID: RY73%20CVK
2026-03-26 08:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RY73%2520CVK%27 HTTP/1.1" 200 None
2026-03-26 08:11:57 [bca.uk] INFO: Scrape type for RY73%20CVK: 0
2026-03-26 08:11:57 [bca.uk] INFO: Found listing with ID: VU71%20EGK
2026-03-26 08:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU71%2520EGK%27 HTTP/1.1" 200 None
2026-03-26 08:11:58 [bca.uk] INFO: Scrape type for VU71%20EGK: 0
2026-03-26 08:11:58 [bca.uk] INFO: Found listing with ID: WR23%20CHJ
2026-03-26 08:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR23%2520CHJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:58 [bca.uk] INFO: Scrape type for WR23%20CHJ: 0
2026-03-26 08:11:58 [bca.uk] INFO: Found listing with ID: HY68%20NBM
2026-03-26 08:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY68%2520NBM%27 HTTP/1.1" 200 None
2026-03-26 08:11:58 [bca.uk] INFO: Scrape type for HY68%20NBM: 0
2026-03-26 08:11:58 [bca.uk] INFO: Found listing with ID: DX23%20TRZ
2026-03-26 08:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX23%2520TRZ%27 HTTP/1.1" 200 None
2026-03-26 08:11:58 [bca.uk] INFO: Scrape type for DX23%20TRZ: 0
2026-03-26 08:11:58 [bca.uk] INFO: Found listing with ID: FM70%20JUT
2026-03-26 08:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM70%2520JUT%27 HTTP/1.1" 200 None
2026-03-26 08:11:58 [bca.uk] INFO: Scrape type for FM70%20JUT: 0
2026-03-26 08:11:58 [bca.uk] INFO: Found listing with ID: GD23%20TVP
2026-03-26 08:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD23%2520TVP%27 HTTP/1.1" 200 None
2026-03-26 08:11:58 [bca.uk] INFO: Scrape type for GD23%20TVP: 0
2026-03-26 08:11:58 [bca.uk] INFO: Found listing with ID: KP68%20UZX
2026-03-26 08:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP68%2520UZX%27 HTTP/1.1" 200 None
2026-03-26 08:11:58 [bca.uk] INFO: Scrape type for KP68%20UZX: 0
2026-03-26 08:11:58 [bca.uk] INFO: Found listing with ID: FE23%20WWJ
2026-03-26 08:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE23%2520WWJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:58 [bca.uk] INFO: Scrape type for FE23%20WWJ: 0
2026-03-26 08:11:58 [bca.uk] INFO: Found listing with ID: LC72%20OCH
2026-03-26 08:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC72%2520OCH%27 HTTP/1.1" 200 None
2026-03-26 08:11:58 [bca.uk] INFO: Scrape type for LC72%20OCH: 0
2026-03-26 08:11:58 [bca.uk] INFO: Found listing with ID: SG23%20PCX
2026-03-26 08:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG23%2520PCX%27 HTTP/1.1" 200 None
2026-03-26 08:11:58 [bca.uk] INFO: Scrape type for SG23%20PCX: 0
2026-03-26 08:11:58 [bca.uk] INFO: Found listing with ID: SL22%20FZN
2026-03-26 08:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL22%2520FZN%27 HTTP/1.1" 200 None
2026-03-26 08:11:58 [bca.uk] INFO: Scrape type for SL22%20FZN: 0
2026-03-26 08:11:58 [bca.uk] INFO: Found listing with ID: DT69%20XNC
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DT69%2520XNC%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for DT69%20XNC: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: RX23%20KBY
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX23%2520KBY%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for RX23%20KBY: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: SE19%20DHC
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE19%2520DHC%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for SE19%20DHC: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: SN20%20WGJ
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN20%2520WGJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for SN20%20WGJ: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: RF22%20TJU
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF22%2520TJU%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for RF22%20TJU: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: DK72%20MGO
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK72%2520MGO%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for DK72%20MGO: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: RY73%20PHF
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RY73%2520PHF%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for RY73%20PHF: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: YF68%20TOA
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF68%2520TOA%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for YF68%20TOA: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: LF18%20KPE
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF18%2520KPE%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for LF18%20KPE: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: VO18%20XCJ
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO18%2520XCJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for VO18%20XCJ: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: GF71%20RYH
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF71%2520RYH%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for GF71%20RYH: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: SL64%20OMJ
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL64%2520OMJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for SL64%20OMJ: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: AX19%20RXA
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX19%2520RXA%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for AX19%20RXA: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: GX16%20MZG
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX16%2520MZG%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for GX16%20MZG: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: BD65%20NYG
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD65%2520NYG%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for BD65%20NYG: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: FD10%20FLM
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD10%2520FLM%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for FD10%20FLM: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: OY24%20ASU
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY24%2520ASU%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for OY24%20ASU: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: DL73%20OXJ
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520OXJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for DL73%20OXJ: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: LB15%20ONN
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB15%2520ONN%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for LB15%20ONN: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: SN65%20ZZO
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN65%2520ZZO%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for SN65%20ZZO: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: LM20%20CHC
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM20%2520CHC%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for LM20%20CHC: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: YD59%20HVS
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD59%2520HVS%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for YD59%20HVS: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: MA72%20KJO
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA72%2520KJO%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for MA72%20KJO: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: KY21%20DSV
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY21%2520DSV%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for KY21%20DSV: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: EK65%20VZW
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK65%2520VZW%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for EK65%20VZW: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: LS60%20FTN
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS60%2520FTN%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for LS60%20FTN: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: M666%20MOG
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27M666%2520MOG%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for M666%20MOG: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: WO72%20OTD
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO72%2520OTD%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for WO72%20OTD: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: DV69%20LZL
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV69%2520LZL%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for DV69%20LZL: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: PL67%20JCJ
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL67%2520JCJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for PL67%20JCJ: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: WX70%20WKR
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WX70%2520WKR%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for WX70%20WKR: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: AJ71%20FNF
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ71%2520FNF%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for AJ71%20FNF: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: SC22%20FRR
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC22%2520FRR%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for SC22%20FRR: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: DX17%20NBJ
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX17%2520NBJ%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for DX17%20NBJ: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: BG11%20YUH
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG11%2520YUH%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for BG11%20YUH: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: NV65%20FVN
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV65%2520FVN%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for NV65%20FVN: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: SW62%20CWT
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW62%2520CWT%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for SW62%20CWT: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: DG72%20ZXW
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG72%2520ZXW%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for DG72%20ZXW: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: KR20%20DLX
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR20%2520DLX%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for KR20%20DLX: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: FG68%20NVE
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG68%2520NVE%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for FG68%20NVE: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: RA72%20AUE
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA72%2520AUE%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for RA72%20AUE: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: YO21%20VLX
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO21%2520VLX%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for YO21%20VLX: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: VO70%20ELV
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO70%2520ELV%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for VO70%20ELV: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: RJ71%20NEO
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ71%2520NEO%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for RJ71%20NEO: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: LL71%20AXP
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL71%2520AXP%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for LL71%20AXP: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: WF22%20CMX
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF22%2520CMX%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for WF22%20CMX: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: MP73%20JYA
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MP73%2520JYA%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for MP73%20JYA: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: DF21%20AHK
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF21%2520AHK%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for DF21%20AHK: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: YR73%20FXV
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR73%2520FXV%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for YR73%20FXV: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: YR23%20SOE
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR23%2520SOE%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for YR23%20SOE: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: RE24%20JZO
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE24%2520JZO%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for RE24%20JZO: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: YK73%20PTD
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK73%2520PTD%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for YK73%20PTD: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: SW22%20HMC
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW22%2520HMC%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for SW22%20HMC: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: FT23%20GHB
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FT23%2520GHB%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for FT23%20GHB: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: YC21%20EZW
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC21%2520EZW%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for YC21%20EZW: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: MW64%20VKB
2026-03-26 08:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW64%2520VKB%27 HTTP/1.1" 200 None
2026-03-26 08:11:59 [bca.uk] INFO: Scrape type for MW64%20VKB: 0
2026-03-26 08:11:59 [bca.uk] INFO: Found listing with ID: AK72%20NKW
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK72%2520NKW%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for AK72%20NKW: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: LM67%20OZN
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM67%2520OZN%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for LM67%20OZN: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: BN74%20PFG
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN74%2520PFG%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for BN74%20PFG: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: LS24%20EUT
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS24%2520EUT%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for LS24%20EUT: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: BV24%20ZNU
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV24%2520ZNU%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for BV24%20ZNU: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: RJ21%20FTC
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ21%2520FTC%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for RJ21%20FTC: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: DY73%20VAD
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY73%2520VAD%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for DY73%20VAD: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: DS70%20MSY
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS70%2520MSY%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for DS70%20MSY: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: J31%20RCK
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27J31%2520RCK%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for J31%20RCK: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: WK14%20XXV
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK14%2520XXV%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for WK14%20XXV: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: GX23%20VSO
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX23%2520VSO%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for GX23%20VSO: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: YF68%20NZE
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF68%2520NZE%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for YF68%20NZE: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: FV15%20ZYO
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV15%2520ZYO%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for FV15%20ZYO: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: CLZ%20987
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CLZ%2520987%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for CLZ%20987: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: LD61%20KWR
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD61%2520KWR%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for LD61%20KWR: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: FV15%20HVX
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV15%2520HVX%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for FV15%20HVX: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: PX66%20VGT
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX66%2520VGT%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for PX66%20VGT: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: LG12%20KVM
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG12%2520KVM%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for LG12%20KVM: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: YR23%20BKJ
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR23%2520BKJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for YR23%20BKJ: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: YH72%20RYR
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH72%2520RYR%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for YH72%20RYR: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: YH21%20LPO
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH21%2520LPO%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for YH21%20LPO: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: YG70%20UVW
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG70%2520UVW%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for YG70%20UVW: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: WR72%20ZZT
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR72%2520ZZT%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for WR72%20ZZT: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: SH22%20LHV
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH22%2520LHV%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for SH22%20LHV: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: PN24%20UFH
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN24%2520UFH%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for PN24%20UFH: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: NL23%20LKZ
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL23%2520LKZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for NL23%20LKZ: 0
2026-03-26 08:12:00 [bca.uk] INFO: Found listing with ID: NL23%20KYC
2026-03-26 08:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL23%2520KYC%27 HTTP/1.1" 200 None
2026-03-26 08:12:00 [bca.uk] INFO: Scrape type for NL23%20KYC: 0
2026-03-26 08:12:00 [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-26 08:12:00 [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-26 08:12:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Total items found: 100
2026-03-26 08:12:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded
2026-03-26 08:12:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Found listing with ID: GJ22%20FOK
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520FOK%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for GJ22%20FOK: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: ND25%20HWR
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for ND25%20HWR: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: NG72%20EAJ
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG72%2520EAJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for NG72%20EAJ: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: VE69%20TZS
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for VE69%20TZS: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: WJ24%20EAM
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ24%2520EAM%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for WJ24%20EAM: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: GF22%20KYT
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF22%2520KYT%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for GF22%20KYT: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: GX23%20UON
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520UON%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for GX23%20UON: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: HJ72%20LSK
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for HJ72%20LSK: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: KM70%20JUU
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM70%2520JUU%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for KM70%20JUU: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: LD69%20YRW
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520YRW%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for LD69%20YRW: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: LP71%20OLC
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520OLC%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for LP71%20OLC: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: RK68%20MDF
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520MDF%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for RK68%20MDF: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: BT71%20LBF
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for BT71%20LBF: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: HX24%20XHA
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for HX24%20XHA: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: NA23%20BHW
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520BHW%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for NA23%20BHW: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: CX71%20XXA
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520XXA%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for CX71%20XXA: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: FX23%20SKV
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520SKV%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for FX23%20SKV: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: YA21%20GYF
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520GYF%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for YA21%20GYF: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: YP18%20UTH
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520UTH%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for YP18%20UTH: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: MA23%20DHG
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520DHG%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for MA23%20DHG: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: BC22%20HRM
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC22%2520HRM%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for BC22%20HRM: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: BV22%20KKH
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for BV22%20KKH: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: JL22%20JRL
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for JL22%20JRL: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: VN22%20MFE
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN22%2520MFE%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for VN22%20MFE: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: WN69%20OMC
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for WN69%20OMC: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: LS72%20YXL
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for LS72%20YXL: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: AE69%20LWG
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520LWG%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for AE69%20LWG: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: DF18%20KWJ
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520KWJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for DF18%20KWJ: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: NV19%20ZTT
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for NV19%20ZTT: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: OX19%20HHZ
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OX19%2520HHZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for OX19%20HHZ: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: PL72%20BCF
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520BCF%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for PL72%20BCF: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: SA19%20OEH
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA19%2520OEH%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for SA19%20OEH: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: SJ22%20CXO
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ22%2520CXO%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for SJ22%20CXO: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: SW18%20UTO
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520UTO%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for SW18%20UTO: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: SW22%20TWM
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW22%2520TWM%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for SW22%20TWM: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: SY21%20KKT
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520KKT%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for SY21%20KKT: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: LS72%20YXG
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for LS72%20YXG: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: RV23%20YNG
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV23%2520YNG%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for RV23%20YNG: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: WD72%20CCY
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520CCY%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for WD72%20CCY: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: WG73%20NFU
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520NFU%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for WG73%20NFU: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: MH22%20KEJ
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH22%2520KEJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for MH22%20KEJ: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: MW22%20UPB
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW22%2520UPB%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for MW22%20UPB: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: SL69%20ZSR
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for SL69%20ZSR: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: YC73%20ZTZ
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC73%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for YC73%20ZTZ: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: YJ23%20GJR
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for YJ23%20GJR: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: YJ72%20AAG
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ72%2520AAG%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for YJ72%20AAG: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: YK22%20PBO
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520PBO%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for YK22%20PBO: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: YL22%20LFZ
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [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-26 08:12:03 [bca.uk] INFO: Scrape type for YL22%20LFZ: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: CY69%20BSZ
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY69%2520BSZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for CY69%20BSZ: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: HJ23%20LBU
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ23%2520LBU%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for HJ23%20LBU: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: LO72%20ACF
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520ACF%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for LO72%20ACF: 0
2026-03-26 08:12:03 [bca.uk] INFO: Found listing with ID: AU22%20NBK
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU22%2520NBK%27 HTTP/1.1" 200 None
2026-03-26 08:12:03 [bca.uk] INFO: Scrape type for AU22%20NBK: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: GL72%20OTU
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OTU%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for GL72%20OTU: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: LS68%20AEK
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS68%2520AEK%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for LS68%20AEK: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: CN22%20XKK
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [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-26 08:12:04 [bca.uk] INFO: Scrape type for CN22%20XKK: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: VF23%20KLV
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF23%2520KLV%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for VF23%20KLV: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: WA22%20ZNG
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520ZNG%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for WA22%20ZNG: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: KX21%20COA
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX21%2520COA%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for KX21%20COA: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: GF15%20ZYM
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520ZYM%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for GF15%20ZYM: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: DP22%20EHE
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520EHE%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for DP22%20EHE: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: RF72%20OWE
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF72%2520OWE%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for RF72%20OWE: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: LA72%20UJB
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520UJB%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for LA72%20UJB: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: FL23%20AOF
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520AOF%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for FL23%20AOF: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: DC73%20XAR
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520XAR%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for DC73%20XAR: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: RK68%20HRC
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520HRC%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for RK68%20HRC: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: OY22%20HZX
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520HZX%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for OY22%20HZX: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: OU72%20VJO
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU72%2520VJO%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for OU72%20VJO: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: NJ23%20LTN
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LTN%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for NJ23%20LTN: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: NJ23%20HTE
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520HTE%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for NJ23%20HTE: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: MK21%20WWE
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK21%2520WWE%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for MK21%20WWE: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: MK21%20TKU
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK21%2520TKU%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for MK21%20TKU: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: LS72%20XFB
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XFB%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for LS72%20XFB: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: LR23%20ZKT
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520ZKT%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for LR23%20ZKT: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: PV19%20SXW
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PV19%2520SXW%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for PV19%20SXW: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: LX61%20GJG
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX61%2520GJG%27 HTTP/1.1" 200 None
2026-03-26 08:12:04 [bca.uk] INFO: Scrape type for LX61%20GJG: 0
2026-03-26 08:12:04 [bca.uk] INFO: Found listing with ID: BG19%20UEM
2026-03-26 08:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:04 [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-26 08:12:04 [bca.uk] INFO: Scrape type for BG19%20UEM: 2
2026-03-26 08:12:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee with identifier: BG19%20UEM
2026-03-26 08:12:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee with scrape type 2
2026-03-26 08:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee with scrape type 2
2026-03-26 08:12:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee, identifier: BG19%20UEM
2026-03-26 08:12:04 [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-26 08:12:04 [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-26 08:12:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee with identifier: BG19%20UEM
2026-03-26 08:12:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee with identifier: BG19%20UEM
2026-03-26 08:12:05 [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-26 08:12:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:12:05 [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': 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-03-26T10: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': 'auction',
'location': 'Blackbushe',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 35619,
'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 TITANIUM X Hatchback',
'transmission': 'automatic',
'trim': 'E/B 125 TITANIUM X',
'vin': 'WF0NXXGCHNKK69304',
'year': 2019}
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG19%2520UEM%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Saving data for BG19%20UEM: {'auction_closing_time': 1774519200.0, 'created_time': 1773820413.37576, 'last_price_update_time': 1774512725.286505}
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:05 [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-26 08: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-26 08:12:05 [bca.uk] INFO: Found listing with ID: LP72%20NVL
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP72%2520NVL%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for LP72%20NVL: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: PN20%20HZM
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN20%2520HZM%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for PN20%20HZM: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: LF72%20XGZ
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF72%2520XGZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for LF72%20XGZ: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: KX20%20AKG
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KX20%2520AKG%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for KX20%20AKG: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: AO71%20LNC
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO71%2520LNC%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for AO71%20LNC: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: AE19%20ODN
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE19%2520ODN%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for AE19%20ODN: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: AJ71%20VFB
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ71%2520VFB%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for AJ71%20VFB: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: GU71%20WZO
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU71%2520WZO%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for GU71%20WZO: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: HJ23%20LPL
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ23%2520LPL%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for HJ23%20LPL: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: KS20%20PXF
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS20%2520PXF%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for KS20%20PXF: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: LC71%20KBY
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC71%2520KBY%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for LC71%20KBY: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: RJ72%20GVA
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ72%2520GVA%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for RJ72%20GVA: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: RY23%20LFJ
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RY23%2520LFJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for RY23%20LFJ: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: YF68%20SKE
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF68%2520SKE%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for YF68%20SKE: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: KN70%20TPF
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN70%2520TPF%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for KN70%20TPF: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: BW72%20PVA
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW72%2520PVA%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for BW72%20PVA: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: YD17%20DGU
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD17%2520DGU%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for YD17%20DGU: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: BU20%20PYJ
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU20%2520PYJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for BU20%20PYJ: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: DA20%20DGX
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA20%2520DGX%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for DA20%20DGX: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: DG18%20YPX
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG18%2520YPX%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for DG18%20YPX: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: FV69%20ENN
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV69%2520ENN%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for FV69%20ENN: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: HJ23%20ORH
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ23%2520ORH%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for HJ23%20ORH: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: HV18%20LWX
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV18%2520LWX%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for HV18%20LWX: 0
2026-03-26 08:12:05 [bca.uk] INFO: Found listing with ID: SC71%20FWS
2026-03-26 08:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC71%2520FWS%27 HTTP/1.1" 200 None
2026-03-26 08:12:05 [bca.uk] INFO: Scrape type for SC71%20FWS: 0
2026-03-26 08:12:07 [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-26 08:12:08 [bca.uk] INFO: Total items found: 100
2026-03-26 08:12:08 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded
2026-03-26 08:12:08 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:12:08 [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-26 08:12:08 [bca.uk] INFO: Found listing with ID: SE19%20OWB
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE19%2520OWB%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for SE19%20OWB: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: SJ71%20CJE
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ71%2520CJE%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for SJ71%20CJE: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: SK68%20VLM
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK68%2520VLM%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for SK68%20VLM: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: SN23%20JUM
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN23%2520JUM%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for SN23%20JUM: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: SR71%20EYL
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SR71%2520EYL%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for SR71%20EYL: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: YL73%20DFD
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL73%2520DFD%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for YL73%20DFD: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: RV14%20WSF
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV14%2520WSF%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for RV14%20WSF: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: GU24%20WHF
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU24%2520WHF%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for GU24%20WHF: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: DC71%20FYL
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC71%2520FYL%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for DC71%20FYL: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: FG19%20CSY
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG19%2520CSY%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for FG19%20CSY: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: MP19%20GXJ
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MP19%2520GXJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for MP19%20GXJ: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: PF72%20KMX
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PF72%2520KMX%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for PF72%20KMX: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: PK22%20UOM
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK22%2520UOM%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for PK22%20UOM: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: YHZ%206531
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YHZ%25206531%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for YHZ%206531: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: YL71%20LCU
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL71%2520LCU%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for YL71%20LCU: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: NL23%20OVF
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL23%2520OVF%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for NL23%20OVF: 2
2026-03-26 08:12:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2b2870d-a11b-5a2a-addb-a81d7291e238 with identifier: NL23%20OVF
2026-03-26 08:12:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2b2870d-a11b-5a2a-addb-a81d7291e238 with scrape type 2
2026-03-26 08:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2b2870d-a11b-5a2a-addb-a81d7291e238 with scrape type 2
2026-03-26 08:12:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2b2870d-a11b-5a2a-addb-a81d7291e238, identifier: NL23%20OVF
2026-03-26 08:12:08 [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-26 08:12:08 [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-26 08:12:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2b2870d-a11b-5a2a-addb-a81d7291e238 with identifier: NL23%20OVF
2026-03-26 08:12:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2b2870d-a11b-5a2a-addb-a81d7291e238 with identifier: NL23%20OVF
2026-03-26 08:12:08 [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-26 08:12:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:12:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&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-26T10: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': 'auction',
'location': 'Manchester',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 7437,
'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': 'NISSAN JUKE 1.0 DIG-T 114 VISIA Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 114 VISIA',
'vin': 'SJNFAAF16U1221501',
'year': 2023}
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL23%2520OVF%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Saving data for NL23%20OVF: {'auction_closing_time': 1774519200.0, 'created_time': 1774045054.795097, 'last_price_update_time': 1774512728.837734}
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:08 [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-26 08:12:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: SG69%20DXZ
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG69%2520DXZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for SG69%20DXZ: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: FL23%20DHN
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL23%2520DHN%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for FL23%20DHN: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: LD20%20CKF
2026-03-26 08:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD20%2520CKF%27 HTTP/1.1" 200 None
2026-03-26 08:12:08 [bca.uk] INFO: Scrape type for LD20%20CKF: 0
2026-03-26 08:12:08 [bca.uk] INFO: Found listing with ID: FG22%20FDM
2026-03-26 08:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG22%2520FDM%27 HTTP/1.1" 200 None
2026-03-26 08:12:09 [bca.uk] INFO: Scrape type for FG22%20FDM: 0
2026-03-26 08:12:09 [bca.uk] INFO: Found listing with ID: HV24%20YFU
2026-03-26 08:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV24%2520YFU%27 HTTP/1.1" 200 None
2026-03-26 08:12:09 [bca.uk] INFO: Scrape type for HV24%20YFU: 2
2026-03-26 08:12:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 382827b4-64f3-5700-b66f-349ddfd256f3 with identifier: HV24%20YFU
2026-03-26 08:12:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382827b4-64f3-5700-b66f-349ddfd256f3 with scrape type 2
2026-03-26 08:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 382827b4-64f3-5700-b66f-349ddfd256f3 with scrape type 2
2026-03-26 08:12:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 382827b4-64f3-5700-b66f-349ddfd256f3, identifier: HV24%20YFU
2026-03-26 08:12:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 382827b4-64f3-5700-b66f-349ddfd256f3 with identifier: HV24%20YFU
2026-03-26 08:12:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 382827b4-64f3-5700-b66f-349ddfd256f3 with identifier: HV24%20YFU
2026-03-26 08:12:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 382827b4-64f3-5700-b66f-349ddfd256f3 with identifier: HV24%20YFU to the API
2026-03-26 08:12:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV24%20YFU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '382827b4-64f3-5700-b66f-349ddfd256f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HV24 YFU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV24%20YFU&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'MERCEDES-BENZ',
'model': 'GLA 200',
'odometer': 16066,
'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 GLA 200 1.3 AMG LINE EXECUTIVE 7G StationWagon',
'transmission': 'automatic',
'trim': 'AMG LINE EXECUTIVE 7G',
'vin': 'W1N4N8HB6RJ616969',
'year': 2024}
2026-03-26 08:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV24%2520YFU%27 HTTP/1.1" 200 None
2026-03-26 08:12:09 [bca.uk] INFO: Saving data for HV24%20YFU: {'auction_closing_time': 1774519200.0, 'created_time': 1773930967.670295, 'last_price_update_time': 1774512729.984749}
2026-03-26 08:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520YFU') HTTP/1.1" 204 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: LG20%20XNJ
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG20%2520XNJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for LG20%20XNJ: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: SK18%20DFJ
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK18%2520DFJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for SK18%20DFJ: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: VX69%20PYB
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX69%2520PYB%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for VX69%20PYB: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: WT19%20NWK
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WT19%2520NWK%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for WT19%20NWK: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: FE22%20ZKM
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE22%2520ZKM%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for FE22%20ZKM: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: FE22%20ZKB
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE22%2520ZKB%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for FE22%20ZKB: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: FE22%20ZDH
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE22%2520ZDH%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for FE22%20ZDH: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: YC20%20YLL
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC20%2520YLL%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for YC20%20YLL: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: M321%20MGJ
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27M321%2520MGJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for M321%20MGJ: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: RF66%20OES
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF66%2520OES%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for RF66%20OES: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: FE22%20ZDG
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE22%2520ZDG%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for FE22%20ZDG: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: EF18%20WGE
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF18%2520WGE%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for EF18%20WGE: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: EK22%20MVT
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK22%2520MVT%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for EK22%20MVT: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: BP18%20VVJ
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP18%2520VVJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for BP18%20VVJ: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: MK68%20CKP
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK68%2520CKP%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for MK68%20CKP: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: EA72%20XMD
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA72%2520XMD%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for EA72%20XMD: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: LF17%20HUH
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF17%2520HUH%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for LF17%20HUH: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: CF72%20XKA
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF72%2520XKA%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for CF72%20XKA: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: MM67%20OOY
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM67%2520OOY%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for MM67%20OOY: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: VE68%20VCD
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE68%2520VCD%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for VE68%20VCD: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: CF72%20AGO
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF72%2520AGO%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for CF72%20AGO: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: WA16%20DXM
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA16%2520DXM%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for WA16%20DXM: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: BL24%20EUA
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL24%2520EUA%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for BL24%20EUA: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: YG68%20UON
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG68%2520UON%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for YG68%20UON: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: BJ72%20MTV
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ72%2520MTV%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for BJ72%20MTV: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: BD68%20YOC
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD68%2520YOC%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for BD68%20YOC: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: GK68%20OWZ
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK68%2520OWZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for GK68%20OWZ: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: SC69%20UOA
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC69%2520UOA%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for SC69%20UOA: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: SL16%20LGA
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL16%2520LGA%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for SL16%20LGA: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: SW66%20YVN
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW66%2520YVN%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for SW66%20YVN: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: YG20%20TOV
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG20%2520TOV%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for YG20%20TOV: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: BG73%20MWY
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG73%2520MWY%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for BG73%20MWY: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: AO72%20ZCX
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO72%2520ZCX%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for AO72%20ZCX: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: EN17%20OSU
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN17%2520OSU%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for EN17%20OSU: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: OY17%20SPZ
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY17%2520SPZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for OY17%20SPZ: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: AJ72%20OSW
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ72%2520OSW%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for AJ72%20OSW: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: AF23%20BXW
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF23%2520BXW%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for AF23%20BXW: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: WD16%20NWC
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD16%2520NWC%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for WD16%20NWC: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: FY70%20LTT
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY70%2520LTT%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for FY70%20LTT: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: YC68%20MYL
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC68%2520MYL%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for YC68%20MYL: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: LJ70%20YGW
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ70%2520YGW%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for LJ70%20YGW: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: OY17%20KRU
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY17%2520KRU%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for OY17%20KRU: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: BC70%20SXU
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC70%2520SXU%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for BC70%20SXU: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: RE66%20JBU
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE66%2520JBU%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for RE66%20JBU: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: WO67%20LZF
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO67%2520LZF%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for WO67%20LZF: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: EO69%20NTL
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO69%2520NTL%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for EO69%20NTL: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: DT68%20KJY
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DT68%2520KJY%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for DT68%20KJY: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: DF18%20DVR
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF18%2520DVR%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for DF18%20DVR: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: NL67%20VLB
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL67%2520VLB%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for NL67%20VLB: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: NV66%20YRW
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV66%2520YRW%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for NV66%20YRW: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: SW19%20JWU
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW19%2520JWU%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for SW19%20JWU: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: YW19%20CKG
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YW19%2520CKG%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for YW19%20CKG: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: KM66%20WVP
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM66%2520WVP%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for KM66%20WVP: 0
2026-03-26 08:12:10 [bca.uk] INFO: Found listing with ID: YR13%20XDZ
2026-03-26 08:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR13%2520XDZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:10 [bca.uk] INFO: Scrape type for YR13%20XDZ: 2
2026-03-26 08:12:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62cc9ad7-3b35-5503-9e90-8a735156c423 with identifier: YR13%20XDZ
2026-03-26 08:12:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62cc9ad7-3b35-5503-9e90-8a735156c423 with scrape type 2
2026-03-26 08:12:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62cc9ad7-3b35-5503-9e90-8a735156c423 with scrape type 2
2026-03-26 08:12:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62cc9ad7-3b35-5503-9e90-8a735156c423, identifier: YR13%20XDZ
2026-03-26 08:12:11 [scrapy.extensions.logstats] INFO: Crawled 153 pages (at 12 pages/min), scraped 329 items (at 19 items/min)
2026-03-26 08:12:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:12:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62cc9ad7-3b35-5503-9e90-8a735156c423 with identifier: YR13%20XDZ
2026-03-26 08:12:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62cc9ad7-3b35-5503-9e90-8a735156c423 with identifier: YR13%20XDZ
2026-03-26 08:12:11 [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-26 08:12:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&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-03-26T10: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': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'VAUXHALL',
'model': 'ADAM',
'odometer': 41483,
'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 ADAM 1.4 VVT 87 SLAM Hatchback',
'transmission': 'manual',
'trim': 'VVT 87 SLAM',
'vin': 'W0L0MAP08D6061681',
'year': 2013}
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [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-26 08:12:11 [bca.uk] INFO: Saving data for YR13%20XDZ: {'auction_closing_time': 1774519200.0, 'created_time': 1773837441.954497, 'last_price_update_time': 1774512731.358388}
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [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-26 08:12:11 [bca.uk] INFO: Found listing with ID: YP17%20GUH
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP17%2520GUH%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for YP17%20GUH: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: GL16%20XBT
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520XBT%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for GL16%20XBT: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: YN69%20ZKX
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520ZKX%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for YN69%20ZKX: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: BN63%20JXK
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN63%2520JXK%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for BN63%20JXK: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: SA18%20UFV
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520UFV%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for SA18%20UFV: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: VK64%20OFU
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK64%2520OFU%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for VK64%20OFU: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: VE70%20OAW
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520OAW%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for VE70%20OAW: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: RX65%20XTG
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520XTG%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for RX65%20XTG: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: KO67%20BZU
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [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-26 08:12:11 [bca.uk] INFO: Scrape type for KO67%20BZU: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: LO68%20FRF
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO68%2520FRF%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for LO68%20FRF: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: EU16%20XHS
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU16%2520XHS%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for EU16%20XHS: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: GU20%20PKE
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520PKE%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for GU20%20PKE: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: GV16%20BYS
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520BYS%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for GV16%20BYS: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: DM70%20HHN
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DM70%2520HHN%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for DM70%20HHN: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: YD16%20XHU
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520XHU%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for YD16%20XHU: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: EO68%20OSM
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [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-26 08:12:11 [bca.uk] INFO: Scrape type for EO68%20OSM: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: LR19%20JZX
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR19%2520JZX%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for LR19%20JZX: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: LM17%20LML
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM17%2520LML%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for LM17%20LML: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: RX67%20VBA
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX67%2520VBA%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for RX67%20VBA: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: AK69%20CYL
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520CYL%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for AK69%20CYL: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: LV22%20XMW
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV22%2520XMW%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for LV22%20XMW: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: SA71%20CHG
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520CHG%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for SA71%20CHG: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: KR22%20BYL
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [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-26 08:12:11 [bca.uk] INFO: Scrape type for KR22%20BYL: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: VO66%20ULW
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520ULW%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for VO66%20ULW: 0
2026-03-26 08:12:11 [bca.uk] INFO: Found listing with ID: GN70%20WLP
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN70%2520WLP%27 HTTP/1.1" 200 None
2026-03-26 08:12:11 [bca.uk] INFO: Scrape type for GN70%20WLP: 0
2026-03-26 08:12:13 [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-26 08:12:13 [bca.uk] INFO: Total items found: 100
2026-03-26 08:12:13 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded
2026-03-26 08:12:13 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:12:13 [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-26 08:12:13 [bca.uk] INFO: Found listing with ID: MB19%20WPX
2026-03-26 08:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MB19%2520WPX%27 HTTP/1.1" 200 None
2026-03-26 08:12:13 [bca.uk] INFO: Scrape type for MB19%20WPX: 0
2026-03-26 08:12:13 [bca.uk] INFO: Found listing with ID: GF18%20ZXS
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF18%2520ZXS%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for GF18%20ZXS: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: DL69%20LGE
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL69%2520LGE%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for DL69%20LGE: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: LE23%20GHF
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE23%2520GHF%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for LE23%20GHF: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: NJ23%20HCK
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520HCK%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for NJ23%20HCK: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: KF19%20UWK
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520UWK%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for KF19%20UWK: 2
2026-03-26 08:12:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 415bc749-a9fd-5ff0-b3a7-0c5ea21ccac1 with identifier: KF19%20UWK
2026-03-26 08:12:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 415bc749-a9fd-5ff0-b3a7-0c5ea21ccac1 with scrape type 2
2026-03-26 08:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 415bc749-a9fd-5ff0-b3a7-0c5ea21ccac1 with scrape type 2
2026-03-26 08:12:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 415bc749-a9fd-5ff0-b3a7-0c5ea21ccac1, identifier: KF19%20UWK
2026-03-26 08:12:14 [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-26 08:12:14 [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-26 08:12:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 415bc749-a9fd-5ff0-b3a7-0c5ea21ccac1 with identifier: KF19%20UWK
2026-03-26 08:12:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 415bc749-a9fd-5ff0-b3a7-0c5ea21ccac1 with identifier: KF19%20UWK
2026-03-26 08:12:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 415bc749-a9fd-5ff0-b3a7-0c5ea21ccac1 with identifier: KF19%20UWK to the API
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF19%20UWK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '415bc749-a9fd-5ff0-b3a7-0c5ea21ccac1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KF19 UWK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF19%20UWK&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'MERCEDES-BENZ',
'model': 'GLC 250',
'odometer': 112831,
'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 GLC 250 2.0 AMG NIGHT ED.4M 9G StationWagon',
'transmission': 'manual',
'trim': 'AMG NIGHT ED.4M 9G',
'vin': 'WDC2539462V187842',
'year': 2019}
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520UWK%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Saving data for KF19%20UWK: {'auction_closing_time': 1774519200.0, 'created_time': 1773839967.590781, 'last_price_update_time': 1774512734.641262}
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF19%2520UWK') HTTP/1.1" 204 0
2026-03-26 08:12:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: AF22%20TVO
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520TVO%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for AF22%20TVO: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: FN71%20JZP
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN71%2520JZP%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for FN71%20JZP: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: LG23%20YMJ
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YMJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for LG23%20YMJ: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: LL71%20HJY
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520HJY%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for LL71%20HJY: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: LO73%20HZX
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO73%2520HZX%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for LO73%20HZX: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: LR22%20HKL
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HKL%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for LR22%20HKL: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: LR22%20OGW
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520OGW%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for LR22%20OGW: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: NL73%20UMW
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL73%2520UMW%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for NL73%20UMW: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: OE23%20VYG
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520VYG%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for OE23%20VYG: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: RK23%20MKJ
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK23%2520MKJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for RK23%20MKJ: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: VA69%20OLO
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA69%2520OLO%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for VA69%20OLO: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: VN70%20ZDS
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520ZDS%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for VN70%20ZDS: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: CJ71%20FTC
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ71%2520FTC%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for CJ71%20FTC: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: KN22%20FZK
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520FZK%27 HTTP/1.1" 200 None
2026-03-26 08:12:14 [bca.uk] INFO: Scrape type for KN22%20FZK: 0
2026-03-26 08:12:14 [bca.uk] INFO: Found listing with ID: MH73%20OVS
2026-03-26 08:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH73%2520OVS%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for MH73%20OVS: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: MV23%20RKU
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520RKU%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for MV23%20RKU: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: NL23%20KWU
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520KWU%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for NL23%20KWU: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: YC71%20AZL
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC71%2520AZL%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for YC71%20AZL: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: YR71%20OJY
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520OJY%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for YR71%20OJY: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: BP72%20HOH
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520HOH%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for BP72%20HOH: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: AU23%20NLA
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU23%2520NLA%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for AU23%20NLA: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: BV71%20TNO
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV71%2520TNO%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for BV71%20TNO: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: GJ22%20NXD
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520NXD%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for GJ22%20NXD: 2
2026-03-26 08:12:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca9f7bbe-7fbd-56f6-b384-10844828c85b with identifier: GJ22%20NXD
2026-03-26 08:12:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca9f7bbe-7fbd-56f6-b384-10844828c85b with scrape type 2
2026-03-26 08:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca9f7bbe-7fbd-56f6-b384-10844828c85b with scrape type 2
2026-03-26 08:12:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca9f7bbe-7fbd-56f6-b384-10844828c85b, identifier: GJ22%20NXD
2026-03-26 08:12:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca9f7bbe-7fbd-56f6-b384-10844828c85b with identifier: GJ22%20NXD
2026-03-26 08:12:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca9f7bbe-7fbd-56f6-b384-10844828c85b with identifier: GJ22%20NXD
2026-03-26 08:12:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca9f7bbe-7fbd-56f6-b384-10844828c85b with identifier: GJ22%20NXD to the API
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ22%20NXD-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'ca9f7bbe-7fbd-56f6-b384-10844828c85b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GJ22 NXD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ22%20NXD&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 60434,
'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': 'LRWYHCEK9NC240061',
'year': 2022}
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520NXD%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Saving data for GJ22%20NXD: {'auction_closing_time': 1774519200.0, 'created_time': 1773839939.557656, 'last_price_update_time': 1774512735.51731}
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520NXD') HTTP/1.1" 204 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: HT71%20ZLX
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520ZLX%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for HT71%20ZLX: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: NL23%20OBS
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OBS%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for NL23%20OBS: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: OE74%20XRC
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [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-26 08:12:15 [bca.uk] INFO: Scrape type for OE74%20XRC: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: OY17%20YNX
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520YNX%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for OY17%20YNX: 0
2026-03-26 08:12:15 [bca.uk] INFO: Found listing with ID: WN23%20FWR
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520FWR%27 HTTP/1.1" 200 None
2026-03-26 08:12:15 [bca.uk] INFO: Scrape type for WN23%20FWR: 2
2026-03-26 08:12:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79b6f612-d4ca-53b3-be0c-54143c006912 with identifier: WN23%20FWR
2026-03-26 08:12:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79b6f612-d4ca-53b3-be0c-54143c006912 with scrape type 2
2026-03-26 08:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79b6f612-d4ca-53b3-be0c-54143c006912 with scrape type 2
2026-03-26 08:12:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79b6f612-d4ca-53b3-be0c-54143c006912, identifier: WN23%20FWR
2026-03-26 08:12:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79b6f612-d4ca-53b3-be0c-54143c006912 with identifier: WN23%20FWR
2026-03-26 08:12:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79b6f612-d4ca-53b3-be0c-54143c006912 with identifier: WN23%20FWR
2026-03-26 08:12:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79b6f612-d4ca-53b3-be0c-54143c006912 with identifier: WN23%20FWR to the API
2026-03-26 08:12:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20FWR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '79b6f612-d4ca-53b3-be0c-54143c006912',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN23 FWR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20FWR&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 59920,
'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 AWD LONG RANGE Hatchback',
'transmission': 'automatic',
'trim': 'AWD LONG RANGE',
'vin': 'LRWYHCEK8PC766569',
'year': 2023}
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520FWR%27 HTTP/1.1" 200 None
2026-03-26 08:12:16 [bca.uk] INFO: Saving data for WN23%20FWR: {'auction_closing_time': 1774519200.0, 'created_time': 1773839940.061532, 'last_price_update_time': 1774512736.126901}
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520FWR') HTTP/1.1" 204 0
2026-03-26 08:12:16 [bca.uk] INFO: Found listing with ID: BD74%20NYM
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:16 [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-26 08:12:16 [bca.uk] INFO: Scrape type for BD74%20NYM: 2
2026-03-26 08:12:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77573687-7945-5353-bef3-06abe2033ca4 with identifier: BD74%20NYM
2026-03-26 08:12:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77573687-7945-5353-bef3-06abe2033ca4 with scrape type 2
2026-03-26 08:12:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77573687-7945-5353-bef3-06abe2033ca4 with scrape type 2
2026-03-26 08:12:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77573687-7945-5353-bef3-06abe2033ca4, identifier: BD74%20NYM
2026-03-26 08:12:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77573687-7945-5353-bef3-06abe2033ca4 with identifier: BD74%20NYM
2026-03-26 08:12:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77573687-7945-5353-bef3-06abe2033ca4 with identifier: BD74%20NYM
2026-03-26 08:12:16 [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-26 08:12:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&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-26T10: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': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HYUNDAI',
'model': 'KONA ELECTRIC',
'odometer': 6848,
'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 KONA ELECTRIC 115KW 48KWH ADVANCE Hatchback',
'transmission': 'automatic',
'trim': '115KW 48KWH ADVANCE',
'vin': 'TMAH881B2SJ044089',
'year': 2024}
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:16 [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-26 08:12:16 [bca.uk] INFO: Saving data for BD74%20NYM: {'auction_closing_time': 1774519200.0, 'created_time': 1773832203.68239, 'last_price_update_time': 1774512736.539061}
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:16 [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-26 08:12:16 [bca.uk] INFO: Found listing with ID: BK22%20XWH
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520XWH%27 HTTP/1.1" 200 None
2026-03-26 08:12:16 [bca.uk] INFO: Scrape type for BK22%20XWH: 0
2026-03-26 08:12:16 [bca.uk] INFO: Found listing with ID: NL23%20TGE
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520TGE%27 HTTP/1.1" 200 None
2026-03-26 08:12:16 [bca.uk] INFO: Scrape type for NL23%20TGE: 0
2026-03-26 08:12:16 [bca.uk] INFO: Found listing with ID: CF72%20NYH
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520NYH%27 HTTP/1.1" 200 None
2026-03-26 08:12:16 [bca.uk] INFO: Scrape type for CF72%20NYH: 0
2026-03-26 08:12:16 [bca.uk] INFO: Found listing with ID: FL74%20VMF
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL74%2520VMF%27 HTTP/1.1" 200 None
2026-03-26 08:12:16 [bca.uk] INFO: Scrape type for FL74%20VMF: 2
2026-03-26 08:12:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8bbc464-150a-55a7-8e99-394125bf5c6d with identifier: FL74%20VMF
2026-03-26 08:12:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8bbc464-150a-55a7-8e99-394125bf5c6d with scrape type 2
2026-03-26 08:12:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8bbc464-150a-55a7-8e99-394125bf5c6d with scrape type 2
2026-03-26 08:12:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8bbc464-150a-55a7-8e99-394125bf5c6d, identifier: FL74%20VMF
2026-03-26 08:12:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8bbc464-150a-55a7-8e99-394125bf5c6d with identifier: FL74%20VMF
2026-03-26 08:12:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8bbc464-150a-55a7-8e99-394125bf5c6d with identifier: FL74%20VMF
2026-03-26 08:12:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8bbc464-150a-55a7-8e99-394125bf5c6d with identifier: FL74%20VMF to the API
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL74%20VMF-GB',
'category': 'Car',
'color': 'green',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c8bbc464-150a-55a7-8e99-394125bf5c6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FL74 VMF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL74%20VMF&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'BMW',
'model': 'I5',
'odometer': 23281,
'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': 'BMW I5 250KW 84KWH ED40 SPORT ED. Estate',
'transmission': 'automatic',
'trim': '250KW 84KWH ED40 SPORT ED.',
'vin': 'WBY12HH050CT34894',
'year': 2024}
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL74%2520VMF%27 HTTP/1.1" 200 None
2026-03-26 08:12:16 [bca.uk] INFO: Saving data for FL74%20VMF: {'auction_closing_time': 1774519200.0, 'created_time': 1773832184.049857, 'last_price_update_time': 1774512736.987125}
2026-03-26 08:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL74%2520VMF') HTTP/1.1" 204 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: LG73%20BAE
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG73%2520BAE%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for LG73%20BAE: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: LM73%20HKK
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM73%2520HKK%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for LM73%20HKK: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: LO71%20YXA
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO71%2520YXA%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for LO71%20YXA: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: YO18%20PXW
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO18%2520PXW%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for YO18%20PXW: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: RF23%20EYC
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF23%2520EYC%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for RF23%20EYC: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: WU22%20KWX
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [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-26 08:12:17 [bca.uk] INFO: Scrape type for WU22%20KWX: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: HS21%20MWG
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS21%2520MWG%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for HS21%20MWG: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: SJ23%20VOB
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ23%2520VOB%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for SJ23%20VOB: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: MD72%20ETU
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520ETU%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for MD72%20ETU: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: FL23%20DMV
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520DMV%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for FL23%20DMV: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: RE72%20LCN
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520LCN%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for RE72%20LCN: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: CA23%20BZV
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA23%2520BZV%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for CA23%20BZV: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: CA72%20VHK
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520VHK%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for CA72%20VHK: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: DE75%20FMX
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE75%2520FMX%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for DE75%20FMX: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: DL72%20VOU
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520VOU%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for DL72%20VOU: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: DP23%20CUG
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520CUG%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for DP23%20CUG: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: LS22%20YTP
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520YTP%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for LS22%20YTP: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: MH72%20CLV
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520CLV%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for MH72%20CLV: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: OV23%20RSX
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520RSX%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for OV23%20RSX: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: HK70%20BZD
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK70%2520BZD%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for HK70%20BZD: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: CJ71%20EVM
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ71%2520EVM%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for CJ71%20EVM: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: GJ22%20FWA
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520FWA%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for GJ22%20FWA: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: KP72%20VOB
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [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-26 08:12:17 [bca.uk] INFO: Scrape type for KP72%20VOB: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: KP72%20VWB
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520VWB%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for KP72%20VWB: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: KP72%20XUG
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520XUG%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for KP72%20XUG: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: WM72%20OGK
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520OGK%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for WM72%20OGK: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: BL74%20WJV
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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-26 08:12:17 [bca.uk] INFO: Scrape type for BL74%20WJV: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: PO72%20YGK
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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-26 08:12:17 [bca.uk] INFO: Scrape type for PO72%20YGK: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: MV09%20GKF
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV09%2520GKF%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for MV09%20GKF: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: BD18%20WLA
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [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-26 08:12:17 [bca.uk] INFO: Scrape type for BD18%20WLA: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: BJ72%20TFF
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520TFF%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for BJ72%20TFF: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: BT70%20AXV
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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-26 08:12:17 [bca.uk] INFO: Scrape type for BT70%20AXV: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: YP22%20YCH
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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-26 08:12:17 [bca.uk] INFO: Scrape type for YP22%20YCH: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: KW73%20HVX
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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-26 08:12:17 [bca.uk] INFO: Scrape type for KW73%20HVX: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: WA14%20NPO
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [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-26 08:12:17 [bca.uk] INFO: Scrape type for WA14%20NPO: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: BV23%20HVZ
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520HVZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for BV23%20HVZ: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: WR67%20XEX
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR67%2520XEX%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for WR67%20XEX: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: RX20%20ULV
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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-26 08:12:17 [bca.uk] INFO: Scrape type for RX20%20ULV: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: RF71%20CNO
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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-26 08:12:17 [bca.uk] INFO: Scrape type for RF71%20CNO: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: GU68%20YRE
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520YRE%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for GU68%20YRE: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: PO68%20ZDU
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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-26 08:12:17 [bca.uk] INFO: Scrape type for PO68%20ZDU: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: MD69%20NOU
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD69%2520NOU%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for MD69%20NOU: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: LL67%20YWF
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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-26 08:12:17 [bca.uk] INFO: Scrape type for LL67%20YWF: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: KW67%20CLZ
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW67%2520CLZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for KW67%20CLZ: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: YG22%20UNB
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520UNB%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for YG22%20UNB: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: GY22%20CCJ
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520CCJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for GY22%20CCJ: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: OV61%20ZBX
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV61%2520ZBX%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for OV61%20ZBX: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: GV07%20OPC
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV07%2520OPC%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for GV07%20OPC: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: KU21%20PJJ
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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-26 08:12:17 [bca.uk] INFO: Scrape type for KU21%20PJJ: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: GU22%20UZH
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU22%2520UZH%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for GU22%20UZH: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: KU17%20LHB
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [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-26 08:12:17 [bca.uk] INFO: Scrape type for KU17%20LHB: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: AE20%20OGX
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE20%2520OGX%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for AE20%20OGX: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: KN73%20ODX
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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-26 08:12:17 [bca.uk] INFO: Scrape type for KN73%20ODX: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: BN21%20YVU
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN21%2520YVU%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for BN21%20YVU: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: WO17%20PGU
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO17%2520PGU%27 HTTP/1.1" 200 None
2026-03-26 08:12:17 [bca.uk] INFO: Scrape type for WO17%20PGU: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: BT25%20KMY
2026-03-26 08:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:17 [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-26 08:12:17 [bca.uk] INFO: Scrape type for BT25%20KMY: 0
2026-03-26 08:12:17 [bca.uk] INFO: Found listing with ID: SG18%20AYU
2026-03-26 08:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SG18%2520AYU%27 HTTP/1.1" 200 None
2026-03-26 08:12:18 [bca.uk] INFO: Scrape type for SG18%20AYU: 0
2026-03-26 08:12:18 [bca.uk] INFO: Found listing with ID: BW74%20DWK
2026-03-26 08:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-26 08:12:18 [bca.uk] INFO: Scrape type for BW74%20DWK: 0
2026-03-26 08:12:18 [bca.uk] INFO: Found listing with ID: ML23%20NLT
2026-03-26 08:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML23%2520NLT%27 HTTP/1.1" 200 None
2026-03-26 08:12:18 [bca.uk] INFO: Scrape type for ML23%20NLT: 0
2026-03-26 08:12:18 [bca.uk] INFO: Found listing with ID: VK24%20MZE
2026-03-26 08:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK24%2520MZE%27 HTTP/1.1" 200 None
2026-03-26 08:12:18 [bca.uk] INFO: Scrape type for VK24%20MZE: 0
2026-03-26 08:12:18 [bca.uk] INFO: Found listing with ID: YP73%20LHE
2026-03-26 08:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP73%2520LHE%27 HTTP/1.1" 200 None
2026-03-26 08:12:18 [bca.uk] INFO: Scrape type for YP73%20LHE: 0
2026-03-26 08:12:19 [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-26 08:12:19 [bca.uk] INFO: Total items found: 100
2026-03-26 08:12:19 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded
2026-03-26 08:12:19 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:12:19 [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-26 08:12:19 [bca.uk] INFO: Found listing with ID: BL73%20ZKG
2026-03-26 08:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL73%2520ZKG%27 HTTP/1.1" 200 None
2026-03-26 08:12:19 [bca.uk] INFO: Scrape type for BL73%20ZKG: 0
2026-03-26 08:12:19 [bca.uk] INFO: Found listing with ID: CF74%20PHA
2026-03-26 08:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF74%2520PHA%27 HTTP/1.1" 200 None
2026-03-26 08:12:19 [bca.uk] INFO: Scrape type for CF74%20PHA: 0
2026-03-26 08:12:19 [bca.uk] INFO: Found listing with ID: KE73%20BBF
2026-03-26 08:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE73%2520BBF%27 HTTP/1.1" 200 None
2026-03-26 08:12:19 [bca.uk] INFO: Scrape type for KE73%20BBF: 0
2026-03-26 08:12:19 [bca.uk] INFO: Found listing with ID: LL73%20FCV
2026-03-26 08:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL73%2520FCV%27 HTTP/1.1" 200 None
2026-03-26 08:12:19 [bca.uk] INFO: Scrape type for LL73%20FCV: 0
2026-03-26 08:12:19 [bca.uk] INFO: Found listing with ID: KJ23%20NMA
2026-03-26 08:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ23%2520NMA%27 HTTP/1.1" 200 None
2026-03-26 08:12:19 [bca.uk] INFO: Scrape type for KJ23%20NMA: 0
2026-03-26 08:12:19 [bca.uk] INFO: Found listing with ID: KJ23%20NNB
2026-03-26 08:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ23%2520NNB%27 HTTP/1.1" 200 None
2026-03-26 08:12:19 [bca.uk] INFO: Scrape type for KJ23%20NNB: 0
2026-03-26 08:12:19 [bca.uk] INFO: Found listing with ID: KK23%20BVW
2026-03-26 08:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KK23%2520BVW%27 HTTP/1.1" 200 None
2026-03-26 08:12:19 [bca.uk] INFO: Scrape type for KK23%20BVW: 0
2026-03-26 08:12:19 [bca.uk] INFO: Found listing with ID: YF60%20KYT
2026-03-26 08:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF60%2520KYT%27 HTTP/1.1" 200 None
2026-03-26 08:12:19 [bca.uk] INFO: Scrape type for YF60%20KYT: 0
2026-03-26 08:12:19 [bca.uk] INFO: Found listing with ID: WR66%20WCC
2026-03-26 08:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR66%2520WCC%27 HTTP/1.1" 200 None
2026-03-26 08:12:19 [bca.uk] INFO: Scrape type for WR66%20WCC: 0
2026-03-26 08:12:19 [bca.uk] INFO: Found listing with ID: NG69%20FHT
2026-03-26 08:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG69%2520FHT%27 HTTP/1.1" 200 None
2026-03-26 08:12:19 [bca.uk] INFO: Scrape type for NG69%20FHT: 0
2026-03-26 08:12:19 [bca.uk] INFO: Found listing with ID: LO73%20OTD
2026-03-26 08:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO73%2520OTD%27 HTTP/1.1" 200 None
2026-03-26 08:12:19 [bca.uk] INFO: Scrape type for LO73%20OTD: 2
2026-03-26 08:12:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e5b8768-c5d6-5a63-a48a-f87fe118407e with identifier: LO73%20OTD
2026-03-26 08:12:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e5b8768-c5d6-5a63-a48a-f87fe118407e with scrape type 2
2026-03-26 08:12:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e5b8768-c5d6-5a63-a48a-f87fe118407e with scrape type 2
2026-03-26 08:12:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e5b8768-c5d6-5a63-a48a-f87fe118407e, identifier: LO73%20OTD
2026-03-26 08:12:20 [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-26 08:12:20 [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-26 08:12:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e5b8768-c5d6-5a63-a48a-f87fe118407e with identifier: LO73%20OTD
2026-03-26 08:12:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e5b8768-c5d6-5a63-a48a-f87fe118407e with identifier: LO73%20OTD
2026-03-26 08:12:20 [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-26 08:12:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:12:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&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-03-26T10: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-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO73%2520OTD%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Saving data for LO73%20OTD: {'auction_closing_time': 1774519200.0, 'created_time': 1773841944.963033, 'last_price_update_time': 1774512740.560214}
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:20 [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-26 08:12:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: LD66%20UZG
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD66%2520UZG%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for LD66%20UZG: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: ML74%20XNM
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML74%2520XNM%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for ML74%20XNM: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: BG23%20XGO
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG23%2520XGO%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for BG23%20XGO: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: MJ74%20HCG
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ74%2520HCG%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for MJ74%20HCG: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: BW25%20HZB
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW25%2520HZB%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for BW25%20HZB: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: DC16%20XBH
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC16%2520XBH%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for DC16%20XBH: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: HK63%20ODX
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK63%2520ODX%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for HK63%20ODX: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: DN24%20UWB
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN24%2520UWB%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for DN24%20UWB: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: MD74%20GXE
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD74%2520GXE%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for MD74%20GXE: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: MJ74%20HDD
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ74%2520HDD%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for MJ74%20HDD: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: MW74%20DFF
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW74%2520DFF%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for MW74%20DFF: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: SN19%20NSV
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN19%2520NSV%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for SN19%20NSV: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: KU16%20NWW
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU16%2520NWW%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for KU16%20NWW: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: SW67%20BUV
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW67%2520BUV%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for SW67%20BUV: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: KR24%20RDU
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR24%2520RDU%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for KR24%20RDU: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: DF69%20LPC
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF69%2520LPC%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for DF69%20LPC: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: BN74%20PEO
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN74%2520PEO%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for BN74%20PEO: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: LO24%20MHL
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO24%2520MHL%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for LO24%20MHL: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: AV69%20TBZ
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV69%2520TBZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for AV69%20TBZ: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: BT24%20NDJ
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT24%2520NDJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:20 [bca.uk] INFO: Scrape type for BT24%20NDJ: 0
2026-03-26 08:12:20 [bca.uk] INFO: Found listing with ID: GJ72%20YZP
2026-03-26 08:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ72%2520YZP%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for GJ72%20YZP: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: BK24%20ZKV
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK24%2520ZKV%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for BK24%20ZKV: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: DV24%20JSU
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV24%2520JSU%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for DV24%20JSU: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: CX21%20WDC
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX21%2520WDC%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for CX21%20WDC: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: OE68%20JWO
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE68%2520JWO%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for OE68%20JWO: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: CN62%20RDX
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN62%2520RDX%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for CN62%20RDX: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: HN59%20ENR
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN59%2520ENR%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for HN59%20ENR: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: KP13%20FBK
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP13%2520FBK%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for KP13%20FBK: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: SD64%20KYZ
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD64%2520KYZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for SD64%20KYZ: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: DS17%20YLA
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS17%2520YLA%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for DS17%20YLA: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: SN65%20HPB
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN65%2520HPB%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for SN65%20HPB: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: WM17%20XRD
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM17%2520XRD%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for WM17%20XRD: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: MW74%20VTE
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW74%2520VTE%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for MW74%20VTE: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: LG20%20FYR
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG20%2520FYR%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for LG20%20FYR: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: PO18%20VRY
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO18%2520VRY%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for PO18%20VRY: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: BF16%20ZYN
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF16%2520ZYN%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for BF16%20ZYN: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: RJ71%20YLF
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ71%2520YLF%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for RJ71%20YLF: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: OV71%20ZXJ
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV71%2520ZXJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for OV71%20ZXJ: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: BL71%20UGO
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL71%2520UGO%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for BL71%20UGO: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: LR22%20VCO
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR22%2520VCO%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for LR22%20VCO: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: BC24%20LJV
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC24%2520LJV%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for BC24%20LJV: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: BF22%20DXW
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF22%2520DXW%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for BF22%20DXW: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: FL22%20BFU
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL22%2520BFU%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for FL22%20BFU: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: MJ22%20NPV
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ22%2520NPV%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for MJ22%20NPV: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: FE72%20UFH
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE72%2520UFH%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for FE72%20UFH: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: DS24%20HEV
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS24%2520HEV%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for DS24%20HEV: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: DV24%20WGE
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV24%2520WGE%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for DV24%20WGE: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: LS23%20JFK
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS23%2520JFK%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for LS23%20JFK: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: WF71%20ZNT
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF71%2520ZNT%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for WF71%20ZNT: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: ML73%20RGZ
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML73%2520RGZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for ML73%20RGZ: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: SA18%20FZC
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA18%2520FZC%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for SA18%20FZC: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: DG22%20YYN
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG22%2520YYN%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for DG22%20YYN: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: HT73%20GVN
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT73%2520GVN%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for HT73%20GVN: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: SD72%20MDZ
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD72%2520MDZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for SD72%20MDZ: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: WO72%20JYX
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO72%2520JYX%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for WO72%20JYX: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: AK72%20TDV
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK72%2520TDV%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for AK72%20TDV: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: DS24%20HHR
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS24%2520HHR%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for DS24%20HHR: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: LD23%20EOE
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD23%2520EOE%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for LD23%20EOE: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: LA71%20XWD
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA71%2520XWD%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for LA71%20XWD: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: BG23%20DPK
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG23%2520DPK%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for BG23%20DPK: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: DY24%20KJK
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY24%2520KJK%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for DY24%20KJK: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: RK25%20YGP
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK25%2520YGP%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for RK25%20YGP: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: WN23%20PGO
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN23%2520PGO%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for WN23%20PGO: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: MK23%20TYH
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK23%2520TYH%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for MK23%20TYH: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: MF20%20VCA
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF20%2520VCA%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for MF20%20VCA: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: LP21%20PVA
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP21%2520PVA%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for LP21%20PVA: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: BF23%20AWN
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF23%2520AWN%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for BF23%20AWN: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: CJ73%20WEF
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ73%2520WEF%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for CJ73%20WEF: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: CX71%20WYU
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX71%2520WYU%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for CX71%20WYU: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: DE22%20SXG
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE22%2520SXG%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for DE22%20SXG: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: FX24%20ZVB
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX24%2520ZVB%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for FX24%20ZVB: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: HK24%20DVC
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK24%2520DVC%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for HK24%20DVC: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: HN23%20FAJ
2026-03-26 08:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN23%2520FAJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:21 [bca.uk] INFO: Scrape type for HN23%20FAJ: 0
2026-03-26 08:12:21 [bca.uk] INFO: Found listing with ID: LJ22%20VKG
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ22%2520VKG%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for LJ22%20VKG: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: WM73%20ZND
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM73%2520ZND%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for WM73%20ZND: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: ME73%20DVC
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ME73%2520DVC%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for ME73%20DVC: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: DC13%20MVR
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC13%2520MVR%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for DC13%20MVR: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: PL15%20KJU
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PL15%2520KJU%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for PL15%20KJU: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: DY23%20KSZ
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY23%2520KSZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for DY23%20KSZ: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: GY21%20AOU
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY21%2520AOU%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for GY21%20AOU: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: HJ23%20XOZ
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ23%2520XOZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for HJ23%20XOZ: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: HL21%20VMD
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HL21%2520VMD%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for HL21%20VMD: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: HN72%20JXW
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN72%2520JXW%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for HN72%20JXW: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: SK22%20WWA
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK22%2520WWA%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for SK22%20WWA: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: AO23%20XBC
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO23%2520XBC%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for AO23%20XBC: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: CJ73%20WDC
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CJ73%2520WDC%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for CJ73%20WDC: 0
2026-03-26 08:12:22 [bca.uk] INFO: Found listing with ID: GU21%20WSL
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU21%2520WSL%27 HTTP/1.1" 200 None
2026-03-26 08:12:22 [bca.uk] INFO: Scrape type for GU21%20WSL: 2
2026-03-26 08:12:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66b5ff90-fcee-57c0-b33a-c25684b2bc18 with identifier: GU21%20WSL
2026-03-26 08:12:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66b5ff90-fcee-57c0-b33a-c25684b2bc18 with scrape type 2
2026-03-26 08:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66b5ff90-fcee-57c0-b33a-c25684b2bc18 with scrape type 2
2026-03-26 08:12:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66b5ff90-fcee-57c0-b33a-c25684b2bc18, identifier: GU21%20WSL
2026-03-26 08:12:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66b5ff90-fcee-57c0-b33a-c25684b2bc18 with identifier: GU21%20WSL
2026-03-26 08:12:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66b5ff90-fcee-57c0-b33a-c25684b2bc18 with identifier: GU21%20WSL
2026-03-26 08:12:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66b5ff90-fcee-57c0-b33a-c25684b2bc18 with identifier: GU21%20WSL to the API
2026-03-26 08:12:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 83,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU21%20WSL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '66b5ff90-fcee-57c0-b33a-c25684b2bc18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GU21 WSL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU21%20WSL&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 40143,
'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 SPORT 2.0 P400E HSE DYNAMIC BLACK StationWagon',
'transmission': 'automatic',
'trim': 'P400E HSE DYNAMIC BLACK',
'vin': 'SALWA2AY5MA788547',
'year': 2021}
2026-03-26 08:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU21%2520WSL%27 HTTP/1.1" 200 None
2026-03-26 08:12:23 [bca.uk] INFO: Saving data for GU21%20WSL: {'auction_closing_time': 1774519200.0, 'created_time': 1773840156.670192, 'last_price_update_time': 1774512743.766813}
2026-03-26 08:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU21%2520WSL') HTTP/1.1" 204 0
2026-03-26 08:12:23 [bca.uk] INFO: Found listing with ID: RV23%20WKN
2026-03-26 08:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV23%2520WKN%27 HTTP/1.1" 200 None
2026-03-26 08:12:23 [bca.uk] INFO: Scrape type for RV23%20WKN: 0
2026-03-26 08:12:23 [bca.uk] INFO: Found listing with ID: VK23%20WGZ
2026-03-26 08:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK23%2520WGZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:23 [bca.uk] INFO: Scrape type for VK23%20WGZ: 0
2026-03-26 08:12:26 [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-26 08:12:26 [bca.uk] INFO: Total items found: 100
2026-03-26 08:12:26 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded
2026-03-26 08:12:26 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:12:26 [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-26 08:12:26 [bca.uk] INFO: Found listing with ID: KP22%20NLF
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP22%2520NLF%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for KP22%20NLF: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: LK20%20UPD
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LK20%2520UPD%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for LK20%20UPD: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: LK22%20VMA
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LK22%2520VMA%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for LK22%20VMA: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: HG25%20FRP
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG25%2520FRP%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for HG25%20FRP: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: LA70%20PWV
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA70%2520PWV%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for LA70%20PWV: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: HF23%20VFH
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF23%2520VFH%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for HF23%20VFH: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: FH72%20TLX
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH72%2520TLX%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for FH72%20TLX: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: BK22%20PEO
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520PEO%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for BK22%20PEO: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: BL72%20TZR
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL72%2520TZR%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for BL72%20TZR: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: AK72%20YRA
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK72%2520YRA%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for AK72%20YRA: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: DF72%20CZW
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF72%2520CZW%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for DF72%20CZW: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: FG22%20JYA
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG22%2520JYA%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for FG22%20JYA: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: KS71%20FWH
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS71%2520FWH%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for KS71%20FWH: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: KY24%20JSU
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY24%2520JSU%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for KY24%20JSU: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: LT23%20KWM
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT23%2520KWM%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for LT23%20KWM: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: MF24%20DYC
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF24%2520DYC%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for MF24%20DYC: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: YD24%20NPG
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD24%2520NPG%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for YD24%20NPG: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: LO21%20WVV
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO21%2520WVV%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for LO21%20WVV: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: LP72%20DYN
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP72%2520DYN%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for LP72%20DYN: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: LS23%20CCF
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS23%2520CCF%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for LS23%20CCF: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: LS23%20XAW
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS23%2520XAW%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for LS23%20XAW: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: LS72%20OGY
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS72%2520OGY%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for LS72%20OGY: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: MC21%20FFT
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC21%2520FFT%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for MC21%20FFT: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: MD72%20WKH
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD72%2520WKH%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for MD72%20WKH: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: MK22%20KMY
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK22%2520KMY%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for MK22%20KMY: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: MW72%20PZB
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW72%2520PZB%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for MW72%20PZB: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: MX22%20ZHR
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MX22%2520ZHR%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for MX22%20ZHR: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: OV23%20CYE
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV23%2520CYE%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for OV23%20CYE: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: VO23%20NOF
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO23%2520NOF%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for VO23%20NOF: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: WG21%20GVM
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG21%2520GVM%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for WG21%20GVM: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: WR21%20AVD
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR21%2520AVD%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for WR21%20AVD: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: YH23%20CFL
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH23%2520CFL%27 HTTP/1.1" 200 None
2026-03-26 08:12:26 [bca.uk] INFO: Scrape type for YH23%20CFL: 0
2026-03-26 08:12:26 [bca.uk] INFO: Found listing with ID: YT22%20YXN
2026-03-26 08:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT22%2520YXN%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for YT22%20YXN: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: YW68%20ODU
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YW68%2520ODU%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for YW68%20ODU: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: YY72%20XNC
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY72%2520XNC%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for YY72%20XNC: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: DP70%20YZA
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP70%2520YZA%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for DP70%20YZA: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: DX73%20FCD
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX73%2520FCD%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for DX73%20FCD: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: DY22%20AZO
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY22%2520AZO%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for DY22%20AZO: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: DY22%20SHZ
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY22%2520SHZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for DY22%20SHZ: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: EO22%20GPK
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO22%2520GPK%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for EO22%20GPK: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: EO24%20OBR
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO24%2520OBR%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for EO24%20OBR: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: FD72%20BHY
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD72%2520BHY%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for FD72%20BHY: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: FD72%20BNJ
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD72%2520BNJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for FD72%20BNJ: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: FN22%20JGZ
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for FN22%20JGZ: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: FN22%20LYT
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN22%2520LYT%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for FN22%20LYT: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: HJ73%20PHN
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ73%2520PHN%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for HJ73%20PHN: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: HK71%20FSA
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK71%2520FSA%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for HK71%20FSA: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: HN21%20VRW
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN21%2520VRW%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for HN21%20VRW: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: HY24%20BLK
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY24%2520BLK%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for HY24%20BLK: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: KM74%20ZXP
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM74%2520ZXP%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for KM74%20ZXP: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: KN22%20FZD
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN22%2520FZD%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for KN22%20FZD: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: KX72%20TCZ
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KX72%2520TCZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for KX72%20TCZ: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: LB74%20HJK
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB74%2520HJK%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for LB74%20HJK: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: LD70%20UDG
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD70%2520UDG%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for LD70%20UDG: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: LF71%20VTZ
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF71%2520VTZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for LF71%20VTZ: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: LM21%20OGH
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM21%2520OGH%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for LM21%20OGH: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: AE22%20OWJ
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE22%2520OWJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for AE22%20OWJ: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: AF22%20RUR
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%2520RUR%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for AF22%20RUR: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: AF22%20WKP
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%2520WKP%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for AF22%20WKP: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: AJ72%20HYW
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ72%2520HYW%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for AJ72%20HYW: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: AJ72%20RNV
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ72%2520RNV%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for AJ72%20RNV: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: AK73%20OPZ
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK73%2520OPZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for AK73%20OPZ: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: BD74%20XME
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD74%2520XME%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for BD74%20XME: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: BP72%20CGZ
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP72%2520CGZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for BP72%20CGZ: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: BV23%20EHF
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV23%2520EHF%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for BV23%20EHF: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: BW73%20KHM
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW73%2520KHM%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for BW73%20KHM: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: DE21%20GLZ
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE21%2520GLZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for DE21%20GLZ: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: DE21%20OVX
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE21%2520OVX%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for DE21%20OVX: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: DE71%20UFN
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE71%2520UFN%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for DE71%20UFN: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: BF23%20AMV
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF23%2520AMV%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for BF23%20AMV: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: FD25%20MTO
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD25%2520MTO%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for FD25%20MTO: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: MD72%20WNC
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD72%2520WNC%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for MD72%20WNC: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: VO23%20XHX
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO23%2520XHX%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for VO23%20XHX: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: AF22%20THV
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%2520THV%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for AF22%20THV: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: BK22%20UNU
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520UNU%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for BK22%20UNU: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: CE22%20NWD
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE22%2520NWD%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for CE22%20NWD: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: RO23%20NXT
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO23%2520NXT%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for RO23%20NXT: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: RO72%20LVF
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO72%2520LVF%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for RO72%20LVF: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: RV22%20TZU
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV22%2520TZU%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for RV22%20TZU: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: VE71%20YDW
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE71%2520YDW%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for VE71%20YDW: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: YH21%20AKZ
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH21%2520AKZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for YH21%20AKZ: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: YH21%20NXV
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH21%2520NXV%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for YH21%20NXV: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: DK24%20WMY
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK24%2520WMY%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for DK24%20WMY: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: GL72%20OER
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL72%2520OER%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for GL72%20OER: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: ND71%20XDT
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND71%2520XDT%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for ND71%20XDT: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: NG71%20FGP
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG71%2520FGP%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for NG71%20FGP: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: NL23%20ZWE
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL23%2520ZWE%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for NL23%20ZWE: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: YO23%20VKB
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO23%2520VKB%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for YO23%20VKB: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: BV24%20CVW
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV24%2520CVW%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for BV24%20CVW: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: DA73%20LTE
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA73%2520LTE%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for DA73%20LTE: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: KN22%20GNX
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN22%2520GNX%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for KN22%20GNX: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: LS23%20EHY
2026-03-26 08:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS23%2520EHY%27 HTTP/1.1" 200 None
2026-03-26 08:12:27 [bca.uk] INFO: Scrape type for LS23%20EHY: 0
2026-03-26 08:12:27 [bca.uk] INFO: Found listing with ID: OY22%20UJD
2026-03-26 08:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY22%2520UJD%27 HTTP/1.1" 200 None
2026-03-26 08:12:28 [bca.uk] INFO: Scrape type for OY22%20UJD: 0
2026-03-26 08:12:28 [bca.uk] INFO: Found listing with ID: LO71%20UDD
2026-03-26 08:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO71%2520UDD%27 HTTP/1.1" 200 None
2026-03-26 08:12:28 [bca.uk] INFO: Scrape type for LO71%20UDD: 0
2026-03-26 08:12:28 [bca.uk] INFO: Found listing with ID: WN72%20HKH
2026-03-26 08:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN72%2520HKH%27 HTTP/1.1" 200 None
2026-03-26 08:12:28 [bca.uk] INFO: Scrape type for WN72%20HKH: 0
2026-03-26 08:12:28 [bca.uk] INFO: Found listing with ID: AF23%20CYO
2026-03-26 08:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF23%2520CYO%27 HTTP/1.1" 200 None
2026-03-26 08:12:28 [bca.uk] INFO: Scrape type for AF23%20CYO: 0
2026-03-26 08:12:28 [bca.uk] INFO: Found listing with ID: DG22%20ZNT
2026-03-26 08:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG22%2520ZNT%27 HTTP/1.1" 200 None
2026-03-26 08:12:28 [bca.uk] INFO: Scrape type for DG22%20ZNT: 0
2026-03-26 08:12:28 [bca.uk] INFO: Found listing with ID: DG24%20LGE
2026-03-26 08:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG24%2520LGE%27 HTTP/1.1" 200 None
2026-03-26 08:12:28 [bca.uk] INFO: Scrape type for DG24%20LGE: 0
2026-03-26 08:12:28 [bca.uk] INFO: Found listing with ID: DP70%20YSY
2026-03-26 08:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP70%2520YSY%27 HTTP/1.1" 200 None
2026-03-26 08:12:28 [bca.uk] INFO: Scrape type for DP70%20YSY: 0
2026-03-26 08:12:28 [bca.uk] INFO: Found listing with ID: KN23%20AZV
2026-03-26 08:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN23%2520AZV%27 HTTP/1.1" 200 None
2026-03-26 08:12:28 [bca.uk] INFO: Scrape type for KN23%20AZV: 0
2026-03-26 08:12:28 [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-26 08:12:28 [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-26 08: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-26 08:12:29 [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-26 08:12:29 [bca.uk] INFO: Total items found: 100
2026-03-26 08:12:29 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded
2026-03-26 08:12:29 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:12:29 [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-26 08:12:29 [bca.uk] INFO: Found listing with ID: KN23%20WRR
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [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-26 08:12:29 [bca.uk] INFO: Scrape type for KN23%20WRR: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: LO22%20JPF
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [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-26 08:12:29 [bca.uk] INFO: Scrape type for LO22%20JPF: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: LS22%20DFN
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520DFN%27 HTTP/1.1" 200 None
2026-03-26 08:12:29 [bca.uk] INFO: Scrape type for LS22%20DFN: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: PX71%20OHO
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX71%2520OHO%27 HTTP/1.1" 200 None
2026-03-26 08:12:29 [bca.uk] INFO: Scrape type for PX71%20OHO: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: SG22%20WUL
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [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-26 08:12:29 [bca.uk] INFO: Scrape type for SG22%20WUL: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: SG22%20XYS
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [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-26 08:12:29 [bca.uk] INFO: Scrape type for SG22%20XYS: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: SG22%20YAA
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520YAA%27 HTTP/1.1" 200 None
2026-03-26 08:12:29 [bca.uk] INFO: Scrape type for SG22%20YAA: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: SG22%20YBP
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520YBP%27 HTTP/1.1" 200 None
2026-03-26 08:12:29 [bca.uk] INFO: Scrape type for SG22%20YBP: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: SV23%20OXL
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [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-26 08:12:29 [bca.uk] INFO: Scrape type for SV23%20OXL: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: WN23%20TYP
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520TYP%27 HTTP/1.1" 200 None
2026-03-26 08:12:29 [bca.uk] INFO: Scrape type for WN23%20TYP: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: LG22%20SGU
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520SGU%27 HTTP/1.1" 200 None
2026-03-26 08:12:29 [bca.uk] INFO: Scrape type for LG22%20SGU: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: BJ71%20XCT
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520XCT%27 HTTP/1.1" 200 None
2026-03-26 08:12:29 [bca.uk] INFO: Scrape type for BJ71%20XCT: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: DE23%20NMZ
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [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-26 08:12:29 [bca.uk] INFO: Scrape type for DE23%20NMZ: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: DL70%20XSA
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520XSA%27 HTTP/1.1" 200 None
2026-03-26 08:12:29 [bca.uk] INFO: Scrape type for DL70%20XSA: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: DN71%20AXV
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [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-26 08:12:29 [bca.uk] INFO: Scrape type for DN71%20AXV: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: HF18%20VBG
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF18%2520VBG%27 HTTP/1.1" 200 None
2026-03-26 08:12:29 [bca.uk] INFO: Scrape type for HF18%20VBG: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: KM72%20UTU
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM72%2520UTU%27 HTTP/1.1" 200 None
2026-03-26 08:12:29 [bca.uk] INFO: Scrape type for KM72%20UTU: 0
2026-03-26 08:12:29 [bca.uk] INFO: Found listing with ID: LM21%20WOU
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM21%2520WOU%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for LM21%20WOU: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: MA72%20ZGV
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA72%2520ZGV%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for MA72%20ZGV: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: ML22%20UZN
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML22%2520UZN%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for ML22%20UZN: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: MM72%20LSV
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM72%2520LSV%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for MM72%20LSV: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: NG72%20WBD
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG72%2520WBD%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for NG72%20WBD: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: NJ22%20TZA
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ22%2520TZA%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for NJ22%20TZA: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: PX71%20OHK
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PX71%2520OHK%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for PX71%20OHK: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: VIG%208072
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VIG%25208072%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for VIG%208072: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: WF22%20YYZ
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF22%2520YYZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for WF22%20YYZ: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: WV22%20XZA
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV22%2520XZA%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for WV22%20XZA: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: XGZ%201014
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27XGZ%25201014%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for XGZ%201014: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: XGZ%206205
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27XGZ%25206205%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for XGZ%206205: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: DU71%20YYM
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU71%2520YYM%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for DU71%20YYM: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: GU22%20UXE
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU22%2520UXE%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for GU22%20UXE: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: WU24%20EBN
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU24%2520EBN%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for WU24%20EBN: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: WV72%20ZZJ
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV72%2520ZZJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for WV72%20ZZJ: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: YC23%20VKJ
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC23%2520VKJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for YC23%20VKJ: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: YH21%20WUO
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH21%2520WUO%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for YH21%20WUO: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: AJ22%20FGX
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ22%2520FGX%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for AJ22%20FGX: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: AU23%20NKJ
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU23%2520NKJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for AU23%20NKJ: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: BF22%20DSZ
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF22%2520DSZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for BF22%20DSZ: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: BG71%20FCF
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG71%2520FCF%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for BG71%20FCF: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: BX22%20WYR
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX22%2520WYR%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for BX22%20WYR: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: DY23%20UCG
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY23%2520UCG%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for DY23%20UCG: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: FL22%20HXE
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL22%2520HXE%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for FL22%20HXE: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: FM21%20UKW
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM21%2520UKW%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for FM21%20UKW: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: FN23%20PFE
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN23%2520PFE%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for FN23%20PFE: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: GJ22%20KMX
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ22%2520KMX%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for GJ22%20KMX: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: LO71%20TMV
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO71%2520TMV%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for LO71%20TMV: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: MJ23%20FLG
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ23%2520FLG%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for MJ23%20FLG: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: NJ23%20LND
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NJ23%2520LND%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for NJ23%20LND: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: WM72%20CKJ
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM72%2520CKJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for WM72%20CKJ: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: WN22%20FNK
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN22%2520FNK%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for WN22%20FNK: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: WN22%20KXT
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN22%2520KXT%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for WN22%20KXT: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: WU22%20CLF
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WU22%2520CLF%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for WU22%20CLF: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: DX71%20BYR
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX71%2520BYR%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for DX71%20BYR: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: LA70%20EFL
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA70%2520EFL%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for LA70%20EFL: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: FL14%20NUH
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL14%2520NUH%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for FL14%20NUH: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: CN11%20GHV
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN11%2520GHV%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for CN11%20GHV: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: PN15%20UZB
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN15%2520UZB%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for PN15%20UZB: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: FD23%20EHG
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD23%2520EHG%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for FD23%20EHG: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: LG18%20RKJ
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG18%2520RKJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for LG18%20RKJ: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: MF66%20UNL
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF66%2520UNL%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for MF66%20UNL: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: LK16%20ZTD
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LK16%2520ZTD%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for LK16%20ZTD: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: MK18%20FLE
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK18%2520FLE%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for MK18%20FLE: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: YP72%20JHJ
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP72%2520JHJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for YP72%20JHJ: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: RV17%20DVM
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV17%2520DVM%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for RV17%20DVM: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: EF15%20NWV
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF15%2520NWV%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for EF15%20NWV: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: RL19%20KNR
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RL19%2520KNR%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for RL19%20KNR: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: SC73%20HSG
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC73%2520HSG%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for SC73%20HSG: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: RA17%20TTZ
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA17%2520TTZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for RA17%20TTZ: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: DK65%20UKV
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK65%2520UKV%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for DK65%20UKV: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: PY16%20UKT
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY16%2520UKT%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for PY16%20UKT: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: SE63%20BOV
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE63%2520BOV%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for SE63%20BOV: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: SH67%20OEY
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH67%2520OEY%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for SH67%20OEY: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: GV17%20MPX
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV17%2520MPX%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for GV17%20MPX: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: NK64%20WWB
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK64%2520WWB%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for NK64%20WWB: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: GK16%20VXP
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GK16%2520VXP%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for GK16%20VXP: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: KU16%20LSJ
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU16%2520LSJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:30 [bca.uk] INFO: Scrape type for KU16%20LSJ: 0
2026-03-26 08:12:30 [bca.uk] INFO: Found listing with ID: ML66%20PCO
2026-03-26 08:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML66%2520PCO%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for ML66%20PCO: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: YH12%20UTA
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH12%2520UTA%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for YH12%20UTA: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: LB65%20UWP
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB65%2520UWP%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for LB65%20UWP: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: SJ70%20WZR
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ70%2520WZR%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for SJ70%20WZR: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: LL17%20PGF
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL17%2520PGF%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for LL17%20PGF: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: RO18%20WOA
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO18%2520WOA%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for RO18%20WOA: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: BD63%20GXH
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD63%2520GXH%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for BD63%20GXH: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: P4%20MGV
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27P4%2520MGV%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for P4%20MGV: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: SV10%20GBF
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV10%2520GBF%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for SV10%20GBF: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: HX20%20TNK
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX20%2520TNK%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for HX20%20TNK: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: EA62%20YLC
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA62%2520YLC%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for EA62%20YLC: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: JRZ%205777
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27JRZ%25205777%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for JRZ%205777: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: PY70%20HKP
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY70%2520HKP%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for PY70%20HKP: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: DE17%20FHU
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE17%2520FHU%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for DE17%20FHU: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: YR23%20VHN
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR23%2520VHN%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for YR23%20VHN: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: CV64%20JXR
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV64%2520JXR%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for CV64%20JXR: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: YR23%20CUK
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR23%2520CUK%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for YR23%20CUK: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: WF22%20YNB
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF22%2520YNB%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for WF22%20YNB: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: NA23%20GUH
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA23%2520GUH%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for NA23%20GUH: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: FY12%20VLX
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY12%2520VLX%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for FY12%20VLX: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: AU22%20VCN
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU22%2520VCN%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for AU22%20VCN: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: EJ23%20NAE
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ23%2520NAE%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for EJ23%20NAE: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: AK15%20AVX
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK15%2520AVX%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for AK15%20AVX: 0
2026-03-26 08:12:31 [bca.uk] INFO: Found listing with ID: WV21%20OWB
2026-03-26 08:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV21%2520OWB%27 HTTP/1.1" 200 None
2026-03-26 08:12:31 [bca.uk] INFO: Scrape type for WV21%20OWB: 0
2026-03-26 08:12:31 [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-26 08:12:31 [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-26 08: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-26 08:12:33 [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-26 08:12:33 [bca.uk] INFO: Total items found: 100
2026-03-26 08:12:33 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded
2026-03-26 08:12:33 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:12:33 [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-26 08:12:33 [bca.uk] INFO: Found listing with ID: RO21%20BNX
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO21%2520BNX%27 HTTP/1.1" 200 None
2026-03-26 08:12:33 [bca.uk] INFO: Scrape type for RO21%20BNX: 0
2026-03-26 08:12:33 [bca.uk] INFO: Found listing with ID: GY23%20FXZ
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY23%2520FXZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:33 [bca.uk] INFO: Scrape type for GY23%20FXZ: 0
2026-03-26 08:12:33 [bca.uk] INFO: Found listing with ID: RJ72%20YEY
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ72%2520YEY%27 HTTP/1.1" 200 None
2026-03-26 08:12:33 [bca.uk] INFO: Scrape type for RJ72%20YEY: 0
2026-03-26 08:12:33 [bca.uk] INFO: Found listing with ID: GX24%20UKB
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX24%2520UKB%27 HTTP/1.1" 200 None
2026-03-26 08:12:33 [bca.uk] INFO: Scrape type for GX24%20UKB: 0
2026-03-26 08:12:33 [bca.uk] INFO: Found listing with ID: HN22%20ZSG
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN22%2520ZSG%27 HTTP/1.1" 200 None
2026-03-26 08:12:33 [bca.uk] INFO: Scrape type for HN22%20ZSG: 0
2026-03-26 08:12:33 [bca.uk] INFO: Found listing with ID: HN70%20YDX
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN70%2520YDX%27 HTTP/1.1" 200 None
2026-03-26 08:12:33 [bca.uk] INFO: Scrape type for HN70%20YDX: 0
2026-03-26 08:12:33 [bca.uk] INFO: Found listing with ID: HW68%20BFZ
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HW68%2520BFZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:33 [bca.uk] INFO: Scrape type for HW68%20BFZ: 0
2026-03-26 08:12:33 [bca.uk] INFO: Found listing with ID: AJ15%20URR
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ15%2520URR%27 HTTP/1.1" 200 None
2026-03-26 08:12:33 [bca.uk] INFO: Scrape type for AJ15%20URR: 0
2026-03-26 08:12:33 [bca.uk] INFO: Found listing with ID: BJ70%20LWK
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ70%2520LWK%27 HTTP/1.1" 200 None
2026-03-26 08:12:33 [bca.uk] INFO: Scrape type for BJ70%20LWK: 0
2026-03-26 08:12:33 [bca.uk] INFO: Found listing with ID: YR17%20KCE
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR17%2520KCE%27 HTTP/1.1" 200 None
2026-03-26 08:12:33 [bca.uk] INFO: Scrape type for YR17%20KCE: 0
2026-03-26 08:12:33 [bca.uk] INFO: Found listing with ID: RO22%20EVC
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO22%2520EVC%27 HTTP/1.1" 200 None
2026-03-26 08:12:33 [bca.uk] INFO: Scrape type for RO22%20EVC: 0
2026-03-26 08:12:33 [bca.uk] INFO: Found listing with ID: BT62%20CNA
2026-03-26 08:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT62%2520CNA%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for BT62%20CNA: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: WA21%20YFN
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WA21%2520YFN%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for WA21%20YFN: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: YA15%20GPY
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA15%2520GPY%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for YA15%20GPY: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: BL61%20HHF
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL61%2520HHF%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for BL61%20HHF: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: FN13%20RXB
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN13%2520RXB%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for FN13%20RXB: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: GD65%20OAS
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD65%2520OAS%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for GD65%20OAS: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: GV60%20EEW
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV60%2520EEW%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for GV60%20EEW: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: LF16%20UZY
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF16%2520UZY%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for LF16%20UZY: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: YR16%20WHP
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR16%2520WHP%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for YR16%20WHP: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: AF14%20FOA
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF14%2520FOA%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for AF14%20FOA: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: BC18%20EJO
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC18%2520EJO%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for BC18%20EJO: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: DG64%20SUY
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG64%2520SUY%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for DG64%20SUY: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: DK63%20YUC
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK63%2520YUC%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for DK63%20YUC: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: EO65%20KNR
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO65%2520KNR%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for EO65%20KNR: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: KN15%20JAU
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN15%2520JAU%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for KN15%20JAU: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: KU13%20XXY
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU13%2520XXY%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for KU13%20XXY: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: LV68%20XFT
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV68%2520XFT%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for LV68%20XFT: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: SC15%20REN
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SC15%2520REN%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for SC15%20REN: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: YO18%20RZN
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO18%2520RZN%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for YO18%20RZN: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: AU62%20VFX
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU62%2520VFX%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for AU62%20VFX: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: HF13%20WWB
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HF13%2520WWB%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for HF13%20WWB: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: LJ62%20CGV
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ62%2520CGV%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for LJ62%20CGV: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: YA16%20GVG
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA16%2520GVG%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for YA16%20GVG: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: WN75%20AZV
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN75%2520AZV%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for WN75%20AZV: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: FH25%20ZGA
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH25%2520ZGA%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for FH25%20ZGA: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: WV24%20YAO
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV24%2520YAO%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for WV24%20YAO: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: VK66%20UFV
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK66%2520UFV%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for VK66%20UFV: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: DG69%20HMV
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG69%2520HMV%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for DG69%20HMV: 0
2026-03-26 08:12:34 [bca.uk] INFO: Found listing with ID: DK68%20FHO
2026-03-26 08:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK68%2520FHO%27 HTTP/1.1" 200 None
2026-03-26 08:12:34 [bca.uk] INFO: Scrape type for DK68%20FHO: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: DP68%20ZTO
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP68%2520ZTO%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for DP68%20ZTO: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: DV65%20YCZ
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DV65%2520YCZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for DV65%20YCZ: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: DX64%20TZF
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX64%2520TZF%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for DX64%20TZF: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: EN19%20KPT
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN19%2520KPT%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for EN19%20KPT: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: KV59%20EUY
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV59%2520EUY%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for KV59%20EUY: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: MF10%20XGJ
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF10%2520XGJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for MF10%20XGJ: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: WO24%20NHH
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WO24%2520NHH%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for WO24%20NHH: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: DG69%20RWN
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG69%2520RWN%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for DG69%20RWN: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: DN25%20OXH
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN25%2520OXH%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for DN25%20OXH: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: FJ67%20KGP
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ67%2520KGP%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for FJ67%20KGP: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: GJ15%20UXU
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ15%2520UXU%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for GJ15%20UXU: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: GN13%20WZV
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN13%2520WZV%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for GN13%20WZV: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: LO66%20PSY
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO66%2520PSY%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for LO66%20PSY: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: PK12%20ZJX
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK12%2520ZJX%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for PK12%20ZJX: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: YA64%20UYB
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA64%2520UYB%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for YA64%20UYB: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: YP66%20RLX
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP66%2520RLX%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for YP66%20RLX: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: WN24%20ZRF
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN24%2520ZRF%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for WN24%20ZRF: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: DA24%20XFE
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA24%2520XFE%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for DA24%20XFE: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: YK23%20UXX
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK23%2520UXX%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for YK23%20UXX: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: YN25%20NBO
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN25%2520NBO%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for YN25%20NBO: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: FJ22%20SOE
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ22%2520SOE%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for FJ22%20SOE: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: WR73%20NUC
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR73%2520NUC%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for WR73%20NUC: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: YK22%20TGV
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YK22%2520TGV%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for YK22%20TGV: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: BV75%20ONR
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV75%2520ONR%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for BV75%20ONR: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: FG72%20LUZ
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG72%2520LUZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for FG72%20LUZ: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: LB21%20BYH
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB21%2520BYH%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for LB21%20BYH: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: GU71%20YFC
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU71%2520YFC%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for GU71%20YFC: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: WP24%20EBU
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP24%2520EBU%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for WP24%20EBU: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: WV74%20NYF
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV74%2520NYF%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for WV74%20NYF: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: FN13%20JDX
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN13%2520JDX%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for FN13%20JDX: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: WN73%20DJO
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN73%2520DJO%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for WN73%20DJO: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: WN75%20TGO
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN75%2520TGO%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for WN75%20TGO: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: WR75%20UPE
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR75%2520UPE%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for WR75%20UPE: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: WN75%20CWF
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN75%2520CWF%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for WN75%20CWF: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: WN75%20GVO
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN75%2520GVO%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for WN75%20GVO: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: SO16%20TKT
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO16%2520TKT%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for SO16%20TKT: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: HV74%20XZL
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV74%2520XZL%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for HV74%20XZL: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: LN68%20FBD
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN68%2520FBD%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for LN68%20FBD: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: CP19%20VWS
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP19%2520VWS%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for CP19%20VWS: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: GX16%20OFD
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX16%2520OFD%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for GX16%20OFD: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: SM70%20ZWE
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM70%2520ZWE%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for SM70%20ZWE: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: WD16%20EWR
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD16%2520EWR%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for WD16%20EWR: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: CF22%20BGV
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF22%2520BGV%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for CF22%20BGV: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: EB21%20MKY
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EB21%2520MKY%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for EB21%20MKY: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: EX12%20CMK
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX12%2520CMK%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for EX12%20CMK: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: HV24%20MXB
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV24%2520MXB%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for HV24%20MXB: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: BK60%20KHJ
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK60%2520KHJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for BK60%20KHJ: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: CE68%20LPO
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE68%2520LPO%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for CE68%20LPO: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: EY08%20RMZ
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY08%2520RMZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for EY08%20RMZ: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: GN13%20RJV
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN13%2520RJV%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for GN13%20RJV: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: KM60%20PWZ
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM60%2520PWZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for KM60%20PWZ: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: LC65%20UMK
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC65%2520UMK%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for LC65%20UMK: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: LD08%20AXH
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD08%2520AXH%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for LD08%20AXH: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: SP13%20YTV
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP13%2520YTV%27 HTTP/1.1" 200 None
2026-03-26 08:12:35 [bca.uk] INFO: Scrape type for SP13%20YTV: 0
2026-03-26 08:12:35 [bca.uk] INFO: Found listing with ID: SV66%20XMB
2026-03-26 08:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:36 [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-26 08:12:36 [bca.uk] INFO: Scrape type for SV66%20XMB: 0
2026-03-26 08:12:36 [bca.uk] INFO: Found listing with ID: WB13%20LEE
2026-03-26 08:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:36 [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-26 08:12:36 [bca.uk] INFO: Scrape type for WB13%20LEE: 0
2026-03-26 08:12:36 [bca.uk] INFO: Found listing with ID: LE05%20BJX
2026-03-26 08:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:36 [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-26 08:12:36 [bca.uk] INFO: Scrape type for LE05%20BJX: 0
2026-03-26 08:12:36 [bca.uk] INFO: Found listing with ID: LW14%20OFD
2026-03-26 08:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:36 [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-26 08:12:36 [bca.uk] INFO: Scrape type for LW14%20OFD: 0
2026-03-26 08:12:36 [bca.uk] INFO: Found listing with ID: RX19%20GRU
2026-03-26 08:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:36 [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-26 08:12:36 [bca.uk] INFO: Scrape type for RX19%20GRU: 0
2026-03-26 08:12:36 [bca.uk] INFO: Found listing with ID: AK66%20LFU
2026-03-26 08:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:36 [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-26 08:12:36 [bca.uk] INFO: Scrape type for AK66%20LFU: 0
2026-03-26 08:12:36 [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-26 08:12:36 [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-26 08:12:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:12:38 [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-26 08:12:38 [bca.uk] INFO: Total items found: 100
2026-03-26 08:12:38 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded
2026-03-26 08:12:38 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:12:38 [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-26 08:12:38 [bca.uk] INFO: Found listing with ID: BM19%20HPE
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BM19%2520HPE%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for BM19%20HPE: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: EK66%20DXY
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK66%2520DXY%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for EK66%20DXY: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: KX58%20WKN
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KX58%2520WKN%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for KX58%20WKN: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: LR11%20XPL
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR11%2520XPL%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for LR11%20XPL: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: WN75%20AZT
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN75%2520AZT%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for WN75%20AZT: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: YR23%20JXU
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR23%2520JXU%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for YR23%20JXU: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: BP66%20YUF
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP66%2520YUF%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for BP66%20YUF: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: CA72%20FNV
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA72%2520FNV%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for CA72%20FNV: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: YR22%20VTK
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR22%2520VTK%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for YR22%20VTK: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: KP20%20CZA
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP20%2520CZA%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for KP20%20CZA: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: BU18%20NHN
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU18%2520NHN%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for BU18%20NHN: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: GHEA18286
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GHEA18286%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for GHEA18286: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: HJ22%20MKG
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ22%2520MKG%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for HJ22%20MKG: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: YT25%20JVE
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT25%2520JVE%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for YT25%20JVE: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: BF20%20PVP
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF20%2520PVP%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for BF20%20PVP: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: BF20%20PWO
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF20%2520PWO%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for BF20%20PWO: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: LG22%20WGP
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG22%2520WGP%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for LG22%20WGP: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: BD68%20MZP
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD68%2520MZP%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for BD68%20MZP: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: BK68%20AGV
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK68%2520AGV%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for BK68%20AGV: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: CX71%20BUV
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX71%2520BUV%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for CX71%20BUV: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: EN19%20YGL
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN19%2520YGL%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for EN19%20YGL: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: YR70%20YXN
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR70%2520YXN%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for YR70%20YXN: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: YS69%20FBE
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS69%2520FBE%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for YS69%20FBE: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: DE23%20NUX
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE23%2520NUX%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for DE23%20NUX: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: BN19%20WYU
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN19%2520WYU%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for BN19%20WYU: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: FP71%20XUZ
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP71%2520XUZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for FP71%20XUZ: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: GHEA26308
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GHEA26308%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for GHEA26308: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: BK68%20AUC
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK68%2520AUC%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for BK68%20AUC: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: BW69%20FPU
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW69%2520FPU%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for BW69%20FPU: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: DY21%20LHB
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY21%2520LHB%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for DY21%20LHB: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: DY23%20LJL
2026-03-26 08:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY23%2520LJL%27 HTTP/1.1" 200 None
2026-03-26 08:12:38 [bca.uk] INFO: Scrape type for DY23%20LJL: 0
2026-03-26 08:12:38 [bca.uk] INFO: Found listing with ID: LF17%20XYA
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF17%2520XYA%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for LF17%20XYA: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: MT70%20KNC
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT70%2520KNC%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for MT70%20KNC: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: NA69%20VGC
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA69%2520VGC%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for NA69%20VGC: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: NA69%20VPU
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA69%2520VPU%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for NA69%20VPU: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: ND70%20TXK
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND70%2520TXK%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for ND70%20TXK: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: NU71%20JWZ
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU71%2520JWZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for NU71%20JWZ: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: YH69%20BHN
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH69%2520BHN%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for YH69%20BHN: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: YP73%20GLV
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YP73%2520GLV%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for YP73%20GLV: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: BP23%20TNN
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP23%2520TNN%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for BP23%20TNN: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: DL72%20THF
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL72%2520THF%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for DL72%20THF: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: VO23%20NRX
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO23%2520NRX%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for VO23%20NRX: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: YS19%20ADV
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS19%2520ADV%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for YS19%20ADV: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: BK22%20HFR
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520HFR%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for BK22%20HFR: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: OY22%20YPX
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY22%2520YPX%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for OY22%20YPX: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: FL72%20HEU
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL72%2520HEU%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for FL72%20HEU: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: U12F58047
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27U12F58047%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for U12F58047: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: VK72%20NGO
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK72%2520NGO%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for VK72%20NGO: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: BD68%20MWX
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD68%2520MWX%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for BD68%20MWX: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: KE14%20HYY
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE14%2520HYY%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for KE14%20HYY: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: WD21%20BYK
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WD21%2520BYK%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for WD21%20BYK: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: VK23%20RFF
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK23%2520RFF%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for VK23%20RFF: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: VO72%20YVN
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO72%2520YVN%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for VO72%20YVN: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: YD18%20DPY
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD18%2520DPY%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for YD18%20DPY: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: DS72%20OTR
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS72%2520OTR%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for DS72%20OTR: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: FP67%20UMG
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP67%2520UMG%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for FP67%20UMG: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: KY18%20VHR
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY18%2520VHR%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for KY18%20VHR: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: YS18%20YUH
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS18%2520YUH%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for YS18%20YUH: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: DL13%20KTG
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL13%2520KTG%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for DL13%20KTG: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: EA16%20UKX
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA16%2520UKX%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for EA16%20UKX: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: EA62%20WUC
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA62%2520WUC%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for EA62%20WUC: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: FD10%20AOC
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD10%2520AOC%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for FD10%20AOC: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: HV16%20ZJN
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV16%2520ZJN%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for HV16%20ZJN: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: KN17%20TZT
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN17%2520TZT%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for KN17%20TZT: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: MK12%20UZT
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK12%2520UZT%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for MK12%20UZT: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: NK17%20RZR
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK17%2520RZR%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for NK17%20RZR: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: NU18%20ULG
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU18%2520ULG%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for NU18%20ULG: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: NV12%20LCZ
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV12%2520LCZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for NV12%20LCZ: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: YA16%20VGZ
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA16%2520VGZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for YA16%20VGZ: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: YH15%20TSX
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH15%2520TSX%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for YH15%20TSX: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: MA62%20ZBO
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA62%2520ZBO%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for MA62%20ZBO: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: YL23%20CRX
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL23%2520CRX%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for YL23%20CRX: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: AK60%20PBU
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK60%2520PBU%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for AK60%20PBU: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: AK65%20NJJ
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AK65%2520NJJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for AK65%20NJJ: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: CT62%20HGG
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CT62%2520HGG%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for CT62%20HGG: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: CX14%20ZHP
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CX14%2520ZHP%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for CX14%20ZHP: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: GJ16%20BZA
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ16%2520BZA%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for GJ16%20BZA: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: HY16%20NWV
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY16%2520NWV%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for HY16%20NWV: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: HY64%20BVJ
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY64%2520BVJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for HY64%20BVJ: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: MF58%20ZRT
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF58%2520ZRT%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for MF58%20ZRT: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: SL68%20KFE
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL68%2520KFE%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for SL68%20KFE: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: SV63%20DVC
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV63%2520DVC%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for SV63%20DVC: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: VN18%20KVC
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN18%2520KVC%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for VN18%20KVC: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: BP64%20YJS
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP64%2520YJS%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for BP64%20YJS: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: AX67%20FNO
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX67%2520FNO%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for AX67%20FNO: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: FP17%20DVJ
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP17%2520DVJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for FP17%20DVJ: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: GX65%20PDU
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX65%2520PDU%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for GX65%20PDU: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: HG65%20OHN
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG65%2520OHN%27 HTTP/1.1" 200 None
2026-03-26 08:12:39 [bca.uk] INFO: Scrape type for HG65%20OHN: 0
2026-03-26 08:12:39 [bca.uk] INFO: Found listing with ID: SD67%20LBJ
2026-03-26 08:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD67%2520LBJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for SD67%20LBJ: 0
2026-03-26 08:12:40 [bca.uk] INFO: Found listing with ID: WV75%20TVX
2026-03-26 08:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV75%2520TVX%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for WV75%20TVX: 0
2026-03-26 08:12:40 [bca.uk] INFO: Found listing with ID: BN65%20KVK
2026-03-26 08:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN65%2520KVK%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for BN65%20KVK: 0
2026-03-26 08:12:40 [bca.uk] INFO: Found listing with ID: CA04%20CER
2026-03-26 08:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA04%2520CER%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for CA04%20CER: 0
2026-03-26 08:12:40 [bca.uk] INFO: Found listing with ID: CE18%20LTJ
2026-03-26 08:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE18%2520LTJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for CE18%20LTJ: 0
2026-03-26 08:12:40 [bca.uk] INFO: Found listing with ID: OY66%20XKX
2026-03-26 08:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY66%2520XKX%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for OY66%20XKX: 0
2026-03-26 08:12:40 [bca.uk] INFO: Found listing with ID: VN11%20KPF
2026-03-26 08:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN11%2520KPF%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for VN11%20KPF: 0
2026-03-26 08:12:40 [bca.uk] INFO: Found listing with ID: WJ68%20YFZ
2026-03-26 08:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ68%2520YFZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for WJ68%20YFZ: 0
2026-03-26 08:12:40 [bca.uk] INFO: Found listing with ID: YY61%20JHU
2026-03-26 08:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY61%2520JHU%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for YY61%20JHU: 0
2026-03-26 08:12:40 [bca.uk] INFO: Found listing with ID: NU22%20TMO
2026-03-26 08:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NU22%2520TMO%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for NU22%20TMO: 0
2026-03-26 08:12:40 [bca.uk] INFO: Found listing with ID: YO16%20CTX
2026-03-26 08:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO16%2520CTX%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for YO16%20CTX: 0
2026-03-26 08:12:40 [bca.uk] INFO: Found listing with ID: BU13%20PXL
2026-03-26 08:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BU13%2520PXL%27 HTTP/1.1" 200 None
2026-03-26 08:12:40 [bca.uk] INFO: Scrape type for BU13%20PXL: 0
2026-03-26 08:12:40 [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-26 08:12:40 [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-26 08: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-26 08:12:41 [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-26 08:12:41 [bca.uk] INFO: Total items found: 100
2026-03-26 08:12:41 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded
2026-03-26 08:12:41 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:12:41 [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-26 08:12:41 [bca.uk] INFO: Found listing with ID: CU18%20UDX
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU18%2520UDX%27 HTTP/1.1" 200 None
2026-03-26 08:12:41 [bca.uk] INFO: Scrape type for CU18%20UDX: 0
2026-03-26 08:12:41 [bca.uk] INFO: Found listing with ID: DY62%20CFG
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY62%2520CFG%27 HTTP/1.1" 200 None
2026-03-26 08:12:41 [bca.uk] INFO: Scrape type for DY62%20CFG: 0
2026-03-26 08:12:41 [bca.uk] INFO: Found listing with ID: GC15%20FYN
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:41 [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-26 08:12:41 [bca.uk] INFO: Scrape type for GC15%20FYN: 0
2026-03-26 08:12:41 [bca.uk] INFO: Found listing with ID: HJ62%20TVV
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ62%2520TVV%27 HTTP/1.1" 200 None
2026-03-26 08:12:41 [bca.uk] INFO: Scrape type for HJ62%20TVV: 0
2026-03-26 08:12:41 [bca.uk] INFO: Found listing with ID: HX60%20BUW
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:41 [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-26 08:12:41 [bca.uk] INFO: Scrape type for HX60%20BUW: 0
2026-03-26 08:12:41 [bca.uk] INFO: Found listing with ID: GR06%20EUY
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR06%2520EUY%27 HTTP/1.1" 200 None
2026-03-26 08:12:41 [bca.uk] INFO: Scrape type for GR06%20EUY: 0
2026-03-26 08:12:41 [bca.uk] INFO: Found listing with ID: AK66%20WHX
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK66%2520WHX%27 HTTP/1.1" 200 None
2026-03-26 08:12:41 [bca.uk] INFO: Scrape type for AK66%20WHX: 0
2026-03-26 08:12:41 [bca.uk] INFO: Found listing with ID: CK11%20HPN
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK11%2520HPN%27 HTTP/1.1" 200 None
2026-03-26 08:12:41 [bca.uk] INFO: Scrape type for CK11%20HPN: 0
2026-03-26 08:12:41 [bca.uk] INFO: Found listing with ID: LC13%20NYF
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC13%2520NYF%27 HTTP/1.1" 200 None
2026-03-26 08:12:41 [bca.uk] INFO: Scrape type for LC13%20NYF: 0
2026-03-26 08:12:41 [bca.uk] INFO: Found listing with ID: LM08%20EWS
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM08%2520EWS%27 HTTP/1.1" 200 None
2026-03-26 08:12:41 [bca.uk] INFO: Scrape type for LM08%20EWS: 0
2026-03-26 08:12:41 [bca.uk] INFO: Found listing with ID: MW63%20VYV
2026-03-26 08:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW63%2520VYV%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for MW63%20VYV: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: WM15%20WVO
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM15%2520WVO%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for WM15%20WVO: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: ST20%20FFS
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST20%2520FFS%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for ST20%20FFS: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: YF10%20XDL
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF10%2520XDL%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for YF10%20XDL: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: FL68%20VZV
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL68%2520VZV%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for FL68%20VZV: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: LT18%20OCL
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT18%2520OCL%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for LT18%20OCL: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: AE16%20XJU
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE16%2520XJU%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for AE16%20XJU: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: PY04%20FFZ
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY04%2520FFZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for PY04%20FFZ: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: WK17%20KNO
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK17%2520KNO%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for WK17%20KNO: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: SH16%20EJG
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH16%2520EJG%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for SH16%20EJG: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: YD69%20XES
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD69%2520XES%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for YD69%20XES: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: BV21%20KBU
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BV21%2520KBU%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for BV21%20KBU: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: S555%20DRK
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S555%2520DRK%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for S555%20DRK: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: LX62%20ODP
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX62%2520ODP%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for LX62%20ODP: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: YGZ%202961
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YGZ%25202961%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for YGZ%202961: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: HV71%20VPL
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV71%2520VPL%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for HV71%20VPL: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: LB21%20MTJ
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for LB21%20MTJ: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: VO70%20HMG
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO70%2520HMG%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for VO70%20HMG: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: GX69%20UTS
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX69%2520UTS%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for GX69%20UTS: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: SY72%20UYF
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY72%2520UYF%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for SY72%20UYF: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: GX71%20UUD
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX71%2520UUD%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for GX71%20UUD: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: JU07%20CUT
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27JU07%2520CUT%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for JU07%20CUT: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: YL70%20FHK
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL70%2520FHK%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for YL70%20FHK: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: GJ64%20VAM
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ64%2520VAM%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for GJ64%20VAM: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: PK16%20SFV
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK16%2520SFV%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for PK16%20SFV: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: PK23%20EKM
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK23%2520EKM%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for PK23%20EKM: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: YB68%20NTO
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB68%2520NTO%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for YB68%20NTO: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: NA23%20MTZ
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA23%2520MTZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for NA23%20MTZ: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: SH19%20PZP
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH19%2520PZP%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for SH19%20PZP: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: SB70%20TXA
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB70%2520TXA%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for SB70%20TXA: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: GY20%20BYH
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY20%2520BYH%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for GY20%20BYH: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: OE66%20LZO
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE66%2520LZO%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for OE66%20LZO: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: OY67%20YSO
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY67%2520YSO%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for OY67%20YSO: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: PY70%20LCP
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY70%2520LCP%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for PY70%20LCP: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: RE70%20NBM
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE70%2520NBM%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for RE70%20NBM: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: YH64%20HNO
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH64%2520HNO%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for YH64%20HNO: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: HG18%20CKP
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG18%2520CKP%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for HG18%20CKP: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: RV22%20XVL
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV22%2520XVL%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for RV22%20XVL: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: NX18%20FWO
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX18%2520FWO%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for NX18%20FWO: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: SB70%20XEW
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB70%2520XEW%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for SB70%20XEW: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: YT68%20HHE
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT68%2520HHE%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for YT68%20HHE: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: BD13%20KCX
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BD13%2520KCX%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for BD13%20KCX: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: LT74%20PVV
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT74%2520PVV%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for LT74%20PVV: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: WP66%20XWR
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP66%2520XWR%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for WP66%20XWR: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: DG72%20VTM
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG72%2520VTM%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for DG72%20VTM: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: SK68%20FUJ
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK68%2520FUJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for SK68%20FUJ: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: AU13%20VZA
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU13%2520VZA%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for AU13%20VZA: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: BF74%20XYK
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF74%2520XYK%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for BF74%20XYK: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: AF73%20EOV
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF73%2520EOV%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for AF73%20EOV: 0
2026-03-26 08:12:42 [bca.uk] INFO: Found listing with ID: AF22%20VPJ
2026-03-26 08:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF22%2520VPJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:42 [bca.uk] INFO: Scrape type for AF22%20VPJ: 2
2026-03-26 08:12:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f888771b-3a0e-5543-b765-f02ae507d964 with identifier: AF22%20VPJ
2026-03-26 08:12:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f888771b-3a0e-5543-b765-f02ae507d964 with scrape type 2
2026-03-26 08:12:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f888771b-3a0e-5543-b765-f02ae507d964 with scrape type 2
2026-03-26 08:12:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f888771b-3a0e-5543-b765-f02ae507d964, identifier: AF22%20VPJ
2026-03-26 08:12:43 [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-26 08:12:43 [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-26 08:12:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f888771b-3a0e-5543-b765-f02ae507d964 with identifier: AF22%20VPJ
2026-03-26 08:12:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f888771b-3a0e-5543-b765-f02ae507d964 with identifier: AF22%20VPJ
2026-03-26 08:12:43 [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-26 08:12:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&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-27T10: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': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 46542,
'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 D200 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'D200 4WD R-DYNAMIC S',
'vin': 'SALZA2AN8PH180567',
'year': 2022}
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF22%2520VPJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Saving data for AF22%20VPJ: {'auction_closing_time': 1774605600.0, 'created_time': 1774016666.615821, 'last_price_update_time': 1774512763.658223}
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:43 [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-26 08: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-26 08:12:43 [bca.uk] INFO: Found listing with ID: WP74%20CVY
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP74%2520CVY%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for WP74%20CVY: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: BT72%20GFG
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT72%2520GFG%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for BT72%20GFG: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: HK73%20JYE
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK73%2520JYE%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for HK73%20JYE: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: SY22%20GAU
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY22%2520GAU%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for SY22%20GAU: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: AF73%20ESY
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF73%2520ESY%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for AF73%20ESY: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: GN13%20HCA
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN13%2520HCA%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for GN13%20HCA: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: GU17%20YGG
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU17%2520YGG%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for GU17%20YGG: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: LD19%20JKN
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD19%2520JKN%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for LD19%20JKN: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: RK62%20OUP
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK62%2520OUP%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for RK62%20OUP: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: RX72%20KTV
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RX72%2520KTV%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for RX72%20KTV: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: BN71%20UHX
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN71%2520UHX%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for BN71%20UHX: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: DU58%20FJD
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU58%2520FJD%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for DU58%20FJD: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: CA22%20XZG
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CA22%2520XZG%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for CA22%20XZG: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: DS73%20BCK
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DS73%2520BCK%27 HTTP/1.1" 200 None
2026-03-26 08:12:43 [bca.uk] INFO: Scrape type for DS73%20BCK: 0
2026-03-26 08:12:43 [bca.uk] INFO: Found listing with ID: DS74%20FTF
2026-03-26 08:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS74%2520FTF%27 HTTP/1.1" 200 None
2026-03-26 08:12:44 [bca.uk] INFO: Scrape type for DS74%20FTF: 0
2026-03-26 08:12:44 [bca.uk] INFO: Found listing with ID: EA71%20NRZ
2026-03-26 08:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520NRZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:44 [bca.uk] INFO: Scrape type for EA71%20NRZ: 0
2026-03-26 08:12:44 [bca.uk] INFO: Found listing with ID: FL73%20LJN
2026-03-26 08:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL73%2520LJN%27 HTTP/1.1" 200 None
2026-03-26 08:12:44 [bca.uk] INFO: Scrape type for FL73%20LJN: 0
2026-03-26 08:12:44 [bca.uk] INFO: Found listing with ID: FP73%20ECE
2026-03-26 08:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520ECE%27 HTTP/1.1" 200 None
2026-03-26 08:12:44 [bca.uk] INFO: Scrape type for FP73%20ECE: 0
2026-03-26 08:12:44 [bca.uk] INFO: Found listing with ID: HK22%20BFZ
2026-03-26 08:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520BFZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:44 [bca.uk] INFO: Scrape type for HK22%20BFZ: 2
2026-03-26 08:12:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b8b592-c16f-5870-8ed3-c91806e01844 with identifier: HK22%20BFZ
2026-03-26 08:12:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b8b592-c16f-5870-8ed3-c91806e01844 with scrape type 2
2026-03-26 08:12:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b8b592-c16f-5870-8ed3-c91806e01844 with scrape type 2
2026-03-26 08:12:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96b8b592-c16f-5870-8ed3-c91806e01844, identifier: HK22%20BFZ
2026-03-26 08:12:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96b8b592-c16f-5870-8ed3-c91806e01844 with identifier: HK22%20BFZ
2026-03-26 08:12:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96b8b592-c16f-5870-8ed3-c91806e01844 with identifier: HK22%20BFZ
2026-03-26 08:12:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96b8b592-c16f-5870-8ed3-c91806e01844 with identifier: HK22%20BFZ to the API
2026-03-26 08:12:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 277,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK22%20BFZ-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '96b8b592-c16f-5870-8ed3-c91806e01844',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HK22 BFZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK22%20BFZ&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'FORD',
'model': 'TRANSIT 350 RWD',
'odometer': 98831,
'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 LEADER Luton',
'transmission': 'manual',
'trim': 'EBL 130 L3 LEADER',
'vin': 'WF0AXXTTRANL07605',
'year': 2022}
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520BFZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Saving data for HK22%20BFZ: {'auction_closing_time': 1774519200.0, 'created_time': 1773910175.612271, 'last_price_update_time': 1774512765.048966}
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK22%2520BFZ') HTTP/1.1" 204 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: HK23%20WVW
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520WVW%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for HK23%20WVW: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: HN22%20TGY
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN22%2520TGY%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for HN22%20TGY: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: HN72%20AHV
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520AHV%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for HN72%20AHV: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: HV74%20SRZ
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520SRZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for HV74%20SRZ: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: LA72%20VZC
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520VZC%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for LA72%20VZC: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: LB74%20NCN
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB74%2520NCN%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for LB74%20NCN: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: LM23%20BZP
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520BZP%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for LM23%20BZP: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: LT23%20EBG
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT23%2520EBG%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for LT23%20EBG: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: NV72%20HHZ
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520HHZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for NV72%20HHZ: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: WR71%20LXK
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR71%2520LXK%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for WR71%20LXK: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: XGZ%208450
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XGZ%25208450%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for XGZ%208450: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: YA72%20CXE
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520CXE%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for YA72%20CXE: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: YF72%20SYZ
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520SYZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for YF72%20SYZ: 0
2026-03-26 08:12:45 [bca.uk] INFO: Found listing with ID: YL23%20FME
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL23%2520FME%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Scrape type for YL23%20FME: 2
2026-03-26 08:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 427b4c85-ce04-5c6d-bf43-cb6272e4005f with identifier: YL23%20FME
2026-03-26 08:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 427b4c85-ce04-5c6d-bf43-cb6272e4005f with scrape type 2
2026-03-26 08:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 427b4c85-ce04-5c6d-bf43-cb6272e4005f with scrape type 2
2026-03-26 08:12:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 427b4c85-ce04-5c6d-bf43-cb6272e4005f, identifier: YL23%20FME
2026-03-26 08:12:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 427b4c85-ce04-5c6d-bf43-cb6272e4005f with identifier: YL23%20FME
2026-03-26 08:12:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 427b4c85-ce04-5c6d-bf43-cb6272e4005f with identifier: YL23%20FME
2026-03-26 08:12:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 427b4c85-ce04-5c6d-bf43-cb6272e4005f with identifier: YL23%20FME to the API
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 174,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL23%20FME-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '427b4c85-ce04-5c6d-bf43-cb6272e4005f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YL23 FME',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL23%20FME&vehicleType=*',
'listing': 'auction',
'location': 'Thurleigh',
'make': 'CITROEN',
'model': 'DISPATCH 1000',
'odometer': 68165,
'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 DISPATCH 1000 1.5 B/HDI 100 M ENTERPRISE ED. PanelVan',
'transmission': 'manual',
'trim': 'B/HDI 100 M ENTERPRISE ED.',
'vin': 'VF7VBYHRMP7837299',
'year': 2023}
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL23%2520FME%27 HTTP/1.1" 200 None
2026-03-26 08:12:45 [bca.uk] INFO: Saving data for YL23%20FME: {'auction_closing_time': 1774519200.0, 'created_time': 1773910268.327461, 'last_price_update_time': 1774512765.808091}
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL23%2520FME') HTTP/1.1" 204 0
2026-03-26 08:12:46 [bca.uk] INFO: Found listing with ID: AVZ%203668
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AVZ%25203668%27 HTTP/1.1" 200 None
2026-03-26 08:12:46 [bca.uk] INFO: Scrape type for AVZ%203668: 0
2026-03-26 08:12:46 [bca.uk] INFO: Found listing with ID: CA74%20WUJ
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520WUJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:46 [bca.uk] INFO: Scrape type for CA74%20WUJ: 0
2026-03-26 08:12:46 [bca.uk] INFO: Found listing with ID: CK71%20PXB
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK71%2520PXB%27 HTTP/1.1" 200 None
2026-03-26 08:12:46 [bca.uk] INFO: Scrape type for CK71%20PXB: 0
2026-03-26 08:12:46 [bca.uk] INFO: Found listing with ID: DV73%20CRZ
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520CRZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:46 [bca.uk] INFO: Scrape type for DV73%20CRZ: 0
2026-03-26 08:12:46 [bca.uk] INFO: Found listing with ID: DY71%20LTV
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520LTV%27 HTTP/1.1" 200 None
2026-03-26 08:12:46 [bca.uk] INFO: Scrape type for DY71%20LTV: 0
2026-03-26 08:12:46 [bca.uk] INFO: Found listing with ID: HK23%20WJD
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:46 [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-26 08:12:46 [bca.uk] INFO: Scrape type for HK23%20WJD: 0
2026-03-26 08:12:46 [bca.uk] INFO: Found listing with ID: HK23%20WJG
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WJG%27 HTTP/1.1" 200 None
2026-03-26 08:12:46 [bca.uk] INFO: Scrape type for HK23%20WJG: 0
2026-03-26 08:12:48 [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-26 08:12:48 [bca.uk] INFO: Total items found: 100
2026-03-26 08:12:48 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded
2026-03-26 08:12:48 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:12:48 [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-26 08:12:48 [bca.uk] INFO: Found listing with ID: HK23%20WVV
2026-03-26 08:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK23%2520WVV%27 HTTP/1.1" 200 None
2026-03-26 08:12:48 [bca.uk] INFO: Scrape type for HK23%20WVV: 0
2026-03-26 08:12:48 [bca.uk] INFO: Found listing with ID: HK23%20WWX
2026-03-26 08:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK23%2520WWX%27 HTTP/1.1" 200 None
2026-03-26 08:12:48 [bca.uk] INFO: Scrape type for HK23%20WWX: 0
2026-03-26 08:12:48 [bca.uk] INFO: Found listing with ID: HL24%20AED
2026-03-26 08:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HL24%2520AED%27 HTTP/1.1" 200 None
2026-03-26 08:12:48 [bca.uk] INFO: Scrape type for HL24%20AED: 2
2026-03-26 08:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 607aa5df-e69b-53e7-8b0e-cb1f9e0e37d2 with identifier: HL24%20AED
2026-03-26 08:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 607aa5df-e69b-53e7-8b0e-cb1f9e0e37d2 with scrape type 2
2026-03-26 08:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 607aa5df-e69b-53e7-8b0e-cb1f9e0e37d2 with scrape type 2
2026-03-26 08:12:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 607aa5df-e69b-53e7-8b0e-cb1f9e0e37d2, identifier: HL24%20AED
2026-03-26 08:12:49 [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-26 08:12:49 [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-26 08:12:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 607aa5df-e69b-53e7-8b0e-cb1f9e0e37d2 with identifier: HL24%20AED
2026-03-26 08:12:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 607aa5df-e69b-53e7-8b0e-cb1f9e0e37d2 with identifier: HL24%20AED
2026-03-26 08:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 607aa5df-e69b-53e7-8b0e-cb1f9e0e37d2 with identifier: HL24%20AED to the API
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 182,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HL24%20AED-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '607aa5df-e69b-53e7-8b0e-cb1f9e0e37d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HL24 AED',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HL24%20AED&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'RENAULT',
'model': 'TRAFIC 30',
'odometer': 78753,
'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 TRAFIC 30 2.0 B/DCI 130 LL ADVANCE PanelVan',
'transmission': 'manual',
'trim': 'B/DCI 130 LL ADVANCE',
'vin': 'VF1FL000473414844',
'year': 2024}
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HL24%2520AED%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Saving data for HL24%20AED: {'auction_closing_time': 1774519200.0, 'created_time': 1773910177.805902, 'last_price_update_time': 1774512769.425558}
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HL24%2520AED') HTTP/1.1" 204 0
2026-03-26 08:12:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: HN23%20GXT
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN23%2520GXT%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for HN23%20GXT: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: HN23%20JVG
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN23%2520JVG%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for HN23%20JVG: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: HN73%20ODV
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN73%2520ODV%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for HN73%20ODV: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: HV71%20RDO
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV71%2520RDO%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for HV71%20RDO: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: KN73%20SRV
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN73%2520SRV%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for KN73%20SRV: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: KP72%20URH
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP72%2520URH%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for KP72%20URH: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: KR23%20RNZ
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR23%2520RNZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for KR23%20RNZ: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: LA24%20AYJ
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA24%2520AYJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for LA24%20AYJ: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: LB24%20XUO
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB24%2520XUO%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for LB24%20XUO: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: LF72%20MMT
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF72%2520MMT%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for LF72%20MMT: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: LF72%20MSJ
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF72%2520MSJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for LF72%20MSJ: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: LJ72%20PLC
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LJ72%2520PLC%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for LJ72%20PLC: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: LO23%20GWE
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO23%2520GWE%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for LO23%20GWE: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: ML23%20RPX
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ML23%2520RPX%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for ML23%20RPX: 0
2026-03-26 08:12:49 [bca.uk] INFO: Found listing with ID: MW19%20GTU
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW19%2520GTU%27 HTTP/1.1" 200 None
2026-03-26 08:12:49 [bca.uk] INFO: Scrape type for MW19%20GTU: 2
2026-03-26 08:12:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f1d03cc-ffcc-50ae-9bde-cf69c539be1b with identifier: MW19%20GTU
2026-03-26 08:12:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f1d03cc-ffcc-50ae-9bde-cf69c539be1b with scrape type 2
2026-03-26 08:12:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f1d03cc-ffcc-50ae-9bde-cf69c539be1b with scrape type 2
2026-03-26 08:12:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f1d03cc-ffcc-50ae-9bde-cf69c539be1b, identifier: MW19%20GTU
2026-03-26 08:12:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f1d03cc-ffcc-50ae-9bde-cf69c539be1b with identifier: MW19%20GTU
2026-03-26 08:12:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f1d03cc-ffcc-50ae-9bde-cf69c539be1b with identifier: MW19%20GTU
2026-03-26 08:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f1d03cc-ffcc-50ae-9bde-cf69c539be1b with identifier: MW19%20GTU to the API
2026-03-26 08:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW19%20GTU-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 6,
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9f1d03cc-ffcc-50ae-9bde-cf69c539be1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW19 GTU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW19%20GTU&vehicleType=*',
'listing': 'auction',
'location': 'Bristol',
'make': 'PEUGEOT',
'model': 'EXPERT 1000',
'odometer': 126369,
'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 EXPERT 1000 1.6 B/HDI 95 STD.PROFESSIONAL PanelVan',
'transmission': 'manual',
'trim': 'B/HDI 95 STD.PROFESSIONAL',
'vin': 'VF3VBBHVBJZ111844',
'year': 2019}
2026-03-26 08:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW19%2520GTU%27 HTTP/1.1" 200 None
2026-03-26 08:12:50 [bca.uk] INFO: Saving data for MW19%20GTU: {'auction_closing_time': 1774519200.0, 'created_time': 1773908669.671622, 'last_price_update_time': 1774512770.879353}
2026-03-26 08:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW19%2520GTU') HTTP/1.1" 204 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: ND72%20VVE
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520VVE%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for ND72%20VVE: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: VN72%20HNJ
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520HNJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for VN72%20HNJ: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: WN22%20TFZ
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520TFZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for WN22%20TFZ: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: WR20%20NRY
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR20%2520NRY%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for WR20%20NRY: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: WR22%20NBL
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR22%2520NBL%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for WR22%20NBL: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: WR71%20YUU
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR71%2520YUU%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for WR71%20YUU: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: WV72%20RZC
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV72%2520RZC%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for WV72%20RZC: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: YM72%20VHU
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520VHU%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for YM72%20VHU: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: AX72%20KBP
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520KBP%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for AX72%20KBP: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: GP25%20CFA
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [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-26 08:12:51 [bca.uk] INFO: Scrape type for GP25%20CFA: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: MW18%20DTX
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [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-26 08:12:51 [bca.uk] INFO: Scrape type for MW18%20DTX: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: AX72%20KAU
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520KAU%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for AX72%20KAU: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: AX72%20KBF
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520KBF%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for AX72%20KBF: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: WN73%20DKJ
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520DKJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for WN73%20DKJ: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: GD23%20YKE
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [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-26 08:12:51 [bca.uk] INFO: Scrape type for GD23%20YKE: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: YJ73%20WTY
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [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-26 08:12:51 [bca.uk] INFO: Scrape type for YJ73%20WTY: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: VX15%20OTC
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX15%2520OTC%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for VX15%20OTC: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: RF62%20OFW
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF62%2520OFW%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for RF62%20OFW: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: PN13%20ZPJ
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN13%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for PN13%20ZPJ: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: NL12%20VXW
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520VXW%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for NL12%20VXW: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: FD72%20URU
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [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-26 08:12:51 [bca.uk] INFO: Scrape type for FD72%20URU: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: YY73%20XEC
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520XEC%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for YY73%20XEC: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: YY73%20XFS
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520XFS%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for YY73%20XFS: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: YE65%20EUB
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE65%2520EUB%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for YE65%20EUB: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: LT68%20DYO
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [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-26 08:12:51 [bca.uk] INFO: Scrape type for LT68%20DYO: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: VU66%20UYE
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU66%2520UYE%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for VU66%20UYE: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: DF67%20ZBV
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [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-26 08:12:51 [bca.uk] INFO: Scrape type for DF67%20ZBV: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: KN19%20PGO
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN19%2520PGO%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for KN19%20PGO: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: SH68%20VRY
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520VRY%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for SH68%20VRY: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: HX71%20CNJ
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX71%2520CNJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for HX71%20CNJ: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: WN17%20AHG
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [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-26 08:12:51 [bca.uk] INFO: Scrape type for WN17%20AHG: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: FH22%20LFV
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH22%2520LFV%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for FH22%20LFV: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: AE66%20ONA
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [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-26 08:12:51 [bca.uk] INFO: Scrape type for AE66%20ONA: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: CN19%20DWM
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN19%2520DWM%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for CN19%20DWM: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: LG18%20ODB
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520ODB%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for LG18%20ODB: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: FP66%20GUW
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP66%2520GUW%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for FP66%20GUW: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: SO74%20HLC
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO74%2520HLC%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for SO74%20HLC: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: DS20%20DMV
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [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-26 08:12:51 [bca.uk] INFO: Scrape type for DS20%20DMV: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: FG25%20AOF
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG25%2520AOF%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for FG25%20AOF: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: YF23%20UUT
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UUT%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for YF23%20UUT: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: YJ23%20RLL
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ23%2520RLL%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for YJ23%20RLL: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: FG20%20GFE
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [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-26 08:12:51 [bca.uk] INFO: Scrape type for FG20%20GFE: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: FL21%20WKT
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520WKT%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for FL21%20WKT: 0
2026-03-26 08:12:51 [bca.uk] INFO: Found listing with ID: FM69%20EAK
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM69%2520EAK%27 HTTP/1.1" 200 None
2026-03-26 08:12:51 [bca.uk] INFO: Scrape type for FM69%20EAK: 2
2026-03-26 08:12:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 056b08e2-cddb-530a-9eb5-a1de27c4199a with identifier: FM69%20EAK
2026-03-26 08:12:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 056b08e2-cddb-530a-9eb5-a1de27c4199a with scrape type 2
2026-03-26 08:12:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 056b08e2-cddb-530a-9eb5-a1de27c4199a with scrape type 2
2026-03-26 08:12:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 056b08e2-cddb-530a-9eb5-a1de27c4199a, identifier: FM69%20EAK
2026-03-26 08:12:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 056b08e2-cddb-530a-9eb5-a1de27c4199a with identifier: FM69%20EAK
2026-03-26 08:12:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 056b08e2-cddb-530a-9eb5-a1de27c4199a with identifier: FM69%20EAK
2026-03-26 08:12:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 056b08e2-cddb-530a-9eb5-a1de27c4199a with identifier: FM69%20EAK to the API
2026-03-26 08:12:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 175,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM69%20EAK-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '056b08e2-cddb-530a-9eb5-a1de27c4199a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FM69 EAK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM69%20EAK&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'MOVANO 3500 FWD',
'odometer': 135222,
'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 MOVANO 3500 FWD 2.3 BT 150 L3 H1 (SLIDING SIDES) Box',
'transmission': 'manual',
'trim': 'BT 150 L3 H1 (SLIDING SIDES)',
'vin': 'W0VVR360XLB205344',
'year': 2020}
2026-03-26 08:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM69%2520EAK%27 HTTP/1.1" 200 None
2026-03-26 08:12:52 [bca.uk] INFO: Saving data for FM69%20EAK: {'auction_closing_time': 1774519200.0, 'created_time': 1773825976.271056, 'last_price_update_time': 1774512772.194231}
2026-03-26 08:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM69%2520EAK') HTTP/1.1" 204 0
2026-03-26 08:12:52 [bca.uk] INFO: Found listing with ID: FM69%20EKA
2026-03-26 08:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM69%2520EKA%27 HTTP/1.1" 200 None
2026-03-26 08:12:52 [bca.uk] INFO: Scrape type for FM69%20EKA: 2
2026-03-26 08:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 765d8eb3-fb3b-5d56-8bb9-4e6870641055 with identifier: FM69%20EKA
2026-03-26 08:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 765d8eb3-fb3b-5d56-8bb9-4e6870641055 with scrape type 2
2026-03-26 08:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 765d8eb3-fb3b-5d56-8bb9-4e6870641055 with scrape type 2
2026-03-26 08:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 765d8eb3-fb3b-5d56-8bb9-4e6870641055, identifier: FM69%20EKA
2026-03-26 08:12:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 765d8eb3-fb3b-5d56-8bb9-4e6870641055 with identifier: FM69%20EKA
2026-03-26 08:12:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 765d8eb3-fb3b-5d56-8bb9-4e6870641055 with identifier: FM69%20EKA
2026-03-26 08:12:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 765d8eb3-fb3b-5d56-8bb9-4e6870641055 with identifier: FM69%20EKA to the API
2026-03-26 08:12:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:12: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-26 08:12:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 175,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM69%20EKA-GB',
'category': 'LightCommercialVehicle',
'color': 'white',
'currency': 'GBP',
'doors_number': 2,
'engine': '2.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '765d8eb3-fb3b-5d56-8bb9-4e6870641055',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FM69 EKA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM69%20EKA&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VAUXHALL',
'model': 'MOVANO 3500 FWD',
'odometer': 110140,
'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 MOVANO 3500 FWD 2.3 BT 150 L3 H1 (SLIDING SIDES) Box',
'transmission': 'manual',
'trim': 'BT 150 L3 H1 (SLIDING SIDES)',
'vin': 'W0VVR3605LB205378',
'year': 2020}
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM69%2520EKA%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Saving data for FM69%20EKA: {'auction_closing_time': 1774519200.0, 'created_time': 1773825977.995171, 'last_price_update_time': 1774512774.042979}
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM69%2520EKA') HTTP/1.1" 204 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: AJ66%20GWA
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AJ66%2520GWA%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for AJ66%20GWA: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: LY69%20UYX
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LY69%2520UYX%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for LY69%20UYX: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: FM69%20DZU
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM69%2520DZU%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for FM69%20DZU: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: FL70%20HLX
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL70%2520HLX%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for FL70%20HLX: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: CE64%20NYR
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE64%2520NYR%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for CE64%20NYR: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: GM14%20LHU
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GM14%2520LHU%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for GM14%20LHU: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: FN71%20OKW
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN71%2520OKW%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for FN71%20OKW: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: EA56%20OTJ
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA56%2520OTJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for EA56%20OTJ: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: FN22%20LZU
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN22%2520LZU%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for FN22%20LZU: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: FN22%20LZG
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN22%2520LZG%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for FN22%20LZG: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: HK68%20OYA
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK68%2520OYA%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for HK68%20OYA: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: FD21%20UPE
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD21%2520UPE%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for FD21%20UPE: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YC25%20EKK
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC25%2520EKK%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YC25%20EKK: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: DM19%20GGV
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DM19%2520GGV%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for DM19%20GGV: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YC25%20OMX
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC25%2520OMX%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YC25%20OMX: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: BK17%20YPG
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK17%2520YPG%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for BK17%20YPG: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YG74%20OHZ
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG74%2520OHZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YG74%20OHZ: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: LB15%20BTX
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LB15%2520BTX%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for LB15%20BTX: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YB25%20FHF
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB25%2520FHF%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YB25%20FHF: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: LS15%20ZNR
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS15%2520ZNR%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for LS15%20ZNR: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: HX19%20EPK
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HX19%2520EPK%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for HX19%20EPK: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: LG66%20FLV
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG66%2520FLV%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for LG66%20FLV: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YC25%20WFR
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC25%2520WFR%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YC25%20WFR: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YC25%20OGS
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC25%2520OGS%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YC25%20OGS: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YB25%20PGX
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB25%2520PGX%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YB25%20PGX: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: OU63%20XGP
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OU63%2520XGP%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for OU63%20XGP: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YC25%20OMF
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC25%2520OMF%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YC25%20OMF: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YG74%20OTR
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG74%2520OTR%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YG74%20OTR: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: FG25%20WPW
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG25%2520WPW%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for FG25%20WPW: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YG74%20OCH
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG74%2520OCH%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YG74%20OCH: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: FH70%20KUE
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH70%2520KUE%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for FH70%20KUE: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YG74%20OCF
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG74%2520OCF%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YG74%20OCF: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YC25%20VKT
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC25%2520VKT%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YC25%20VKT: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YG74%20OHX
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG74%2520OHX%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YG74%20OHX: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: YG74%20OSO
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YG74%2520OSO%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for YG74%20OSO: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: FE22%20RUU
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE22%2520RUU%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for FE22%20RUU: 0
2026-03-26 08:12:54 [bca.uk] INFO: Found listing with ID: HD66%20AYV
2026-03-26 08:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HD66%2520AYV%27 HTTP/1.1" 200 None
2026-03-26 08:12:54 [bca.uk] INFO: Scrape type for HD66%20AYV: 0
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Total items found: 100
2026-03-26 08:12:57 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded
2026-03-26 08:12:57 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Found listing with ID: WA20%20YHO
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for WA20%20YHO: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: FM21%20NXE
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520NXE%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for FM21%20NXE: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: FG71%20LXE
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520LXE%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for FG71%20LXE: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: FM18%20YDZ
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM18%2520YDZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for FM18%20YDZ: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: MJ66%20VFT
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ66%2520VFT%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for MJ66%20VFT: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: BN62%20WTV
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN62%2520WTV%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for BN62%20WTV: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: SG14%20HXE
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG14%2520HXE%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for SG14%20HXE: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: EF69%20RXB
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for EF69%20RXB: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: GJ61%20FMC
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for GJ61%20FMC: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: KJ19%20NDD
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12: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%2520NDD%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for KJ19%20NDD: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: KS58%20OPT
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for KS58%20OPT: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: LM62%20GWZ
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for LM62%20GWZ: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: VE12%20WMV
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE12%2520WMV%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for VE12%20WMV: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: FV59%20MFZ
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for FV59%20MFZ: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: GX63%20OJP
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for GX63%20OJP: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: RV69%20YBL
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for RV69%20YBL: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: RJ19%20KHT
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ19%2520KHT%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for RJ19%20KHT: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: YC63%20XBM
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC63%2520XBM%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for YC63%20XBM: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: BL16%20HVE
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL16%2520HVE%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for BL16%20HVE: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: CN16%20OAY
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN16%2520OAY%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for CN16%20OAY: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: LT15%20HDE
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520HDE%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for LT15%20HDE: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: NA65%20BXL
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA65%2520BXL%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for NA65%20BXL: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: PV19%20FHW
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PV19%2520FHW%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for PV19%20FHW: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: SA60%20JZT
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA60%2520JZT%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for SA60%20JZT: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: SC16%20LRV
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520LRV%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for SC16%20LRV: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: SC18%20LHD
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC18%2520LHD%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for SC18%20LHD: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: SD63%20NMF
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD63%2520NMF%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for SD63%20NMF: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: SO16%20XNM
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO16%2520XNM%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for SO16%20XNM: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: SY18%20FBO
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY18%2520FBO%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for SY18%20FBO: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: YR66%20LVO
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520LVO%27 HTTP/1.1" 200 None
2026-03-26 08:12:57 [bca.uk] INFO: Scrape type for YR66%20LVO: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: DU67%20GCO
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for DU67%20GCO: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: FL70%20WVT
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for FL70%20WVT: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: GM22%20AVJ
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for GM22%20AVJ: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: LG66%20XRN
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for LG66%20XRN: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: LJ67%20XFS
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:12:57 [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-26 08:12:57 [bca.uk] INFO: Scrape type for LJ67%20XFS: 0
2026-03-26 08:12:57 [bca.uk] INFO: Found listing with ID: LN64%20FAM
2026-03-26 08:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN64%2520FAM%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for LN64%20FAM: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: NG13%20HBL
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG13%2520HBL%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for NG13%20HBL: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: RE15%20AUY
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE15%2520AUY%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for RE15%20AUY: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: RF13%20JJO
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RF13%2520JJO%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for RF13%20JJO: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: RO17%20XFT
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO17%2520XFT%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for RO17%20XFT: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: SB67%20TOU
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SB67%2520TOU%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for SB67%20TOU: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: AE18%20NYH
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE18%2520NYH%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for AE18%20NYH: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: CP18%20JVC
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP18%2520JVC%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for CP18%20JVC: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: LH16%20CGY
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LH16%2520CGY%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for LH16%20CGY: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: MA17%20HXJ
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MA17%2520HXJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for MA17%20HXJ: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: MK66%20VFB
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK66%2520VFB%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for MK66%20VFB: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: MT20%20VKJ
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT20%2520VKJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for MT20%20VKJ: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: NX68%20WTA
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX68%2520WTA%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for NX68%20WTA: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: SS16%20MFY
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SS16%2520MFY%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for SS16%20MFY: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: VN18%20NPO
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN18%2520NPO%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for VN18%20NPO: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: VO67%20ZXN
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO67%2520ZXN%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for VO67%20ZXN: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: WJ20%20YTD
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ20%2520YTD%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for WJ20%20YTD: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: YA14%20RXU
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA14%2520RXU%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for YA14%20RXU: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: YC17%20CCU
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC17%2520CCU%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for YC17%20CCU: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: YF17%20KXS
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF17%2520KXS%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for YF17%20KXS: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: YH11%20OWX
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH11%2520OWX%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for YH11%20OWX: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: YH64%20ULD
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH64%2520ULD%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for YH64%20ULD: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: YN66%20WYM
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN66%2520WYM%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for YN66%20WYM: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: YR13%20FOP
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR13%2520FOP%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for YR13%20FOP: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: YT13%20NJJ
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YT13%2520NJJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for YT13%20NJJ: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: BL67%20FOD
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BL67%2520FOD%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for BL67%20FOD: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: DC17%20HVW
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC17%2520HVW%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for DC17%20HVW: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: DG13%20EGZ
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG13%2520EGZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for DG13%20EGZ: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: EG15%20OLK
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EG15%2520OLK%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for EG15%20OLK: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: EK22%20AEE
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK22%2520AEE%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for EK22%20AEE: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: FC16%20TTK
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FC16%2520TTK%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for FC16%20TTK: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: FP66%20BKY
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FP66%2520BKY%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for FP66%20BKY: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: GL63%20KOJ
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GL63%2520KOJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for GL63%20KOJ: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: HV68%20OGX
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV68%2520OGX%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for HV68%20OGX: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: KM56%20XOA
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM56%2520XOA%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for KM56%20XOA: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: LL67%20KJJ
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL67%2520KJJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for LL67%20KJJ: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: FH61%20DZJ
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH61%2520DZJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for FH61%20DZJ: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: NK11%20HXL
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK11%2520HXL%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for NK11%20HXL: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: SH09%20CPE
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH09%2520CPE%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for SH09%20CPE: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: SA04%20MDN
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA04%2520MDN%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for SA04%20MDN: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: NA53%20FUP
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA53%2520FUP%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for NA53%20FUP: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: J700%20RLB
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27J700%2520RLB%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for J700%20RLB: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: GF16%20UWA
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF16%2520UWA%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for GF16%20UWA: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: WV11%20BLN
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV11%2520BLN%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for WV11%20BLN: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: SH63%20TGV
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH63%2520TGV%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for SH63%20TGV: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: LP12%20KGN
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP12%2520KGN%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for LP12%20KGN: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: FN18%20MRV
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN18%2520MRV%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for FN18%20MRV: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: LT60%20WMZ
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT60%2520WMZ%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for LT60%20WMZ: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: CO13%20BOR
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CO13%2520BOR%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for CO13%20BOR: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: FX13%20SEO
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX13%2520SEO%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for FX13%20SEO: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: HK15%20HPJ
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HK15%2520HPJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for HK15%20HPJ: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: NA55%20CWW
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA55%2520CWW%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for NA55%20CWW: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: OE15%20UPD
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE15%2520UPD%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for OE15%20UPD: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: ST13%20OTX
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST13%2520OTX%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for ST13%20OTX: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: EU16%20UYM
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EU16%2520UYM%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for EU16%20UYM: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: VN61%20NXL
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN61%2520NXL%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for VN61%20NXL: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: EN64%20YGO
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN64%2520YGO%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for EN64%20YGO: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: KY65%20TBU
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY65%2520TBU%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for KY65%20TBU: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: VO61%20NAE
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO61%2520NAE%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for VO61%20NAE: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: WG66%20ZYR
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG66%2520ZYR%27 HTTP/1.1" 200 None
2026-03-26 08:12:58 [bca.uk] INFO: Scrape type for WG66%20ZYR: 0
2026-03-26 08:12:58 [bca.uk] INFO: Found listing with ID: WF13%20MVC
2026-03-26 08:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF13%2520MVC%27 HTTP/1.1" 200 None
2026-03-26 08:12:59 [bca.uk] INFO: Scrape type for WF13%20MVC: 0
2026-03-26 08:12:59 [bca.uk] INFO: Found listing with ID: YC70%20CCJ
2026-03-26 08:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC70%2520CCJ%27 HTTP/1.1" 200 None
2026-03-26 08:12:59 [bca.uk] INFO: Scrape type for YC70%20CCJ: 0
2026-03-26 08:12:59 [bca.uk] INFO: Found listing with ID: ST12%20GYF
2026-03-26 08:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST12%2520GYF%27 HTTP/1.1" 200 None
2026-03-26 08:12:59 [bca.uk] INFO: Scrape type for ST12%20GYF: 0
2026-03-26 08:12:59 [bca.uk] INFO: Found listing with ID: AM08%20DCU
2026-03-26 08:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AM08%2520DCU%27 HTTP/1.1" 200 None
2026-03-26 08:12:59 [bca.uk] INFO: Scrape type for AM08%20DCU: 0
2026-03-26 08:12:59 [bca.uk] INFO: Found listing with ID: BJ65%20ESF
2026-03-26 08:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BJ65%2520ESF%27 HTTP/1.1" 200 None
2026-03-26 08:12:59 [bca.uk] INFO: Scrape type for BJ65%20ESF: 0
2026-03-26 08:12:59 [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-26 08:12:59 [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-26 08: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-26 08:13:00 [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-26 08:13:00 [bca.uk] INFO: Total items found: 100
2026-03-26 08:13:00 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded
2026-03-26 08:13:00 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:13:00 [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-26 08:13:00 [bca.uk] INFO: Found listing with ID: DK10%20USC
2026-03-26 08:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DK10%2520USC%27 HTTP/1.1" 200 None
2026-03-26 08:13:00 [bca.uk] INFO: Scrape type for DK10%20USC: 0
2026-03-26 08:13:00 [bca.uk] INFO: Found listing with ID: MJ63%20YZX
2026-03-26 08:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ63%2520YZX%27 HTTP/1.1" 200 None
2026-03-26 08:13:00 [bca.uk] INFO: Scrape type for MJ63%20YZX: 0
2026-03-26 08:13:00 [bca.uk] INFO: Found listing with ID: NA10%20FLB
2026-03-26 08:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA10%2520FLB%27 HTTP/1.1" 200 None
2026-03-26 08:13:00 [bca.uk] INFO: Scrape type for NA10%20FLB: 0
2026-03-26 08:13:00 [bca.uk] INFO: Found listing with ID: GF59%20YWE
2026-03-26 08:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF59%2520YWE%27 HTTP/1.1" 200 None
2026-03-26 08:13:00 [bca.uk] INFO: Scrape type for GF59%20YWE: 0
2026-03-26 08:13:00 [bca.uk] INFO: Found listing with ID: FH17%20FCM
2026-03-26 08:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FH17%2520FCM%27 HTTP/1.1" 200 None
2026-03-26 08:13:00 [bca.uk] INFO: Scrape type for FH17%20FCM: 0
2026-03-26 08:13:00 [bca.uk] INFO: Found listing with ID: LC18%20NJV
2026-03-26 08:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC18%2520NJV%27 HTTP/1.1" 200 None
2026-03-26 08:13:00 [bca.uk] INFO: Scrape type for LC18%20NJV: 0
2026-03-26 08:13:00 [bca.uk] INFO: Found listing with ID: OV69%20OAL
2026-03-26 08:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV69%2520OAL%27 HTTP/1.1" 200 None
2026-03-26 08:13:00 [bca.uk] INFO: Scrape type for OV69%20OAL: 0
2026-03-26 08:13:00 [bca.uk] INFO: Found listing with ID: OW69%20CUY
2026-03-26 08:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OW69%2520CUY%27 HTTP/1.1" 200 None
2026-03-26 08:13:00 [bca.uk] INFO: Scrape type for OW69%20CUY: 0
2026-03-26 08:13:00 [bca.uk] INFO: Found listing with ID: WH19%20UNG
2026-03-26 08:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WH19%2520UNG%27 HTTP/1.1" 200 None
2026-03-26 08:13:00 [bca.uk] INFO: Scrape type for WH19%20UNG: 0
2026-03-26 08:13:00 [bca.uk] INFO: Found listing with ID: YE67%20OPH
2026-03-26 08:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE67%2520OPH%27 HTTP/1.1" 200 None
2026-03-26 08:13:00 [bca.uk] INFO: Scrape type for YE67%20OPH: 0
2026-03-26 08:13:00 [bca.uk] INFO: Found listing with ID: FD17%20LHM
2026-03-26 08:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FD17%2520LHM%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for FD17%20LHM: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: HS15%20GXG
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HS15%2520GXG%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for HS15%20GXG: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: LM15%20FCJ
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM15%2520FCJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for LM15%20FCJ: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: NA68%20TDZ
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA68%2520TDZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for NA68%20TDZ: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: BW57%20EZO
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BW57%2520EZO%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for BW57%20EZO: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: EJ17%20NKD
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ17%2520NKD%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for EJ17%20NKD: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: GF60%20AEM
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF60%2520AEM%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for GF60%20AEM: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: HA10%20CFM
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HA10%2520CFM%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for HA10%20CFM: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: VE63%20GYB
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE63%2520GYB%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for VE63%20GYB: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: VU17%20LXG
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VU17%2520LXG%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for VU17%20LXG: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: WN63%20TDO
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN63%2520TDO%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for WN63%20TDO: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: BG18%20XYT
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG18%2520XYT%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for BG18%20XYT: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: YB11%20BCE
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB11%2520BCE%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for YB11%20BCE: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: CV11%20YVH
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CV11%2520YVH%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for CV11%20YVH: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: LO64%20UBA
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO64%2520UBA%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for LO64%20UBA: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: OE16%20HTK
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE16%2520HTK%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for OE16%20HTK: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: NK19%20WZJ
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NK19%2520WZJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for NK19%20WZJ: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: OV69%20RNA
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV69%2520RNA%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for OV69%20RNA: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: PK21%20FUW
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK21%2520FUW%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for PK21%20FUW: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: SH24%20KWW
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH24%2520KWW%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for SH24%20KWW: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: YE69%20KWY
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YE69%2520KWY%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for YE69%20KWY: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: BG15%20FBL
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BG15%2520FBL%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for BG15%20FBL: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: GX68%20ZLE
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX68%2520ZLE%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for GX68%20ZLE: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: HY67%20YJF
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY67%2520YJF%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for HY67%20YJF: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: KW17%20VSO
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW17%2520VSO%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for KW17%20VSO: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: FE69%20YPM
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE69%2520YPM%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for FE69%20YPM: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: JO54%20JAV
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27JO54%2520JAV%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for JO54%20JAV: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: BF16%20HHD
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BF16%2520HHD%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for BF16%20HHD: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: ESZ%201074
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ESZ%25201074%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for ESZ%201074: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: SM15%20HEJ
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM15%2520HEJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for SM15%20HEJ: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: DL73%20UHJ
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL73%2520UHJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for DL73%20UHJ: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: KE23%20LXF
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE23%2520LXF%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for KE23%20LXF: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: KE23%20LXW
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KE23%2520LXW%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for KE23%20LXW: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: LL74%20DKX
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL74%2520DKX%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for LL74%20DKX: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: LN24%20PWJ
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN24%2520PWJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for LN24%20PWJ: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: LN24%20RFY
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN24%2520RFY%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for LN24%20RFY: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: NX73%20LLP
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX73%2520LLP%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for NX73%20LLP: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: FE65%20UEC
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FE65%2520UEC%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for FE65%20UEC: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: MH18%20WND
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MH18%2520WND%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for MH18%20WND: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: RE23%20GYT
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE23%2520GYT%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for RE23%20GYT: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: AX12%20GWW
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX12%2520GWW%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for AX12%20GWW: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: BK68%20XBV
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK68%2520XBV%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for BK68%20XBV: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: FL69%20EJK
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FL69%2520EJK%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for FL69%20EJK: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: DP70%20ATK
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DP70%2520ATK%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for DP70%20ATK: 0
2026-03-26 08:13:01 [bca.uk] INFO: Found listing with ID: WN23%20MKK
2026-03-26 08:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN23%2520MKK%27 HTTP/1.1" 200 None
2026-03-26 08:13:01 [bca.uk] INFO: Scrape type for WN23%20MKK: 2
2026-03-26 08:13:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK
2026-03-26 08:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2a7fa82-bd4b-5a47-9200-13311fc04b28 with scrape type 2
2026-03-26 08:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2a7fa82-bd4b-5a47-9200-13311fc04b28 with scrape type 2
2026-03-26 08:13:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2a7fa82-bd4b-5a47-9200-13311fc04b28, identifier: WN23%20MKK
2026-03-26 08:13: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-26 08:13: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-26 08:13:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK
2026-03-26 08:13:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK
2026-03-26 08:13:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK to the API
2026-03-26 08:13:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:13:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 157,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20MKK-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd2a7fa82-bd4b-5a47-9200-13311fc04b28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN23 MKK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20MKK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 19203,
'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 TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
'transmission': 'automatic',
'trim': 'TSI 150 R LINE DSG',
'vin': 'WVGZZZ5N2PW048186',
'year': 2023}
2026-03-26 08:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN23%2520MKK%27 HTTP/1.1" 200 None
2026-03-26 08:13:02 [bca.uk] INFO: Saving data for WN23%20MKK: {'auction_closing_time': 1774519200.0, 'created_time': 1774426249.886159, 'last_price_update_time': 1774512782.594068}
2026-03-26 08:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520MKK') HTTP/1.1" 204 0
2026-03-26 08:13:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:13:02 [bca.uk] INFO: Found listing with ID: EA09%20NJX
2026-03-26 08:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA09%2520NJX%27 HTTP/1.1" 200 None
2026-03-26 08:13:02 [bca.uk] INFO: Scrape type for EA09%20NJX: 2
2026-03-26 08:13:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07eff343-34a6-53eb-817b-f13af9b157a5 with identifier: EA09%20NJX
2026-03-26 08:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07eff343-34a6-53eb-817b-f13af9b157a5 with scrape type 2
2026-03-26 08:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07eff343-34a6-53eb-817b-f13af9b157a5 with scrape type 2
2026-03-26 08:13:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07eff343-34a6-53eb-817b-f13af9b157a5, identifier: EA09%20NJX
2026-03-26 08:13:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07eff343-34a6-53eb-817b-f13af9b157a5 with identifier: EA09%20NJX
2026-03-26 08:13:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07eff343-34a6-53eb-817b-f13af9b157a5 with identifier: EA09%20NJX
2026-03-26 08:13:02 [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-26 08:13:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&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-27T10: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-26 08:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:03 [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-26 08:13:03 [bca.uk] INFO: Saving data for EA09%20NJX: {'auction_closing_time': 1774605600.0, 'created_time': 1774426245.212413, 'last_price_update_time': 1774512783.565511}
2026-03-26 08:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:03 [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-26 08:13:03 [bca.uk] INFO: Found listing with ID: KP11%20KHM
2026-03-26 08:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:03 [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-26 08:13:03 [bca.uk] INFO: Scrape type for KP11%20KHM: 2
2026-03-26 08:13:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cba1122-a55c-51d4-825e-e4210ebe690e with identifier: KP11%20KHM
2026-03-26 08:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cba1122-a55c-51d4-825e-e4210ebe690e with scrape type 2
2026-03-26 08:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cba1122-a55c-51d4-825e-e4210ebe690e with scrape type 2
2026-03-26 08:13:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cba1122-a55c-51d4-825e-e4210ebe690e, identifier: KP11%20KHM
2026-03-26 08:13:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cba1122-a55c-51d4-825e-e4210ebe690e with identifier: KP11%20KHM
2026-03-26 08:13:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cba1122-a55c-51d4-825e-e4210ebe690e with identifier: KP11%20KHM
2026-03-26 08:13:03 [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-26 08:13:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&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-27T10: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-26 08:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:03 [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-26 08:13:03 [bca.uk] INFO: Saving data for KP11%20KHM: {'auction_closing_time': 1774605600.0, 'created_time': 1774426244.324788, 'last_price_update_time': 1774512783.972597}
2026-03-26 08:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:03 [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-26 08:13:03 [bca.uk] INFO: Found listing with ID: RO63%20EJD
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO63%2520EJD%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for RO63%20EJD: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: AV11%20NUC
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV11%2520NUC%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for AV11%20NUC: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: AX15%20DXW
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX15%2520DXW%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for AX15%20DXW: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: BX13%20ELH
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BX13%2520ELH%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for BX13%20ELH: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: CF63%20AHV
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CF63%2520AHV%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for CF63%20AHV: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: FY11%20KZE
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY11%2520KZE%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for FY11%20KZE: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: GD66%20HME
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GD66%2520HME%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for GD66%20HME: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: HY16%20CRZ
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HY16%2520CRZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for HY16%20CRZ: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: KN14%20VBT
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN14%2520VBT%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for KN14%20VBT: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: KN18%20YYF
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN18%2520YYF%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for KN18%20YYF: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: LL60%20OEF
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL60%2520OEF%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for LL60%20OEF: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: VO61%20LCV
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO61%2520LCV%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for VO61%20LCV: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: WR60%20SVF
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR60%2520SVF%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for WR60%20SVF: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: YC14%20YWK
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC14%2520YWK%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for YC14%20YWK: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: EJ63%20KZD
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ63%2520KZD%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for EJ63%20KZD: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: KY64%20PXG
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY64%2520PXG%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for KY64%20PXG: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: LN66%20SHZ
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN66%2520SHZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for LN66%20SHZ: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: RV13%20LRU
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RV13%2520LRU%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for RV13%20LRU: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: KV63%20PZD
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV63%2520PZD%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for KV63%20PZD: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: FW13%20YCL
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FW13%2520YCL%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for FW13%20YCL: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: SV16%20ZXS
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV16%2520ZXS%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for SV16%20ZXS: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: LO64%20HBF
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO64%2520HBF%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for LO64%20HBF: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: LX69%20NMU
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX69%2520NMU%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for LX69%20NMU: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: LS71%20ZXH
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS71%2520ZXH%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for LS71%20ZXH: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: LV58%20VGC
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV58%2520VGC%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for LV58%20VGC: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: NA15%20UTV
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA15%2520UTV%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for NA15%20UTV: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: OE66%20OAY
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE66%2520OAY%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for OE66%20OAY: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: DA11%20WTG
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA11%2520WTG%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for DA11%20WTG: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: KY23%20ZKH
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KY23%2520ZKH%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for KY23%20ZKH: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: EN14%20OPY
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN14%2520OPY%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for EN14%20OPY: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: RO64%20HCD
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO64%2520HCD%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for RO64%20HCD: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: YB15%20NBD
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB15%2520NBD%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for YB15%20NBD: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: SE15%20AFU
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE15%2520AFU%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for SE15%20AFU: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: LV64%20WLZ
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV64%2520WLZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for LV64%20WLZ: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: ND17%20NVA
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND17%2520NVA%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for ND17%20NVA: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: DE14%20YDG
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE14%2520YDG%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for DE14%20YDG: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: DU18%20YMX
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DU18%2520YMX%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for DU18%20YMX: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: PO14%20XXS
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PO14%2520XXS%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for PO14%20XXS: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: CC03%20ECO
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CC03%2520ECO%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for CC03%20ECO: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: FX66%20KUW
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX66%2520KUW%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for FX66%20KUW: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: GJ17%20MPU
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ17%2520MPU%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for GJ17%20MPU: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: WR13%20EHG
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR13%2520EHG%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for WR13%20EHG: 0
2026-03-26 08:13:04 [bca.uk] INFO: Found listing with ID: GJ62%20XMB
2026-03-26 08:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ62%2520XMB%27 HTTP/1.1" 200 None
2026-03-26 08:13:04 [bca.uk] INFO: Scrape type for GJ62%20XMB: 0
2026-03-26 08:13:07 [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-26 08:13:08 [bca.uk] INFO: Total items found: 100
2026-03-26 08:13:08 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded
2026-03-26 08:13:08 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:13:08 [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-26 08:13:08 [bca.uk] INFO: Found listing with ID: NJ13%20BYM
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [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-26 08:13:08 [bca.uk] INFO: Scrape type for NJ13%20BYM: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: SV65%20XMW
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV65%2520XMW%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for SV65%20XMW: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: KR63%20XEU
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [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-26 08:13:08 [bca.uk] INFO: Scrape type for KR63%20XEU: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: NJ18%20ZPM
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520ZPM%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for NJ18%20ZPM: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: NL12%20CDN
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520CDN%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for NL12%20CDN: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: VO67%20VNY
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520VNY%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for VO67%20VNY: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: YJ18%20WLD
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [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-26 08:13:08 [bca.uk] INFO: Scrape type for YJ18%20WLD: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: WN14%20EBU
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520EBU%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for WN14%20EBU: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: MF65%20UKW
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF65%2520UKW%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for MF65%20UKW: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: SH18%20WLW
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH18%2520WLW%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for SH18%20WLW: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: BG12%20XTA
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG12%2520XTA%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for BG12%20XTA: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: DN16%20KDV
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520KDV%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for DN16%20KDV: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: OV66%20YYM
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520YYM%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for OV66%20YYM: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: BV08%20LDO
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV08%2520LDO%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for BV08%20LDO: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: OY09%20XYU
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY09%2520XYU%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for OY09%20XYU: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: VK11%20GPJ
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK11%2520GPJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for VK11%20GPJ: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: DX67%20XUG
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX67%2520XUG%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for DX67%20XUG: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: DF63%20ZPT
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF63%2520ZPT%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for DF63%20ZPT: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: GU18%20FDF
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520FDF%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for GU18%20FDF: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: YH14%20MLE
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH14%2520MLE%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for YH14%20MLE: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: BW75%20HDZ
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW75%2520HDZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for BW75%20HDZ: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: EJ68%20YPE
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ68%2520YPE%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for EJ68%20YPE: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: R600%20AVS
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R600%2520AVS%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for R600%20AVS: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: BV10%20KXB
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV10%2520KXB%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for BV10%20KXB: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: NU12%20GGY
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU12%2520GGY%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for NU12%20GGY: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: P31%20CRH
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P31%2520CRH%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for P31%20CRH: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: VX67%20ZHM
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX67%2520ZHM%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for VX67%20ZHM: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: YE64%20URJ
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE64%2520URJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for YE64%20URJ: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: SD11%20CJE
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD11%2520CJE%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for SD11%20CJE: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: SO65%20APK
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [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-26 08:13:08 [bca.uk] INFO: Scrape type for SO65%20APK: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: SN64%20YTA
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN64%2520YTA%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for SN64%20YTA: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: SP63%20TXE
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP63%2520TXE%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for SP63%20TXE: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: SM65%20FFJ
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520FFJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for SM65%20FFJ: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: RV64%20WWA
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV64%2520WWA%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for RV64%20WWA: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: CE13%20YYD
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE13%2520YYD%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for CE13%20YYD: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: EO65%20RMV
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO65%2520RMV%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for EO65%20RMV: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: NL15%20MZW
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520MZW%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for NL15%20MZW: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: LP12%20FVC
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP12%2520FVC%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for LP12%20FVC: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: BD68%20UGF
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520UGF%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for BD68%20UGF: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: GX20%20OJZ
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520OJZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for GX20%20OJZ: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: LK64%20YTE
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK64%2520YTE%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for LK64%20YTE: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: FD70%20JXG
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520JXG%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for FD70%20JXG: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: BN66%20BKE
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN66%2520BKE%27 HTTP/1.1" 200 None
2026-03-26 08:13:08 [bca.uk] INFO: Scrape type for BN66%20BKE: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: CV73%20RUW
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [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-26 08:13:08 [bca.uk] INFO: Scrape type for CV73%20RUW: 0
2026-03-26 08:13:08 [bca.uk] INFO: Found listing with ID: WX22%20ZVD
2026-03-26 08:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:08 [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-26 08:13:08 [bca.uk] INFO: Scrape type for WX22%20ZVD: 2
2026-03-26 08:13:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ea526c0-f83b-52a3-b1e0-78051b1bfab9 with identifier: WX22%20ZVD
2026-03-26 08:13:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea526c0-f83b-52a3-b1e0-78051b1bfab9 with scrape type 2
2026-03-26 08:13:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ea526c0-f83b-52a3-b1e0-78051b1bfab9 with scrape type 2
2026-03-26 08:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ea526c0-f83b-52a3-b1e0-78051b1bfab9, identifier: WX22%20ZVD
2026-03-26 08:13:09 [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-26 08:13:09 [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-26 08:13:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ea526c0-f83b-52a3-b1e0-78051b1bfab9 with identifier: WX22%20ZVD
2026-03-26 08:13:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ea526c0-f83b-52a3-b1e0-78051b1bfab9 with identifier: WX22%20ZVD
2026-03-26 08:13:09 [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-26 08:13:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&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-27T10: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-26 08:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WX22%2520ZVD%27 HTTP/1.1" 200 None
2026-03-26 08:13:09 [bca.uk] INFO: Saving data for WX22%20ZVD: {'auction_closing_time': 1774605600.0, 'created_time': 1773930092.396162, 'last_price_update_time': 1774512789.454415}
2026-03-26 08:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:09 [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-26 08:13:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:13:09 [bca.uk] INFO: Found listing with ID: LP69%20MTU
2026-03-26 08:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LP69%2520MTU%27 HTTP/1.1" 200 None
2026-03-26 08:13:09 [bca.uk] INFO: Scrape type for LP69%20MTU: 0
2026-03-26 08:13:09 [bca.uk] INFO: Found listing with ID: EJ69%20DFG
2026-03-26 08:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ69%2520DFG%27 HTTP/1.1" 200 None
2026-03-26 08:13:09 [bca.uk] INFO: Scrape type for EJ69%20DFG: 0
2026-03-26 08:13:09 [bca.uk] INFO: Found listing with ID: YY72%20KPX
2026-03-26 08:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YY72%2520KPX%27 HTTP/1.1" 200 None
2026-03-26 08:13:09 [bca.uk] INFO: Scrape type for YY72%20KPX: 0
2026-03-26 08:13:09 [bca.uk] INFO: Found listing with ID: YV19%20CSF
2026-03-26 08:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YV19%2520CSF%27 HTTP/1.1" 200 None
2026-03-26 08:13:09 [bca.uk] INFO: Scrape type for YV19%20CSF: 0
2026-03-26 08:13:09 [bca.uk] INFO: Found listing with ID: LO66%20DDN
2026-03-26 08:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO66%2520DDN%27 HTTP/1.1" 200 None
2026-03-26 08:13:09 [bca.uk] INFO: Scrape type for LO66%20DDN: 0
2026-03-26 08:13:09 [bca.uk] INFO: Found listing with ID: YR69%20VXD
2026-03-26 08:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR69%2520VXD%27 HTTP/1.1" 200 None
2026-03-26 08:13:09 [bca.uk] INFO: Scrape type for YR69%20VXD: 0
2026-03-26 08:13:09 [bca.uk] INFO: Found listing with ID: YN22%20WKM
2026-03-26 08:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN22%2520WKM%27 HTTP/1.1" 200 None
2026-03-26 08:13:09 [bca.uk] INFO: Scrape type for YN22%20WKM: 0
2026-03-26 08:13:09 [bca.uk] INFO: Found listing with ID: YN22%20WKP
2026-03-26 08:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN22%2520WKP%27 HTTP/1.1" 200 None
2026-03-26 08:13:09 [bca.uk] INFO: Scrape type for YN22%20WKP: 2
2026-03-26 08:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f31494c-5088-5254-ab57-0f67b113b191 with identifier: YN22%20WKP
2026-03-26 08:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f31494c-5088-5254-ab57-0f67b113b191 with scrape type 2
2026-03-26 08:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f31494c-5088-5254-ab57-0f67b113b191 with scrape type 2
2026-03-26 08:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f31494c-5088-5254-ab57-0f67b113b191, identifier: YN22%20WKP
2026-03-26 08:13:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f31494c-5088-5254-ab57-0f67b113b191 with identifier: YN22%20WKP
2026-03-26 08:13:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f31494c-5088-5254-ab57-0f67b113b191 with identifier: YN22%20WKP
2026-03-26 08:13:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f31494c-5088-5254-ab57-0f67b113b191 with identifier: YN22%20WKP to the API
2026-03-26 08:13:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:13:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 244,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN22%20WKP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0f31494c-5088-5254-ab57-0f67b113b191',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YN22 WKP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN22%20WKP&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 42458,
'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': 'SALWA2AWXNA237613',
'year': 2022}
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN22%2520WKP%27 HTTP/1.1" 200 None
2026-03-26 08:13:11 [bca.uk] INFO: Saving data for YN22%20WKP: {'auction_closing_time': 1774605600.0, 'created_time': 1774016086.043918, 'last_price_update_time': 1774512791.142231}
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN22%2520WKP') HTTP/1.1" 204 0
2026-03-26 08:13:11 [bca.uk] INFO: Found listing with ID: YL17%20HFG
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YL17%2520HFG%27 HTTP/1.1" 200 None
2026-03-26 08:13:11 [bca.uk] INFO: Scrape type for YL17%20HFG: 0
2026-03-26 08:13:11 [bca.uk] INFO: Found listing with ID: WX73%20YZA
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WX73%2520YZA%27 HTTP/1.1" 200 None
2026-03-26 08:13:11 [bca.uk] INFO: Scrape type for WX73%20YZA: 0
2026-03-26 08:13:11 [bca.uk] INFO: Found listing with ID: NV65%20XWS
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV65%2520XWS%27 HTTP/1.1" 200 None
2026-03-26 08:13:11 [bca.uk] INFO: Scrape type for NV65%20XWS: 0
2026-03-26 08:13:11 [bca.uk] INFO: Found listing with ID: LL16%20WWS
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL16%2520WWS%27 HTTP/1.1" 200 None
2026-03-26 08:13:11 [bca.uk] INFO: Scrape type for LL16%20WWS: 0
2026-03-26 08:13:11 [bca.uk] INFO: Found listing with ID: VO70%20ZFB
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO70%2520ZFB%27 HTTP/1.1" 200 None
2026-03-26 08:13:11 [bca.uk] INFO: Scrape type for VO70%20ZFB: 0
2026-03-26 08:13:11 [bca.uk] INFO: Found listing with ID: ST18%20RTO
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST18%2520RTO%27 HTTP/1.1" 200 None
2026-03-26 08:13:11 [bca.uk] INFO: Scrape type for ST18%20RTO: 0
2026-03-26 08:13:11 [bca.uk] INFO: Found listing with ID: KN20%20VFL
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN20%2520VFL%27 HTTP/1.1" 200 None
2026-03-26 08:13:11 [bca.uk] INFO: Scrape type for KN20%20VFL: 2
2026-03-26 08:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4491ec9d-862b-5ec9-a08d-2a4437e17c36 with identifier: KN20%20VFL
2026-03-26 08:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4491ec9d-862b-5ec9-a08d-2a4437e17c36 with scrape type 2
2026-03-26 08:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4491ec9d-862b-5ec9-a08d-2a4437e17c36 with scrape type 2
2026-03-26 08:13:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4491ec9d-862b-5ec9-a08d-2a4437e17c36, identifier: KN20%20VFL
2026-03-26 08:13:11 [scrapy.extensions.logstats] INFO: Crawled 164 pages (at 11 pages/min), scraped 349 items (at 20 items/min)
2026-03-26 08:13:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:13:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4491ec9d-862b-5ec9-a08d-2a4437e17c36 with identifier: KN20%20VFL
2026-03-26 08:13:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4491ec9d-862b-5ec9-a08d-2a4437e17c36 with identifier: KN20%20VFL
2026-03-26 08:13:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4491ec9d-862b-5ec9-a08d-2a4437e17c36 with identifier: KN20%20VFL to the API
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:13:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 69,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN20%20VFL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '4491ec9d-862b-5ec9-a08d-2a4437e17c36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KN20 VFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN20%20VFL&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 68125,
'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': 'SALWA2AY6LA724953',
'year': 2020}
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN20%2520VFL%27 HTTP/1.1" 200 None
2026-03-26 08:13:11 [bca.uk] INFO: Saving data for KN20%20VFL: {'auction_closing_time': 1774605600.0, 'created_time': 1773930152.119818, 'last_price_update_time': 1774512791.670449}
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN20%2520VFL') HTTP/1.1" 204 0
2026-03-26 08:13:11 [bca.uk] INFO: Found listing with ID: KC19%20HVH
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KC19%2520HVH%27 HTTP/1.1" 200 None
2026-03-26 08:13:11 [bca.uk] INFO: Scrape type for KC19%20HVH: 2
2026-03-26 08:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4413ba27-f8b3-594d-ae78-044c142ebf31 with identifier: KC19%20HVH
2026-03-26 08:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4413ba27-f8b3-594d-ae78-044c142ebf31 with scrape type 2
2026-03-26 08:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4413ba27-f8b3-594d-ae78-044c142ebf31 with scrape type 2
2026-03-26 08:13:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4413ba27-f8b3-594d-ae78-044c142ebf31, identifier: KC19%20HVH
2026-03-26 08:13:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4413ba27-f8b3-594d-ae78-044c142ebf31 with identifier: KC19%20HVH
2026-03-26 08:13:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4413ba27-f8b3-594d-ae78-044c142ebf31 with identifier: KC19%20HVH
2026-03-26 08:13:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4413ba27-f8b3-594d-ae78-044c142ebf31 with identifier: KC19%20HVH to the API
2026-03-26 08:13:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:13:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KC19%20HVH-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4413ba27-f8b3-594d-ae78-044c142ebf31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KC19 HVH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KC19%20HVH&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 79137,
'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 EVOQUE 2.0 D180 4WD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'D180 4WD R-DYNAMIC SE',
'vin': 'SALZA2AN4LH016405',
'year': 2019}
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KC19%2520HVH%27 HTTP/1.1" 200 None
2026-03-26 08:13:12 [bca.uk] INFO: Saving data for KC19%20HVH: {'auction_closing_time': 1774605600.0, 'created_time': 1773930056.286584, 'last_price_update_time': 1774512792.166023}
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KC19%2520HVH') HTTP/1.1" 204 0
2026-03-26 08:13:12 [bca.uk] INFO: Found listing with ID: HD22%20GPZ
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HD22%2520GPZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:12 [bca.uk] INFO: Scrape type for HD22%20GPZ: 2
2026-03-26 08:13:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e3835f0-77ce-5c0c-9c45-a51078fcda46 with identifier: HD22%20GPZ
2026-03-26 08:13:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e3835f0-77ce-5c0c-9c45-a51078fcda46 with scrape type 2
2026-03-26 08:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e3835f0-77ce-5c0c-9c45-a51078fcda46 with scrape type 2
2026-03-26 08:13:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e3835f0-77ce-5c0c-9c45-a51078fcda46, identifier: HD22%20GPZ
2026-03-26 08:13:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e3835f0-77ce-5c0c-9c45-a51078fcda46 with identifier: HD22%20GPZ
2026-03-26 08:13:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e3835f0-77ce-5c0c-9c45-a51078fcda46 with identifier: HD22%20GPZ
2026-03-26 08:13:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e3835f0-77ce-5c0c-9c45-a51078fcda46 with identifier: HD22%20GPZ to the API
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:13:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&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-27T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '3e3835f0-77ce-5c0c-9c45-a51078fcda46',
'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': '2007-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': 2007}
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HD22%2520GPZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:12 [bca.uk] INFO: Saving data for HD22%20GPZ: {'auction_closing_time': 1774605600.0, 'created_time': 1774016034.419091, 'last_price_update_time': 1774512792.569334}
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:12 [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-26 08:13:12 [bca.uk] INFO: Found listing with ID: FJ22%20YBP
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ22%2520YBP%27 HTTP/1.1" 200 None
2026-03-26 08:13:12 [bca.uk] INFO: Scrape type for FJ22%20YBP: 0
2026-03-26 08:13:12 [bca.uk] INFO: Found listing with ID: FJ22%20SKZ
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FJ22%2520SKZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:12 [bca.uk] INFO: Scrape type for FJ22%20SKZ: 0
2026-03-26 08:13:12 [bca.uk] INFO: Found listing with ID: EY22%20KYZ
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY22%2520KYZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:12 [bca.uk] INFO: Scrape type for EY22%20KYZ: 0
2026-03-26 08:13:12 [bca.uk] INFO: Found listing with ID: DA22%20PZZ
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA22%2520PZZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:12 [bca.uk] INFO: Scrape type for DA22%20PZZ: 0
2026-03-26 08:13:12 [bca.uk] INFO: Found listing with ID: CE19%20CEK
2026-03-26 08:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE19%2520CEK%27 HTTP/1.1" 200 None
2026-03-26 08:13:12 [bca.uk] INFO: Scrape type for CE19%20CEK: 2
2026-03-26 08:13:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14011602-5762-58d2-a829-496006fe978d with identifier: CE19%20CEK
2026-03-26 08:13:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14011602-5762-58d2-a829-496006fe978d with scrape type 2
2026-03-26 08:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14011602-5762-58d2-a829-496006fe978d with scrape type 2
2026-03-26 08:13:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14011602-5762-58d2-a829-496006fe978d, identifier: CE19%20CEK
2026-03-26 08:13:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14011602-5762-58d2-a829-496006fe978d with identifier: CE19%20CEK
2026-03-26 08:13:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14011602-5762-58d2-a829-496006fe978d with identifier: CE19%20CEK
2026-03-26 08:13:12 [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-26 08:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:13:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&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-27T10: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-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CE19%2520CEK%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Saving data for CE19%20CEK: {'auction_closing_time': 1774605600.0, 'created_time': 1773930133.664006, 'last_price_update_time': 1774512793.068634}
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:13 [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-26 08:13:13 [bca.uk] INFO: Found listing with ID: BP19%20PGE
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP19%2520PGE%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for BP19%20PGE: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: BN18%20KZU
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BN18%2520KZU%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for BN18%20KZU: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: LM73%20VLU
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM73%2520VLU%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for LM73%20VLU: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: BK22%20FCG
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520FCG%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for BK22%20FCG: 2
2026-03-26 08:13:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b966e900-d150-5a77-bdf9-d2579a6dc902 with identifier: BK22%20FCG
2026-03-26 08:13:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b966e900-d150-5a77-bdf9-d2579a6dc902 with scrape type 2
2026-03-26 08:13:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b966e900-d150-5a77-bdf9-d2579a6dc902 with scrape type 2
2026-03-26 08:13:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b966e900-d150-5a77-bdf9-d2579a6dc902, identifier: BK22%20FCG
2026-03-26 08:13:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b966e900-d150-5a77-bdf9-d2579a6dc902 with identifier: BK22%20FCG
2026-03-26 08:13:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b966e900-d150-5a77-bdf9-d2579a6dc902 with identifier: BK22%20FCG
2026-03-26 08:13:13 [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-26 08:13:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:13:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&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-27T10: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-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK22%2520FCG%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Saving data for BK22%20FCG: {'auction_closing_time': 1774605600.0, 'created_time': 1774016035.954896, 'last_price_update_time': 1774512793.520202}
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:13 [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-26 08:13:13 [bca.uk] INFO: Found listing with ID: LX17%20HCY
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX17%2520HCY%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for LX17%20HCY: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: LL74%20DYB
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL74%2520DYB%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for LL74%20DYB: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: AE23%20RSO
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE23%2520RSO%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for AE23%20RSO: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: AX72%20KAE
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX72%2520KAE%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for AX72%20KAE: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: AX72%20KAA
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX72%2520KAA%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for AX72%20KAA: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: YF65%20GUU
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF65%2520GUU%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for YF65%20GUU: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: AV72%20XSJ
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AV72%2520XSJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for AV72%20XSJ: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: AX72%20JKK
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX72%2520JKK%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for AX72%20JKK: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: AX72%20JJV
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AX72%2520JJV%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for AX72%20JJV: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: MJ74%20HDF
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ74%2520HDF%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for MJ74%20HDF: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: GX61%20SVD
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX61%2520SVD%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for GX61%20SVD: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: KF73%20BXX
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KF73%2520BXX%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for KF73%20BXX: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: LL74%20EYG
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL74%2520EYG%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for LL74%20EYG: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: LN24%20TYH
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN24%2520TYH%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for LN24%20TYH: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: MK73%20LFG
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MK73%2520LFG%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for MK73%20LFG: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: NL16%20VKV
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL16%2520VKV%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for NL16%20VKV: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: AE16%20OFH
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE16%2520OFH%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for AE16%20OFH: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: BP57%20LDN
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BP57%2520LDN%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for BP57%20LDN: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: CK24%20EZE
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK24%2520EZE%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for CK24%20EZE: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: LA23%20DVN
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA23%2520DVN%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for LA23%20DVN: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: SA63%20HYV
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SA63%2520HYV%27 HTTP/1.1" 200 None
2026-03-26 08:13:13 [bca.uk] INFO: Scrape type for SA63%20HYV: 0
2026-03-26 08:13:13 [bca.uk] INFO: Found listing with ID: DY24%20BYZ
2026-03-26 08:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY24%2520BYZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:14 [bca.uk] INFO: Scrape type for DY24%20BYZ: 0
2026-03-26 08:13:14 [bca.uk] INFO: Found listing with ID: WN23%20FZJ
2026-03-26 08:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN23%2520FZJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:14 [bca.uk] INFO: Scrape type for WN23%20FZJ: 0
2026-03-26 08:13:14 [bca.uk] INFO: Found listing with ID: LS72%20ZFC
2026-03-26 08:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS72%2520ZFC%27 HTTP/1.1" 200 None
2026-03-26 08:13:14 [bca.uk] INFO: Scrape type for LS72%20ZFC: 0
2026-03-26 08:13:14 [bca.uk] INFO: Found listing with ID: YS23%20RWF
2026-03-26 08:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS23%2520RWF%27 HTTP/1.1" 200 None
2026-03-26 08:13:14 [bca.uk] INFO: Scrape type for YS23%20RWF: 0
2026-03-26 08:13:14 [bca.uk] INFO: Found listing with ID: HT73%20DWP
2026-03-26 08:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT73%2520DWP%27 HTTP/1.1" 200 None
2026-03-26 08:13:14 [bca.uk] INFO: Scrape type for HT73%20DWP: 2
2026-03-26 08:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91ce949e-c383-5e9e-8949-0247b9febcaa with identifier: HT73%20DWP
2026-03-26 08:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91ce949e-c383-5e9e-8949-0247b9febcaa with scrape type 2
2026-03-26 08:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91ce949e-c383-5e9e-8949-0247b9febcaa with scrape type 2
2026-03-26 08:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91ce949e-c383-5e9e-8949-0247b9febcaa, identifier: HT73%20DWP
2026-03-26 08:13:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91ce949e-c383-5e9e-8949-0247b9febcaa with identifier: HT73%20DWP
2026-03-26 08:13:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91ce949e-c383-5e9e-8949-0247b9febcaa with identifier: HT73%20DWP
2026-03-26 08:13:14 [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-26 08:13:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&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-26T10: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': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'EQA 300',
'odometer': 14053,
'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 EQA 300 168KW 66KWH 4M AMG LINE Hatchback',
'transmission': 'automatic',
'trim': '168KW 66KWH 4M AMG LINE',
'vin': 'W1N9N0JB7RJ106521',
'year': 2023}
2026-03-26 08:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT73%2520DWP%27 HTTP/1.1" 200 None
2026-03-26 08:13:14 [bca.uk] INFO: Saving data for HT73%20DWP: {'auction_closing_time': 1774519200.0, 'created_time': 1774045072.493588, 'last_price_update_time': 1774512794.475877}
2026-03-26 08:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:14 [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-26 08:13:14 [bca.uk] INFO: Found listing with ID: HT73%20DXE
2026-03-26 08:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT73%2520DXE%27 HTTP/1.1" 200 None
2026-03-26 08:13:14 [bca.uk] INFO: Scrape type for HT73%20DXE: 2
2026-03-26 08:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d76d55-ba88-535c-aef1-eab8d5770518 with identifier: HT73%20DXE
2026-03-26 08:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d76d55-ba88-535c-aef1-eab8d5770518 with scrape type 2
2026-03-26 08:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d76d55-ba88-535c-aef1-eab8d5770518 with scrape type 2
2026-03-26 08:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71d76d55-ba88-535c-aef1-eab8d5770518, identifier: HT73%20DXE
2026-03-26 08:13:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71d76d55-ba88-535c-aef1-eab8d5770518 with identifier: HT73%20DXE
2026-03-26 08:13:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71d76d55-ba88-535c-aef1-eab8d5770518 with identifier: HT73%20DXE
2026-03-26 08:13:14 [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-26 08:13:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&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-26T10: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': 'auction',
'location': 'Manchester',
'make': 'MERCEDES-BENZ',
'model': 'EQA 300',
'odometer': 20019,
'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 EQA 300 168KW 66KWH 4M AMG LINE Hatchback',
'transmission': 'automatic',
'trim': '168KW 66KWH 4M AMG LINE',
'vin': 'W1N9N0JB3RJ101932',
'year': 2023}
2026-03-26 08:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT73%2520DXE%27 HTTP/1.1" 200 None
2026-03-26 08:13:14 [bca.uk] INFO: Saving data for HT73%20DXE: {'auction_closing_time': 1774519200.0, 'created_time': 1774045066.256715, 'last_price_update_time': 1774512794.987039}
2026-03-26 08:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:15 [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-26 08:13:15 [bca.uk] INFO: Found listing with ID: LC72%20FFD
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC72%2520FFD%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for LC72%20FFD: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: HN15%20ZKY
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN15%2520ZKY%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for HN15%20ZKY: 0
2026-03-26 08:13:15 [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-26 08:13:15 [bca.uk] INFO: Total items found: 100
2026-03-26 08:13:15 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded
2026-03-26 08:13:15 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:13:15 [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-26 08:13:15 [bca.uk] INFO: Found listing with ID: DX16%20GWA
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DX16%2520GWA%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for DX16%20GWA: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: VN68%20PPV
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VN68%2520PPV%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for VN68%20PPV: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: PN63%20UBR
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN63%2520UBR%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for PN63%20UBR: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: DE69%20LCA
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE69%2520LCA%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for DE69%20LCA: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: WN73%20YVJ
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN73%2520YVJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for WN73%20YVJ: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: LE18%20LCP
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LE18%2520LCP%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for LE18%20LCP: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: LD73%20DDE
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD73%2520DDE%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for LD73%20DDE: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: DL22%20XWW
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL22%2520XWW%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for DL22%20XWW: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: WP70%20MGV
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP70%2520MGV%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for WP70%20MGV: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: VE14%20TGV
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE14%2520TGV%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for VE14%20TGV: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: NX17%20UKL
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX17%2520UKL%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for NX17%20UKL: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: NX14%20VHG
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX14%2520VHG%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for NX14%20VHG: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: NX14%20KNO
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NX14%2520KNO%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for NX14%20KNO: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: WM15%20ALO
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WM15%2520ALO%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for WM15%20ALO: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: MH54%20GNO
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MH54%2520GNO%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for MH54%20GNO: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: LF19%20UDK
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF19%2520UDK%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for LF19%20UDK: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: SK70%20YDJ
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SK70%2520YDJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for SK70%20YDJ: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: KM19%20VJS
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM19%2520VJS%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for KM19%20VJS: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: KT68%20HJE
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT68%2520HJE%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for KT68%20HJE: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: DN19%20GWZ
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN19%2520GWZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for DN19%20GWZ: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: LL71%20FHM
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LL71%2520FHM%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for LL71%20FHM: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: FY24%20WNN
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FY24%2520WNN%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for FY24%20WNN: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: K24%20ORD
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27K24%2520ORD%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for K24%20ORD: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: SV25%20POF
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SV25%2520POF%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for SV25%20POF: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: WN22%20FMA
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WN22%2520FMA%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for WN22%20FMA: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: FN70%20FYZ
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FN70%2520FYZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for FN70%20FYZ: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: YH22%20XPW
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YH22%2520XPW%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for YH22%20XPW: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: HG24%20XVW
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG24%2520XVW%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for HG24%20XVW: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: CN18%20LFJ
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN18%2520LFJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for CN18%20LFJ: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: GY20%20AOZ
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GY20%2520AOZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for GY20%20AOZ: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: SH70%20OFN
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH70%2520OFN%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for SH70%20OFN: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: MW14%20KZF
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW14%2520KZF%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for MW14%20KZF: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: KO18%20OUK
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KO18%2520OUK%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for KO18%20OUK: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: KR62%20AOY
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KR62%2520AOY%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for KR62%20AOY: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: KU18%20XNH
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU18%2520XNH%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for KU18%20XNH: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: MV62%20VSU
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV62%2520VSU%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for MV62%20VSU: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: NA72%20PVZ
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%2520PVZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for NA72%20PVZ: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: NL72%20XRG
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL72%2520XRG%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for NL72%20XRG: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: FG69%20BNE
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FG69%2520BNE%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for FG69%20BNE: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: BK72%20VBL
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK72%2520VBL%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for BK72%20VBL: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: SD13%20FTN
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SD13%2520FTN%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for SD13%20FTN: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: MV12%20NVP
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV12%2520NVP%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for MV12%20NVP: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: LV64%20YRG
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV64%2520YRG%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for LV64%20YRG: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: EX15%20LVS
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX15%2520LVS%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for EX15%20LVS: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: DL65%20PYU
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL65%2520PYU%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for DL65%20PYU: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: WV13%20WWE
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV13%2520WWE%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for WV13%20WWE: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: DF61%20DVM
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DF61%2520DVM%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for DF61%20DVM: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: MV63%20YNE
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV63%2520YNE%27 HTTP/1.1" 200 None
2026-03-26 08:13:15 [bca.uk] INFO: Scrape type for MV63%20YNE: 0
2026-03-26 08:13:15 [bca.uk] INFO: Found listing with ID: GU10%20OWY
2026-03-26 08:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GU10%2520OWY%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for GU10%20OWY: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: VK15%20NNZ
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK15%2520NNZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for VK15%20NNZ: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: BK17%20LGY
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK17%2520LGY%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for BK17%20LGY: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: OE08%20ZZO
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE08%2520ZZO%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for OE08%20ZZO: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: GJ64%20YHL
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ64%2520YHL%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for GJ64%20YHL: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: VX15%20EAC
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX15%2520EAC%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for VX15%20EAC: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: WJ65%20RKY
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ65%2520RKY%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for WJ65%20RKY: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: NY08%20DNX
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NY08%2520DNX%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for NY08%20DNX: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: NA14%20PXR
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA14%2520PXR%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for NA14%20PXR: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: KU65%20MYD
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KU65%2520MYD%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for KU65%20MYD: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: HG10%20KCE
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG10%2520KCE%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for HG10%20KCE: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: PK17%20ZCJ
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK17%2520ZCJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for PK17%20ZCJ: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: CK59%20NWU
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK59%2520NWU%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for CK59%20NWU: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: WP10%20NVL
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP10%2520NVL%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for WP10%20NVL: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: MV67%20BHU
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV67%2520BHU%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for MV67%20BHU: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: VE65%20WXF
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VE65%2520WXF%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for VE65%20WXF: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: OV14%20LMJ
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV14%2520LMJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for OV14%20LMJ: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: WG66%20URV
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WG66%2520URV%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for WG66%20URV: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: YD11%20WRG
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YD11%2520WRG%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for YD11%20WRG: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: GN59%20NVJ
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GN59%2520NVJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for GN59%20NVJ: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: GP54%20AXB
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GP54%2520AXB%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for GP54%20AXB: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: LX13%20AUK
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX13%2520AUK%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for LX13%20AUK: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: YF14%20UOG
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF14%2520UOG%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for YF14%20UOG: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: MV12%20KUW
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MV12%2520KUW%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for MV12%20KUW: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: KT15%20WKY
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KT15%2520WKY%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for KT15%20WKY: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: KS13%20YVE
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KS13%2520YVE%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for KS13%20YVE: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: KM13%20GWY
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KM13%2520GWY%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for KM13%20GWY: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: KJ21%20BWO
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KJ21%2520BWO%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for KJ21%20BWO: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: GV16%20UXD
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV16%2520UXD%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for GV16%20UXD: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: EN15%20NEO
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EN15%2520NEO%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for EN15%20NEO: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: BK05%20JHL
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BK05%2520JHL%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for BK05%20JHL: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: YF20%20YTC
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF20%2520YTC%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for YF20%20YTC: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: EY67%20DKX
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EY67%2520DKX%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for EY67%20DKX: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: RE23%20UTR
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE23%2520UTR%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for RE23%20UTR: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: LA72%20TCV
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA72%2520TCV%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for LA72%20TCV: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: LG70%20XBH
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LG70%2520XBH%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for LG70%20XBH: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: LD24%20ZZR
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LD24%2520ZZR%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for LD24%20ZZR: 0
2026-03-26 08:13:16 [bca.uk] INFO: Found listing with ID: EJ16%20DFA
2026-03-26 08:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ16%2520DFA%27 HTTP/1.1" 200 None
2026-03-26 08:13:16 [bca.uk] INFO: Scrape type for EJ16%20DFA: 2
2026-03-26 08:13:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30b80dbb-de43-5b6c-a9d1-de2848868a25 with identifier: EJ16%20DFA
2026-03-26 08:13:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30b80dbb-de43-5b6c-a9d1-de2848868a25 with scrape type 2
2026-03-26 08:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30b80dbb-de43-5b6c-a9d1-de2848868a25 with scrape type 2
2026-03-26 08:13:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30b80dbb-de43-5b6c-a9d1-de2848868a25, identifier: EJ16%20DFA
2026-03-26 08:13:16 [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-26 08:13:16 [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-26 08:13:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30b80dbb-de43-5b6c-a9d1-de2848868a25 with identifier: EJ16%20DFA
2026-03-26 08:13:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30b80dbb-de43-5b6c-a9d1-de2848868a25 with identifier: EJ16%20DFA
2026-03-26 08:13:16 [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-26 08:13:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&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-26 08:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ16%2520DFA%27 HTTP/1.1" 200 None
2026-03-26 08:13:17 [bca.uk] INFO: Saving data for EJ16%20DFA: {'auction_closing_time': 1774951200.0, 'created_time': 1774339318.962015, 'last_price_update_time': 1774512797.227669}
2026-03-26 08:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:17 [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-26 08:13:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:13:17 [bca.uk] INFO: Found listing with ID: OV69%20JZP
2026-03-26 08:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV69%2520JZP%27 HTTP/1.1" 200 None
2026-03-26 08:13:17 [bca.uk] INFO: Scrape type for OV69%20JZP: 2
2026-03-26 08:13:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1a84b3f-ff10-58b3-8839-be2ef114f96c with identifier: OV69%20JZP
2026-03-26 08:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1a84b3f-ff10-58b3-8839-be2ef114f96c with scrape type 2
2026-03-26 08:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1a84b3f-ff10-58b3-8839-be2ef114f96c with scrape type 2
2026-03-26 08:13:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1a84b3f-ff10-58b3-8839-be2ef114f96c, identifier: OV69%20JZP
2026-03-26 08:13:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1a84b3f-ff10-58b3-8839-be2ef114f96c with identifier: OV69%20JZP
2026-03-26 08:13:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1a84b3f-ff10-58b3-8839-be2ef114f96c with identifier: OV69%20JZP
2026-03-26 08:13:17 [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-26 08:13:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08: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-26 08:13:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&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-26 08:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV69%2520JZP%27 HTTP/1.1" 200 None
2026-03-26 08:13:18 [bca.uk] INFO: Saving data for OV69%20JZP: {'auction_closing_time': 1774951200.0, 'created_time': 1774339311.264516, 'last_price_update_time': 1774512798.604253}
2026-03-26 08:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:18 [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-26 08:13:18 [bca.uk] INFO: Found listing with ID: RK72%20ONP
2026-03-26 08:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK72%2520ONP%27 HTTP/1.1" 200 None
2026-03-26 08:13:18 [bca.uk] INFO: Scrape type for RK72%20ONP: 2
2026-03-26 08:13:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e47f376e-9d60-5219-ae74-a0fdd1270f1f with identifier: RK72%20ONP
2026-03-26 08:13:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e47f376e-9d60-5219-ae74-a0fdd1270f1f with scrape type 2
2026-03-26 08:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e47f376e-9d60-5219-ae74-a0fdd1270f1f with scrape type 2
2026-03-26 08:13:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e47f376e-9d60-5219-ae74-a0fdd1270f1f, identifier: RK72%20ONP
2026-03-26 08:13:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e47f376e-9d60-5219-ae74-a0fdd1270f1f with identifier: RK72%20ONP
2026-03-26 08:13:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:13:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=decuma+grey HTTP/1.1" 200 None
2026-03-26 08:13:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:13:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e47f376e-9d60-5219-ae74-a0fdd1270f1f with identifier: RK72%20ONP
2026-03-26 08:13:18 [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-26 08:13:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&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-26 08:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RK72%2520ONP%27 HTTP/1.1" 200 None
2026-03-26 08:13:20 [bca.uk] INFO: Saving data for RK72%20ONP: {'auction_closing_time': 1774951200.0, 'created_time': 1774339316.759758, 'last_price_update_time': 1774512800.001228}
2026-03-26 08:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:20 [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-26 08:13:20 [bca.uk] INFO: Found listing with ID: FM19%20EAC
2026-03-26 08:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM19%2520EAC%27 HTTP/1.1" 200 None
2026-03-26 08:13:20 [bca.uk] INFO: Scrape type for FM19%20EAC: 2
2026-03-26 08:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3533073-082d-5f1e-b9e9-db0bd8d18198 with identifier: FM19%20EAC
2026-03-26 08:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3533073-082d-5f1e-b9e9-db0bd8d18198 with scrape type 2
2026-03-26 08:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3533073-082d-5f1e-b9e9-db0bd8d18198 with scrape type 2
2026-03-26 08:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3533073-082d-5f1e-b9e9-db0bd8d18198, identifier: FM19%20EAC
2026-03-26 08:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3533073-082d-5f1e-b9e9-db0bd8d18198 with identifier: FM19%20EAC
2026-03-26 08:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3533073-082d-5f1e-b9e9-db0bd8d18198 with identifier: FM19%20EAC
2026-03-26 08:13:20 [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-26 08:13:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&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-26 08:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FM19%2520EAC%27 HTTP/1.1" 200 None
2026-03-26 08:13:20 [bca.uk] INFO: Saving data for FM19%20EAC: {'auction_closing_time': 1774951200.0, 'created_time': 1774339310.697272, 'last_price_update_time': 1774512800.390972}
2026-03-26 08:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:20 [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-26 08:13:20 [bca.uk] INFO: Found listing with ID: VX68%20WDV
2026-03-26 08:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX68%2520WDV%27 HTTP/1.1" 200 None
2026-03-26 08:13:20 [bca.uk] INFO: Scrape type for VX68%20WDV: 2
2026-03-26 08:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6014da0e-e1aa-5a71-81ac-5b84381dc9f7 with identifier: VX68%20WDV
2026-03-26 08:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6014da0e-e1aa-5a71-81ac-5b84381dc9f7 with scrape type 2
2026-03-26 08:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6014da0e-e1aa-5a71-81ac-5b84381dc9f7 with scrape type 2
2026-03-26 08:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6014da0e-e1aa-5a71-81ac-5b84381dc9f7, identifier: VX68%20WDV
2026-03-26 08:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6014da0e-e1aa-5a71-81ac-5b84381dc9f7 with identifier: VX68%20WDV
2026-03-26 08:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6014da0e-e1aa-5a71-81ac-5b84381dc9f7 with identifier: VX68%20WDV
2026-03-26 08:13:20 [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-26 08:13:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&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-26 08:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX68%2520WDV%27 HTTP/1.1" 200 None
2026-03-26 08:13:20 [bca.uk] INFO: Saving data for VX68%20WDV: {'auction_closing_time': 1774951200.0, 'created_time': 1774339318.073214, 'last_price_update_time': 1774512800.959001}
2026-03-26 08:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:20 [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-26 08:13:20 [bca.uk] INFO: Found listing with ID: YC67%20MGE
2026-03-26 08:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC67%2520MGE%27 HTTP/1.1" 200 None
2026-03-26 08:13:20 [bca.uk] INFO: Scrape type for YC67%20MGE: 2
2026-03-26 08:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59ad52cd-433c-5643-aa6c-bb45aeb83a95 with identifier: YC67%20MGE
2026-03-26 08:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59ad52cd-433c-5643-aa6c-bb45aeb83a95 with scrape type 2
2026-03-26 08:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59ad52cd-433c-5643-aa6c-bb45aeb83a95 with scrape type 2
2026-03-26 08:13:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59ad52cd-433c-5643-aa6c-bb45aeb83a95, identifier: YC67%20MGE
2026-03-26 08:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59ad52cd-433c-5643-aa6c-bb45aeb83a95 with identifier: YC67%20MGE
2026-03-26 08:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59ad52cd-433c-5643-aa6c-bb45aeb83a95 with identifier: YC67%20MGE
2026-03-26 08:13:21 [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-26 08:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&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-27T10: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-26 08:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC67%2520MGE%27 HTTP/1.1" 200 None
2026-03-26 08:13:22 [bca.uk] INFO: Saving data for YC67%20MGE: {'auction_closing_time': 1774605600.0, 'created_time': 1774339316.027741, 'last_price_update_time': 1774512802.402673}
2026-03-26 08:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:22 [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-26 08:13:22 [bca.uk] INFO: Found listing with ID: LC13%20EHK
2026-03-26 08:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC13%2520EHK%27 HTTP/1.1" 200 None
2026-03-26 08:13:22 [bca.uk] INFO: Scrape type for LC13%20EHK: 2
2026-03-26 08:13:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e22fe95-4697-57eb-be4c-10e4fd46e880 with identifier: LC13%20EHK
2026-03-26 08:13:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e22fe95-4697-57eb-be4c-10e4fd46e880 with scrape type 2
2026-03-26 08:13:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e22fe95-4697-57eb-be4c-10e4fd46e880 with scrape type 2
2026-03-26 08:13:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e22fe95-4697-57eb-be4c-10e4fd46e880, identifier: LC13%20EHK
2026-03-26 08:13:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e22fe95-4697-57eb-be4c-10e4fd46e880 with identifier: LC13%20EHK
2026-03-26 08:13:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e22fe95-4697-57eb-be4c-10e4fd46e880 with identifier: LC13%20EHK
2026-03-26 08:13:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e22fe95-4697-57eb-be4c-10e4fd46e880 with identifier: LC13%20EHK to the API
2026-03-26 08:13:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC13%20EHK-GB',
'category': 'Car',
'color': 'brown',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4e22fe95-4697-57eb-be4c-10e4fd46e880',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LC13 EHK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC13%20EHK&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 34958,
'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 POLO 1.4 MATCH EDITION DSG Hatchback',
'transmission': 'automatic',
'trim': 'MATCH EDITION DSG',
'vin': 'WVWZZZ6RZDU051700',
'year': 2013}
2026-03-26 08:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC13%2520EHK%27 HTTP/1.1" 200 None
2026-03-26 08:13:22 [bca.uk] INFO: Saving data for LC13%20EHK: {'auction_closing_time': 1774605600.0, 'created_time': 1774339300.828436, 'last_price_update_time': 1774512802.833771}
2026-03-26 08:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC13%2520EHK') HTTP/1.1" 204 0
2026-03-26 08:13:22 [bca.uk] INFO: Found listing with ID: AE64%20RJY
2026-03-26 08:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AE64%2520RJY%27 HTTP/1.1" 200 None
2026-03-26 08:13:22 [bca.uk] INFO: Scrape type for AE64%20RJY: 2
2026-03-26 08:13:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b98c949-c766-5127-8ff1-dcc531e15a93 with identifier: AE64%20RJY
2026-03-26 08:13:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b98c949-c766-5127-8ff1-dcc531e15a93 with scrape type 2
2026-03-26 08:13:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b98c949-c766-5127-8ff1-dcc531e15a93 with scrape type 2
2026-03-26 08:13:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b98c949-c766-5127-8ff1-dcc531e15a93, identifier: AE64%20RJY
2026-03-26 08:13:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b98c949-c766-5127-8ff1-dcc531e15a93 with identifier: AE64%20RJY
2026-03-26 08:13:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b98c949-c766-5127-8ff1-dcc531e15a93 with identifier: AE64%20RJY
2026-03-26 08:13:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b98c949-c766-5127-8ff1-dcc531e15a93 with identifier: AE64%20RJY to the API
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 94,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE64%20RJY-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1b98c949-c766-5127-8ff1-dcc531e15a93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AE64 RJY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE64%20RJY&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 94307,
'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': 'SHHFK3790EU204084',
'year': 2014}
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE64%2520RJY%27 HTTP/1.1" 200 None
2026-03-26 08:13:23 [bca.uk] INFO: Saving data for AE64%20RJY: {'auction_closing_time': 1774605600.0, 'created_time': 1774339305.103207, 'last_price_update_time': 1774512803.298141}
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE64%2520RJY') HTTP/1.1" 204 0
2026-03-26 08:13:23 [bca.uk] INFO: Found listing with ID: HJ73%20NWK
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NWK%27 HTTP/1.1" 200 None
2026-03-26 08:13:23 [bca.uk] INFO: Scrape type for HJ73%20NWK: 2
2026-03-26 08:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 927aed03-58f7-509e-8974-250cea1ebaf9 with identifier: HJ73%20NWK
2026-03-26 08:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 927aed03-58f7-509e-8974-250cea1ebaf9 with scrape type 2
2026-03-26 08:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 927aed03-58f7-509e-8974-250cea1ebaf9 with scrape type 2
2026-03-26 08:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 927aed03-58f7-509e-8974-250cea1ebaf9, identifier: HJ73%20NWK
2026-03-26 08:13:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 927aed03-58f7-509e-8974-250cea1ebaf9 with identifier: HJ73%20NWK
2026-03-26 08:13:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 927aed03-58f7-509e-8974-250cea1ebaf9 with identifier: HJ73%20NWK
2026-03-26 08:13:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 927aed03-58f7-509e-8974-250cea1ebaf9 with identifier: HJ73%20NWK to the API
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ73%20NWK-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '927aed03-58f7-509e-8974-250cea1ebaf9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HJ73 NWK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ73%20NWK&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'AUDI',
'model': 'A5 SPORTBACK',
'odometer': 27043,
'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 A5 SPORTBACK 2.0 35 TFSI SPORT S-T Hatchback',
'transmission': 'automatic',
'trim': '35 TFSI SPORT S-T',
'vin': 'WAUZZZF52PA067995',
'year': 2023}
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NWK%27 HTTP/1.1" 200 None
2026-03-26 08:13:23 [bca.uk] INFO: Saving data for HJ73%20NWK: {'auction_closing_time': 1774605600.0, 'created_time': 1774339307.170248, 'last_price_update_time': 1774512803.772917}
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ73%2520NWK') HTTP/1.1" 204 0
2026-03-26 08:13:23 [bca.uk] INFO: Found listing with ID: CE73%20GNO
2026-03-26 08:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:23 [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-26 08:13:23 [bca.uk] INFO: Scrape type for CE73%20GNO: 2
2026-03-26 08:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66491506-46bf-544c-8b06-27c194f14a45 with identifier: CE73%20GNO
2026-03-26 08:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66491506-46bf-544c-8b06-27c194f14a45 with scrape type 2
2026-03-26 08:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66491506-46bf-544c-8b06-27c194f14a45 with scrape type 2
2026-03-26 08:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66491506-46bf-544c-8b06-27c194f14a45, identifier: CE73%20GNO
2026-03-26 08:13:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66491506-46bf-544c-8b06-27c194f14a45 with identifier: CE73%20GNO
2026-03-26 08:13:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66491506-46bf-544c-8b06-27c194f14a45 with identifier: CE73%20GNO
2026-03-26 08:13:23 [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-26 08:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&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-27T10: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': 'auction',
'location': 'Blackbushe',
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 22900,
'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 T-ROC 1.5 TSI 150 LIFE DSG Hatchback',
'transmission': 'automatic',
'trim': 'TSI 150 LIFE DSG',
'vin': 'WVGZZZA1ZPV739188',
'year': 2023}
2026-03-26 08:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:24 [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-26 08:13:24 [bca.uk] INFO: Saving data for CE73%20GNO: {'auction_closing_time': 1774605600.0, 'created_time': 1774339338.827496, 'last_price_update_time': 1774512804.171586}
2026-03-26 08:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:24 [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-26 08:13:24 [bca.uk] INFO: Found listing with ID: LR22%20TWD
2026-03-26 08:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520TWD%27 HTTP/1.1" 200 None
2026-03-26 08:13:24 [bca.uk] INFO: Scrape type for LR22%20TWD: 2
2026-03-26 08:13:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4df37c69-1072-54fc-9823-ae0494741b3f with identifier: LR22%20TWD
2026-03-26 08:13:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4df37c69-1072-54fc-9823-ae0494741b3f with scrape type 2
2026-03-26 08:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4df37c69-1072-54fc-9823-ae0494741b3f with scrape type 2
2026-03-26 08:13:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4df37c69-1072-54fc-9823-ae0494741b3f, identifier: LR22%20TWD
2026-03-26 08:13:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4df37c69-1072-54fc-9823-ae0494741b3f with identifier: LR22%20TWD
2026-03-26 08:13:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4df37c69-1072-54fc-9823-ae0494741b3f with identifier: LR22%20TWD
2026-03-26 08:13:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4df37c69-1072-54fc-9823-ae0494741b3f with identifier: LR22%20TWD to the API
2026-03-26 08:13:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 37,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR22%20TWD-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': '4df37c69-1072-54fc-9823-ae0494741b3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LR22 TWD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR22%20TWD&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'BMW',
'model': '330E',
'odometer': 34281,
'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 330E 2.0 T XDRIVE SPORT PRO Estate',
'transmission': 'automatic',
'trim': 'T XDRIVE SPORT PRO',
'vin': 'WBA6N72070FM47534',
'year': 2022}
2026-03-26 08:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR22%2520TWD%27 HTTP/1.1" 200 None
2026-03-26 08:13:25 [bca.uk] INFO: Saving data for LR22%20TWD: {'auction_closing_time': 1774605600.0, 'created_time': 1774339352.205632, 'last_price_update_time': 1774512805.188308}
2026-03-26 08:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520TWD') HTTP/1.1" 204 0
2026-03-26 08:13:25 [bca.uk] INFO: Found listing with ID: MT71%20NWN
2026-03-26 08:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT71%2520NWN%27 HTTP/1.1" 200 None
2026-03-26 08:13:25 [bca.uk] INFO: Scrape type for MT71%20NWN: 2
2026-03-26 08:13:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a23ae60e-c6aa-550b-a8a0-3394f708319b with identifier: MT71%20NWN
2026-03-26 08:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a23ae60e-c6aa-550b-a8a0-3394f708319b with scrape type 2
2026-03-26 08:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a23ae60e-c6aa-550b-a8a0-3394f708319b with scrape type 2
2026-03-26 08:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a23ae60e-c6aa-550b-a8a0-3394f708319b, identifier: MT71%20NWN
2026-03-26 08:13:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a23ae60e-c6aa-550b-a8a0-3394f708319b with identifier: MT71%20NWN
2026-03-26 08:13:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a23ae60e-c6aa-550b-a8a0-3394f708319b with identifier: MT71%20NWN
2026-03-26 08:13:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a23ae60e-c6aa-550b-a8a0-3394f708319b with identifier: MT71%20NWN to the API
2026-03-26 08:13:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT71%20NWN-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a23ae60e-c6aa-550b-a8a0-3394f708319b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MT71 NWN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT71%20NWN&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'SKODA',
'model': 'SUPERB',
'odometer': 43493,
'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 SUPERB 2.0 TDI SCR 150 SE TECHNOLOGY Estate',
'transmission': 'manual',
'trim': 'TDI SCR 150 SE TECHNOLOGY',
'vin': 'TMBKH7NP1N7014276',
'year': 2022}
2026-03-26 08:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MT71%2520NWN%27 HTTP/1.1" 200 None
2026-03-26 08:13:25 [bca.uk] INFO: Saving data for MT71%20NWN: {'auction_closing_time': 1774605600.0, 'created_time': 1774339353.111801, 'last_price_update_time': 1774512805.592521}
2026-03-26 08:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT71%2520NWN') HTTP/1.1" 204 0
2026-03-26 08:13:25 [bca.uk] INFO: Found listing with ID: NA22%20DXH
2026-03-26 08:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA22%2520DXH%27 HTTP/1.1" 200 None
2026-03-26 08:13:25 [bca.uk] INFO: Scrape type for NA22%20DXH: 2
2026-03-26 08:13:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b9c6860-8169-5df6-9c64-0352e0398b23 with identifier: NA22%20DXH
2026-03-26 08:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b9c6860-8169-5df6-9c64-0352e0398b23 with scrape type 2
2026-03-26 08:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b9c6860-8169-5df6-9c64-0352e0398b23 with scrape type 2
2026-03-26 08:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b9c6860-8169-5df6-9c64-0352e0398b23, identifier: NA22%20DXH
2026-03-26 08:13:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b9c6860-8169-5df6-9c64-0352e0398b23 with identifier: NA22%20DXH
2026-03-26 08:13:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b9c6860-8169-5df6-9c64-0352e0398b23 with identifier: NA22%20DXH
2026-03-26 08:13:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b9c6860-8169-5df6-9c64-0352e0398b23 with identifier: NA22%20DXH to the API
2026-03-26 08:13:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA22%20DXH-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 3,
'engine': '0.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Electric',
'id': '3b9c6860-8169-5df6-9c64-0352e0398b23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NA22 DXH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA22%20DXH&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'FIAT',
'model': '500 E',
'odometer': 10770,
'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 E 87KW 42KWH ICON Hatchback',
'transmission': 'automatic',
'trim': '87KW 42KWH ICON',
'vin': 'ZFAEFAC4XNX056011',
'year': 2022}
2026-03-26 08:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NA22%2520DXH%27 HTTP/1.1" 200 None
2026-03-26 08:13:26 [bca.uk] INFO: Saving data for NA22%20DXH: {'auction_closing_time': 1774605600.0, 'created_time': 1774339341.308193, 'last_price_update_time': 1774512806.13521}
2026-03-26 08:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA22%2520DXH') HTTP/1.1" 204 0
2026-03-26 08:13:26 [bca.uk] INFO: Found listing with ID: WR72%20TKT
2026-03-26 08:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR72%2520TKT%27 HTTP/1.1" 200 None
2026-03-26 08:13:26 [bca.uk] INFO: Scrape type for WR72%20TKT: 2
2026-03-26 08:13:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eafe7b2e-a6a8-524f-bc60-76cf4e40bbd1 with identifier: WR72%20TKT
2026-03-26 08:13:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eafe7b2e-a6a8-524f-bc60-76cf4e40bbd1 with scrape type 2
2026-03-26 08:13:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eafe7b2e-a6a8-524f-bc60-76cf4e40bbd1 with scrape type 2
2026-03-26 08:13:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eafe7b2e-a6a8-524f-bc60-76cf4e40bbd1, identifier: WR72%20TKT
2026-03-26 08:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eafe7b2e-a6a8-524f-bc60-76cf4e40bbd1 with identifier: WR72%20TKT
2026-03-26 08:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eafe7b2e-a6a8-524f-bc60-76cf4e40bbd1 with identifier: WR72%20TKT
2026-03-26 08:13:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eafe7b2e-a6a8-524f-bc60-76cf4e40bbd1 with identifier: WR72%20TKT to the API
2026-03-26 08:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR72%20TKT-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'eafe7b2e-a6a8-524f-bc60-76cf4e40bbd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WR72 TKT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR72%20TKT&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'DACIA',
'model': 'SANDERO',
'odometer': 19284,
'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': 'UU1DJF00670081970',
'year': 2022}
2026-03-26 08:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR72%2520TKT%27 HTTP/1.1" 200 None
2026-03-26 08:13:26 [bca.uk] INFO: Saving data for WR72%20TKT: {'auction_closing_time': 1774605600.0, 'created_time': 1774339360.603741, 'last_price_update_time': 1774512806.553784}
2026-03-26 08:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR72%2520TKT') HTTP/1.1" 204 0
2026-03-26 08:13:26 [bca.uk] INFO: Found listing with ID: YB72%20VDO
2026-03-26 08:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB72%2520VDO%27 HTTP/1.1" 200 None
2026-03-26 08:13:26 [bca.uk] INFO: Scrape type for YB72%20VDO: 2
2026-03-26 08:13:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bcdf8fe-d7ff-5e42-aa67-8af84df6fe3c with identifier: YB72%20VDO
2026-03-26 08:13:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bcdf8fe-d7ff-5e42-aa67-8af84df6fe3c with scrape type 2
2026-03-26 08:13:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bcdf8fe-d7ff-5e42-aa67-8af84df6fe3c with scrape type 2
2026-03-26 08:13:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bcdf8fe-d7ff-5e42-aa67-8af84df6fe3c, identifier: YB72%20VDO
2026-03-26 08:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bcdf8fe-d7ff-5e42-aa67-8af84df6fe3c with identifier: YB72%20VDO
2026-03-26 08:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bcdf8fe-d7ff-5e42-aa67-8af84df6fe3c with identifier: YB72%20VDO
2026-03-26 08:13:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bcdf8fe-d7ff-5e42-aa67-8af84df6fe3c with identifier: YB72%20VDO to the API
2026-03-26 08:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB72%20VDO-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0bcdf8fe-d7ff-5e42-aa67-8af84df6fe3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YB72 VDO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB72%20VDO&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'CUPRA',
'model': 'FORMENTOR',
'odometer': 24063,
'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': 'CUPRA FORMENTOR 1.5 TSI 150 V1 Hatchback',
'transmission': 'manual',
'trim': 'TSI 150 V1',
'vin': 'VSSZZZKM5PR039060',
'year': 2023}
2026-03-26 08:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YB72%2520VDO%27 HTTP/1.1" 200 None
2026-03-26 08:13:27 [bca.uk] INFO: Saving data for YB72%20VDO: {'auction_closing_time': 1774605600.0, 'created_time': 1774339357.146526, 'last_price_update_time': 1774512807.958198}
2026-03-26 08:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB72%2520VDO') HTTP/1.1" 204 0
2026-03-26 08:13:27 [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-26 08:13:28 [bca.uk] INFO: Total items found: 100
2026-03-26 08:13:28 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded
2026-03-26 08:13:28 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:13:28 [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-26 08:13:28 [bca.uk] INFO: Found listing with ID: HW73%20KYB
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW73%2520KYB%27 HTTP/1.1" 200 None
2026-03-26 08:13:28 [bca.uk] INFO: Scrape type for HW73%20KYB: 2
2026-03-26 08:13:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a398a5b-6cb1-5eda-b893-4bb2331585e2 with identifier: HW73%20KYB
2026-03-26 08:13:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a398a5b-6cb1-5eda-b893-4bb2331585e2 with scrape type 2
2026-03-26 08:13:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a398a5b-6cb1-5eda-b893-4bb2331585e2 with scrape type 2
2026-03-26 08:13:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a398a5b-6cb1-5eda-b893-4bb2331585e2, identifier: HW73%20KYB
2026-03-26 08:13:28 [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-26 08:13:28 [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-26 08:13:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a398a5b-6cb1-5eda-b893-4bb2331585e2 with identifier: HW73%20KYB
2026-03-26 08:13:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a398a5b-6cb1-5eda-b893-4bb2331585e2 with identifier: HW73%20KYB
2026-03-26 08:13:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a398a5b-6cb1-5eda-b893-4bb2331585e2 with identifier: HW73%20KYB to the API
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW73%20KYB-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Electric',
'id': '5a398a5b-6cb1-5eda-b893-4bb2331585e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HW73 KYB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW73%20KYB&vehicleType=*',
'listing': 'auction',
'location': 'Measham',
'make': 'CUPRA',
'model': 'BORN',
'odometer': 15378,
'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': 'CUPRA BORN 169KW 77KWH V2 Hatchback',
'transmission': 'automatic',
'trim': '169KW 77KWH V2',
'vin': 'VSSZZZK12RP007199',
'year': 2023}
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW73%2520KYB%27 HTTP/1.1" 200 None
2026-03-26 08:13:28 [bca.uk] INFO: Saving data for HW73%20KYB: {'auction_closing_time': 1774605600.0, 'created_time': 1774339321.43435, 'last_price_update_time': 1774512808.501317}
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW73%2520KYB') HTTP/1.1" 204 0
2026-03-26 08:13:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:13:28 [bca.uk] INFO: Found listing with ID: WP71%20XJM
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13: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%2520XJM%27 HTTP/1.1" 200 None
2026-03-26 08:13:28 [bca.uk] INFO: Scrape type for WP71%20XJM: 2
2026-03-26 08:13:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebb94a9c-c8a5-5937-b0ae-440e3307a036 with identifier: WP71%20XJM
2026-03-26 08:13:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebb94a9c-c8a5-5937-b0ae-440e3307a036 with scrape type 2
2026-03-26 08:13:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebb94a9c-c8a5-5937-b0ae-440e3307a036 with scrape type 2
2026-03-26 08:13:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebb94a9c-c8a5-5937-b0ae-440e3307a036, identifier: WP71%20XJM
2026-03-26 08:13:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebb94a9c-c8a5-5937-b0ae-440e3307a036 with identifier: WP71%20XJM
2026-03-26 08:13:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebb94a9c-c8a5-5937-b0ae-440e3307a036 with identifier: WP71%20XJM
2026-03-26 08:13:28 [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-26 08:13:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&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-27T10: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': 'auction',
'location': 'Measham',
'make': 'RENAULT',
'model': 'ZOE E-TECH',
'odometer': 21466,
'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 ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
'transmission': 'automatic',
'trim': '50KWH 110 ICONIC (50KW)',
'vin': 'VF1AG000X68514866',
'year': 2021}
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13: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%2520XJM%27 HTTP/1.1" 200 None
2026-03-26 08:13:28 [bca.uk] INFO: Saving data for WP71%20XJM: {'auction_closing_time': 1774605600.0, 'created_time': 1774339322.155273, 'last_price_update_time': 1774512808.936862}
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:28 [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-26 08:13:28 [bca.uk] INFO: Found listing with ID: YN22%20PHX
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520PHX%27 HTTP/1.1" 200 None
2026-03-26 08:13:28 [bca.uk] INFO: Scrape type for YN22%20PHX: 2
2026-03-26 08:13:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3523ea9-8be5-57bc-930a-85c6af619973 with identifier: YN22%20PHX
2026-03-26 08:13:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3523ea9-8be5-57bc-930a-85c6af619973 with scrape type 2
2026-03-26 08:13:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3523ea9-8be5-57bc-930a-85c6af619973 with scrape type 2
2026-03-26 08:13:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3523ea9-8be5-57bc-930a-85c6af619973, identifier: YN22%20PHX
2026-03-26 08:13:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3523ea9-8be5-57bc-930a-85c6af619973 with identifier: YN22%20PHX
2026-03-26 08:13:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3523ea9-8be5-57bc-930a-85c6af619973 with identifier: YN22%20PHX
2026-03-26 08:13:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3523ea9-8be5-57bc-930a-85c6af619973 with identifier: YN22%20PHX to the API
2026-03-26 08:13:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 166,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN22%20PHX-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a3523ea9-8be5-57bc-930a-85c6af619973',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YN22 PHX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN22%20PHX&vehicleType=*',
'listing': 'auction',
'location': 'Manchester',
'make': 'VOLVO',
'model': 'XC40',
'odometer': 94114,
'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 1.5 T3 163 R DESIGN G/T StationWagon',
'transmission': 'automatic',
'trim': 'T3 163 R DESIGN G/T',
'vin': 'YV1XZ15VDN2732207',
'year': 2022}
2026-03-26 08:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YN22%2520PHX%27 HTTP/1.1" 200 None
2026-03-26 08:13:29 [bca.uk] INFO: Saving data for YN22%20PHX: {'auction_closing_time': 1774605600.0, 'created_time': 1774339340.862301, 'last_price_update_time': 1774512809.346688}
2026-03-26 08:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN22%2520PHX') HTTP/1.1" 204 0
2026-03-26 08:13:29 [bca.uk] INFO: Found listing with ID: BT72%20UTW
2026-03-26 08:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT72%2520UTW%27 HTTP/1.1" 200 None
2026-03-26 08:13:29 [bca.uk] INFO: Scrape type for BT72%20UTW: 2
2026-03-26 08:13:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0391afe2-f1c0-5fb3-b4bb-e8765f87edd4 with identifier: BT72%20UTW
2026-03-26 08:13:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0391afe2-f1c0-5fb3-b4bb-e8765f87edd4 with scrape type 2
2026-03-26 08:13:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0391afe2-f1c0-5fb3-b4bb-e8765f87edd4 with scrape type 2
2026-03-26 08:13:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0391afe2-f1c0-5fb3-b4bb-e8765f87edd4, identifier: BT72%20UTW
2026-03-26 08:13:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0391afe2-f1c0-5fb3-b4bb-e8765f87edd4 with identifier: BT72%20UTW
2026-03-26 08:13:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0391afe2-f1c0-5fb3-b4bb-e8765f87edd4 with identifier: BT72%20UTW
2026-03-26 08:13:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0391afe2-f1c0-5fb3-b4bb-e8765f87edd4 with identifier: BT72%20UTW to the API
2026-03-26 08:13:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT72%20UTW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 4,
'engine': '0.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Electric',
'id': '0391afe2-f1c0-5fb3-b4bb-e8765f87edd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BT72 UTW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT72%20UTW&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 47089,
'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 LONG RANGE AWD Saloon',
'transmission': 'automatic',
'trim': 'LONG RANGE AWD',
'vin': 'LRW3F7EK9PC667234',
'year': 2022}
2026-03-26 08:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BT72%2520UTW%27 HTTP/1.1" 200 None
2026-03-26 08:13:29 [bca.uk] INFO: Saving data for BT72%20UTW: {'auction_closing_time': 1774605600.0, 'created_time': 1774339323.009464, 'last_price_update_time': 1774512809.776436}
2026-03-26 08:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT72%2520UTW') HTTP/1.1" 204 0
2026-03-26 08:13:29 [bca.uk] INFO: Found listing with ID: PY23%20MYL
2026-03-26 08:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY23%2520MYL%27 HTTP/1.1" 200 None
2026-03-26 08:13:29 [bca.uk] INFO: Scrape type for PY23%20MYL: 2
2026-03-26 08:13:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f37c483-3992-59bb-b203-fc857863f16a with identifier: PY23%20MYL
2026-03-26 08:13:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f37c483-3992-59bb-b203-fc857863f16a with scrape type 2
2026-03-26 08:13:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f37c483-3992-59bb-b203-fc857863f16a with scrape type 2
2026-03-26 08:13:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f37c483-3992-59bb-b203-fc857863f16a, identifier: PY23%20MYL
2026-03-26 08:13:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f37c483-3992-59bb-b203-fc857863f16a with identifier: PY23%20MYL
2026-03-26 08:13:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f37c483-3992-59bb-b203-fc857863f16a with identifier: PY23%20MYL
2026-03-26 08:13: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-26 08:13:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&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-27T10: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': 'auction',
'location': 'Edinburgh',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 26895,
'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 1.5 HYBRID EXCEL Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID EXCEL',
'vin': 'VNKKBAC320A304785',
'year': 2023}
2026-03-26 08:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PY23%2520MYL%27 HTTP/1.1" 200 None
2026-03-26 08:13:31 [bca.uk] INFO: Saving data for PY23%20MYL: {'auction_closing_time': 1774605600.0, 'created_time': 1774339323.453847, 'last_price_update_time': 1774512811.514897}
2026-03-26 08:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13: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-26 08:13:31 [bca.uk] INFO: Found listing with ID: SJ19%20CSF
2026-03-26 08:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ19%2520CSF%27 HTTP/1.1" 200 None
2026-03-26 08:13:31 [bca.uk] INFO: Scrape type for SJ19%20CSF: 2
2026-03-26 08:13:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c881b4b-d26d-5711-babf-c97b00e08fa2 with identifier: SJ19%20CSF
2026-03-26 08:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c881b4b-d26d-5711-babf-c97b00e08fa2 with scrape type 2
2026-03-26 08:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c881b4b-d26d-5711-babf-c97b00e08fa2 with scrape type 2
2026-03-26 08:13:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c881b4b-d26d-5711-babf-c97b00e08fa2, identifier: SJ19%20CSF
2026-03-26 08:13:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c881b4b-d26d-5711-babf-c97b00e08fa2 with identifier: SJ19%20CSF
2026-03-26 08:13:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c881b4b-d26d-5711-babf-c97b00e08fa2 with identifier: SJ19%20CSF
2026-03-26 08:13:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c881b4b-d26d-5711-babf-c97b00e08fa2 with identifier: SJ19%20CSF to the API
2026-03-26 08:13:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ19%20CSF-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0c881b4b-d26d-5711-babf-c97b00e08fa2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SJ19 CSF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ19%20CSF&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 37064,
'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 T-ROC 1.6 TDI 115 S Hatchback',
'transmission': 'manual',
'trim': 'TDI 115 S',
'vin': 'WVGZZZA1ZKV046009',
'year': 2019}
2026-03-26 08:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ19%2520CSF%27 HTTP/1.1" 200 None
2026-03-26 08:13:31 [bca.uk] INFO: Saving data for SJ19%20CSF: {'auction_closing_time': 1774605600.0, 'created_time': 1774339353.637653, 'last_price_update_time': 1774512811.94029}
2026-03-26 08:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ19%2520CSF') HTTP/1.1" 204 0
2026-03-26 08:13:31 [bca.uk] INFO: Found listing with ID: SN72%20MGU
2026-03-26 08:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SN72%2520MGU%27 HTTP/1.1" 200 None
2026-03-26 08:13:31 [bca.uk] INFO: Scrape type for SN72%20MGU: 2
2026-03-26 08:13:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 864701af-ea59-5b86-be2f-d630f1264f16 with identifier: SN72%20MGU
2026-03-26 08:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 864701af-ea59-5b86-be2f-d630f1264f16 with scrape type 2
2026-03-26 08:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 864701af-ea59-5b86-be2f-d630f1264f16 with scrape type 2
2026-03-26 08:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 864701af-ea59-5b86-be2f-d630f1264f16, identifier: SN72%20MGU
2026-03-26 08:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 864701af-ea59-5b86-be2f-d630f1264f16 with identifier: SN72%20MGU
2026-03-26 08:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 864701af-ea59-5b86-be2f-d630f1264f16 with identifier: SN72%20MGU
2026-03-26 08:13:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 864701af-ea59-5b86-be2f-d630f1264f16 with identifier: SN72%20MGU to the API
2026-03-26 08:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN72%20MGU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '864701af-ea59-5b86-be2f-d630f1264f16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SN72 MGU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN72%20MGU&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'MAZDA',
'model': 'CX-30',
'odometer': 52828,
'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-X 186 SE-L LUX Hatchback',
'transmission': 'manual',
'trim': 'E-SKY-X 186 SE-L LUX',
'vin': 'JMZDM6WH600311413',
'year': 2022}
2026-03-26 08:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN72%2520MGU%27 HTTP/1.1" 200 None
2026-03-26 08:13:32 [bca.uk] INFO: Saving data for SN72%20MGU: {'auction_closing_time': 1774605600.0, 'created_time': 1774339360.197009, 'last_price_update_time': 1774512812.383362}
2026-03-26 08:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN72%2520MGU') HTTP/1.1" 204 0
2026-03-26 08:13:32 [bca.uk] INFO: Found listing with ID: WP23%20OGG
2026-03-26 08:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OGG%27 HTTP/1.1" 200 None
2026-03-26 08:13:32 [bca.uk] INFO: Scrape type for WP23%20OGG: 2
2026-03-26 08:13:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eca72780-48c7-56fd-9e0e-5169f1804d4c with identifier: WP23%20OGG
2026-03-26 08:13:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eca72780-48c7-56fd-9e0e-5169f1804d4c with scrape type 2
2026-03-26 08:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eca72780-48c7-56fd-9e0e-5169f1804d4c with scrape type 2
2026-03-26 08:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eca72780-48c7-56fd-9e0e-5169f1804d4c, identifier: WP23%20OGG
2026-03-26 08:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eca72780-48c7-56fd-9e0e-5169f1804d4c with identifier: WP23%20OGG
2026-03-26 08:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eca72780-48c7-56fd-9e0e-5169f1804d4c with identifier: WP23%20OGG
2026-03-26 08:13:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eca72780-48c7-56fd-9e0e-5169f1804d4c with identifier: WP23%20OGG to the API
2026-03-26 08:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20OGG-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'eca72780-48c7-56fd-9e0e-5169f1804d4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP23 OGG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OGG&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 18132,
'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.0 TCE 90 R.S.LINE Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 R.S.LINE',
'vin': 'VF1RJA00570938689',
'year': 2023}
2026-03-26 08:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP23%2520OGG%27 HTTP/1.1" 200 None
2026-03-26 08:13:33 [bca.uk] INFO: Saving data for WP23%20OGG: {'auction_closing_time': 1774605600.0, 'created_time': 1774339287.444202, 'last_price_update_time': 1774512813.616094}
2026-03-26 08:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OGG') HTTP/1.1" 204 0
2026-03-26 08:13:33 [bca.uk] INFO: Found listing with ID: HJ73%20NVZ
2026-03-26 08:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ73%2520NVZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:33 [bca.uk] INFO: Scrape type for HJ73%20NVZ: 2
2026-03-26 08:13:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c02a768-7471-5bce-a979-4dedc6f2d5d4 with identifier: HJ73%20NVZ
2026-03-26 08:13:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c02a768-7471-5bce-a979-4dedc6f2d5d4 with scrape type 2
2026-03-26 08:13:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c02a768-7471-5bce-a979-4dedc6f2d5d4 with scrape type 2
2026-03-26 08:13:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c02a768-7471-5bce-a979-4dedc6f2d5d4, identifier: HJ73%20NVZ
2026-03-26 08:13:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c02a768-7471-5bce-a979-4dedc6f2d5d4 with identifier: HJ73%20NVZ
2026-03-26 08:13:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c02a768-7471-5bce-a979-4dedc6f2d5d4 with identifier: HJ73%20NVZ
2026-03-26 08:13:33 [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-26 08:13:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&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-27T10: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': 'auction',
'location': 'Bedford',
'make': 'AUDI',
'model': 'A5 SPORTBACK',
'odometer': 21886,
'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 A5 SPORTBACK 2.0 35 TFSI SPORT S-T Hatchback',
'transmission': 'automatic',
'trim': '35 TFSI SPORT S-T',
'vin': 'WAUZZZF51PA068393',
'year': 2023}
2026-03-26 08:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ73%2520NVZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:34 [bca.uk] INFO: Saving data for HJ73%20NVZ: {'auction_closing_time': 1774605600.0, 'created_time': 1774339283.317317, 'last_price_update_time': 1774512814.139821}
2026-03-26 08:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:34 [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-26 08:13:34 [bca.uk] INFO: Found listing with ID: LA72%20AHO
2026-03-26 08:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA72%2520AHO%27 HTTP/1.1" 200 None
2026-03-26 08:13:34 [bca.uk] INFO: Scrape type for LA72%20AHO: 2
2026-03-26 08:13:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31a7b28b-dfc8-50e8-a7b2-27a8ea348553 with identifier: LA72%20AHO
2026-03-26 08:13:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31a7b28b-dfc8-50e8-a7b2-27a8ea348553 with scrape type 2
2026-03-26 08:13:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31a7b28b-dfc8-50e8-a7b2-27a8ea348553 with scrape type 2
2026-03-26 08:13:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31a7b28b-dfc8-50e8-a7b2-27a8ea348553, identifier: LA72%20AHO
2026-03-26 08:13:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31a7b28b-dfc8-50e8-a7b2-27a8ea348553 with identifier: LA72%20AHO
2026-03-26 08:13:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31a7b28b-dfc8-50e8-a7b2-27a8ea348553 with identifier: LA72%20AHO
2026-03-26 08:13:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31a7b28b-dfc8-50e8-a7b2-27a8ea348553 with identifier: LA72%20AHO to the API
2026-03-26 08:13:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20AHO-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Electric',
'id': '31a7b28b-dfc8-50e8-a7b2-27a8ea348553',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LA72 AHO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20AHO&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 16654,
'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': 'LRWYHCEK6PC618744',
'year': 2022}
2026-03-26 08:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA72%2520AHO%27 HTTP/1.1" 200 None
2026-03-26 08:13:34 [bca.uk] INFO: Saving data for LA72%20AHO: {'auction_closing_time': 1774605600.0, 'created_time': 1774339284.782651, 'last_price_update_time': 1774512814.561566}
2026-03-26 08:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520AHO') HTTP/1.1" 204 0
2026-03-26 08:13:34 [bca.uk] INFO: Found listing with ID: HJ73%20NWU
2026-03-26 08:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ73%2520NWU%27 HTTP/1.1" 200 None
2026-03-26 08:13:34 [bca.uk] INFO: Scrape type for HJ73%20NWU: 2
2026-03-26 08:13:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb5d95f-1773-55c0-960c-41fce792ec86 with identifier: HJ73%20NWU
2026-03-26 08:13:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb5d95f-1773-55c0-960c-41fce792ec86 with scrape type 2
2026-03-26 08:13:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb5d95f-1773-55c0-960c-41fce792ec86 with scrape type 2
2026-03-26 08:13:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bb5d95f-1773-55c0-960c-41fce792ec86, identifier: HJ73%20NWU
2026-03-26 08:13:34 [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-26 08:13:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bb5d95f-1773-55c0-960c-41fce792ec86 with identifier: HJ73%20NWU
2026-03-26 08:13:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bb5d95f-1773-55c0-960c-41fce792ec86 with identifier: HJ73%20NWU
2026-03-26 08:13:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bb5d95f-1773-55c0-960c-41fce792ec86 with identifier: HJ73%20NWU to the API
2026-03-26 08:13:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 143,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ73%20NWU-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3bb5d95f-1773-55c0-960c-41fce792ec86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HJ73 NWU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ73%20NWU&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'AUDI',
'model': 'A5 SPORTBACK',
'odometer': 30943,
'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 A5 SPORTBACK 2.0 35 TFSI SPORT S-T Hatchback',
'transmission': 'automatic',
'trim': '35 TFSI SPORT S-T',
'vin': 'WAUZZZF5XPA068487',
'year': 2023}
2026-03-26 08:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HJ73%2520NWU%27 HTTP/1.1" 200 None
2026-03-26 08:13:35 [bca.uk] INFO: Saving data for HJ73%20NWU: {'auction_closing_time': 1774605600.0, 'created_time': 1774339289.174742, 'last_price_update_time': 1774512815.005963}
2026-03-26 08:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ73%2520NWU') HTTP/1.1" 204 0
2026-03-26 08:13:35 [bca.uk] INFO: Found listing with ID: RO73%20LXU
2026-03-26 08:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RO73%2520LXU%27 HTTP/1.1" 200 None
2026-03-26 08:13:35 [bca.uk] INFO: Scrape type for RO73%20LXU: 2
2026-03-26 08:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d61e3c0c-5264-5779-b0d2-9604ae7ef754 with identifier: RO73%20LXU
2026-03-26 08:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d61e3c0c-5264-5779-b0d2-9604ae7ef754 with scrape type 2
2026-03-26 08:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d61e3c0c-5264-5779-b0d2-9604ae7ef754 with scrape type 2
2026-03-26 08:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d61e3c0c-5264-5779-b0d2-9604ae7ef754, identifier: RO73%20LXU
2026-03-26 08:13:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d61e3c0c-5264-5779-b0d2-9604ae7ef754 with identifier: RO73%20LXU
2026-03-26 08:13:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d61e3c0c-5264-5779-b0d2-9604ae7ef754 with identifier: RO73%20LXU
2026-03-26 08:13:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d61e3c0c-5264-5779-b0d2-9604ae7ef754 with identifier: RO73%20LXU to the API
2026-03-26 08:13:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 162,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO73%20LXU-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd61e3c0c-5264-5779-b0d2-9604ae7ef754',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RO73 LXU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO73%20LXU&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'AUDI',
'model': 'A6',
'odometer': 32081,
'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 A6 2.0 40 TFSI SPORT S-T Saloon',
'transmission': 'automatic',
'trim': '40 TFSI SPORT S-T',
'vin': 'WAUZZZF27PN094589',
'year': 2023}
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520LXU%27 HTTP/1.1" 200 None
2026-03-26 08:13:36 [bca.uk] INFO: Saving data for RO73%20LXU: {'auction_closing_time': 1774605600.0, 'created_time': 1774339298.357722, 'last_price_update_time': 1774512816.257184}
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO73%2520LXU') HTTP/1.1" 204 0
2026-03-26 08:13:36 [bca.uk] INFO: Found listing with ID: WP23%20OFS
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OFS%27 HTTP/1.1" 200 None
2026-03-26 08:13:36 [bca.uk] INFO: Scrape type for WP23%20OFS: 2
2026-03-26 08:13:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e4a9505-c725-579b-a77e-be1f37c14509 with identifier: WP23%20OFS
2026-03-26 08:13:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e4a9505-c725-579b-a77e-be1f37c14509 with scrape type 2
2026-03-26 08:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e4a9505-c725-579b-a77e-be1f37c14509 with scrape type 2
2026-03-26 08:13:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e4a9505-c725-579b-a77e-be1f37c14509, identifier: WP23%20OFS
2026-03-26 08:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e4a9505-c725-579b-a77e-be1f37c14509 with identifier: WP23%20OFS
2026-03-26 08:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e4a9505-c725-579b-a77e-be1f37c14509 with identifier: WP23%20OFS
2026-03-26 08:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e4a9505-c725-579b-a77e-be1f37c14509 with identifier: WP23%20OFS to the API
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20OFS-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4e4a9505-c725-579b-a77e-be1f37c14509',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP23 OFS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OFS&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 25882,
'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.0 TCE 90 R.S.LINE Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 R.S.LINE',
'vin': 'VF1RJA00170938673',
'year': 2023}
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OFS%27 HTTP/1.1" 200 None
2026-03-26 08:13:36 [bca.uk] INFO: Saving data for WP23%20OFS: {'auction_closing_time': 1774605600.0, 'created_time': 1773908857.712174, 'last_price_update_time': 1774512816.66976}
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OFS') HTTP/1.1" 204 0
2026-03-26 08:13:36 [bca.uk] INFO: Total items found: 100
2026-03-26 08:13:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded
2026-03-26 08:13:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:13:36 [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-26 08:13:36 [bca.uk] INFO: Found listing with ID: MK16%20GYJ
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13: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%2520GYJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:36 [bca.uk] INFO: Scrape type for MK16%20GYJ: 2
2026-03-26 08:13:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cec69b7-24e3-57f0-b894-e6cd9604ae5b with identifier: MK16%20GYJ
2026-03-26 08:13:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cec69b7-24e3-57f0-b894-e6cd9604ae5b with scrape type 2
2026-03-26 08:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cec69b7-24e3-57f0-b894-e6cd9604ae5b with scrape type 2
2026-03-26 08:13:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cec69b7-24e3-57f0-b894-e6cd9604ae5b, identifier: MK16%20GYJ
2026-03-26 08:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cec69b7-24e3-57f0-b894-e6cd9604ae5b with identifier: MK16%20GYJ
2026-03-26 08:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cec69b7-24e3-57f0-b894-e6cd9604ae5b with identifier: MK16%20GYJ
2026-03-26 08:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cec69b7-24e3-57f0-b894-e6cd9604ae5b with identifier: MK16%20GYJ to the API
2026-03-26 08:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 185,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK16%20GYJ-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4cec69b7-24e3-57f0-b894-e6cd9604ae5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK16 GYJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK16%20GYJ&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 61627,
'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 SPORT 3.0 SDV6 306 HSE StationWagon',
'transmission': 'manual',
'trim': 'SDV6 306 HSE',
'vin': 'SALWA2KE7GA648380',
'year': 2016}
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520GYJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Saving data for MK16%20GYJ: {'auction_closing_time': 1774605600.0, 'created_time': 1774339319.973935, 'last_price_update_time': 1774512817.116273}
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK16%2520GYJ') HTTP/1.1" 204 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: KX67%20NSZ
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX67%2520NSZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for KX67%20NSZ: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: BK64%20VRM
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK64%2520VRM%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for BK64%20VRM: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: YE65%20YYJ
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE65%2520YYJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for YE65%20YYJ: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: OY20%20POV
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [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-26 08:13:37 [bca.uk] INFO: Scrape type for OY20%20POV: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: EU67%20ZKA
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [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-26 08:13:37 [bca.uk] INFO: Scrape type for EU67%20ZKA: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: GO11%20FFX
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GO11%2520FFX%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for GO11%20FFX: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: HF67%20YGL
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF67%2520YGL%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for HF67%20YGL: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: OV18%20DZX
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520DZX%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for OV18%20DZX: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: VN69%20HCX
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN69%2520HCX%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for VN69%20HCX: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: WP65%20AOT
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [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-26 08:13:37 [bca.uk] INFO: Scrape type for WP65%20AOT: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: SG16%20FSY
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG16%2520FSY%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for SG16%20FSY: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: PK59%20OMA
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK59%2520OMA%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for PK59%20OMA: 2
2026-03-26 08:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 364733a1-7dc7-51f2-b809-f05175505e38 with identifier: PK59%20OMA
2026-03-26 08:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 364733a1-7dc7-51f2-b809-f05175505e38 with scrape type 2
2026-03-26 08:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 364733a1-7dc7-51f2-b809-f05175505e38 with scrape type 2
2026-03-26 08:13:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 364733a1-7dc7-51f2-b809-f05175505e38, identifier: PK59%20OMA
2026-03-26 08:13:37 [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-26 08:13:37 [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-26 08:13:37 [bca.uk] INFO: Found listing with ID: BW23%20EOP
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW23%2520EOP%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for BW23%20EOP: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: OE71%20WZO
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520WZO%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for OE71%20WZO: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: DG22%20LCE
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520LCE%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for DG22%20LCE: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: DS21%20PNF
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520PNF%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for DS21%20PNF: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: SL22%20CCE
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [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-26 08:13:37 [bca.uk] INFO: Scrape type for SL22%20CCE: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: YR69%20HRJ
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [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-26 08:13:37 [bca.uk] INFO: Scrape type for YR69%20HRJ: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: SL22%20CBV
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [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-26 08:13:37 [bca.uk] INFO: Scrape type for SL22%20CBV: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: LO71%20UBR
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO71%2520UBR%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for LO71%20UBR: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: HT72%20GFY
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520GFY%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for HT72%20GFY: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: YY72%20ZPZ
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY72%2520ZPZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for YY72%20ZPZ: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: GX14%20TLV
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [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-26 08:13:37 [bca.uk] INFO: Scrape type for GX14%20TLV: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: YA70%20NHM
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520NHM%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for YA70%20NHM: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: RK65%20FCA
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK65%2520FCA%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for RK65%20FCA: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: FN62%20HFO
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN62%2520HFO%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for FN62%20HFO: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: DY57%20EBC
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13: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%2520EBC%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for DY57%20EBC: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: WF08%20GUH
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [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-26 08:13:37 [bca.uk] INFO: Scrape type for WF08%20GUH: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: FL12%20HSA
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL12%2520HSA%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for FL12%20HSA: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: GY23%20CTX
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [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-26 08:13:37 [bca.uk] INFO: Scrape type for GY23%20CTX: 0
2026-03-26 08:13:37 [bca.uk] INFO: Found listing with ID: LN09%20XHS
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN09%2520XHS%27 HTTP/1.1" 200 None
2026-03-26 08:13:37 [bca.uk] INFO: Scrape type for LN09%20XHS: 2
2026-03-26 08:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b358277-e458-5891-95ca-61e23bdea78f with identifier: LN09%20XHS
2026-03-26 08:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b358277-e458-5891-95ca-61e23bdea78f with scrape type 2
2026-03-26 08:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b358277-e458-5891-95ca-61e23bdea78f with scrape type 2
2026-03-26 08:13:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b358277-e458-5891-95ca-61e23bdea78f, identifier: LN09%20XHS
2026-03-26 08:13:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 364733a1-7dc7-51f2-b809-f05175505e38 with identifier: PK59%20OMA
2026-03-26 08:13:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 364733a1-7dc7-51f2-b809-f05175505e38 with identifier: PK59%20OMA
2026-03-26 08:13:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 364733a1-7dc7-51f2-b809-f05175505e38 with identifier: PK59%20OMA to the API
2026-03-26 08:13:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 153,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK59%20OMA-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 2,
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '364733a1-7dc7-51f2-b809-f05175505e38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK59 OMA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK59%20OMA&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MINI',
'model': 'COOPER',
'odometer': 106817,
'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 S Convertible',
'transmission': 'manual',
'trim': 'S',
'vin': 'WMWMS320X0TX91515',
'year': 2009}
2026-03-26 08:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK59%2520OMA%27 HTTP/1.1" 200 None
2026-03-26 08:13:38 [bca.uk] INFO: Saving data for PK59%20OMA: {'auction_closing_time': 1774519200.0, 'created_time': 1773908235.210193, 'last_price_update_time': 1774512818.47217}
2026-03-26 08:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK59%2520OMA') HTTP/1.1" 204 0
2026-03-26 08:13:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:13:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b358277-e458-5891-95ca-61e23bdea78f with identifier: LN09%20XHS
2026-03-26 08:13:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b358277-e458-5891-95ca-61e23bdea78f with identifier: LN09%20XHS
2026-03-26 08:13:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b358277-e458-5891-95ca-61e23bdea78f with identifier: LN09%20XHS to the API
2026-03-26 08:13:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN09%20XHS-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 3,
'engine': '1.4L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0b358277-e458-5891-95ca-61e23bdea78f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LN09 XHS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN09%20XHS&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 52873,
'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.4 TDCI ZETEC Hatchback',
'transmission': 'manual',
'trim': 'TDCI ZETEC',
'vin': 'WF0GXXGAJG9M02197',
'year': 2009}
2026-03-26 08:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LN09%2520XHS%27 HTTP/1.1" 200 None
2026-03-26 08:13:39 [bca.uk] INFO: Saving data for LN09%20XHS: {'auction_closing_time': 1774519200.0, 'created_time': 1774045156.525675, 'last_price_update_time': 1774512819.838164}
2026-03-26 08:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN09%2520XHS') HTTP/1.1" 204 0
2026-03-26 08:13:39 [bca.uk] INFO: Found listing with ID: VA64%20LCC
2026-03-26 08:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VA64%2520LCC%27 HTTP/1.1" 200 None
2026-03-26 08:13:39 [bca.uk] INFO: Scrape type for VA64%20LCC: 0
2026-03-26 08:13:39 [bca.uk] INFO: Found listing with ID: YO16%20VHE
2026-03-26 08:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO16%2520VHE%27 HTTP/1.1" 200 None
2026-03-26 08:13:39 [bca.uk] INFO: Scrape type for YO16%20VHE: 0
2026-03-26 08:13:39 [bca.uk] INFO: Found listing with ID: DT66%20NJY
2026-03-26 08:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DT66%2520NJY%27 HTTP/1.1" 200 None
2026-03-26 08:13:39 [bca.uk] INFO: Scrape type for DT66%20NJY: 0
2026-03-26 08:13:39 [bca.uk] INFO: Found listing with ID: EJ60%20VMA
2026-03-26 08:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EJ60%2520VMA%27 HTTP/1.1" 200 None
2026-03-26 08:13:39 [bca.uk] INFO: Scrape type for EJ60%20VMA: 0
2026-03-26 08:13:39 [bca.uk] INFO: Found listing with ID: LX19%20YTN
2026-03-26 08:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LX19%2520YTN%27 HTTP/1.1" 200 None
2026-03-26 08:13:39 [bca.uk] INFO: Scrape type for LX19%20YTN: 0
2026-03-26 08:13:39 [bca.uk] INFO: Found listing with ID: PK61%20EUC
2026-03-26 08:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK61%2520EUC%27 HTTP/1.1" 200 None
2026-03-26 08:13:39 [bca.uk] INFO: Scrape type for PK61%20EUC: 0
2026-03-26 08:13:39 [bca.uk] INFO: Found listing with ID: S11%20WRR
2026-03-26 08:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27S11%2520WRR%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for S11%20WRR: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: WX66%20VHF
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WX66%2520VHF%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for WX66%20VHF: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: YF69%20XVE
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF69%2520XVE%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for YF69%20XVE: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: NV19%20KXL
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NV19%2520KXL%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for NV19%20KXL: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: KN71%20FCC
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KN71%2520FCC%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for KN71%20FCC: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: NG22%20EKK
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG22%2520EKK%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for NG22%20EKK: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: PN24%20XNR
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PN24%2520XNR%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for PN24%20XNR: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: HV22%20ODE
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HV22%2520ODE%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for HV22%20ODE: 2
2026-03-26 08:13:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15805c16-9db8-5c14-be99-a6209a656f6c with identifier: HV22%20ODE
2026-03-26 08:13:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15805c16-9db8-5c14-be99-a6209a656f6c with scrape type 2
2026-03-26 08:13:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15805c16-9db8-5c14-be99-a6209a656f6c with scrape type 2
2026-03-26 08:13:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15805c16-9db8-5c14-be99-a6209a656f6c, identifier: HV22%20ODE
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: SH71%20NVE
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH71%2520NVE%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for SH71%20NVE: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: MJ72%20UBR
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MJ72%2520UBR%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for MJ72%20UBR: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: KW72%20ASU
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KW72%2520ASU%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for KW72%20ASU: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: LS72%20WFK
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LS72%2520WFK%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for LS72%20WFK: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: FV24%20MYA
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV24%2520MYA%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for FV24%20MYA: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: LM25%20YGK
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM25%2520YGK%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for LM25%20YGK: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: NL20%20SGO
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL20%2520SGO%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for NL20%20SGO: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: VX56%20NEO
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VX56%2520NEO%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for VX56%20NEO: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: LF02%20GMO
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LF02%2520GMO%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for LF02%20GMO: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: WK63%20YGM
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WK63%2520YGM%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for WK63%20YGM: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: CK16%20TBU
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CK16%2520TBU%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for CK16%20TBU: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: HN17%20CUG
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HN17%2520CUG%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for HN17%20CUG: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: VO15%20MXA
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VO15%2520MXA%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for VO15%20MXA: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: FV13%20UUE
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV13%2520UUE%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for FV13%20UUE: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: OY64%20VXD
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OY64%2520VXD%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for OY64%20VXD: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: SL17%20NGU
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SL17%2520NGU%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for SL17%20NGU: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: WV15%20XEN
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WV15%2520XEN%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for WV15%20XEN: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: C5%20DVB
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27C5%2520DVB%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for C5%20DVB: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: MF19%20SDZ
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF19%2520SDZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for MF19%20SDZ: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: BC04%20RGC
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27BC04%2520RGC%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for BC04%20RGC: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: DY70%20OAD
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY70%2520OAD%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for DY70%20OAD: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: AU64%20VXP
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AU64%2520VXP%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for AU64%20VXP: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: SH53%20EDZ
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH53%2520EDZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for SH53%20EDZ: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: RJ68%20AFZ
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RJ68%2520AFZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for RJ68%20AFZ: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: NG73%20VFX
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NG73%2520VFX%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for NG73%20VFX: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: YS70%20XTB
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YS70%2520XTB%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for YS70%20XTB: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: MF59%20EPL
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MF59%2520EPL%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for MF59%20EPL: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: RS05%20GAL
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RS05%2520GAL%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for RS05%20GAL: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: FX73%20NUA
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FX73%2520NUA%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for FX73%20NUA: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: DL65%20CWY
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DL65%2520CWY%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for DL65%20CWY: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: OE19%20DNY
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE19%2520DNY%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for OE19%20DNY: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: HA11%20YSJ
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HA11%2520YSJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for HA11%20YSJ: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: WR73%20VVL
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WR73%2520VVL%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for WR73%20VVL: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: MW64%20JVU
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW64%2520JVU%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for MW64%20JVU: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: RE18%20ZRA
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE18%2520ZRA%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for RE18%20ZRA: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: DA24%20UNV
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DA24%2520UNV%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for DA24%20UNV: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: A5%20BPN
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27A5%2520BPN%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for A5%20BPN: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: SW69%20JXZ
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SW69%2520JXZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for SW69%20JXZ: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: KX23%20OZT
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KX23%2520OZT%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for KX23%20OZT: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: PK21%20KZG
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27PK21%2520KZG%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for PK21%20KZG: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: DE22%20FUT
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE22%2520FUT%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for DE22%20FUT: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: LV21%20XYO
2026-03-26 08:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LV21%2520XYO%27 HTTP/1.1" 200 None
2026-03-26 08:13:40 [bca.uk] INFO: Scrape type for LV21%20XYO: 0
2026-03-26 08:13:40 [bca.uk] INFO: Found listing with ID: SM21%20DVC
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM21%2520DVC%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for SM21%20DVC: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: SM21%20EBP
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SM21%2520EBP%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for SM21%20EBP: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: SO21%20GXX
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO21%2520GXX%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for SO21%20GXX: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: SO21%20GYG
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO21%2520GYG%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for SO21%20GYG: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: SO21%20GZH
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO21%2520GZH%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for SO21%20GZH: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: YA22%20NZR
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YA22%2520NZR%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for YA22%20NZR: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: DE71%20XWR
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DE71%2520XWR%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for DE71%20XWR: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: YR22%20LVP
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YR22%2520LVP%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for YR22%20LVP: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: MD21%20FME
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MD21%2520FME%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for MD21%20FME: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: SO21%20PVX
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SO21%2520PVX%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for SO21%20PVX: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: VK21%20YJR
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27VK21%2520YJR%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for VK21%20YJR: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: OE23%20WTL
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OE23%2520WTL%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for OE23%20WTL: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: EF22%20VUA
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EF22%2520VUA%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for EF22%20VUA: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: LM21%20ZPF
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LM21%2520ZPF%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for LM21%20ZPF: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: SJ22%20VZW
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SJ22%2520VZW%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for SJ22%20VZW: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: WJ13%20ECW
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WJ13%2520ECW%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for WJ13%20ECW: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: LC66%20NNR
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC66%2520NNR%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for LC66%20NNR: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: LA53%20DXJ
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LA53%2520DXJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for LA53%20DXJ: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: GJ67%20PXZ
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GJ67%2520PXZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for GJ67%20PXZ: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: GF62%20UUH
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GF62%2520UUH%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for GF62%20UUH: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: FV62%20MZX
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27FV62%2520MZX%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for FV62%20MZX: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: EX09%20VEY
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EX09%2520VEY%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for EX09%20VEY: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: DG18%20ZZD
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DG18%2520ZZD%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for DG18%20ZZD: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: AO12%20HXT
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AO12%2520HXT%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for AO12%20HXT: 0
2026-03-26 08:13:41 [bca.uk] INFO: Found listing with ID: HT21%20ATV
2026-03-26 08:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HT21%2520ATV%27 HTTP/1.1" 200 None
2026-03-26 08:13:41 [bca.uk] INFO: Scrape type for HT21%20ATV: 0
2026-03-26 08:13:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15805c16-9db8-5c14-be99-a6209a656f6c with identifier: HV22%20ODE
2026-03-26 08:13:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15805c16-9db8-5c14-be99-a6209a656f6c with identifier: HV22%20ODE
2026-03-26 08:13:41 [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-26 08:13:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&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-26T10: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': 'auction',
'location': 'Walsall',
'make': 'BMW',
'model': 'X7',
'odometer': 39785,
'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 X7 3.0 MHT XDRIVE 40D STEP StationWagon',
'transmission': 'automatic',
'trim': 'MHT XDRIVE 40D STEP',
'vin': 'WBATB420209L19453',
'year': 2022}
2026-03-26 08:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:42 [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-26 08:13:42 [bca.uk] INFO: Saving data for HV22%20ODE: {'auction_closing_time': 1774519200.0, 'created_time': 1773931053.921215, 'last_price_update_time': 1774512822.948579}
2026-03-26 08:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:42 [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-26 08:13:43 [bca.uk] INFO: Found listing with ID: WP22%20BHW
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WP22%2520BHW%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for WP22%20BHW: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: MC22%20CRU
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MC22%2520CRU%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for MC22%20CRU: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: CN70%20CHX
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN70%2520CHX%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for CN70%20CHX: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: GV72%20PUX
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GV72%2520PUX%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for GV72%20PUX: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: MM72%20BYZ
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MM72%2520BYZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for MM72%20BYZ: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: LC72%20CNX
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LC72%2520CNX%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for LC72%20CNX: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: SE18%20VPJ
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SE18%2520VPJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for SE18%20VPJ: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: YF21%20WVG
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YF21%2520WVG%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for YF21%20WVG: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: DC66%20BWD
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DC66%2520BWD%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for DC66%20BWD: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: EO63%20VYA
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EO63%2520VYA%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for EO63%20VYA: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: GX17%20TVP
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX17%2520TVP%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for GX17%20TVP: 2
2026-03-26 08:13:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 481af67e-e604-565d-a1e2-0d5f65b0b855 with identifier: GX17%20TVP
2026-03-26 08:13:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 481af67e-e604-565d-a1e2-0d5f65b0b855 with scrape type 2
2026-03-26 08:13:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 481af67e-e604-565d-a1e2-0d5f65b0b855 with scrape type 2
2026-03-26 08:13:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 481af67e-e604-565d-a1e2-0d5f65b0b855, identifier: GX17%20TVP
2026-03-26 08:13:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 481af67e-e604-565d-a1e2-0d5f65b0b855 with identifier: GX17%20TVP
2026-03-26 08:13:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 481af67e-e604-565d-a1e2-0d5f65b0b855 with identifier: GX17%20TVP
2026-03-26 08:13:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 481af67e-e604-565d-a1e2-0d5f65b0b855 with identifier: GX17%20TVP to the API
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX17%20TVP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '481af67e-e604-565d-a1e2-0d5f65b0b855',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX17 TVP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX17%20TVP&vehicleType=*',
'listing': 'directbuy',
'location': 'Edinburgh',
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 158722,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2500,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'AUDI A4 AVANT 1.4 TFSI 150 SPORT Estate',
'transmission': 'manual',
'trim': 'TFSI 150 SPORT',
'vin': 'WAUZZZF43HA099346',
'year': 2017}
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27GX17%2520TVP%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Saving data for GX17%20TVP: {'auction_closing_time': 1774854000.0, 'created_time': 1773841031.000472, 'last_price_update_time': 1774512823.663498}
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX17%2520TVP') HTTP/1.1" 204 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: HG64%20CBV
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27HG64%2520CBV%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for HG64%20CBV: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: LO64%20HHD
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LO64%2520HHD%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for LO64%20HHD: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: NL11%20KUO
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL11%2520KUO%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for NL11%20KUO: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: OV13%20SWX
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27OV13%2520SWX%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for OV13%20SWX: 0
2026-03-26 08:13:43 [bca.uk] INFO: Found listing with ID: RA15%20LRO
2026-03-26 08:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA15%2520LRO%27 HTTP/1.1" 200 None
2026-03-26 08:13:43 [bca.uk] INFO: Scrape type for RA15%20LRO: 2
2026-03-26 08:13:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9bdf574-d93c-5e6f-b716-abdfec7a41fb with identifier: RA15%20LRO
2026-03-26 08:13:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9bdf574-d93c-5e6f-b716-abdfec7a41fb with scrape type 2
2026-03-26 08:13:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9bdf574-d93c-5e6f-b716-abdfec7a41fb with scrape type 2
2026-03-26 08:13:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9bdf574-d93c-5e6f-b716-abdfec7a41fb, identifier: RA15%20LRO
2026-03-26 08:13:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9bdf574-d93c-5e6f-b716-abdfec7a41fb with identifier: RA15%20LRO
2026-03-26 08:13:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9bdf574-d93c-5e6f-b716-abdfec7a41fb with identifier: RA15%20LRO
2026-03-26 08:13:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9bdf574-d93c-5e6f-b716-abdfec7a41fb with identifier: RA15%20LRO to the API
2026-03-26 08:13:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA15%20LRO-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'f9bdf574-d93c-5e6f-b716-abdfec7a41fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RA15 LRO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA15%20LRO&vehicleType=*',
'listing': 'directbuy',
'location': 'Newcastle-u-Tyne',
'make': 'SKODA',
'model': 'YETI OUTDOOR',
'odometer': 156605,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 1500,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seller_name': None,
'title': 'SKODA YETI OUTDOOR 2.0 TDI 150 SE BUSINESS 4X4 Estate',
'transmission': 'manual',
'trim': 'TDI 150 SE BUSINESS 4X4',
'vin': 'TMBMD75L4G6008028',
'year': 2015}
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RA15%2520LRO%27 HTTP/1.1" 200 None
2026-03-26 08:13:45 [bca.uk] INFO: Saving data for RA15%20LRO: {'auction_closing_time': 1774854000.0, 'created_time': 1773841022.533808, 'last_price_update_time': 1774512825.248587}
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA15%2520LRO') HTTP/1.1" 204 0
2026-03-26 08:13:45 [bca.uk] INFO: Found listing with ID: SH14%20EFO
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SH14%2520EFO%27 HTTP/1.1" 200 None
2026-03-26 08:13:45 [bca.uk] INFO: Scrape type for SH14%20EFO: 0
2026-03-26 08:13:45 [bca.uk] INFO: Found listing with ID: YC64%20CXY
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YC64%2520CXY%27 HTTP/1.1" 200 None
2026-03-26 08:13:45 [bca.uk] INFO: Scrape type for YC64%20CXY: 0
2026-03-26 08:13:45 [bca.uk] INFO: Found listing with ID: SP16%20MZO
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP16%2520MZO%27 HTTP/1.1" 200 None
2026-03-26 08:13:45 [bca.uk] INFO: Scrape type for SP16%20MZO: 2
2026-03-26 08:13:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with identifier: SP16%20MZO
2026-03-26 08:13:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with scrape type 2
2026-03-26 08:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with scrape type 2
2026-03-26 08:13:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d6885ca-d166-5b72-95bd-c0244ca7b1bd, identifier: SP16%20MZO
2026-03-26 08:13:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with identifier: SP16%20MZO
2026-03-26 08:13:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with identifier: SP16%20MZO
2026-03-26 08:13:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with identifier: SP16%20MZO to the API
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 111,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP16%20MZO-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': '1d6885ca-d166-5b72-95bd-c0244ca7b1bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP16 MZO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP16%20MZO&vehicleType=*',
'listing': 'directbuy',
'location': 'Glasgow',
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 77548,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2000,
'price_includes_vat': False,
'registration_date': '2016-01-01',
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 P/T 130 ACTIVE Estate',
'transmission': 'manual',
'trim': 'P/T 130 ACTIVE',
'vin': 'VF3LRHNYHGS004977',
'year': 2016}
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SP16%2520MZO%27 HTTP/1.1" 200 None
2026-03-26 08:13:45 [bca.uk] INFO: Saving data for SP16%20MZO: {'auction_closing_time': 1774854000.0, 'created_time': 1773908027.429466, 'last_price_update_time': 1774512825.71601}
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP16%2520MZO') HTTP/1.1" 204 0
2026-03-26 08:13:45 [bca.uk] INFO: Found listing with ID: CU71%20VTC
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CU71%2520VTC%27 HTTP/1.1" 200 None
2026-03-26 08:13:45 [bca.uk] INFO: Scrape type for CU71%20VTC: 0
2026-03-26 08:13:45 [bca.uk] INFO: Found listing with ID: ST59%20UXJ
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ST59%2520UXJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:45 [bca.uk] INFO: Scrape type for ST59%20UXJ: 0
2026-03-26 08:13:45 [bca.uk] INFO: Found listing with ID: SY22%20UHR
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY22%2520UHR%27 HTTP/1.1" 200 None
2026-03-26 08:13:45 [bca.uk] INFO: Scrape type for SY22%20UHR: 0
2026-03-26 08:13:45 [bca.uk] INFO: Found listing with ID: RE70%20FXU
2026-03-26 08:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RE70%2520FXU%27 HTTP/1.1" 200 None
2026-03-26 08:13:45 [bca.uk] INFO: Scrape type for RE70%20FXU: 2
2026-03-26 08:13:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19f9bbfb-eadc-52eb-9937-2c300d87c6e5 with identifier: RE70%20FXU
2026-03-26 08:13:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19f9bbfb-eadc-52eb-9937-2c300d87c6e5 with scrape type 2
2026-03-26 08:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19f9bbfb-eadc-52eb-9937-2c300d87c6e5 with scrape type 2
2026-03-26 08:13:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19f9bbfb-eadc-52eb-9937-2c300d87c6e5, identifier: RE70%20FXU
2026-03-26 08:13:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19f9bbfb-eadc-52eb-9937-2c300d87c6e5 with identifier: RE70%20FXU
2026-03-26 08:13:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19f9bbfb-eadc-52eb-9937-2c300d87c6e5 with identifier: RE70%20FXU
2026-03-26 08:13:46 [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-26 08:13:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&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-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [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-26 08:13:46 [bca.uk] INFO: Saving data for RE70%20FXU: {'auction_closing_time': 1774854000.0, 'created_time': 1773832045.639083, 'last_price_update_time': 1774512826.253848}
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [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-26 08:13:46 [bca.uk] INFO: Found listing with ID: YR18%20WXP
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520WXP%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for YR18%20WXP: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: MGZ%201614
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MGZ%25201614%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for MGZ%201614: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: YP18%20WHT
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [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-26 08:13:46 [bca.uk] INFO: Scrape type for YP18%20WHT: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: SA18%20PUY
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520PUY%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for SA18%20PUY: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: WM72%20KEJ
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520KEJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for WM72%20KEJ: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: RJ24%20YDB
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ24%2520YDB%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for RJ24%20YDB: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: RE23%20FUB
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520FUB%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for RE23%20FUB: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: KK17%20DSY
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [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-26 08:13:46 [bca.uk] INFO: Scrape type for KK17%20DSY: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: RE23%20CYZ
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520CYZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for RE23%20CYZ: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: YG69%20GOP
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520GOP%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for YG69%20GOP: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: RX63%20XSY
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX63%2520XSY%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for RX63%20XSY: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: LG61%20DBY
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520DBY%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for LG61%20DBY: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: YS18%20ZFV
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [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-26 08:13:46 [bca.uk] INFO: Scrape type for YS18%20ZFV: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: HK73%20OKL
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520OKL%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for HK73%20OKL: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: LF67%20WRA
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [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-26 08:13:46 [bca.uk] INFO: Scrape type for LF67%20WRA: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: RA63%20GPM
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA63%2520GPM%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for RA63%20GPM: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: KV73%20WZJ
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [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-26 08:13:46 [bca.uk] INFO: Scrape type for KV73%20WZJ: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: BV14%20YLU
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [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-26 08:13:46 [bca.uk] INFO: Scrape type for BV14%20YLU: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: CE15%20XZZ
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE15%2520XZZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for CE15%20XZZ: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: DK10%20HYR
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK10%2520HYR%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for DK10%20HYR: 0
2026-03-26 08:13:46 [bca.uk] INFO: Found listing with ID: FV09%20UVZ
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV09%2520UVZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:46 [bca.uk] INFO: Scrape type for FV09%20UVZ: 2
2026-03-26 08:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d37e12ca-f435-5439-9165-76ab25ac5dcf with identifier: FV09%20UVZ
2026-03-26 08:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d37e12ca-f435-5439-9165-76ab25ac5dcf with scrape type 2
2026-03-26 08:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d37e12ca-f435-5439-9165-76ab25ac5dcf with scrape type 2
2026-03-26 08:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d37e12ca-f435-5439-9165-76ab25ac5dcf, identifier: FV09%20UVZ
2026-03-26 08:13:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d37e12ca-f435-5439-9165-76ab25ac5dcf with identifier: FV09%20UVZ
2026-03-26 08:13:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d37e12ca-f435-5439-9165-76ab25ac5dcf with identifier: FV09%20UVZ
2026-03-26 08:13:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d37e12ca-f435-5439-9165-76ab25ac5dcf with identifier: FV09%20UVZ to the API
2026-03-26 08:13:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV09%20UVZ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd37e12ca-f435-5439-9165-76ab25ac5dcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV09 UVZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV09%20UVZ&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 68981,
'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 JAZZ 1.4 I-VTEC EX Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC EX',
'vin': 'JHMGE67809S219941',
'year': 2009}
2026-03-26 08:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV09%2520UVZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:47 [bca.uk] INFO: Saving data for FV09%20UVZ: {'auction_closing_time': 1774519200.0, 'created_time': 1773958690.785513, 'last_price_update_time': 1774512827.752122}
2026-03-26 08:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV09%2520UVZ') HTTP/1.1" 204 0
2026-03-26 08:13:47 [bca.uk] INFO: Found listing with ID: GV68%20OZH
2026-03-26 08:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13: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%2520OZH%27 HTTP/1.1" 200 None
2026-03-26 08:13:47 [bca.uk] INFO: Scrape type for GV68%20OZH: 0
2026-03-26 08:13:47 [bca.uk] INFO: Found listing with ID: LF67%20UEW
2026-03-26 08:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:47 [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-26 08:13:47 [bca.uk] INFO: Scrape type for LF67%20UEW: 0
2026-03-26 08:13:47 [bca.uk] INFO: Found listing with ID: LM16%20XZE
2026-03-26 08:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM16%2520XZE%27 HTTP/1.1" 200 None
2026-03-26 08:13:47 [bca.uk] INFO: Scrape type for LM16%20XZE: 0
2026-03-26 08:13:47 [bca.uk] INFO: Found listing with ID: RY66%20FKT
2026-03-26 08:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520FKT%27 HTTP/1.1" 200 None
2026-03-26 08:13:47 [bca.uk] INFO: Scrape type for RY66%20FKT: 2
2026-03-26 08:13:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c27a2c6-220a-5929-8d39-d174c1a51a47 with identifier: RY66%20FKT
2026-03-26 08:13:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c27a2c6-220a-5929-8d39-d174c1a51a47 with scrape type 2
2026-03-26 08:13:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c27a2c6-220a-5929-8d39-d174c1a51a47 with scrape type 2
2026-03-26 08:13:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c27a2c6-220a-5929-8d39-d174c1a51a47, identifier: RY66%20FKT
2026-03-26 08:13:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c27a2c6-220a-5929-8d39-d174c1a51a47 with identifier: RY66%20FKT
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=lapisluxury+blue HTTP/1.1" 200 None
2026-03-26 08:13:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:13:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c27a2c6-220a-5929-8d39-d174c1a51a47 with identifier: RY66%20FKT
2026-03-26 08:13:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c27a2c6-220a-5929-8d39-d174c1a51a47 with identifier: RY66%20FKT to the API
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY66%20FKT-GB',
'category': 'Car',
'color': 'lapisluxury blue',
'currency': 'GBP',
'doors_number': 3,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9c27a2c6-220a-5929-8d39-d174c1a51a47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RY66 FKT',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY66%20FKT&vehicleType=*',
'listing': 'auction',
'location': 'Bridgwater',
'make': 'MINI',
'model': 'COOPER',
'odometer': 76885,
'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 COOPER 2.0 S D Hatchback',
'transmission': 'manual',
'trim': 'S D',
'vin': 'WMWXN920002D26354',
'year': 2017}
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27RY66%2520FKT%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Saving data for RY66%20FKT: {'auction_closing_time': 1774519200.0, 'created_time': 1774045274.116561, 'last_price_update_time': 1774512828.459709}
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY66%2520FKT') HTTP/1.1" 204 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: WB19%20SSK
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WB19%2520SSK%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for WB19%20SSK: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: WF11%20SLV
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WF11%2520SLV%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for WF11%20SLV: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: WH65%20DYY
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WH65%2520DYY%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for WH65%20DYY: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: WH72%20CUW
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27WH72%2520CUW%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for WH72%20CUW: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: KV73%20WZC
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV73%2520WZC%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for KV73%20WZC: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: KV73%20WYR
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KV73%2520WYR%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for KV73%20WYR: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: EA72%20FHZ
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA72%2520FHZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for EA72%20FHZ: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: EA18%20HKY
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EA18%2520HKY%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for EA18%20HKY: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: CN69%20WYF
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CN69%2520WYF%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for CN69%20WYF: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: AF73%20LNU
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF73%2520LNU%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for AF73%20LNU: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: AF23%20LDU
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AF23%2520LDU%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for AF23%20LDU: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: AD72%20CAU
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27AD72%2520CAU%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for AD72%20CAU: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: DY68%20FGA
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DY68%2520FGA%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for DY68%20FGA: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: KP72%20HYG
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27KP72%2520HYG%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for KP72%20HYG: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: NL14%20XPN
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27NL14%2520XPN%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for NL14%20XPN: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: DT19%20AEA
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DT19%2520AEA%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for DT19%20AEA: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: LR56%20BXN
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LR56%2520BXN%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for LR56%20BXN: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: LT61%20XFA
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27LT61%2520XFA%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for LT61%20XFA: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: J4%20JYG
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27J4%2520JYG%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for J4%20JYG: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: YO68%20DXF
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27YO68%2520DXF%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for YO68%20DXF: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: SY66%20NNG
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27SY66%2520NNG%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for SY66%20NNG: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: EK19%20ZNY
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27EK19%2520ZNY%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for EK19%20ZNY: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: CP19%20UCT
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27CP19%2520UCT%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for CP19%20UCT: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: DN20%20MXS
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27DN20%2520MXS%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for DN20%20MXS: 0
2026-03-26 08:13:48 [bca.uk] INFO: Found listing with ID: ET66%20DPX
2026-03-26 08:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET66%2520DPX%27 HTTP/1.1" 200 None
2026-03-26 08:13:48 [bca.uk] INFO: Scrape type for ET66%20DPX: 2
2026-03-26 08:13:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 318720d4-239c-5c62-b195-75364a06fb51 with identifier: ET66%20DPX
2026-03-26 08:13:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 318720d4-239c-5c62-b195-75364a06fb51 with scrape type 2
2026-03-26 08:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 318720d4-239c-5c62-b195-75364a06fb51 with scrape type 2
2026-03-26 08:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 318720d4-239c-5c62-b195-75364a06fb51, identifier: ET66%20DPX
2026-03-26 08:13:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 318720d4-239c-5c62-b195-75364a06fb51 with identifier: ET66%20DPX
2026-03-26 08:13:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 318720d4-239c-5c62-b195-75364a06fb51 with identifier: ET66%20DPX
2026-03-26 08:13:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 318720d4-239c-5c62-b195-75364a06fb51 with identifier: ET66%20DPX to the API
2026-03-26 08:13:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET66%20DPX-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.9L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '318720d4-239c-5c62-b195-75364a06fb51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ET66 DPX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET66%20DPX&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 85171,
'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 0.9 TCE 90 DYNAMIQUE S Hatchback',
'transmission': 'manual',
'trim': 'TCE 90 DYNAMIQUE S',
'vin': 'VF15RB20A57040972',
'year': 2016}
2026-03-26 08:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ET66%2520DPX%27 HTTP/1.1" 200 None
2026-03-26 08:13:49 [bca.uk] INFO: Saving data for ET66%20DPX: {'auction_closing_time': 1774519200.0, 'created_time': 1773822644.674641, 'last_price_update_time': 1774512829.276641}
2026-03-26 08:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET66%2520DPX') HTTP/1.1" 204 0
2026-03-26 08:13:49 [bca.uk] INFO: Found listing with ID: MW64%20XTN
2026-03-26 08:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW64%2520XTN%27 HTTP/1.1" 200 None
2026-03-26 08:13:49 [bca.uk] INFO: Scrape type for MW64%20XTN: 2
2026-03-26 08:13:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9576ac3a-57d4-5746-a383-44c56b5552a2 with identifier: MW64%20XTN
2026-03-26 08:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9576ac3a-57d4-5746-a383-44c56b5552a2 with scrape type 2
2026-03-26 08:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9576ac3a-57d4-5746-a383-44c56b5552a2 with scrape type 2
2026-03-26 08:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9576ac3a-57d4-5746-a383-44c56b5552a2, identifier: MW64%20XTN
2026-03-26 08:13:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9576ac3a-57d4-5746-a383-44c56b5552a2 with identifier: MW64%20XTN
2026-03-26 08:13:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9576ac3a-57d4-5746-a383-44c56b5552a2 with identifier: MW64%20XTN
2026-03-26 08:13:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9576ac3a-57d4-5746-a383-44c56b5552a2 with identifier: MW64%20XTN to the API
2026-03-26 08:13:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW64%20XTN-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9576ac3a-57d4-5746-a383-44c56b5552a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW64 XTN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW64%20XTN&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'KUGA',
'odometer': 124190,
'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 ZETEC StationWagon',
'transmission': 'manual',
'trim': 'TDCI 150 2WD ZETEC',
'vin': 'WF0AXXWPMAEA28498',
'year': 2015}
2026-03-26 08:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27MW64%2520XTN%27 HTTP/1.1" 200 None
2026-03-26 08:13:50 [bca.uk] INFO: Saving data for MW64%20XTN: {'auction_closing_time': 1774519200.0, 'created_time': 1773837562.885433, 'last_price_update_time': 1774512830.582983}
2026-03-26 08:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW64%2520XTN') HTTP/1.1" 204 0
2026-03-26 08:13:50 [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-26 08:13:50 [bca.uk] INFO: Total items found: 100
2026-03-26 08:13:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded
2026-03-26 08:13:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:13:50 [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-26 08:13:50 [bca.uk] INFO: Found listing with ID: ND13%20OGM
2026-03-26 08:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08: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%27ND13%2520OGM%27 HTTP/1.1" 200 None
2026-03-26 08:13:50 [bca.uk] INFO: Scrape type for ND13%20OGM: 2
2026-03-26 08:13:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 220d5586-c25b-5946-b59e-3c397c9fb4e7 with identifier: ND13%20OGM
2026-03-26 08:13:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 220d5586-c25b-5946-b59e-3c397c9fb4e7 with scrape type 2
2026-03-26 08:13:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 220d5586-c25b-5946-b59e-3c397c9fb4e7 with scrape type 2
2026-03-26 08:13:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 220d5586-c25b-5946-b59e-3c397c9fb4e7, identifier: ND13%20OGM
2026-03-26 08:13:50 [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-26 08:13:50 [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-26 08:13:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 220d5586-c25b-5946-b59e-3c397c9fb4e7 with identifier: ND13%20OGM
2026-03-26 08:13:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 220d5586-c25b-5946-b59e-3c397c9fb4e7 with identifier: ND13%20OGM
2026-03-26 08:13:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 220d5586-c25b-5946-b59e-3c397c9fb4e7 with identifier: ND13%20OGM to the API
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND13%20OGM-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '220d5586-c25b-5946-b59e-3c397c9fb4e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND13 OGM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND13%20OGM&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 83454,
'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': 'HONDA CR-V 2.2 I-DTEC EX 4WD StationWagon',
'transmission': 'manual',
'trim': 'I-DTEC EX 4WD',
'vin': 'SHSRE6790DU021113',
'year': 2013}
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520OGM%27 HTTP/1.1" 200 None
2026-03-26 08:13:51 [bca.uk] INFO: Saving data for ND13%20OGM: {'auction_closing_time': 1774519200.0, 'created_time': 1773837632.410396, 'last_price_update_time': 1774512831.243444}
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND13%2520OGM') HTTP/1.1" 204 0
2026-03-26 08:13:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:13:51 [bca.uk] INFO: Found listing with ID: ND62%20XDR
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13: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%2520XDR%27 HTTP/1.1" 200 None
2026-03-26 08:13:51 [bca.uk] INFO: Scrape type for ND62%20XDR: 2
2026-03-26 08:13:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9a6fcd0-48a7-52d4-8a4c-9fa8bc4f709c with identifier: ND62%20XDR
2026-03-26 08:13:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9a6fcd0-48a7-52d4-8a4c-9fa8bc4f709c with scrape type 2
2026-03-26 08:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9a6fcd0-48a7-52d4-8a4c-9fa8bc4f709c with scrape type 2
2026-03-26 08:13:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9a6fcd0-48a7-52d4-8a4c-9fa8bc4f709c, identifier: ND62%20XDR
2026-03-26 08:13:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9a6fcd0-48a7-52d4-8a4c-9fa8bc4f709c with identifier: ND62%20XDR
2026-03-26 08:13:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9a6fcd0-48a7-52d4-8a4c-9fa8bc4f709c with identifier: ND62%20XDR
2026-03-26 08:13:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9a6fcd0-48a7-52d4-8a4c-9fa8bc4f709c with identifier: ND62%20XDR to the API
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 148,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND62%20XDR-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e9a6fcd0-48a7-52d4-8a4c-9fa8bc4f709c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ND62 XDR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND62%20XDR&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HONDA',
'model': 'CIVIC',
'odometer': 88572,
'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': 'HONDA CIVIC 1.8 I-VTEC ES Hatchback',
'transmission': 'automatic',
'trim': 'I-VTEC ES',
'vin': 'SHHFK2860DU000198',
'year': 2013}
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13: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%2520XDR%27 HTTP/1.1" 200 None
2026-03-26 08:13:51 [bca.uk] INFO: Saving data for ND62%20XDR: {'auction_closing_time': 1774519200.0, 'created_time': 1773837569.054071, 'last_price_update_time': 1774512831.66204}
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND62%2520XDR') HTTP/1.1" 204 0
2026-03-26 08:13:51 [bca.uk] INFO: Found listing with ID: NU23%20KHB
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:51 [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-26 08:13:51 [bca.uk] INFO: Scrape type for NU23%20KHB: 0
2026-03-26 08:13:51 [bca.uk] INFO: Found listing with ID: NU66%20UPJ
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU66%2520UPJ%27 HTTP/1.1" 200 None
2026-03-26 08:13:51 [bca.uk] INFO: Scrape type for NU66%20UPJ: 0
2026-03-26 08:13:51 [bca.uk] INFO: Found listing with ID: NX14%20WHR
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX14%2520WHR%27 HTTP/1.1" 200 None
2026-03-26 08:13:51 [bca.uk] INFO: Scrape type for NX14%20WHR: 0
2026-03-26 08:13:51 [bca.uk] INFO: Found listing with ID: SJ15%20VEV
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:51 [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-26 08:13:51 [bca.uk] INFO: Scrape type for SJ15%20VEV: 2
2026-03-26 08:13:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 662da1bf-c0f8-5d45-815d-2e1dfaca361a with identifier: SJ15%20VEV
2026-03-26 08:13:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 662da1bf-c0f8-5d45-815d-2e1dfaca361a with scrape type 2
2026-03-26 08:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 662da1bf-c0f8-5d45-815d-2e1dfaca361a with scrape type 2
2026-03-26 08:13:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 662da1bf-c0f8-5d45-815d-2e1dfaca361a, identifier: SJ15%20VEV
2026-03-26 08:13:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 662da1bf-c0f8-5d45-815d-2e1dfaca361a with identifier: SJ15%20VEV
2026-03-26 08:13:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 662da1bf-c0f8-5d45-815d-2e1dfaca361a with identifier: SJ15%20VEV
2026-03-26 08:13:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 662da1bf-c0f8-5d45-815d-2e1dfaca361a with identifier: SJ15%20VEV to the API
2026-03-26 08:13:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 177,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ15%20VEV-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '662da1bf-c0f8-5d45-815d-2e1dfaca361a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SJ15 VEV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ15%20VEV&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 92853,
'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 CR-V 2.0 I-VTEC EX 4WD StationWagon',
'transmission': 'manual',
'trim': 'I-VTEC EX 4WD',
'vin': 'SHSRE5790EU016604',
'year': 2015}
2026-03-26 08:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:52 [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-26 08:13:52 [bca.uk] INFO: Saving data for SJ15%20VEV: {'auction_closing_time': 1774519200.0, 'created_time': 1773837632.042262, 'last_price_update_time': 1774512832.134626}
2026-03-26 08:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ15%2520VEV') HTTP/1.1" 204 0
2026-03-26 08:13:52 [bca.uk] INFO: Found listing with ID: SK62%20UUN
2026-03-26 08:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK62%2520UUN%27 HTTP/1.1" 200 None
2026-03-26 08:13:52 [bca.uk] INFO: Scrape type for SK62%20UUN: 2
2026-03-26 08:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c67b05ca-390d-5547-9026-3277d687afc5 with identifier: SK62%20UUN
2026-03-26 08:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c67b05ca-390d-5547-9026-3277d687afc5 with scrape type 2
2026-03-26 08:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c67b05ca-390d-5547-9026-3277d687afc5 with scrape type 2
2026-03-26 08:13:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c67b05ca-390d-5547-9026-3277d687afc5, identifier: SK62%20UUN
2026-03-26 08:13:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c67b05ca-390d-5547-9026-3277d687afc5 with identifier: SK62%20UUN
2026-03-26 08:13:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c67b05ca-390d-5547-9026-3277d687afc5 with identifier: SK62%20UUN
2026-03-26 08:13:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c67b05ca-390d-5547-9026-3277d687afc5 with identifier: SK62%20UUN to the API
2026-03-26 08:13:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK62%20UUN-GB',
'category': 'Car',
'color': 'red',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c67b05ca-390d-5547-9026-3277d687afc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SK62 UUN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK62%20UUN&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HONDA',
'model': 'JAZZ',
'odometer': 98159,
'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 JAZZ 1.2 I-VTEC S Hatchback',
'transmission': 'manual',
'trim': 'I-VTEC S',
'vin': 'SHHGG5730DU001164',
'year': 2012}
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK62%2520UUN%27 HTTP/1.1" 200 None
2026-03-26 08:13:53 [bca.uk] INFO: Saving data for SK62%20UUN: {'auction_closing_time': 1774519200.0, 'created_time': 1773837630.469786, 'last_price_update_time': 1774512833.390271}
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK62%2520UUN') HTTP/1.1" 204 0
2026-03-26 08:13:53 [bca.uk] INFO: Found listing with ID: SY12%20ZFX
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY12%2520ZFX%27 HTTP/1.1" 200 None
2026-03-26 08:13:53 [bca.uk] INFO: Scrape type for SY12%20ZFX: 2
2026-03-26 08:13:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 464c141a-b185-5a11-9e44-42b6e8dc860e with identifier: SY12%20ZFX
2026-03-26 08:13:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 464c141a-b185-5a11-9e44-42b6e8dc860e with scrape type 2
2026-03-26 08:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 464c141a-b185-5a11-9e44-42b6e8dc860e with scrape type 2
2026-03-26 08:13:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 464c141a-b185-5a11-9e44-42b6e8dc860e, identifier: SY12%20ZFX
2026-03-26 08:13:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 464c141a-b185-5a11-9e44-42b6e8dc860e with identifier: SY12%20ZFX
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=beige HTTP/1.1" 200 None
2026-03-26 08:13:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:13:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 464c141a-b185-5a11-9e44-42b6e8dc860e with identifier: SY12%20ZFX
2026-03-26 08:13:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 464c141a-b185-5a11-9e44-42b6e8dc860e with identifier: SY12%20ZFX to the API
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY12%20ZFX-GB',
'category': 'Car',
'color': 'beige',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '464c141a-b185-5a11-9e44-42b6e8dc860e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SY12 ZFX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY12%20ZFX&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'SKODA',
'model': 'FABIA',
'odometer': 117586,
'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 FABIA 1.6 TDI CR 105 ELEGANCE Estate',
'transmission': 'manual',
'trim': 'TDI CR 105 ELEGANCE',
'vin': 'TMBKL65J1C3179222',
'year': 2012}
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY12%2520ZFX%27 HTTP/1.1" 200 None
2026-03-26 08:13:53 [bca.uk] INFO: Saving data for SY12%20ZFX: {'auction_closing_time': 1774519200.0, 'created_time': 1773837434.188059, 'last_price_update_time': 1774512833.915015}
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY12%2520ZFX') HTTP/1.1" 204 0
2026-03-26 08:13:53 [bca.uk] INFO: Found listing with ID: VK18%20URW
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520URW%27 HTTP/1.1" 200 None
2026-03-26 08:13:53 [bca.uk] INFO: Scrape type for VK18%20URW: 0
2026-03-26 08:13:53 [bca.uk] INFO: Found listing with ID: BC17%20CYE
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC17%2520CYE%27 HTTP/1.1" 200 None
2026-03-26 08:13:53 [bca.uk] INFO: Scrape type for BC17%20CYE: 2
2026-03-26 08:13:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d251ca86-63c3-5fcc-b453-3516bba265ea with identifier: BC17%20CYE
2026-03-26 08:13:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d251ca86-63c3-5fcc-b453-3516bba265ea with scrape type 2
2026-03-26 08:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d251ca86-63c3-5fcc-b453-3516bba265ea with scrape type 2
2026-03-26 08:13:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d251ca86-63c3-5fcc-b453-3516bba265ea, identifier: BC17%20CYE
2026-03-26 08:13:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d251ca86-63c3-5fcc-b453-3516bba265ea with identifier: BC17%20CYE
2026-03-26 08:13:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d251ca86-63c3-5fcc-b453-3516bba265ea with identifier: BC17%20CYE
2026-03-26 08:13:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d251ca86-63c3-5fcc-b453-3516bba265ea with identifier: BC17%20CYE to the API
2026-03-26 08:13:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC17%20CYE-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd251ca86-63c3-5fcc-b453-3516bba265ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BC17 CYE',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC17%20CYE&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'FORD',
'model': 'FOCUS',
'odometer': 69837,
'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 FOCUS 1.0 E/B 125 ST-LINE Hatchback',
'transmission': 'manual',
'trim': 'E/B 125 ST-LINE',
'vin': 'WF05XXGCC5HR61503',
'year': 2017}
2026-03-26 08:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC17%2520CYE%27 HTTP/1.1" 200 None
2026-03-26 08:13:54 [bca.uk] INFO: Saving data for BC17%20CYE: {'auction_closing_time': 1774519200.0, 'created_time': 1773837570.193523, 'last_price_update_time': 1774512834.411298}
2026-03-26 08:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC17%2520CYE') HTTP/1.1" 204 0
2026-03-26 08:13:54 [bca.uk] INFO: Found listing with ID: BX14%20WGV
2026-03-26 08:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX14%2520WGV%27 HTTP/1.1" 200 None
2026-03-26 08:13:54 [bca.uk] INFO: Scrape type for BX14%20WGV: 2
2026-03-26 08:13:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6af21f2b-4ca9-5de6-b000-8fab189c89e8 with identifier: BX14%20WGV
2026-03-26 08:13:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af21f2b-4ca9-5de6-b000-8fab189c89e8 with scrape type 2
2026-03-26 08:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6af21f2b-4ca9-5de6-b000-8fab189c89e8 with scrape type 2
2026-03-26 08:13:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6af21f2b-4ca9-5de6-b000-8fab189c89e8, identifier: BX14%20WGV
2026-03-26 08:13:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6af21f2b-4ca9-5de6-b000-8fab189c89e8 with identifier: BX14%20WGV
2026-03-26 08:13:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6af21f2b-4ca9-5de6-b000-8fab189c89e8 with identifier: BX14%20WGV
2026-03-26 08:13:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6af21f2b-4ca9-5de6-b000-8fab189c89e8 with identifier: BX14%20WGV to the API
2026-03-26 08:13:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 149,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX14%20WGV-GB',
'category': 'Car',
'color': 'silver',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6af21f2b-4ca9-5de6-b000-8fab189c89e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BX14 WGV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX14%20WGV&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HONDA',
'model': 'CR-V',
'odometer': 131902,
'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 CR-V 2.2 I-DTEC S 4WD StationWagon',
'transmission': 'manual',
'trim': 'I-DTEC S 4WD',
'vin': 'SHSRE6730EU005419',
'year': 2014}
2026-03-26 08:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX14%2520WGV%27 HTTP/1.1" 200 None
2026-03-26 08:13:54 [bca.uk] INFO: Saving data for BX14%20WGV: {'auction_closing_time': 1774519200.0, 'created_time': 1773837442.444994, 'last_price_update_time': 1774512834.984334}
2026-03-26 08:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX14%2520WGV') HTTP/1.1" 204 0
2026-03-26 08:13:55 [bca.uk] INFO: Found listing with ID: CX15%20HMZ
2026-03-26 08:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520HMZ%27 HTTP/1.1" 200 None
2026-03-26 08:13:55 [bca.uk] INFO: Scrape type for CX15%20HMZ: 0
2026-03-26 08:13:55 [bca.uk] INFO: Found listing with ID: FL08%20UAV
2026-03-26 08:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL08%2520UAV%27 HTTP/1.1" 200 None
2026-03-26 08:13:55 [bca.uk] INFO: Scrape type for FL08%20UAV: 0
2026-03-26 08:13:55 [bca.uk] INFO: Found listing with ID: FT18%20SYG
2026-03-26 08:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT18%2520SYG%27 HTTP/1.1" 200 None
2026-03-26 08:13:55 [bca.uk] INFO: Scrape type for FT18%20SYG: 0
2026-03-26 08:13:55 [bca.uk] INFO: Found listing with ID: GJ63%20AWU
2026-03-26 08:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:55 [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-26 08:13:55 [bca.uk] INFO: Scrape type for GJ63%20AWU: 2
2026-03-26 08:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b03ad52-f643-513c-98eb-e598630fc243 with identifier: GJ63%20AWU
2026-03-26 08:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b03ad52-f643-513c-98eb-e598630fc243 with scrape type 2
2026-03-26 08:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b03ad52-f643-513c-98eb-e598630fc243 with scrape type 2
2026-03-26 08:13:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b03ad52-f643-513c-98eb-e598630fc243, identifier: GJ63%20AWU
2026-03-26 08:13:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b03ad52-f643-513c-98eb-e598630fc243 with identifier: GJ63%20AWU
2026-03-26 08:13:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b03ad52-f643-513c-98eb-e598630fc243 with identifier: GJ63%20AWU
2026-03-26 08:13:55 [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-26 08:13:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&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-03-26T10: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': 'auction',
'location': 'Nottingham',
'make': 'AUDI',
'model': 'A3',
'odometer': 92472,
'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 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-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:56 [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-26 08:13:56 [bca.uk] INFO: Saving data for GJ63%20AWU: {'auction_closing_time': 1774519200.0, 'created_time': 1774045265.360833, 'last_price_update_time': 1774512836.261514}
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:56 [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-26 08:13:56 [bca.uk] INFO: Found listing with ID: OV14%20GKD
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV14%2520GKD%27 HTTP/1.1" 200 None
2026-03-26 08:13:56 [bca.uk] INFO: Scrape type for OV14%20GKD: 0
2026-03-26 08:13:56 [bca.uk] INFO: Found listing with ID: PL16%20UDW
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL16%2520UDW%27 HTTP/1.1" 200 None
2026-03-26 08:13:56 [bca.uk] INFO: Scrape type for PL16%20UDW: 2
2026-03-26 08:13:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e1e150d-11d9-513a-8500-dae2a39b010b with identifier: PL16%20UDW
2026-03-26 08:13:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e1e150d-11d9-513a-8500-dae2a39b010b with scrape type 2
2026-03-26 08:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e1e150d-11d9-513a-8500-dae2a39b010b with scrape type 2
2026-03-26 08:13:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e1e150d-11d9-513a-8500-dae2a39b010b, identifier: PL16%20UDW
2026-03-26 08:13:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e1e150d-11d9-513a-8500-dae2a39b010b with identifier: PL16%20UDW
2026-03-26 08:13:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e1e150d-11d9-513a-8500-dae2a39b010b with identifier: PL16%20UDW
2026-03-26 08:13:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e1e150d-11d9-513a-8500-dae2a39b010b with identifier: PL16%20UDW to the API
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL16%20UDW-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.7L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6e1e150d-11d9-513a-8500-dae2a39b010b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PL16 UDW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL16%20UDW&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 80979,
'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 S StationWagon',
'transmission': 'manual',
'trim': 'CRDI B/D 116 2WD S',
'vin': 'TMAJ2815LHJ179419',
'year': 2016}
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL16%2520UDW%27 HTTP/1.1" 200 None
2026-03-26 08:13:56 [bca.uk] INFO: Saving data for PL16%20UDW: {'auction_closing_time': 1774519200.0, 'created_time': 1774045138.539635, 'last_price_update_time': 1774512836.7147}
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL16%2520UDW') HTTP/1.1" 204 0
2026-03-26 08:13:56 [bca.uk] INFO: Found listing with ID: VK67%20RYX
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520RYX%27 HTTP/1.1" 200 None
2026-03-26 08:13:56 [bca.uk] INFO: Scrape type for VK67%20RYX: 0
2026-03-26 08:13:56 [bca.uk] INFO: Found listing with ID: PX22%20ZKE
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:56 [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-26 08:13:56 [bca.uk] INFO: Scrape type for PX22%20ZKE: 0
2026-03-26 08:13:56 [bca.uk] INFO: Found listing with ID: AV11%20NRU
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV11%2520NRU%27 HTTP/1.1" 200 None
2026-03-26 08:13:56 [bca.uk] INFO: Scrape type for AV11%20NRU: 2
2026-03-26 08:13:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a70addb-8158-5a27-a49e-ffc9d4ce1aec with identifier: AV11%20NRU
2026-03-26 08:13:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a70addb-8158-5a27-a49e-ffc9d4ce1aec with scrape type 2
2026-03-26 08:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a70addb-8158-5a27-a49e-ffc9d4ce1aec with scrape type 2
2026-03-26 08:13:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a70addb-8158-5a27-a49e-ffc9d4ce1aec, identifier: AV11%20NRU
2026-03-26 08:13:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a70addb-8158-5a27-a49e-ffc9d4ce1aec with identifier: AV11%20NRU
2026-03-26 08:13:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a70addb-8158-5a27-a49e-ffc9d4ce1aec with identifier: AV11%20NRU
2026-03-26 08:13:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a70addb-8158-5a27-a49e-ffc9d4ce1aec with identifier: AV11%20NRU to the API
2026-03-26 08:13:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 150,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV11%20NRU-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9a70addb-8158-5a27-a49e-ffc9d4ce1aec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AV11 NRU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV11%20NRU&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'TOYOTA',
'model': 'RAV4',
'odometer': 194579,
'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 2WD StationWagon',
'transmission': 'manual',
'trim': 'D-4D XT-R 2WD',
'vin': 'JTMZA31V40D006358',
'year': 2011}
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV11%2520NRU%27 HTTP/1.1" 200 None
2026-03-26 08:13:57 [bca.uk] INFO: Saving data for AV11%20NRU: {'auction_closing_time': 1774519200.0, 'created_time': 1774045240.317171, 'last_price_update_time': 1774512837.18133}
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV11%2520NRU') HTTP/1.1" 204 0
2026-03-26 08:13:57 [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-26 08:13:57 [bca.uk] INFO: Found listing with ID: WG10%20EHS
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG10%2520EHS%27 HTTP/1.1" 200 None
2026-03-26 08:13:57 [bca.uk] INFO: Scrape type for WG10%20EHS: 2
2026-03-26 08:13:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bc7e738-6368-5edd-8ffd-89e460cace3c with identifier: WG10%20EHS
2026-03-26 08:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bc7e738-6368-5edd-8ffd-89e460cace3c with scrape type 2
2026-03-26 08:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bc7e738-6368-5edd-8ffd-89e460cace3c with scrape type 2
2026-03-26 08:13:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bc7e738-6368-5edd-8ffd-89e460cace3c, identifier: WG10%20EHS
2026-03-26 08:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bc7e738-6368-5edd-8ffd-89e460cace3c with identifier: WG10%20EHS
2026-03-26 08:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bc7e738-6368-5edd-8ffd-89e460cace3c with identifier: WG10%20EHS
2026-03-26 08:13:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bc7e738-6368-5edd-8ffd-89e460cace3c with identifier: WG10%20EHS to the API
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG10%20EHS-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3bc7e738-6368-5edd-8ffd-89e460cace3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WG10 EHS',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG10%20EHS&vehicleType=*',
'listing': 'auction',
'location': 'Edinburgh',
'make': 'NISSAN',
'model': 'NOTE',
'odometer': 57176,
'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 NOTE 1.6 TEKNA Hatchback',
'transmission': 'automatic',
'trim': 'TEKNA',
'vin': 'SJNFCAE11U2072174',
'year': 2010}
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG10%2520EHS%27 HTTP/1.1" 200 None
2026-03-26 08:13:57 [bca.uk] INFO: Saving data for WG10%20EHS: {'auction_closing_time': 1774519200.0, 'created_time': 1774045182.796413, 'last_price_update_time': 1774512837.611111}
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG10%2520EHS') HTTP/1.1" 204 0
2026-03-26 08:13:57 [bca.uk] INFO: Found listing with ID: DF13%20HVT
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF13%2520HVT%27 HTTP/1.1" 200 None
2026-03-26 08:13:57 [bca.uk] INFO: Scrape type for DF13%20HVT: 0
2026-03-26 08:13:57 [bca.uk] INFO: Found listing with ID: KY66%20GYH
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [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-26 08:13:57 [bca.uk] INFO: Scrape type for KY66%20GYH: 0
2026-03-26 08:13:57 [bca.uk] INFO: Found listing with ID: LO69%20VDL
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO69%2520VDL%27 HTTP/1.1" 200 None
2026-03-26 08:13:57 [bca.uk] INFO: Scrape type for LO69%20VDL: 0
2026-03-26 08:13:57 [bca.uk] INFO: Found listing with ID: MC64%20EFV
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC64%2520EFV%27 HTTP/1.1" 200 None
2026-03-26 08:13:57 [bca.uk] INFO: Scrape type for MC64%20EFV: 0
2026-03-26 08:13:57 [bca.uk] INFO: Found listing with ID: OE17%20FUT
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520FUT%27 HTTP/1.1" 200 None
2026-03-26 08:13:57 [bca.uk] INFO: Scrape type for OE17%20FUT: 0
2026-03-26 08:13:57 [bca.uk] INFO: Found listing with ID: PY18%20MWV
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY18%2520MWV%27 HTTP/1.1" 200 None
2026-03-26 08:13:57 [bca.uk] INFO: Scrape type for PY18%20MWV: 0
2026-03-26 08:13:57 [bca.uk] INFO: Found listing with ID: YA62%20GUH
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA62%2520GUH%27 HTTP/1.1" 200 None
2026-03-26 08:13:57 [bca.uk] INFO: Scrape type for YA62%20GUH: 2
2026-03-26 08:13:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 874d8bb4-bd0c-5267-ad25-36df3a1eb39e with identifier: YA62%20GUH
2026-03-26 08:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874d8bb4-bd0c-5267-ad25-36df3a1eb39e with scrape type 2
2026-03-26 08:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 874d8bb4-bd0c-5267-ad25-36df3a1eb39e with scrape type 2
2026-03-26 08:13:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 874d8bb4-bd0c-5267-ad25-36df3a1eb39e, identifier: YA62%20GUH
2026-03-26 08:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 874d8bb4-bd0c-5267-ad25-36df3a1eb39e with identifier: YA62%20GUH
2026-03-26 08:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 874d8bb4-bd0c-5267-ad25-36df3a1eb39e with identifier: YA62%20GUH
2026-03-26 08:13:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 874d8bb4-bd0c-5267-ad25-36df3a1eb39e with identifier: YA62%20GUH to the API
2026-03-26 08:13:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA62%20GUH-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '874d8bb4-bd0c-5267-ad25-36df3a1eb39e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YA62 GUH',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA62%20GUH&vehicleType=*',
'listing': 'auction',
'location': 'Brighouse',
'make': 'FORD',
'model': 'FIESTA',
'odometer': 57579,
'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.2 82 ZETEC Hatchback',
'transmission': 'manual',
'trim': '82 ZETEC',
'vin': 'WF0DXXGAKDDJ23072',
'year': 2013}
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA62%2520GUH%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Saving data for YA62%20GUH: {'auction_closing_time': 1774519200.0, 'created_time': 1773837467.529077, 'last_price_update_time': 1774512839.109534}
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA62%2520GUH') HTTP/1.1" 204 0
2026-03-26 08:13:59 [bca.uk] INFO: Total items found: 100
2026-03-26 08:13:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded
2026-03-26 08:13:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:13:59 [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-26 08:13:59 [bca.uk] INFO: Found listing with ID: YK24%20GCS
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK24%2520GCS%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for YK24%20GCS: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: YL64%20MPU
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL64%2520MPU%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for YL64%20MPU: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: MV11%20TMX
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV11%2520TMX%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for MV11%20TMX: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: EY71%20JUC
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY71%2520JUC%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for EY71%20JUC: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: DL65%20VFC
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520VFC%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for DL65%20VFC: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: GN64%20NUC
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN64%2520NUC%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for GN64%20NUC: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: MF15%20YRK
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13: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%2520YRK%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for MF15%20YRK: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: MX65%20VLD
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX65%2520VLD%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for MX65%20VLD: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: OU17%20YZR
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [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-26 08:13:59 [bca.uk] INFO: Scrape type for OU17%20YZR: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: YE12%20NLO
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE12%2520NLO%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for YE12%20NLO: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: YS63%20UUG
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS63%2520UUG%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for YS63%20UUG: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: DK13%20XZU
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK13%2520XZU%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for DK13%20XZU: 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: DU64%20FVN
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520FVN%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Scrape type for DU64%20FVN: 2
2026-03-26 08:13:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ab0f6de-893f-514c-8118-c51c834edad8 with identifier: DU64%20FVN
2026-03-26 08:13:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ab0f6de-893f-514c-8118-c51c834edad8 with scrape type 2
2026-03-26 08:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ab0f6de-893f-514c-8118-c51c834edad8 with scrape type 2
2026-03-26 08:13:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ab0f6de-893f-514c-8118-c51c834edad8, identifier: DU64%20FVN
2026-03-26 08:13:59 [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-26 08:13:59 [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-26 08:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ab0f6de-893f-514c-8118-c51c834edad8 with identifier: DU64%20FVN
2026-03-26 08:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ab0f6de-893f-514c-8118-c51c834edad8 with identifier: DU64%20FVN
2026-03-26 08:13:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ab0f6de-893f-514c-8118-c51c834edad8 with identifier: DU64%20FVN to the API
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:13: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-26 08:13:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU64%20FVN-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9ab0f6de-893f-514c-8118-c51c834edad8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DU64 FVN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU64%20FVN&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'VAUXHALL',
'model': 'MOKKA',
'odometer': 44530,
'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 MOKKA 1.4 T 140 EXCLUSIV 2WD StationWagon',
'transmission': 'manual',
'trim': 'T 140 EXCLUSIV 2WD',
'vin': 'W0LJC7E85FB064758',
'year': 2014}
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520FVN%27 HTTP/1.1" 200 None
2026-03-26 08:13:59 [bca.uk] INFO: Saving data for DU64%20FVN: {'auction_closing_time': 1774519200.0, 'created_time': 1774045238.24816, 'last_price_update_time': 1774512839.765541}
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU64%2520FVN') HTTP/1.1" 204 0
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: FP72%20XLF
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:13:59 [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-26 08:13:59 [bca.uk] INFO: Scrape type for FP72%20XLF: 2
2026-03-26 08:13:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f04092c-0df8-5428-b68d-38cc6bf22a6f with identifier: FP72%20XLF
2026-03-26 08:13:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f04092c-0df8-5428-b68d-38cc6bf22a6f with scrape type 2
2026-03-26 08:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f04092c-0df8-5428-b68d-38cc6bf22a6f with scrape type 2
2026-03-26 08:13:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f04092c-0df8-5428-b68d-38cc6bf22a6f, identifier: FP72%20XLF
2026-03-26 08:13:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:13:59 [bca.uk] INFO: Found listing with ID: EU15%20UAB
2026-03-26 08:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU15%2520UAB%27 HTTP/1.1" 200 None
2026-03-26 08:14:00 [bca.uk] INFO: Scrape type for EU15%20UAB: 0
2026-03-26 08:14:00 [bca.uk] INFO: Found listing with ID: EX15%20DTV
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX15%2520DTV%27 HTTP/1.1" 200 None
2026-03-26 08:14:00 [bca.uk] INFO: Scrape type for EX15%20DTV: 2
2026-03-26 08:14:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43899d84-e19f-569e-b197-90df3b91f07a with identifier: EX15%20DTV
2026-03-26 08:14:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43899d84-e19f-569e-b197-90df3b91f07a with scrape type 2
2026-03-26 08:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43899d84-e19f-569e-b197-90df3b91f07a with scrape type 2
2026-03-26 08:14:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43899d84-e19f-569e-b197-90df3b91f07a, identifier: EX15%20DTV
2026-03-26 08:14:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f04092c-0df8-5428-b68d-38cc6bf22a6f with identifier: FP72%20XLF
2026-03-26 08:14:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f04092c-0df8-5428-b68d-38cc6bf22a6f with identifier: FP72%20XLF
2026-03-26 08:14:00 [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-26 08:14:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [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-26 08:14:00 [bca.uk] INFO: Saving data for FP72%20XLF: {'auction_closing_time': 1774854000.0, 'created_time': 1773832606.355168, 'last_price_update_time': 1774512840.436178}
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [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-26 08:14:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43899d84-e19f-569e-b197-90df3b91f07a with identifier: EX15%20DTV
2026-03-26 08:14:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43899d84-e19f-569e-b197-90df3b91f07a with identifier: EX15%20DTV
2026-03-26 08:14:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43899d84-e19f-569e-b197-90df3b91f07a with identifier: EX15%20DTV to the API
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX15%20DTV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '43899d84-e19f-569e-b197-90df3b91f07a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX15 DTV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX15%20DTV&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 73523,
'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 JUKE 1.2 DIG-T 113 ACENTA PREMIUM Hatchback',
'transmission': 'manual',
'trim': 'DIG-T 113 ACENTA PREMIUM',
'vin': 'SJNFEAF15U7082829',
'year': 2015}
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX15%2520DTV%27 HTTP/1.1" 200 None
2026-03-26 08:14:00 [bca.uk] INFO: Saving data for EX15%20DTV: {'auction_closing_time': 1774519200.0, 'created_time': 1774045237.481546, 'last_price_update_time': 1774512840.736229}
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX15%2520DTV') HTTP/1.1" 204 0
2026-03-26 08:14:00 [bca.uk] INFO: Found listing with ID: LG70%20JZL
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [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-26 08:14:00 [bca.uk] INFO: Scrape type for LG70%20JZL: 0
2026-03-26 08:14:00 [bca.uk] INFO: Found listing with ID: AK71%20VDY
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [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-26 08:14:00 [bca.uk] INFO: Scrape type for AK71%20VDY: 2
2026-03-26 08:14:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67eebf90-b718-5ed2-ba3b-bc858f0466e9 with identifier: AK71%20VDY
2026-03-26 08:14:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67eebf90-b718-5ed2-ba3b-bc858f0466e9 with scrape type 2
2026-03-26 08:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67eebf90-b718-5ed2-ba3b-bc858f0466e9 with scrape type 2
2026-03-26 08:14:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67eebf90-b718-5ed2-ba3b-bc858f0466e9, identifier: AK71%20VDY
2026-03-26 08:14:00 [bca.uk] INFO: Found listing with ID: LM22%20NDD
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520NDD%27 HTTP/1.1" 200 None
2026-03-26 08:14:00 [bca.uk] INFO: Scrape type for LM22%20NDD: 0
2026-03-26 08:14:00 [bca.uk] INFO: Found listing with ID: BG18%20NPA
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520NPA%27 HTTP/1.1" 200 None
2026-03-26 08:14:00 [bca.uk] INFO: Scrape type for BG18%20NPA: 0
2026-03-26 08:14:00 [bca.uk] INFO: Found listing with ID: LD17%20XOL
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD17%2520XOL%27 HTTP/1.1" 200 None
2026-03-26 08:14:00 [bca.uk] INFO: Scrape type for LD17%20XOL: 0
2026-03-26 08:14:00 [bca.uk] INFO: Found listing with ID: YF64%20BFU
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520BFU%27 HTTP/1.1" 200 None
2026-03-26 08:14:00 [bca.uk] INFO: Scrape type for YF64%20BFU: 0
2026-03-26 08:14:00 [bca.uk] INFO: Found listing with ID: FP16%20FTV
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP16%2520FTV%27 HTTP/1.1" 200 None
2026-03-26 08:14:00 [bca.uk] INFO: Scrape type for FP16%20FTV: 0
2026-03-26 08:14:00 [bca.uk] INFO: Found listing with ID: WV14%20CMZ
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV14%2520CMZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:01 [bca.uk] INFO: Scrape type for WV14%20CMZ: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: WA13%20MHE
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA13%2520MHE%27 HTTP/1.1" 200 None
2026-03-26 08:14:01 [bca.uk] INFO: Scrape type for WA13%20MHE: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: CN22%20XLO
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN22%2520XLO%27 HTTP/1.1" 200 None
2026-03-26 08:14:01 [bca.uk] INFO: Scrape type for CN22%20XLO: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: DN18%20EVF
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN18%2520EVF%27 HTTP/1.1" 200 None
2026-03-26 08:14:01 [bca.uk] INFO: Scrape type for DN18%20EVF: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: MC22%20SWW
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [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-26 08:14:01 [bca.uk] INFO: Scrape type for MC22%20SWW: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: AJ09%20OHS
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [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-26 08:14:01 [bca.uk] INFO: Scrape type for AJ09%20OHS: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: CP69%20EJK
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [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-26 08:14:01 [bca.uk] INFO: Scrape type for CP69%20EJK: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: EX20%20NLR
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [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-26 08:14:01 [bca.uk] INFO: Scrape type for EX20%20NLR: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: LG72%20YUB
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520YUB%27 HTTP/1.1" 200 None
2026-03-26 08:14:01 [bca.uk] INFO: Scrape type for LG72%20YUB: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: ST72%20ORG
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520ORG%27 HTTP/1.1" 200 None
2026-03-26 08:14:01 [bca.uk] INFO: Scrape type for ST72%20ORG: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: ST72%20TKU
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520TKU%27 HTTP/1.1" 200 None
2026-03-26 08:14:01 [bca.uk] INFO: Scrape type for ST72%20TKU: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: VO70%20MEU
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [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-26 08:14:01 [bca.uk] INFO: Scrape type for VO70%20MEU: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: WG24%20EGE
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [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-26 08:14:01 [bca.uk] INFO: Scrape type for WG24%20EGE: 0
2026-03-26 08:14:01 [bca.uk] INFO: Found listing with ID: AU72%20VZK
2026-03-26 08:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:01 [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-26 08:14:01 [bca.uk] INFO: Scrape type for AU72%20VZK: 2
2026-03-26 08:14:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e510542d-916e-5c9d-b1e9-33c6f30d0c7c with identifier: AU72%20VZK
2026-03-26 08:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e510542d-916e-5c9d-b1e9-33c6f30d0c7c with scrape type 2
2026-03-26 08:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e510542d-916e-5c9d-b1e9-33c6f30d0c7c with scrape type 2
2026-03-26 08:14:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e510542d-916e-5c9d-b1e9-33c6f30d0c7c, identifier: AU72%20VZK
2026-03-26 08:14:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67eebf90-b718-5ed2-ba3b-bc858f0466e9 with identifier: AK71%20VDY
2026-03-26 08:14:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67eebf90-b718-5ed2-ba3b-bc858f0466e9 with identifier: AK71%20VDY
2026-03-26 08:14:01 [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-26 08:14:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:02 [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-26 08:14:02 [bca.uk] INFO: Saving data for AK71%20VDY: {'auction_closing_time': 1774854000.0, 'created_time': 1773929139.73647, 'last_price_update_time': 1774512842.662137}
2026-03-26 08:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:02 [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-26 08:14:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e510542d-916e-5c9d-b1e9-33c6f30d0c7c with identifier: AU72%20VZK
2026-03-26 08:14:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e510542d-916e-5c9d-b1e9-33c6f30d0c7c with identifier: AU72%20VZK
2026-03-26 08:14:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e510542d-916e-5c9d-b1e9-33c6f30d0c7c with identifier: AU72%20VZK to the API
2026-03-26 08:14:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU72%20VZK-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'e510542d-916e-5c9d-b1e9-33c6f30d0c7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AU72 VZK',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU72%20VZK&vehicleType=*',
'listing': 'directbuy',
'location': 'Bedford',
'make': 'HYUNDAI',
'model': 'KONA',
'odometer': 56937,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9000,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'HYUNDAI KONA 1.0 T-GDI 48V MHEV SE CONNECT Hatchback',
'transmission': 'manual',
'trim': 'T-GDI 48V MHEV SE CONNECT',
'vin': 'KMHK2812LNU935934',
'year': 2022}
2026-03-26 08:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:03 [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-26 08:14:03 [bca.uk] INFO: Saving data for AU72%20VZK: {'auction_closing_time': 1774854000.0, 'created_time': 1773841132.799135, 'last_price_update_time': 1774512843.087973}
2026-03-26 08:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU72%2520VZK') HTTP/1.1" 204 0
2026-03-26 08:14:03 [bca.uk] INFO: Found listing with ID: AY71%20JJV
2026-03-26 08:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:03 [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-26 08:14:03 [bca.uk] INFO: Scrape type for AY71%20JJV: 2
2026-03-26 08:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97e4b18a-014e-5a50-86b3-3af5a2d779ea with identifier: AY71%20JJV
2026-03-26 08:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97e4b18a-014e-5a50-86b3-3af5a2d779ea with scrape type 2
2026-03-26 08:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97e4b18a-014e-5a50-86b3-3af5a2d779ea with scrape type 2
2026-03-26 08:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97e4b18a-014e-5a50-86b3-3af5a2d779ea, identifier: AY71%20JJV
2026-03-26 08:14:03 [bca.uk] INFO: Found listing with ID: KR68%20LWG
2026-03-26 08:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:03 [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-26 08:14:03 [bca.uk] INFO: Scrape type for KR68%20LWG: 0
2026-03-26 08:14:03 [bca.uk] INFO: Found listing with ID: KW70%20WBV
2026-03-26 08:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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-26 08:14:03 [bca.uk] INFO: Scrape type for KW70%20WBV: 2
2026-03-26 08:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da58fde2-aadf-5398-ab8c-8a6364b6e280 with identifier: KW70%20WBV
2026-03-26 08:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da58fde2-aadf-5398-ab8c-8a6364b6e280 with scrape type 2
2026-03-26 08:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da58fde2-aadf-5398-ab8c-8a6364b6e280 with scrape type 2
2026-03-26 08:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da58fde2-aadf-5398-ab8c-8a6364b6e280, identifier: KW70%20WBV
2026-03-26 08:14:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97e4b18a-014e-5a50-86b3-3af5a2d779ea with identifier: AY71%20JJV
2026-03-26 08:14:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97e4b18a-014e-5a50-86b3-3af5a2d779ea with identifier: AY71%20JJV
2026-03-26 08:14:03 [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-26 08:14:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:03 [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-26 08:14:03 [bca.uk] INFO: Saving data for AY71%20JJV: {'auction_closing_time': 1774854000.0, 'created_time': 1773841092.843281, 'last_price_update_time': 1774512843.627209}
2026-03-26 08:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:03 [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-26 08:14:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da58fde2-aadf-5398-ab8c-8a6364b6e280 with identifier: KW70%20WBV
2026-03-26 08:14:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da58fde2-aadf-5398-ab8c-8a6364b6e280 with identifier: KW70%20WBV
2026-03-26 08:14:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da58fde2-aadf-5398-ab8c-8a6364b6e280 with identifier: KW70%20WBV to the API
2026-03-26 08:14:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 218,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW70%20WBV-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Petrol',
'id': 'da58fde2-aadf-5398-ab8c-8a6364b6e280',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KW70 WBV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW70%20WBV&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 56544,
'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': 'LAND ROVER DISCOVERY SPORT 2.0 P250 R-DYNAMIC HSE (7ST) '
'StationWagon',
'transmission': 'automatic',
'trim': 'P250 R-DYNAMIC HSE (7ST)',
'vin': 'SALCA2AX7LH882641',
'year': 2020}
2026-03-26 08:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:04 [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-26 08:14:04 [bca.uk] INFO: Saving data for KW70%20WBV: {'auction_closing_time': 1774854000.0, 'created_time': 1773823791.259394, 'last_price_update_time': 1774512844.987098}
2026-03-26 08:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW70%2520WBV') HTTP/1.1" 204 0
2026-03-26 08:14:05 [bca.uk] INFO: Found listing with ID: BF23%20AUP
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:05 [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-26 08:14:05 [bca.uk] INFO: Scrape type for BF23%20AUP: 2
2026-03-26 08:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c26a0ade-4e0e-5dcd-804a-9a45cc690c96 with identifier: BF23%20AUP
2026-03-26 08:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c26a0ade-4e0e-5dcd-804a-9a45cc690c96 with scrape type 2
2026-03-26 08:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c26a0ade-4e0e-5dcd-804a-9a45cc690c96 with scrape type 2
2026-03-26 08:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c26a0ade-4e0e-5dcd-804a-9a45cc690c96, identifier: BF23%20AUP
2026-03-26 08:14:05 [bca.uk] INFO: Found listing with ID: NK67%20GYF
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK67%2520GYF%27 HTTP/1.1" 200 None
2026-03-26 08:14:05 [bca.uk] INFO: Scrape type for NK67%20GYF: 0
2026-03-26 08:14:05 [bca.uk] INFO: Found listing with ID: OV67%20NCF
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:05 [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-26 08:14:05 [bca.uk] INFO: Scrape type for OV67%20NCF: 2
2026-03-26 08:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8974e3b-a406-5066-b84a-32d8350258c7 with identifier: OV67%20NCF
2026-03-26 08:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8974e3b-a406-5066-b84a-32d8350258c7 with scrape type 2
2026-03-26 08:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8974e3b-a406-5066-b84a-32d8350258c7 with scrape type 2
2026-03-26 08:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8974e3b-a406-5066-b84a-32d8350258c7, identifier: OV67%20NCF
2026-03-26 08:14:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c26a0ade-4e0e-5dcd-804a-9a45cc690c96 with identifier: BF23%20AUP
2026-03-26 08:14:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c26a0ade-4e0e-5dcd-804a-9a45cc690c96 with identifier: BF23%20AUP
2026-03-26 08:14:05 [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-26 08:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:05 [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-26 08:14:05 [bca.uk] INFO: Saving data for BF23%20AUP: {'auction_closing_time': 1774854000.0, 'created_time': 1773929281.890019, 'last_price_update_time': 1774512845.560745}
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:05 [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-26 08:14:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8974e3b-a406-5066-b84a-32d8350258c7 with identifier: OV67%20NCF
2026-03-26 08:14:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8974e3b-a406-5066-b84a-32d8350258c7 with identifier: OV67%20NCF
2026-03-26 08:14:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8974e3b-a406-5066-b84a-32d8350258c7 with identifier: OV67%20NCF to the API
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 169,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV67%20NCF-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': 'd8974e3b-a406-5066-b84a-32d8350258c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV67 NCF',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV67%20NCF&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 80239,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 8500,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 SD4 240 HSE DYNAMIC LUXURY '
'StationWagon',
'transmission': 'automatic',
'trim': 'SD4 240 HSE DYNAMIC LUXURY',
'vin': 'SALCA2AN7JH734047',
'year': 2017}
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:05 [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-26 08:14:05 [bca.uk] INFO: Saving data for OV67%20NCF: {'auction_closing_time': 1774854000.0, 'created_time': 1773841152.541121, 'last_price_update_time': 1774512845.856134}
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV67%2520NCF') HTTP/1.1" 204 0
2026-03-26 08:14:05 [bca.uk] INFO: Found listing with ID: BF72%20GJG
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520GJG%27 HTTP/1.1" 200 None
2026-03-26 08:14:05 [bca.uk] INFO: Scrape type for BF72%20GJG: 2
2026-03-26 08:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45220a3c-98bd-5f01-af50-df7dd4359ec8 with identifier: BF72%20GJG
2026-03-26 08:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45220a3c-98bd-5f01-af50-df7dd4359ec8 with scrape type 2
2026-03-26 08:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45220a3c-98bd-5f01-af50-df7dd4359ec8 with scrape type 2
2026-03-26 08:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45220a3c-98bd-5f01-af50-df7dd4359ec8, identifier: BF72%20GJG
2026-03-26 08:14:05 [bca.uk] INFO: Found listing with ID: WF72%20GFE
2026-03-26 08:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for WF72%20GFE: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: WG19%20VKO
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for WG19%20VKO: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: YA67%20DLZ
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for YA67%20DLZ: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: SP16%20HHM
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for SP16%20HHM: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: AF73%20LOA
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for AF73%20LOA: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: KV73%20WYY
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for KV73%20WYY: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: KV73%20XAB
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for KV73%20XAB: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: AF73%20LNE
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for AF73%20LNE: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: AF73%20LOD
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for AF73%20LOD: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: EX23%20WFG
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for EX23%20WFG: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: KV73%20XAG
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for KV73%20XAG: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: GF68%20XCK
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for GF68%20XCK: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: GL72%20PMX
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for GL72%20PMX: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: KU17%20FTJ
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for KU17%20FTJ: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: LC71%20DFU
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for LC71%20DFU: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: LY14%20AOK
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for LY14%20AOK: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: MA63%20FDF
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for MA63%20FDF: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: NU69%20HVX
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for NU69%20HVX: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: OY17%20GEJ
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for OY17%20GEJ: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: SG67%20NNY
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for SG67%20NNY: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: VK68%20WDN
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for VK68%20WDN: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: WF65%20USE
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for WF65%20USE: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: WP18%20PWY
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:06 [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-26 08:14:06 [bca.uk] INFO: Scrape type for WP18%20PWY: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: BK23%20NBY
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520NBY%27 HTTP/1.1" 200 None
2026-03-26 08:14:06 [bca.uk] INFO: Scrape type for BK23%20NBY: 0
2026-03-26 08:14:06 [bca.uk] INFO: Found listing with ID: BL72%20FCX
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520FCX%27 HTTP/1.1" 200 None
2026-03-26 08:14:06 [bca.uk] INFO: Scrape type for BL72%20FCX: 2
2026-03-26 08:14:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1fb0318-83ec-5860-af41-dc1626416bf0 with identifier: BL72%20FCX
2026-03-26 08:14:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1fb0318-83ec-5860-af41-dc1626416bf0 with scrape type 2
2026-03-26 08:14:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1fb0318-83ec-5860-af41-dc1626416bf0 with scrape type 2
2026-03-26 08:14:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1fb0318-83ec-5860-af41-dc1626416bf0, identifier: BL72%20FCX
2026-03-26 08:14:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45220a3c-98bd-5f01-af50-df7dd4359ec8 with identifier: BF72%20GJG
2026-03-26 08:14:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45220a3c-98bd-5f01-af50-df7dd4359ec8 with identifier: BF72%20GJG
2026-03-26 08:14:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45220a3c-98bd-5f01-af50-df7dd4359ec8 with identifier: BF72%20GJG to the API
2026-03-26 08:14:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF72%20GJG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '45220a3c-98bd-5f01-af50-df7dd4359ec8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BF72 GJG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF72%20GJG&vehicleType=*',
'listing': 'directbuy',
'location': 'Blackbushe',
'make': 'HYUNDAI',
'model': 'KONA ELECTRIC',
'odometer': 15597,
'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': 'HYUNDAI KONA ELECTRIC 150KW 64KWH PREMIUM Hatchback',
'transmission': 'automatic',
'trim': '150KW 64KWH PREMIUM',
'vin': 'KMHK381GUNU149136',
'year': 2022}
2026-03-26 08:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520GJG%27 HTTP/1.1" 200 None
2026-03-26 08:14:07 [bca.uk] INFO: Saving data for BF72%20GJG: {'auction_closing_time': 1774854000.0, 'created_time': 1773841011.627945, 'last_price_update_time': 1774512847.768061}
2026-03-26 08:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF72%2520GJG') HTTP/1.1" 204 0
2026-03-26 08:14:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1fb0318-83ec-5860-af41-dc1626416bf0 with identifier: BL72%20FCX
2026-03-26 08:14:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1fb0318-83ec-5860-af41-dc1626416bf0 with identifier: BL72%20FCX
2026-03-26 08:14:07 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a1fb0318-83ec-5860-af41-dc1626416bf0 with expiration date: 2026-03-26T08:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 35,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL72%20FCX-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T08:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'a1fb0318-83ec-5860-af41-dc1626416bf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BL72 FCX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL72%20FCX&vehicleType=*',
'listing': 'directbuy',
'location': 'Bridgwater',
'make': 'BMW',
'model': '330E',
'odometer': 119198,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14000,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seller_name': None,
'title': 'BMW 330E 2.0 T M SPORT Estate',
'transmission': 'automatic',
'trim': 'T M SPORT',
'vin': 'WBA82CY0X0FP24940',
'year': 2023}
2026-03-26 08:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:07 [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-26 08:14:07 [bca.uk] INFO: Saving data for BL72%20FCX: {'auction_closing_time': 1774512000.0, 'created_time': 1773908035.536746, 'last_price_update_time': 1774512847.893448}
2026-03-26 08:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL72%2520FCX') HTTP/1.1" 204 0
2026-03-26 08:14:07 [bca.uk] INFO: Found listing with ID: BK22%20EVX
2026-03-26 08:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:07 [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-26 08:14:07 [bca.uk] INFO: Scrape type for BK22%20EVX: 2
2026-03-26 08:14:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698 with identifier: BK22%20EVX
2026-03-26 08:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698 with scrape type 2
2026-03-26 08:14:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698 with scrape type 2
2026-03-26 08:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698, identifier: BK22%20EVX
2026-03-26 08:14:08 [bca.uk] INFO: Found listing with ID: BV24%20ASU
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:08 [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-26 08:14:08 [bca.uk] INFO: Scrape type for BV24%20ASU: 0
2026-03-26 08:14:08 [bca.uk] INFO: Found listing with ID: CF25%20KZG
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:08 [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-26 08:14:08 [bca.uk] INFO: Scrape type for CF25%20KZG: 0
2026-03-26 08:14:08 [bca.uk] INFO: Found listing with ID: DV25%20OFL
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:08 [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-26 08:14:08 [bca.uk] INFO: Scrape type for DV25%20OFL: 2
2026-03-26 08:14:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d9780a9-fc51-5909-a815-5365d80122a4 with identifier: DV25%20OFL
2026-03-26 08:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d9780a9-fc51-5909-a815-5365d80122a4 with scrape type 2
2026-03-26 08:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d9780a9-fc51-5909-a815-5365d80122a4 with scrape type 2
2026-03-26 08:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d9780a9-fc51-5909-a815-5365d80122a4, identifier: DV25%20OFL
2026-03-26 08:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698 with identifier: BK22%20EVX
2026-03-26 08:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698 with identifier: BK22%20EVX
2026-03-26 08:14:08 [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-26 08:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:08 [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-26 08:14:08 [bca.uk] INFO: Saving data for BK22%20EVX: {'auction_closing_time': 1774854000.0, 'created_time': 1773929257.493166, 'last_price_update_time': 1774512848.499794}
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:08 [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-26 08:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d9780a9-fc51-5909-a815-5365d80122a4 with identifier: DV25%20OFL
2026-03-26 08:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d9780a9-fc51-5909-a815-5365d80122a4 with identifier: DV25%20OFL
2026-03-26 08:14:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8d9780a9-fc51-5909-a815-5365d80122a4 with expiration date: 2026-03-26T08:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV25%20OFL-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T08:00:00Z',
'fuel_type': 'Electric',
'id': '8d9780a9-fc51-5909-a815-5365d80122a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DV25 OFL',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV25%20OFL&vehicleType=*',
'listing': 'directbuy',
'location': 'Thurleigh',
'make': 'VAUXHALL',
'model': 'GRANDLAND E',
'odometer': 5916,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 21000,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seller_name': None,
'title': 'VAUXHALL GRANDLAND E 157KW 73KWH GS Hatchback',
'transmission': 'automatic',
'trim': '157KW 73KWH GS',
'vin': 'VXKKCZKZ0S6001632',
'year': 2025}
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:08 [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-26 08:14:08 [bca.uk] INFO: Saving data for DV25%20OFL: {'auction_closing_time': 1774512000.0, 'created_time': 1773832193.404373, 'last_price_update_time': 1774512848.539649}
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV25%2520OFL') HTTP/1.1" 204 0
2026-03-26 08:14:08 [bca.uk] INFO: Found listing with ID: DF73%20YFR
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:08 [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-26 08:14:08 [bca.uk] INFO: Scrape type for DF73%20YFR: 2
2026-03-26 08:14:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e8f1c54-fc5c-578a-a119-1642ea070d1f with identifier: DF73%20YFR
2026-03-26 08:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e8f1c54-fc5c-578a-a119-1642ea070d1f with scrape type 2
2026-03-26 08:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e8f1c54-fc5c-578a-a119-1642ea070d1f with scrape type 2
2026-03-26 08:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e8f1c54-fc5c-578a-a119-1642ea070d1f, identifier: DF73%20YFR
2026-03-26 08:14:08 [bca.uk] INFO: Found listing with ID: KR23%20TVT
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:08 [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-26 08:14:08 [bca.uk] INFO: Scrape type for KR23%20TVT: 0
2026-03-26 08:14:08 [bca.uk] INFO: Found listing with ID: MH25%20FAO
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:08 [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-26 08:14:08 [bca.uk] INFO: Scrape type for MH25%20FAO: 0
2026-03-26 08:14:08 [bca.uk] INFO: Found listing with ID: MM72%20RXS
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520RXS%27 HTTP/1.1" 200 None
2026-03-26 08:14:08 [bca.uk] INFO: Scrape type for MM72%20RXS: 0
2026-03-26 08:14:08 [bca.uk] INFO: Found listing with ID: RE72%20BHV
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520BHV%27 HTTP/1.1" 200 None
2026-03-26 08:14:08 [bca.uk] INFO: Scrape type for RE72%20BHV: 2
2026-03-26 08:14:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 443fd636-6647-5720-8b52-d261279104cb with identifier: RE72%20BHV
2026-03-26 08:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 443fd636-6647-5720-8b52-d261279104cb with scrape type 2
2026-03-26 08:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 443fd636-6647-5720-8b52-d261279104cb with scrape type 2
2026-03-26 08:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 443fd636-6647-5720-8b52-d261279104cb, identifier: RE72%20BHV
2026-03-26 08:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e8f1c54-fc5c-578a-a119-1642ea070d1f with identifier: DF73%20YFR
2026-03-26 08:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e8f1c54-fc5c-578a-a119-1642ea070d1f with identifier: DF73%20YFR
2026-03-26 08:14:08 [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-26 08:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:09 [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-26 08:14:09 [bca.uk] INFO: Saving data for DF73%20YFR: {'auction_closing_time': 1774854000.0, 'created_time': 1773909343.298167, 'last_price_update_time': 1774512849.09396}
2026-03-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:09 [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-26 08:14:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 443fd636-6647-5720-8b52-d261279104cb with identifier: RE72%20BHV
2026-03-26 08:14:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 443fd636-6647-5720-8b52-d261279104cb with identifier: RE72%20BHV
2026-03-26 08:14:09 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 443fd636-6647-5720-8b52-d261279104cb with expiration date: 2026-03-26T08:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE72%20BHV-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T08:00:00Z',
'fuel_type': 'Electric',
'id': '443fd636-6647-5720-8b52-d261279104cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RE72 BHV',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE72%20BHV&vehicleType=*',
'listing': 'directbuy',
'location': 'Edinburgh',
'make': 'VOLKSWAGEN',
'model': 'ID.5',
'odometer': 42136,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 14500,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'VOLKSWAGEN ID.5 150KW 77KWH STYLE PRO PERF. Coupe',
'transmission': 'automatic',
'trim': '150KW 77KWH STYLE PRO PERF.',
'vin': 'WVGZZZE2ZNP510347',
'year': 2022}
2026-03-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520BHV%27 HTTP/1.1" 200 None
2026-03-26 08:14:09 [bca.uk] INFO: Saving data for RE72%20BHV: {'auction_closing_time': 1774512000.0, 'created_time': 1773832376.156915, 'last_price_update_time': 1774512849.131753}
2026-03-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE72%2520BHV') HTTP/1.1" 204 0
2026-03-26 08:14:09 [bca.uk] INFO: Found listing with ID: DS21%20VCN
2026-03-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:09 [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-26 08:14:09 [bca.uk] INFO: Scrape type for DS21%20VCN: 2
2026-03-26 08:14:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42 with identifier: DS21%20VCN
2026-03-26 08:14:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42 with scrape type 2
2026-03-26 08:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42 with scrape type 2
2026-03-26 08:14:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42, identifier: DS21%20VCN
2026-03-26 08:14:09 [bca.uk] INFO: Found listing with ID: WU72%20TBX
2026-03-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:09 [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-26 08:14:09 [bca.uk] INFO: Scrape type for WU72%20TBX: 0
2026-03-26 08:14:09 [bca.uk] INFO: Found listing with ID: FGZ%207364
2026-03-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:09 [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-26 08:14:09 [bca.uk] INFO: Scrape type for FGZ%207364: 0
2026-03-26 08:14:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42 with identifier: DS21%20VCN
2026-03-26 08:14:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42 with identifier: DS21%20VCN
2026-03-26 08:14:09 [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-26 08:14:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:09 [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-26 08:14:09 [bca.uk] INFO: Saving data for DS21%20VCN: {'auction_closing_time': 1774854000.0, 'created_time': 1773929002.974561, 'last_price_update_time': 1774512849.580169}
2026-03-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:09 [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-26 08:14:09 [bca.uk] INFO: Found listing with ID: DX22%20XUT
2026-03-26 08:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:09 [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-26 08:14:09 [bca.uk] INFO: Scrape type for DX22%20XUT: 2
2026-03-26 08:14:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba79736b-5e5c-5d16-94ea-08d2fd6996c7 with identifier: DX22%20XUT
2026-03-26 08:14:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba79736b-5e5c-5d16-94ea-08d2fd6996c7 with scrape type 2
2026-03-26 08:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba79736b-5e5c-5d16-94ea-08d2fd6996c7 with scrape type 2
2026-03-26 08:14:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba79736b-5e5c-5d16-94ea-08d2fd6996c7, identifier: DX22%20XUT
2026-03-26 08:14:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba79736b-5e5c-5d16-94ea-08d2fd6996c7 with identifier: DX22%20XUT
2026-03-26 08:14:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba79736b-5e5c-5d16-94ea-08d2fd6996c7 with identifier: DX22%20XUT
2026-03-26 08:14:09 [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-26 08:14:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:10 [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-26 08:14:10 [bca.uk] INFO: Saving data for DX22%20XUT: {'auction_closing_time': 1774854000.0, 'created_time': 1773929285.125286, 'last_price_update_time': 1774512850.121191}
2026-03-26 08:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:10 [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-26 08:14:10 [bca.uk] INFO: Found listing with ID: EK73%20YTH
2026-03-26 08:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:10 [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-26 08:14:10 [bca.uk] INFO: Scrape type for EK73%20YTH: 2
2026-03-26 08:14:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f6ef3cb-6471-5775-9ca8-772d7e8f4757 with identifier: EK73%20YTH
2026-03-26 08:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f6ef3cb-6471-5775-9ca8-772d7e8f4757 with scrape type 2
2026-03-26 08:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f6ef3cb-6471-5775-9ca8-772d7e8f4757 with scrape type 2
2026-03-26 08:14:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f6ef3cb-6471-5775-9ca8-772d7e8f4757, identifier: EK73%20YTH
2026-03-26 08:14:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f6ef3cb-6471-5775-9ca8-772d7e8f4757 with identifier: EK73%20YTH
2026-03-26 08:14:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f6ef3cb-6471-5775-9ca8-772d7e8f4757 with identifier: EK73%20YTH
2026-03-26 08:14:10 [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-26 08:14:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:10 [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-26 08:14:10 [bca.uk] INFO: Saving data for EK73%20YTH: {'auction_closing_time': 1774854000.0, 'created_time': 1773929291.994064, 'last_price_update_time': 1774512850.540323}
2026-03-26 08:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:10 [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-26 08:14:10 [bca.uk] INFO: Found listing with ID: GL72%20UUB
2026-03-26 08:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UUB%27 HTTP/1.1" 200 None
2026-03-26 08:14:10 [bca.uk] INFO: Scrape type for GL72%20UUB: 2
2026-03-26 08:14:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 047c9f5d-f83f-53cb-96a8-c2b954a8f84c with identifier: GL72%20UUB
2026-03-26 08:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 047c9f5d-f83f-53cb-96a8-c2b954a8f84c with scrape type 2
2026-03-26 08:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 047c9f5d-f83f-53cb-96a8-c2b954a8f84c with scrape type 2
2026-03-26 08:14:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 047c9f5d-f83f-53cb-96a8-c2b954a8f84c, identifier: GL72%20UUB
2026-03-26 08:14:10 [scrapy.extensions.logstats] INFO: Crawled 169 pages (at 5 pages/min), scraped 423 items (at 74 items/min)
2026-03-26 08:14:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-26 08:14:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 047c9f5d-f83f-53cb-96a8-c2b954a8f84c with identifier: GL72%20UUB
2026-03-26 08:14:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 047c9f5d-f83f-53cb-96a8-c2b954a8f84c with identifier: GL72%20UUB
2026-03-26 08:14:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 047c9f5d-f83f-53cb-96a8-c2b954a8f84c with identifier: GL72%20UUB to the API
2026-03-26 08:14:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20UUB-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Electric',
'id': '047c9f5d-f83f-53cb-96a8-c2b954a8f84c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GL72 UUB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20UUB&vehicleType=*',
'listing': 'directbuy',
'location': 'Bristol',
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 33796,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 17700,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seller_name': None,
'title': 'TESLA MODEL Y RWD Hatchback',
'transmission': 'automatic',
'trim': 'RWD',
'vin': 'LRWYHCFS1PC588793',
'year': 2022}
2026-03-26 08:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UUB%27 HTTP/1.1" 200 None
2026-03-26 08:14:10 [bca.uk] INFO: Saving data for GL72%20UUB: {'auction_closing_time': 1774854000.0, 'created_time': 1773929234.24532, 'last_price_update_time': 1774512850.978633}
2026-03-26 08:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520UUB') HTTP/1.1" 204 0
2026-03-26 08:14:10 [bca.uk] INFO: Found listing with ID: GL72%20UWA
2026-03-26 08:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520UWA%27 HTTP/1.1" 200 None
2026-03-26 08:14:11 [bca.uk] INFO: Scrape type for GL72%20UWA: 2
2026-03-26 08:14:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08982800-a730-52c3-b99b-7bb3bf927b7a with identifier: GL72%20UWA
2026-03-26 08:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08982800-a730-52c3-b99b-7bb3bf927b7a with scrape type 2
2026-03-26 08:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08982800-a730-52c3-b99b-7bb3bf927b7a with scrape type 2
2026-03-26 08:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08982800-a730-52c3-b99b-7bb3bf927b7a, identifier: GL72%20UWA
2026-03-26 08:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08982800-a730-52c3-b99b-7bb3bf927b7a with identifier: GL72%20UWA
2026-03-26 08:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08982800-a730-52c3-b99b-7bb3bf927b7a with identifier: GL72%20UWA
2026-03-26 08:14:11 [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-26 08:14:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520UWA%27 HTTP/1.1" 200 None
2026-03-26 08:14:11 [bca.uk] INFO: Saving data for GL72%20UWA: {'auction_closing_time': 1774854000.0, 'created_time': 1773928962.171398, 'last_price_update_time': 1774512851.392702}
2026-03-26 08:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:11 [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-26 08:14:11 [bca.uk] INFO: Found listing with ID: LA72%20GSZ
2026-03-26 08:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:11 [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-26 08:14:11 [bca.uk] INFO: Scrape type for LA72%20GSZ: 0
2026-03-26 08:14:11 [bca.uk] INFO: Found listing with ID: LC72%20OBF
2026-03-26 08:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:11 [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-26 08:14:11 [bca.uk] INFO: Scrape type for LC72%20OBF: 2
2026-03-26 08:14:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4090f632-b4f4-555a-948f-3b33b126602a with identifier: LC72%20OBF
2026-03-26 08:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4090f632-b4f4-555a-948f-3b33b126602a with scrape type 2
2026-03-26 08:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4090f632-b4f4-555a-948f-3b33b126602a with scrape type 2
2026-03-26 08:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4090f632-b4f4-555a-948f-3b33b126602a, identifier: LC72%20OBF
2026-03-26 08:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4090f632-b4f4-555a-948f-3b33b126602a with identifier: LC72%20OBF
2026-03-26 08:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4090f632-b4f4-555a-948f-3b33b126602a with identifier: LC72%20OBF
2026-03-26 08:14:11 [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-26 08:14:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:11 [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-26 08:14:11 [bca.uk] INFO: Saving data for LC72%20OBF: {'auction_closing_time': 1774854000.0, 'created_time': 1773928977.677771, 'last_price_update_time': 1774512851.829768}
2026-03-26 08:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:11 [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-26 08:14:11 [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-26 08:14:11 [bca.uk] INFO: Found listing with ID: LF70%20NWY
2026-03-26 08:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF70%2520NWY%27 HTTP/1.1" 200 None
2026-03-26 08:14:11 [bca.uk] INFO: Scrape type for LF70%20NWY: 2
2026-03-26 08:14:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eddeaa9-9ad7-5c7f-939e-39a3aabe2d61 with identifier: LF70%20NWY
2026-03-26 08:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eddeaa9-9ad7-5c7f-939e-39a3aabe2d61 with scrape type 2
2026-03-26 08:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3eddeaa9-9ad7-5c7f-939e-39a3aabe2d61 with scrape type 2
2026-03-26 08:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3eddeaa9-9ad7-5c7f-939e-39a3aabe2d61, identifier: LF70%20NWY
2026-03-26 08:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3eddeaa9-9ad7-5c7f-939e-39a3aabe2d61 with identifier: LF70%20NWY
2026-03-26 08:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3eddeaa9-9ad7-5c7f-939e-39a3aabe2d61 with identifier: LF70%20NWY
2026-03-26 08:14:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3eddeaa9-9ad7-5c7f-939e-39a3aabe2d61 with identifier: LF70%20NWY to the API
2026-03-26 08:14:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF70%20NWY-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-30T07:00:00Z',
'fuel_type': 'Diesel',
'id': '3eddeaa9-9ad7-5c7f-939e-39a3aabe2d61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LF70 NWY',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF70%20NWY&vehicleType=*',
'listing': 'directbuy',
'location': 'Manchester',
'make': 'SKODA',
'model': 'SUPERB',
'odometer': 91418,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9100,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seller_name': None,
'title': 'SKODA SUPERB 2.0 TDI SCR 150 SE Estate',
'transmission': 'manual',
'trim': 'TDI SCR 150 SE',
'vin': 'TMBKH7NP1L7059313',
'year': 2020}
2026-03-26 08:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF70%2520NWY%27 HTTP/1.1" 200 None
2026-03-26 08:14:12 [bca.uk] INFO: Saving data for LF70%20NWY: {'auction_closing_time': 1774854000.0, 'created_time': 1773929248.413087, 'last_price_update_time': 1774512852.228081}
2026-03-26 08:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF70%2520NWY') HTTP/1.1" 204 0
2026-03-26 08:14:12 [bca.uk] INFO: Found listing with ID: LN22%20XPX
2026-03-26 08:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:12 [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-26 08:14:12 [bca.uk] INFO: Scrape type for LN22%20XPX: 2
2026-03-26 08:14:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e35f89de-fc16-5279-be2e-bfe403df6017 with identifier: LN22%20XPX
2026-03-26 08:14:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e35f89de-fc16-5279-be2e-bfe403df6017 with scrape type 2
2026-03-26 08:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e35f89de-fc16-5279-be2e-bfe403df6017 with scrape type 2
2026-03-26 08:14:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e35f89de-fc16-5279-be2e-bfe403df6017, identifier: LN22%20XPX
2026-03-26 08:14:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e35f89de-fc16-5279-be2e-bfe403df6017 with identifier: LN22%20XPX
2026-03-26 08:14:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e35f89de-fc16-5279-be2e-bfe403df6017 with identifier: LN22%20XPX
2026-03-26 08:14:12 [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-26 08:14:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:12 [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-26 08:14:12 [bca.uk] INFO: Saving data for LN22%20XPX: {'auction_closing_time': 1774854000.0, 'created_time': 1773841106.737469, 'last_price_update_time': 1774512852.665686}
2026-03-26 08:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:12 [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-26 08:14:12 [bca.uk] INFO: Total items found: 100
2026-03-26 08:14:12 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded
2026-03-26 08:14:12 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:14:12 [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-26 08:14:12 [bca.uk] INFO: Found listing with ID: LX22%20UBL
2026-03-26 08:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:12 [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-26 08:14:12 [bca.uk] INFO: Scrape type for LX22%20UBL: 2
2026-03-26 08:14:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2b2e331-4ec3-5130-9dbc-6ccde5b43eef with identifier: LX22%20UBL
2026-03-26 08:14:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2b2e331-4ec3-5130-9dbc-6ccde5b43eef with scrape type 2
2026-03-26 08:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2b2e331-4ec3-5130-9dbc-6ccde5b43eef with scrape type 2
2026-03-26 08:14:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2b2e331-4ec3-5130-9dbc-6ccde5b43eef, identifier: LX22%20UBL
2026-03-26 08:14:12 [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-26 08:14:12 [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-26 08:14:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2b2e331-4ec3-5130-9dbc-6ccde5b43eef with identifier: LX22%20UBL
2026-03-26 08:14:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2b2e331-4ec3-5130-9dbc-6ccde5b43eef with identifier: LX22%20UBL
2026-03-26 08:14:13 [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-26 08:14:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Saving data for LX22%20UBL: {'auction_closing_time': 1774854000.0, 'created_time': 1773928977.07722, 'last_price_update_time': 1774512853.220768}
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Found listing with ID: HT18%20EYO
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT18%2520EYO%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for HT18%20EYO: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: KM56%20GKK
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM56%2520GKK%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for KM56%20GKK: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: GV70%20KKG
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Scrape type for GV70%20KKG: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: MA23%20LRJ
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Scrape type for MA23%20LRJ: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: LA72%20FXJ
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520FXJ%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for LA72%20FXJ: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: GN23%20XLZ
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN23%2520XLZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for GN23%20XLZ: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: LB75%20OWF
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB75%2520OWF%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for LB75%20OWF: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: HK16%20FVC
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Scrape type for HK16%20FVC: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: RO15%20KBZ
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO15%2520KBZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for RO15%20KBZ: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: AK18%20JVC
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK18%2520JVC%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for AK18%20JVC: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: DY63%20VYX
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Scrape type for DY63%20VYX: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: OV73%20LHJ
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV73%2520LHJ%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for OV73%20LHJ: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: OY23%20VTN
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY23%2520VTN%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for OY23%20VTN: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: CN21%20VCJ
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN21%2520VCJ%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for CN21%20VCJ: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: FM23%20UDW
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Scrape type for FM23%20UDW: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: SV68%20ZRK
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Scrape type for SV68%20ZRK: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: BK18%20WOX
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK18%2520WOX%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for BK18%20WOX: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: GHFS09847
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHFS09847%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for GHFS09847: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: YG68%20HYO
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520HYO%27 HTTP/1.1" 200 None
2026-03-26 08:14:13 [bca.uk] INFO: Scrape type for YG68%20HYO: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: GN20%20XGG
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Scrape type for GN20%20XGG: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: PK64%20UMX
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Scrape type for PK64%20UMX: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: EP18%20JYO
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Scrape type for EP18%20JYO: 2
2026-03-26 08:14:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5038475e-5a06-5313-b922-0e2a0947ea23 with identifier: EP18%20JYO
2026-03-26 08:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5038475e-5a06-5313-b922-0e2a0947ea23 with scrape type 2
2026-03-26 08:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5038475e-5a06-5313-b922-0e2a0947ea23 with scrape type 2
2026-03-26 08:14:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5038475e-5a06-5313-b922-0e2a0947ea23, identifier: EP18%20JYO
2026-03-26 08:14:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: ME21%20BGO
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Scrape type for ME21%20BGO: 0
2026-03-26 08:14:13 [bca.uk] INFO: Found listing with ID: ML71%20EBM
2026-03-26 08:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:13 [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-26 08:14:13 [bca.uk] INFO: Scrape type for ML71%20EBM: 2
2026-03-26 08:14:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b84be529-1d58-5046-bf8a-0c6c18994d07 with identifier: ML71%20EBM
2026-03-26 08:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b84be529-1d58-5046-bf8a-0c6c18994d07 with scrape type 2
2026-03-26 08:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b84be529-1d58-5046-bf8a-0c6c18994d07 with scrape type 2
2026-03-26 08:14:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b84be529-1d58-5046-bf8a-0c6c18994d07, identifier: ML71%20EBM
2026-03-26 08:14:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5038475e-5a06-5313-b922-0e2a0947ea23 with identifier: EP18%20JYO
2026-03-26 08:14:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5038475e-5a06-5313-b922-0e2a0947ea23 with identifier: EP18%20JYO
2026-03-26 08:14:13 [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-26 08:14:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&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-26T10: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': 'auction',
'location': 'Blackbushe',
'make': 'LAND ROVER',
'model': 'R/R SPORT',
'odometer': 61887,
'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 AUTOBIOGRAPHY DYNAMIC '
'StationWagon',
'transmission': 'automatic',
'trim': 'SDV6 306 AUTOBIOGRAPHY DYNAMIC',
'vin': 'SALWA2AK1JA811331',
'year': 2018}
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [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-26 08:14:14 [bca.uk] INFO: Saving data for EP18%20JYO: {'auction_closing_time': 1774519200.0, 'created_time': 1773829707.519219, 'last_price_update_time': 1774512854.158284}
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [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-26 08:14:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b84be529-1d58-5046-bf8a-0c6c18994d07 with identifier: ML71%20EBM
2026-03-26 08:14:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b84be529-1d58-5046-bf8a-0c6c18994d07 with identifier: ML71%20EBM
2026-03-26 08:14:14 [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-26 08:14:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [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-26 08:14:14 [bca.uk] INFO: Saving data for ML71%20EBM: {'auction_closing_time': 1774854000.0, 'created_time': 1773929241.857883, 'last_price_update_time': 1774512854.591022}
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [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-26 08:14:14 [bca.uk] INFO: Found listing with ID: KS20%20XAG
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS20%2520XAG%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for KS20%20XAG: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: OY17%20FCL
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [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-26 08:14:14 [bca.uk] INFO: Scrape type for OY17%20FCL: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: MM69%20OWB
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520OWB%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for MM69%20OWB: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: NL22%20JVD
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520JVD%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for NL22%20JVD: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: SJ73%20UTL
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ73%2520UTL%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for SJ73%20UTL: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: HK17%20OHV
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK17%2520OHV%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for HK17%20OHV: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: FY14%20YEV
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY14%2520YEV%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for FY14%20YEV: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: SM18%20JWC
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520JWC%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for SM18%20JWC: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: WN21%20KBZ
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN21%2520KBZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for WN21%20KBZ: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: KV18%20WHR
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520WHR%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for KV18%20WHR: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: EY72%20LOD
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [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-26 08:14:14 [bca.uk] INFO: Scrape type for EY72%20LOD: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: SK11%20YFT
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK11%2520YFT%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for SK11%20YFT: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: BL15%20VTD
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [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-26 08:14:14 [bca.uk] INFO: Scrape type for BL15%20VTD: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: LL16%20OOE
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [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-26 08:14:14 [bca.uk] INFO: Scrape type for LL16%20OOE: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: BG18%20PDO
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520PDO%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for BG18%20PDO: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: BN64%20EOS
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520EOS%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for BN64%20EOS: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: BW18%20OEU
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW18%2520OEU%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for BW18%20OEU: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: FJ61%20VDZ
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ61%2520VDZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for FJ61%20VDZ: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: WR62%20ZKG
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520ZKG%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for WR62%20ZKG: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: OE23%20NSV
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520NSV%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for OE23%20NSV: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: BL72%20XBS
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [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-26 08:14:14 [bca.uk] INFO: Scrape type for BL72%20XBS: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: ST23%20WDO
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST23%2520WDO%27 HTTP/1.1" 200 None
2026-03-26 08:14:14 [bca.uk] INFO: Scrape type for ST23%20WDO: 0
2026-03-26 08:14:14 [bca.uk] INFO: Found listing with ID: AF22%20OOC
2026-03-26 08:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520OOC%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for AF22%20OOC: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: RX17%20HWS
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX17%2520HWS%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for RX17%20HWS: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: NA73%20XBL
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA73%2520XBL%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for NA73%20XBL: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: YD73%20NVL
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD73%2520NVL%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for YD73%20NVL: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: ML22%20VNW
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520VNW%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for ML22%20VNW: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: BD75%20OBH
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [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-26 08:14:15 [bca.uk] INFO: Scrape type for BD75%20OBH: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: HJ73%20NXG
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NXG%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for HJ73%20NXG: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: WP23%20OFZ
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OFZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for WP23%20OFZ: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: RX17%20HWN
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX17%2520HWN%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for RX17%20HWN: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: SC15%20EWW
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC15%2520EWW%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for SC15%20EWW: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: YH14%20YUX
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH14%2520YUX%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for YH14%20YUX: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: HG58%20CFK
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG58%2520CFK%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for HG58%20CFK: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: CN63%20XUB
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN63%2520XUB%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for CN63%20XUB: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: LT65%20NFX
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT65%2520NFX%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for LT65%20NFX: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: FY22%20XLJ
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY22%2520XLJ%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for FY22%20XLJ: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: FY71%20OZP
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [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-26 08:14:15 [bca.uk] INFO: Scrape type for FY71%20OZP: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: MC22%20UHT
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [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-26 08:14:15 [bca.uk] INFO: Scrape type for MC22%20UHT: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: LP69%20ZNV
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [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-26 08:14:15 [bca.uk] INFO: Scrape type for LP69%20ZNV: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: CA65%20SFO
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA65%2520SFO%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for CA65%20SFO: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: FG15%20GVD
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG15%2520GVD%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for FG15%20GVD: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: HJ10%20HBZ
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ10%2520HBZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for HJ10%20HBZ: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: PO63%20BDF
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [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-26 08:14:15 [bca.uk] INFO: Scrape type for PO63%20BDF: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: VN62%20ZKL
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [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-26 08:14:15 [bca.uk] INFO: Scrape type for VN62%20ZKL: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: VE71%20XCB
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [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-26 08:14:15 [bca.uk] INFO: Scrape type for VE71%20XCB: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: MK23%20USF
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [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-26 08:14:15 [bca.uk] INFO: Scrape type for MK23%20USF: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: KY60%20JSX
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY60%2520JSX%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for KY60%20JSX: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: WU09%20HKT
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU09%2520HKT%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for WU09%20HKT: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: DT16%20SUO
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT16%2520SUO%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for DT16%20SUO: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: EO22%20DOU
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520DOU%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for EO22%20DOU: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: CJ71%20EUZ
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ71%2520EUZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for CJ71%20EUZ: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: YN16%20OML
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN16%2520OML%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for YN16%20OML: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: CA24%20PTO
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA24%2520PTO%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for CA24%20PTO: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: BX23%20CVJ
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520CVJ%27 HTTP/1.1" 200 None
2026-03-26 08:14:15 [bca.uk] INFO: Scrape type for BX23%20CVJ: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: VU71%20HVV
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [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-26 08:14:15 [bca.uk] INFO: Scrape type for VU71%20HVV: 0
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: OY22%20XCC
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [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-26 08:14:15 [bca.uk] INFO: Scrape type for OY22%20XCC: 2
2026-03-26 08:14:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a99f9a8-431c-5729-9b0f-bde35caf5eb5 with identifier: OY22%20XCC
2026-03-26 08:14:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a99f9a8-431c-5729-9b0f-bde35caf5eb5 with scrape type 2
2026-03-26 08:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a99f9a8-431c-5729-9b0f-bde35caf5eb5 with scrape type 2
2026-03-26 08:14:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a99f9a8-431c-5729-9b0f-bde35caf5eb5, identifier: OY22%20XCC
2026-03-26 08:14:15 [bca.uk] INFO: Found listing with ID: NJ22%20TZN
2026-03-26 08:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:15 [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-26 08:14:15 [bca.uk] INFO: Scrape type for NJ22%20TZN: 2
2026-03-26 08:14:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d with identifier: NJ22%20TZN
2026-03-26 08:14:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d with scrape type 2
2026-03-26 08:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d with scrape type 2
2026-03-26 08:14:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d, identifier: NJ22%20TZN
2026-03-26 08:14:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a99f9a8-431c-5729-9b0f-bde35caf5eb5 with identifier: OY22%20XCC
2026-03-26 08:14:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a99f9a8-431c-5729-9b0f-bde35caf5eb5 with identifier: OY22%20XCC
2026-03-26 08:14:16 [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-26 08:14:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&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-26T10: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': 'auction',
'location': 'Thurleigh',
'make': 'POLESTAR',
'model': '2',
'odometer': 38579,
'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': 'POLESTAR 2 300KW 78KWH DM4 LONG RANGE Coupe',
'transmission': 'automatic',
'trim': '300KW 78KWH DM4 LONG RANGE',
'vin': 'LPSVSEDEENL067899',
'year': 2022}
2026-03-26 08:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:16 [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-26 08:14:16 [bca.uk] INFO: Saving data for OY22%20XCC: {'auction_closing_time': 1774519200.0, 'created_time': 1773908775.20403, 'last_price_update_time': 1774512856.197792}
2026-03-26 08:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:16 [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-26 08:14:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d with identifier: NJ22%20TZN
2026-03-26 08:14:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d with identifier: NJ22%20TZN
2026-03-26 08:14:16 [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-26 08:14:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:16 [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-26 08:14:16 [bca.uk] INFO: Saving data for NJ22%20TZN: {'auction_closing_time': 1774854000.0, 'created_time': 1773929317.514197, 'last_price_update_time': 1774512856.615736}
2026-03-26 08:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:16 [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-26 08:14:16 [bca.uk] INFO: Found listing with ID: YB70%20YJU
2026-03-26 08:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520YJU%27 HTTP/1.1" 200 None
2026-03-26 08:14:16 [bca.uk] INFO: Scrape type for YB70%20YJU: 2
2026-03-26 08:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f78fa923-2d03-525a-8dad-1d3c40c94789 with identifier: YB70%20YJU
2026-03-26 08:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f78fa923-2d03-525a-8dad-1d3c40c94789 with scrape type 2
2026-03-26 08:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f78fa923-2d03-525a-8dad-1d3c40c94789 with scrape type 2
2026-03-26 08:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f78fa923-2d03-525a-8dad-1d3c40c94789, identifier: YB70%20YJU
2026-03-26 08:14:16 [bca.uk] INFO: Found listing with ID: NJ23%20LLC
2026-03-26 08:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:16 [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-26 08:14:16 [bca.uk] INFO: Scrape type for NJ23%20LLC: 2
2026-03-26 08:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc9ec417-6bd3-53cf-a892-2ebcdcec148b with identifier: NJ23%20LLC
2026-03-26 08:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc9ec417-6bd3-53cf-a892-2ebcdcec148b with scrape type 2
2026-03-26 08:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc9ec417-6bd3-53cf-a892-2ebcdcec148b with scrape type 2
2026-03-26 08:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc9ec417-6bd3-53cf-a892-2ebcdcec148b, identifier: NJ23%20LLC
2026-03-26 08:14:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f78fa923-2d03-525a-8dad-1d3c40c94789 with identifier: YB70%20YJU
2026-03-26 08:14:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f78fa923-2d03-525a-8dad-1d3c40c94789 with identifier: YB70%20YJU
2026-03-26 08:14:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f78fa923-2d03-525a-8dad-1d3c40c94789 with identifier: YB70%20YJU to the API
2026-03-26 08:14:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB70%20YJU-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'f78fa923-2d03-525a-8dad-1d3c40c94789',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YB70 YJU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB70%20YJU&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'TOYOTA',
'model': 'YARIS',
'odometer': 14219,
'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 YARIS 1.5 HYBRID EXCEL Hatchback',
'transmission': 'automatic',
'trim': 'HYBRID EXCEL',
'vin': 'VNKKBAC3X0A068824',
'year': 2021}
2026-03-26 08:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB70%2520YJU%27 HTTP/1.1" 200 None
2026-03-26 08:14:17 [bca.uk] INFO: Saving data for YB70%20YJU: {'auction_closing_time': 1774519200.0, 'created_time': 1773838694.537482, 'last_price_update_time': 1774512857.171244}
2026-03-26 08:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB70%2520YJU') HTTP/1.1" 204 0
2026-03-26 08:14:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc9ec417-6bd3-53cf-a892-2ebcdcec148b with identifier: NJ23%20LLC
2026-03-26 08:14:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc9ec417-6bd3-53cf-a892-2ebcdcec148b with identifier: NJ23%20LLC
2026-03-26 08:14:17 [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-26 08:14:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:17 [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-26 08:14:17 [bca.uk] INFO: Saving data for NJ23%20LLC: {'auction_closing_time': 1774854000.0, 'created_time': 1773841082.486737, 'last_price_update_time': 1774512857.467421}
2026-03-26 08:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:17 [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-26 08:14:17 [bca.uk] INFO: Found listing with ID: BL24%20JYP
2026-03-26 08:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL24%2520JYP%27 HTTP/1.1" 200 None
2026-03-26 08:14:17 [bca.uk] INFO: Scrape type for BL24%20JYP: 2
2026-03-26 08:14:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59f01f31-b20f-559e-b8bd-fff8cc85d779 with identifier: BL24%20JYP
2026-03-26 08:14:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59f01f31-b20f-559e-b8bd-fff8cc85d779 with scrape type 2
2026-03-26 08:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59f01f31-b20f-559e-b8bd-fff8cc85d779 with scrape type 2
2026-03-26 08:14:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59f01f31-b20f-559e-b8bd-fff8cc85d779, identifier: BL24%20JYP
2026-03-26 08:14:17 [bca.uk] INFO: Found listing with ID: RV22%20XVX
2026-03-26 08:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:17 [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-26 08:14:17 [bca.uk] INFO: Scrape type for RV22%20XVX: 2
2026-03-26 08:14:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26ee0e62-c68c-586e-a91b-d952af867f5d with identifier: RV22%20XVX
2026-03-26 08:14:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26ee0e62-c68c-586e-a91b-d952af867f5d with scrape type 2
2026-03-26 08:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26ee0e62-c68c-586e-a91b-d952af867f5d with scrape type 2
2026-03-26 08:14:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26ee0e62-c68c-586e-a91b-d952af867f5d, identifier: RV22%20XVX
2026-03-26 08:14:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59f01f31-b20f-559e-b8bd-fff8cc85d779 with identifier: BL24%20JYP
2026-03-26 08:14:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59f01f31-b20f-559e-b8bd-fff8cc85d779 with identifier: BL24%20JYP
2026-03-26 08:14:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59f01f31-b20f-559e-b8bd-fff8cc85d779 with identifier: BL24%20JYP to the API
2026-03-26 08:14:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL24%20JYP-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '59f01f31-b20f-559e-b8bd-fff8cc85d779',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BL24 JYP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL24%20JYP&vehicleType=*',
'listing': 'auction',
'location': 'Newcastle-u-Tyne',
'make': 'HYUNDAI',
'model': 'KONA ELECTRIC',
'odometer': 28035,
'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 KONA ELECTRIC 160KW 65KWH ADVANCE Hatchback',
'transmission': 'automatic',
'trim': '160KW 65KWH ADVANCE',
'vin': 'TMAH881A2RJ018111',
'year': 2024}
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL24%2520JYP%27 HTTP/1.1" 200 None
2026-03-26 08:14:18 [bca.uk] INFO: Saving data for BL24%20JYP: {'auction_closing_time': 1774519200.0, 'created_time': 1773838717.366018, 'last_price_update_time': 1774512858.072044}
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL24%2520JYP') HTTP/1.1" 204 0
2026-03-26 08:14:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26ee0e62-c68c-586e-a91b-d952af867f5d with identifier: RV22%20XVX
2026-03-26 08:14:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26ee0e62-c68c-586e-a91b-d952af867f5d with identifier: RV22%20XVX
2026-03-26 08:14:18 [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-26 08:14:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:18 [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-26 08:14:18 [bca.uk] INFO: Saving data for RV22%20XVX: {'auction_closing_time': 1774854000.0, 'created_time': 1773841094.575873, 'last_price_update_time': 1774512858.363479}
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:18 [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-26 08:14:18 [bca.uk] INFO: Found listing with ID: MW22%20VMG
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:18 [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-26 08:14:18 [bca.uk] INFO: Scrape type for MW22%20VMG: 0
2026-03-26 08:14:18 [bca.uk] INFO: Found listing with ID: YK71%20URY
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:18 [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-26 08:14:18 [bca.uk] INFO: Scrape type for YK71%20URY: 0
2026-03-26 08:14:18 [bca.uk] INFO: Found listing with ID: PX23%20XMG
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:18 [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-26 08:14:18 [bca.uk] INFO: Scrape type for PX23%20XMG: 0
2026-03-26 08:14:18 [bca.uk] INFO: Found listing with ID: ML22%20WLU
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:18 [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-26 08:14:18 [bca.uk] INFO: Scrape type for ML22%20WLU: 0
2026-03-26 08:14:18 [bca.uk] INFO: Found listing with ID: DG24%20ZKX
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:18 [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-26 08:14:18 [bca.uk] INFO: Scrape type for DG24%20ZKX: 2
2026-03-26 08:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fe35595-27e6-5f41-800a-f5c1b2f93f60 with identifier: DG24%20ZKX
2026-03-26 08:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fe35595-27e6-5f41-800a-f5c1b2f93f60 with scrape type 2
2026-03-26 08:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fe35595-27e6-5f41-800a-f5c1b2f93f60 with scrape type 2
2026-03-26 08:14:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fe35595-27e6-5f41-800a-f5c1b2f93f60, identifier: DG24%20ZKX
2026-03-26 08:14:18 [bca.uk] INFO: Found listing with ID: VE72%20WHX
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:18 [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-26 08:14:18 [bca.uk] INFO: Scrape type for VE72%20WHX: 2
2026-03-26 08:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de0ca873-f8bc-5e64-83e0-01eeed50fec6 with identifier: VE72%20WHX
2026-03-26 08:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de0ca873-f8bc-5e64-83e0-01eeed50fec6 with scrape type 2
2026-03-26 08:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de0ca873-f8bc-5e64-83e0-01eeed50fec6 with scrape type 2
2026-03-26 08:14:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de0ca873-f8bc-5e64-83e0-01eeed50fec6, identifier: VE72%20WHX
2026-03-26 08:14:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fe35595-27e6-5f41-800a-f5c1b2f93f60 with identifier: DG24%20ZKX
2026-03-26 08:14:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fe35595-27e6-5f41-800a-f5c1b2f93f60 with identifier: DG24%20ZKX
2026-03-26 08:14:18 [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-26 08:14:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&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-26T10: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': 'auction',
'location': 'Manchester',
'make': 'GWM ORA',
'model': 'ORA 03',
'odometer': 19622,
'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': 'GWM ORA ORA 03 126KW 48KWH PURE+ Hatchback',
'transmission': 'automatic',
'trim': '126KW 48KWH PURE+',
'vin': 'LGWEEUA52NK643896',
'year': 2024}
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:18 [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-26 08:14:18 [bca.uk] INFO: Saving data for DG24%20ZKX: {'auction_closing_time': 1774519200.0, 'created_time': 1774045526.54164, 'last_price_update_time': 1774512858.983446}
2026-03-26 08:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:19 [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-26 08:14:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de0ca873-f8bc-5e64-83e0-01eeed50fec6 with identifier: VE72%20WHX
2026-03-26 08:14:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de0ca873-f8bc-5e64-83e0-01eeed50fec6 with identifier: VE72%20WHX
2026-03-26 08:14:19 [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-26 08:14:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:19 [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-26 08:14:19 [bca.uk] INFO: Saving data for VE72%20WHX: {'auction_closing_time': 1774854000.0, 'created_time': 1773909444.001923, 'last_price_update_time': 1774512859.293464}
2026-03-26 08:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:19 [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-26 08:14:19 [bca.uk] INFO: Found listing with ID: FG70%20SRZ
2026-03-26 08:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG70%2520SRZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:19 [bca.uk] INFO: Scrape type for FG70%20SRZ: 2
2026-03-26 08:14:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c947c9e3-ce57-528c-a653-79018ee5e529 with identifier: FG70%20SRZ
2026-03-26 08:14:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c947c9e3-ce57-528c-a653-79018ee5e529 with scrape type 2
2026-03-26 08:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c947c9e3-ce57-528c-a653-79018ee5e529 with scrape type 2
2026-03-26 08:14:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c947c9e3-ce57-528c-a653-79018ee5e529, identifier: FG70%20SRZ
2026-03-26 08:14:19 [bca.uk] INFO: Found listing with ID: VO22%20WMX
2026-03-26 08:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:19 [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-26 08:14:19 [bca.uk] INFO: Scrape type for VO22%20WMX: 2
2026-03-26 08:14:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 436b2d01-a9f2-539b-b4a3-1f72ffca606a with identifier: VO22%20WMX
2026-03-26 08:14:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 436b2d01-a9f2-539b-b4a3-1f72ffca606a with scrape type 2
2026-03-26 08:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 436b2d01-a9f2-539b-b4a3-1f72ffca606a with scrape type 2
2026-03-26 08:14:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 436b2d01-a9f2-539b-b4a3-1f72ffca606a, identifier: VO22%20WMX
2026-03-26 08:14:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c947c9e3-ce57-528c-a653-79018ee5e529 with identifier: FG70%20SRZ
2026-03-26 08:14:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c947c9e3-ce57-528c-a653-79018ee5e529 with identifier: FG70%20SRZ
2026-03-26 08:14:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c947c9e3-ce57-528c-a653-79018ee5e529 with identifier: FG70%20SRZ to the API
2026-03-26 08:14:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG70%20SRZ-GB',
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c947c9e3-ce57-528c-a653-79018ee5e529',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FG70 SRZ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG70%20SRZ&vehicleType=*',
'listing': 'auction',
'location': 'Birmingham - Perry Barr',
'make': 'RENAULT',
'model': 'ZOE',
'odometer': 36227,
'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 135 I GT LINE (22KW) Hatchback',
'transmission': 'automatic',
'trim': '50KWH 135 I GT LINE (22KW)',
'vin': 'VF1AG000266275180',
'year': 2020}
2026-03-26 08:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG70%2520SRZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:19 [bca.uk] INFO: Saving data for FG70%20SRZ: {'auction_closing_time': 1774519200.0, 'created_time': 1774045220.210565, 'last_price_update_time': 1774512859.804525}
2026-03-26 08:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG70%2520SRZ') HTTP/1.1" 204 0
2026-03-26 08:14:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 436b2d01-a9f2-539b-b4a3-1f72ffca606a with identifier: VO22%20WMX
2026-03-26 08:14:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 436b2d01-a9f2-539b-b4a3-1f72ffca606a with identifier: VO22%20WMX
2026-03-26 08:14:20 [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-26 08:14:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [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-26 08:14:20 [bca.uk] INFO: Saving data for VO22%20WMX: {'auction_closing_time': 1774854000.0, 'created_time': 1773929195.096314, 'last_price_update_time': 1774512860.343871}
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [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-26 08:14:20 [bca.uk] INFO: Found listing with ID: PN71%20KLC
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [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-26 08:14:20 [bca.uk] INFO: Scrape type for PN71%20KLC: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: DG18%20JAU
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG18%2520JAU%27 HTTP/1.1" 200 None
2026-03-26 08:14:20 [bca.uk] INFO: Scrape type for DG18%20JAU: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: YH23%20XLR
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [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-26 08:14:20 [bca.uk] INFO: Scrape type for YH23%20XLR: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: FG72%20KKO
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520KKO%27 HTTP/1.1" 200 None
2026-03-26 08:14:20 [bca.uk] INFO: Scrape type for FG72%20KKO: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: CJ25%20EWR
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [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-26 08:14:20 [bca.uk] INFO: Scrape type for CJ25%20EWR: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: NX70%20FGZ
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [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-26 08:14:20 [bca.uk] INFO: Scrape type for NX70%20FGZ: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: WF71%20XBM
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520XBM%27 HTTP/1.1" 200 None
2026-03-26 08:14:20 [bca.uk] INFO: Scrape type for WF71%20XBM: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: AE22%20RXU
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE22%2520RXU%27 HTTP/1.1" 200 None
2026-03-26 08:14:20 [bca.uk] INFO: Scrape type for AE22%20RXU: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: CV23%20KYG
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV23%2520KYG%27 HTTP/1.1" 200 None
2026-03-26 08:14:20 [bca.uk] INFO: Scrape type for CV23%20KYG: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: CU20%20XGZ
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520XGZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:20 [bca.uk] INFO: Scrape type for CU20%20XGZ: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: GJ22%20EMX
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520EMX%27 HTTP/1.1" 200 None
2026-03-26 08:14:20 [bca.uk] INFO: Scrape type for GJ22%20EMX: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: BP72%20FJN
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [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-26 08:14:20 [bca.uk] INFO: Scrape type for BP72%20FJN: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: RJ71%20HUZ
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520HUZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:20 [bca.uk] INFO: Scrape type for RJ71%20HUZ: 0
2026-03-26 08:14:20 [bca.uk] INFO: Found listing with ID: YA70%20MXH
2026-03-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [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-26 08:14:20 [bca.uk] INFO: Scrape type for YA70%20MXH: 2
2026-03-26 08:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa with identifier: YA70%20MXH
2026-03-26 08:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa with scrape type 2
2026-03-26 08:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa with scrape type 2
2026-03-26 08:14:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa, identifier: YA70%20MXH
2026-03-26 08:14:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa with identifier: YA70%20MXH
2026-03-26 08:14:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa with identifier: YA70%20MXH
2026-03-26 08:14:20 [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-26 08:14:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:20 [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-26 08:14:20 [bca.uk] INFO: Saving data for YA70%20MXH: {'auction_closing_time': 1774854000.0, 'created_time': 1773909428.988713, 'last_price_update_time': 1774512860.995288}
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [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-26 08:14:21 [bca.uk] INFO: Found listing with ID: WP21%20KDK
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520KDK%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for WP21%20KDK: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: GJ71%20MBO
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520MBO%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for GJ71%20MBO: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: SK10%20WOD
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK10%2520WOD%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for SK10%20WOD: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: KW66%20SNU
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [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-26 08:14:21 [bca.uk] INFO: Scrape type for KW66%20SNU: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: LB68%20LZH
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [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-26 08:14:21 [bca.uk] INFO: Scrape type for LB68%20LZH: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: DN67%20OOW
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN67%2520OOW%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for DN67%20OOW: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: PN15%20WKE
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN15%2520WKE%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for PN15%20WKE: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: AF70%20UBC
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [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-26 08:14:21 [bca.uk] INFO: Scrape type for AF70%20UBC: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: ND62%20XGC
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND62%2520XGC%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for ND62%20XGC: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: SA16%20VEV
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA16%2520VEV%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for SA16%20VEV: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: WM69%20WPN
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM69%2520WPN%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for WM69%20WPN: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: BD68%20LRN
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520LRN%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for BD68%20LRN: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: AE66%20XSO
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE66%2520XSO%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for AE66%20XSO: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: BG67%20UGF
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520UGF%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for BG67%20UGF: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: VO59%20ZKZ
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO59%2520ZKZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for VO59%20ZKZ: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: RJ14%20BWK
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ14%2520BWK%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for RJ14%20BWK: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: LM63%20VOH
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [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-26 08:14:21 [bca.uk] INFO: Scrape type for LM63%20VOH: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: FE05%20XOP
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE05%2520XOP%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for FE05%20XOP: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: YN71%20ZKY
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [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-26 08:14:21 [bca.uk] INFO: Scrape type for YN71%20ZKY: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: YD71%20WCN
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [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-26 08:14:21 [bca.uk] INFO: Scrape type for YD71%20WCN: 0
2026-03-26 08:14:21 [bca.uk] INFO: Found listing with ID: VK21%20NNO
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520NNO%27 HTTP/1.1" 200 None
2026-03-26 08:14:21 [bca.uk] INFO: Scrape type for VK21%20NNO: 2
2026-03-26 08:14:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9881adf7-387e-50e2-8196-4ecfb8b09a82 with identifier: VK21%20NNO
2026-03-26 08:14:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9881adf7-387e-50e2-8196-4ecfb8b09a82 with scrape type 2
2026-03-26 08:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9881adf7-387e-50e2-8196-4ecfb8b09a82 with scrape type 2
2026-03-26 08:14:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9881adf7-387e-50e2-8196-4ecfb8b09a82, identifier: VK21%20NNO
2026-03-26 08:14:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9881adf7-387e-50e2-8196-4ecfb8b09a82 with identifier: VK21%20NNO
2026-03-26 08:14:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9881adf7-387e-50e2-8196-4ecfb8b09a82 with identifier: VK21%20NNO
2026-03-26 08:14:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9881adf7-387e-50e2-8196-4ecfb8b09a82 with identifier: VK21%20NNO to the API
2026-03-26 08:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK21%20NNO-GB',
'category': 'Motorcycle',
'color': 'black',
'currency': 'GBP',
'doors_number': 0,
'engine': '',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': '',
'id': '9881adf7-387e-50e2-8196-4ecfb8b09a82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VK21 NNO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK21%20NNO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'KAWASAKI',
'model': 'W',
'odometer': 2592,
'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': 'KAWASAKI W EJ800 STREET MOTORBIKE',
'transmission': 'automatic',
'trim': 'EJ800 STREET MOTORBIKE',
'vin': 'JKBEJ800BBA000791',
'year': 2021}
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520NNO%27 HTTP/1.1" 200 None
2026-03-26 08:14:22 [bca.uk] INFO: Saving data for VK21%20NNO: {'auction_closing_time': 1775124000.0, 'created_time': 1774339615.598282, 'last_price_update_time': 1774512862.091327}
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK21%2520NNO') HTTP/1.1" 204 0
2026-03-26 08:14:22 [bca.uk] INFO: Found listing with ID: PY22%20DNX
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY22%2520DNX%27 HTTP/1.1" 200 None
2026-03-26 08:14:22 [bca.uk] INFO: Scrape type for PY22%20DNX: 2
2026-03-26 08:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d49e899b-ca5a-5cec-b8a9-3135c78e4226 with identifier: PY22%20DNX
2026-03-26 08:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d49e899b-ca5a-5cec-b8a9-3135c78e4226 with scrape type 2
2026-03-26 08:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d49e899b-ca5a-5cec-b8a9-3135c78e4226 with scrape type 2
2026-03-26 08:14:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d49e899b-ca5a-5cec-b8a9-3135c78e4226, identifier: PY22%20DNX
2026-03-26 08:14:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d49e899b-ca5a-5cec-b8a9-3135c78e4226 with identifier: PY22%20DNX
2026-03-26 08:14:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d49e899b-ca5a-5cec-b8a9-3135c78e4226 with identifier: PY22%20DNX
2026-03-26 08:14:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d49e899b-ca5a-5cec-b8a9-3135c78e4226 with identifier: PY22%20DNX to the API
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY22%20DNX-GB',
'category': 'Motorcycle',
'color': 'red',
'currency': 'GBP',
'doors_number': 0,
'engine': '',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': '',
'id': 'd49e899b-ca5a-5cec-b8a9-3135c78e4226',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PY22 DNX',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY22%20DNX&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TRIUMPH',
'model': 'SPEED TRIPLE',
'odometer': 1584,
'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 SPEED TRIPLE 1200 RR MOTORBIKE',
'transmission': 'automatic',
'trim': '1200 RR MOTORBIKE',
'vin': 'SMTS3P02SCNAZ9875',
'year': 2022}
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY22%2520DNX%27 HTTP/1.1" 200 None
2026-03-26 08:14:22 [bca.uk] INFO: Saving data for PY22%20DNX: {'auction_closing_time': 1775124000.0, 'created_time': 1774339611.539835, 'last_price_update_time': 1774512862.676079}
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY22%2520DNX') HTTP/1.1" 204 0
2026-03-26 08:14:22 [bca.uk] INFO: Found listing with ID: PN22%20PYO
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN22%2520PYO%27 HTTP/1.1" 200 None
2026-03-26 08:14:22 [bca.uk] INFO: Scrape type for PN22%20PYO: 2
2026-03-26 08:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c7f5e3f-e809-5300-be2c-c97ab4cb37c1 with identifier: PN22%20PYO
2026-03-26 08:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c7f5e3f-e809-5300-be2c-c97ab4cb37c1 with scrape type 2
2026-03-26 08:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c7f5e3f-e809-5300-be2c-c97ab4cb37c1 with scrape type 2
2026-03-26 08:14:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c7f5e3f-e809-5300-be2c-c97ab4cb37c1, identifier: PN22%20PYO
2026-03-26 08:14:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c7f5e3f-e809-5300-be2c-c97ab4cb37c1 with identifier: PN22%20PYO
2026-03-26 08:14:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c7f5e3f-e809-5300-be2c-c97ab4cb37c1 with identifier: PN22%20PYO
2026-03-26 08:14:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c7f5e3f-e809-5300-be2c-c97ab4cb37c1 with identifier: PN22%20PYO to the API
2026-03-26 08:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN22%20PYO-GB',
'category': 'Motorcycle',
'color': 'red',
'currency': 'GBP',
'doors_number': 0,
'engine': '',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': '',
'id': '4c7f5e3f-e809-5300-be2c-c97ab4cb37c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PN22 PYO',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN22%20PYO&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TRIUMPH',
'model': 'SPEED TRIPLE',
'odometer': 2565,
'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 SPEED TRIPLE 1200 RR MOTORBIKE',
'transmission': 'automatic',
'trim': '1200 RR MOTORBIKE',
'vin': 'SMTS3P02SCNAX4350',
'year': 2022}
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN22%2520PYO%27 HTTP/1.1" 200 None
2026-03-26 08:14:23 [bca.uk] INFO: Saving data for PN22%20PYO: {'auction_closing_time': 1775124000.0, 'created_time': 1774339603.570162, 'last_price_update_time': 1774512863.107401}
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN22%2520PYO') HTTP/1.1" 204 0
2026-03-26 08:14:23 [bca.uk] INFO: Found listing with ID: OY22%20PZU
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520PZU%27 HTTP/1.1" 200 None
2026-03-26 08:14:23 [bca.uk] INFO: Scrape type for OY22%20PZU: 2
2026-03-26 08:14:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f3f1a4f-efc5-5ddd-9dc9-e56ea570ec8b with identifier: OY22%20PZU
2026-03-26 08:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f3f1a4f-efc5-5ddd-9dc9-e56ea570ec8b with scrape type 2
2026-03-26 08:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f3f1a4f-efc5-5ddd-9dc9-e56ea570ec8b with scrape type 2
2026-03-26 08:14:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f3f1a4f-efc5-5ddd-9dc9-e56ea570ec8b, identifier: OY22%20PZU
2026-03-26 08:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f3f1a4f-efc5-5ddd-9dc9-e56ea570ec8b with identifier: OY22%20PZU
2026-03-26 08:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f3f1a4f-efc5-5ddd-9dc9-e56ea570ec8b with identifier: OY22%20PZU
2026-03-26 08:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f3f1a4f-efc5-5ddd-9dc9-e56ea570ec8b with identifier: OY22%20PZU to the API
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY22%20PZU-GB',
'category': 'Motorcycle',
'color': 'black',
'currency': 'GBP',
'doors_number': 0,
'engine': '',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': '',
'id': '0f3f1a4f-efc5-5ddd-9dc9-e56ea570ec8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OY22 PZU',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY22%20PZU&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HARLEY-DAVIDSON',
'model': 'NIGHTSTER',
'odometer': 17751,
'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 NIGHTSTER RH 975 MOTORBIKE',
'transmission': 'automatic',
'trim': 'RH 975 MOTORBIKE',
'vin': '5HD1ZH143NS301195',
'year': 2022}
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520PZU%27 HTTP/1.1" 200 None
2026-03-26 08:14:23 [bca.uk] INFO: Saving data for OY22%20PZU: {'auction_closing_time': 1775124000.0, 'created_time': 1774339611.078768, 'last_price_update_time': 1774512863.497546}
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY22%2520PZU') HTTP/1.1" 204 0
2026-03-26 08:14:23 [bca.uk] INFO: Found listing with ID: NU23%20KRN
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520KRN%27 HTTP/1.1" 200 None
2026-03-26 08:14:23 [bca.uk] INFO: Scrape type for NU23%20KRN: 2
2026-03-26 08:14:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc12145d-9928-590f-9f0b-14ade93c5fd3 with identifier: NU23%20KRN
2026-03-26 08:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc12145d-9928-590f-9f0b-14ade93c5fd3 with scrape type 2
2026-03-26 08:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc12145d-9928-590f-9f0b-14ade93c5fd3 with scrape type 2
2026-03-26 08:14:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc12145d-9928-590f-9f0b-14ade93c5fd3, identifier: NU23%20KRN
2026-03-26 08:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc12145d-9928-590f-9f0b-14ade93c5fd3 with identifier: NU23%20KRN
2026-03-26 08:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc12145d-9928-590f-9f0b-14ade93c5fd3 with identifier: NU23%20KRN
2026-03-26 08:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc12145d-9928-590f-9f0b-14ade93c5fd3 with identifier: NU23%20KRN to the API
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU23%20KRN-GB',
'category': 'Motorcycle',
'color': 'green',
'currency': 'GBP',
'doors_number': 0,
'engine': '',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': '',
'id': 'fc12145d-9928-590f-9f0b-14ade93c5fd3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU23 KRN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU23%20KRN&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'KAWASAKI',
'model': 'VERSYS',
'odometer': 3001,
'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 MOTORBIKE',
'transmission': 'automatic',
'trim': 'KLZ1000 MOTORBIKE',
'vin': 'JKALZT00CCA027011',
'year': 2023}
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520KRN%27 HTTP/1.1" 200 None
2026-03-26 08:14:23 [bca.uk] INFO: Saving data for NU23%20KRN: {'auction_closing_time': 1775124000.0, 'created_time': 1774339600.092717, 'last_price_update_time': 1774512863.893766}
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU23%2520KRN') HTTP/1.1" 204 0
2026-03-26 08:14:23 [bca.uk] INFO: Found listing with ID: MK70%20ZKR
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520ZKR%27 HTTP/1.1" 200 None
2026-03-26 08:14:23 [bca.uk] INFO: Scrape type for MK70%20ZKR: 2
2026-03-26 08:14:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9fd16bb-e9aa-5dd0-8dcd-c1697a6d5365 with identifier: MK70%20ZKR
2026-03-26 08:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9fd16bb-e9aa-5dd0-8dcd-c1697a6d5365 with scrape type 2
2026-03-26 08:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9fd16bb-e9aa-5dd0-8dcd-c1697a6d5365 with scrape type 2
2026-03-26 08:14:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9fd16bb-e9aa-5dd0-8dcd-c1697a6d5365, identifier: MK70%20ZKR
2026-03-26 08:14:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9fd16bb-e9aa-5dd0-8dcd-c1697a6d5365 with identifier: MK70%20ZKR
2026-03-26 08:14:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9fd16bb-e9aa-5dd0-8dcd-c1697a6d5365 with identifier: MK70%20ZKR
2026-03-26 08:14:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9fd16bb-e9aa-5dd0-8dcd-c1697a6d5365 with identifier: MK70%20ZKR to the API
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': 'Motorcycle',
'color': 'red',
'currency': 'GBP',
'doors_number': 0,
'engine': '',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': '',
'id': 'f9fd16bb-e9aa-5dd0-8dcd-c1697a6d5365',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MK70 ZKR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK70%20ZKR&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'DUCATI',
'model': 'MULTISTRADA',
'odometer': 20231,
'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': 'DUCATI MULTISTRADA (937) 950 S MOTORBIKE',
'transmission': 'automatic',
'trim': '(937) 950 S MOTORBIKE',
'vin': 'ZDM2A00AAMB001026',
'year': 2021}
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520ZKR%27 HTTP/1.1" 200 None
2026-03-26 08:14:24 [bca.uk] INFO: Saving data for MK70%20ZKR: {'auction_closing_time': 1775124000.0, 'created_time': 1774339632.648332, 'last_price_update_time': 1774512864.364797}
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK70%2520ZKR') HTTP/1.1" 204 0
2026-03-26 08:14:24 [bca.uk] INFO: Found listing with ID: MF72%20XRM
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF72%2520XRM%27 HTTP/1.1" 200 None
2026-03-26 08:14:24 [bca.uk] INFO: Scrape type for MF72%20XRM: 2
2026-03-26 08:14:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dad6da9a-8185-5fe6-877b-8b2184e92e28 with identifier: MF72%20XRM
2026-03-26 08:14:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dad6da9a-8185-5fe6-877b-8b2184e92e28 with scrape type 2
2026-03-26 08:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dad6da9a-8185-5fe6-877b-8b2184e92e28 with scrape type 2
2026-03-26 08:14:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dad6da9a-8185-5fe6-877b-8b2184e92e28, identifier: MF72%20XRM
2026-03-26 08:14:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dad6da9a-8185-5fe6-877b-8b2184e92e28 with identifier: MF72%20XRM
2026-03-26 08:14:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dad6da9a-8185-5fe6-877b-8b2184e92e28 with identifier: MF72%20XRM
2026-03-26 08:14:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dad6da9a-8185-5fe6-877b-8b2184e92e28 with identifier: MF72%20XRM to the API
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF72%20XRM-GB',
'category': 'Motorcycle',
'color': 'silver',
'currency': 'GBP',
'doors_number': 0,
'engine': '',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': '',
'id': 'dad6da9a-8185-5fe6-877b-8b2184e92e28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF72 XRM',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF72%20XRM&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TRIUMPH',
'model': 'SPEED TRIPLE',
'odometer': 7409,
'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 SPEED TRIPLE (1160) 1200 RS MOTORBIKE',
'transmission': 'automatic',
'trim': '(1160) 1200 RS MOTORBIKE',
'vin': 'SMTS3P01SCNAW0726',
'year': 2022}
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF72%2520XRM%27 HTTP/1.1" 200 None
2026-03-26 08:14:24 [bca.uk] INFO: Saving data for MF72%20XRM: {'auction_closing_time': 1775124000.0, 'created_time': 1774339654.833205, 'last_price_update_time': 1774512864.806524}
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF72%2520XRM') HTTP/1.1" 204 0
2026-03-26 08:14:24 [bca.uk] INFO: Found listing with ID: MF71%20AZN
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF71%2520AZN%27 HTTP/1.1" 200 None
2026-03-26 08:14:24 [bca.uk] INFO: Scrape type for MF71%20AZN: 2
2026-03-26 08:14:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e5ae509-c7b0-5f71-bc68-0d8314ce5a8f with identifier: MF71%20AZN
2026-03-26 08:14:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e5ae509-c7b0-5f71-bc68-0d8314ce5a8f with scrape type 2
2026-03-26 08:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e5ae509-c7b0-5f71-bc68-0d8314ce5a8f with scrape type 2
2026-03-26 08:14:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e5ae509-c7b0-5f71-bc68-0d8314ce5a8f, identifier: MF71%20AZN
2026-03-26 08:14:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e5ae509-c7b0-5f71-bc68-0d8314ce5a8f with identifier: MF71%20AZN
2026-03-26 08:14:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e5ae509-c7b0-5f71-bc68-0d8314ce5a8f with identifier: MF71%20AZN
2026-03-26 08:14:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e5ae509-c7b0-5f71-bc68-0d8314ce5a8f with identifier: MF71%20AZN to the API
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 128,
'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': '1e5ae509-c7b0-5f71-bc68-0d8314ce5a8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF71 AZN',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF71%20AZN&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'HARLEY-DAVIDSON',
'model': 'FXST',
'odometer': 1712,
'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 FXST (1745) SOFTAIL STD.MOTORBIKE',
'transmission': 'automatic',
'trim': '(1745) SOFTAIL STD.MOTORBIKE',
'vin': '5HD1BVJ43MS029037',
'year': 2022}
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF71%2520AZN%27 HTTP/1.1" 200 None
2026-03-26 08:14:25 [bca.uk] INFO: Saving data for MF71%20AZN: {'auction_closing_time': 1775124000.0, 'created_time': 1774339630.544401, 'last_price_update_time': 1774512865.33987}
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF71%2520AZN') HTTP/1.1" 204 0
2026-03-26 08:14:25 [bca.uk] INFO: Found listing with ID: MD21%20ZBP
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520ZBP%27 HTTP/1.1" 200 None
2026-03-26 08:14:25 [bca.uk] INFO: Scrape type for MD21%20ZBP: 2
2026-03-26 08:14:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aec749a0-7bca-59e8-ada2-7f144074c05d with identifier: MD21%20ZBP
2026-03-26 08:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aec749a0-7bca-59e8-ada2-7f144074c05d with scrape type 2
2026-03-26 08:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aec749a0-7bca-59e8-ada2-7f144074c05d with scrape type 2
2026-03-26 08:14:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aec749a0-7bca-59e8-ada2-7f144074c05d, identifier: MD21%20ZBP
2026-03-26 08:14:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aec749a0-7bca-59e8-ada2-7f144074c05d with identifier: MD21%20ZBP
2026-03-26 08:14:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aec749a0-7bca-59e8-ada2-7f144074c05d with identifier: MD21%20ZBP
2026-03-26 08:14:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aec749a0-7bca-59e8-ada2-7f144074c05d with identifier: MD21%20ZBP to the API
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD21%20ZBP-GB',
'category': 'Motorcycle',
'color': 'bronze',
'currency': 'GBP',
'doors_number': 0,
'engine': '',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': '',
'id': 'aec749a0-7bca-59e8-ada2-7f144074c05d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MD21 ZBP',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD21%20ZBP&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'BMW MOTORRAD',
'model': 'F 850',
'odometer': 12788,
'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 MOTORRAD F 850 GS MOTORBIKE',
'transmission': 'automatic',
'trim': 'GS MOTORBIKE',
'vin': 'WB10K010XM6E71892',
'year': 2021}
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520ZBP%27 HTTP/1.1" 200 None
2026-03-26 08:14:25 [bca.uk] INFO: Saving data for MD21%20ZBP: {'auction_closing_time': 1775124000.0, 'created_time': 1774339654.345619, 'last_price_update_time': 1774512865.762794}
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD21%2520ZBP') HTTP/1.1" 204 0
2026-03-26 08:14:25 [bca.uk] INFO: Found listing with ID: FR23%20EUJ
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR23%2520EUJ%27 HTTP/1.1" 200 None
2026-03-26 08:14:25 [bca.uk] INFO: Scrape type for FR23%20EUJ: 2
2026-03-26 08:14:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43d8017b-f109-5e84-9883-33c852527ff8 with identifier: FR23%20EUJ
2026-03-26 08:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43d8017b-f109-5e84-9883-33c852527ff8 with scrape type 2
2026-03-26 08:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43d8017b-f109-5e84-9883-33c852527ff8 with scrape type 2
2026-03-26 08:14:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43d8017b-f109-5e84-9883-33c852527ff8, identifier: FR23%20EUJ
2026-03-26 08:14:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43d8017b-f109-5e84-9883-33c852527ff8 with identifier: FR23%20EUJ
2026-03-26 08:14:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43d8017b-f109-5e84-9883-33c852527ff8 with identifier: FR23%20EUJ
2026-03-26 08:14:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43d8017b-f109-5e84-9883-33c852527ff8 with identifier: FR23%20EUJ to the API
2026-03-26 08:14:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FR23%20EUJ-GB',
'category': 'Motorcycle',
'color': 'white',
'currency': 'GBP',
'doors_number': 0,
'engine': '',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': '',
'id': '43d8017b-f109-5e84-9883-33c852527ff8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FR23 EUJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FR23%20EUJ&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'TRIUMPH',
'model': 'TIGER',
'odometer': 14339,
'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 GT EXPLORER MOTORBIKE',
'transmission': 'automatic',
'trim': '1200 GT EXPLORER MOTORBIKE',
'vin': 'SMTTAP24VUNBA7716',
'year': 2023}
2026-03-26 08:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR23%2520EUJ%27 HTTP/1.1" 200 None
2026-03-26 08:14:26 [bca.uk] INFO: Saving data for FR23%20EUJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774339655.299869, 'last_price_update_time': 1774512866.360455}
2026-03-26 08:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FR23%2520EUJ') HTTP/1.1" 204 0
2026-03-26 08:14:26 [bca.uk] INFO: Found listing with ID: FE23%20WDW
2026-03-26 08:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WDW%27 HTTP/1.1" 200 None
2026-03-26 08:14:26 [bca.uk] INFO: Scrape type for FE23%20WDW: 2
2026-03-26 08:14:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d50f4de3-4d2b-52d8-9ef5-2d092662afef with identifier: FE23%20WDW
2026-03-26 08:14:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d50f4de3-4d2b-52d8-9ef5-2d092662afef with scrape type 2
2026-03-26 08:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d50f4de3-4d2b-52d8-9ef5-2d092662afef with scrape type 2
2026-03-26 08:14:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d50f4de3-4d2b-52d8-9ef5-2d092662afef, identifier: FE23%20WDW
2026-03-26 08:14:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d50f4de3-4d2b-52d8-9ef5-2d092662afef with identifier: FE23%20WDW
2026-03-26 08:14:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d50f4de3-4d2b-52d8-9ef5-2d092662afef with identifier: FE23%20WDW
2026-03-26 08:14:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d50f4de3-4d2b-52d8-9ef5-2d092662afef with identifier: FE23%20WDW to the API
2026-03-26 08:14:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20WDW-GB',
'category': 'Motorcycle',
'color': 'white',
'currency': 'GBP',
'doors_number': 0,
'engine': '',
'expiration_date': '2026-04-02T10:00:00Z',
'fuel_type': '',
'id': 'd50f4de3-4d2b-52d8-9ef5-2d092662afef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE23 WDW',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20WDW&vehicleType=*',
'listing': 'auction',
'location': 'Nottingham',
'make': 'SUZUKI',
'model': 'V-STROM',
'odometer': 2029,
'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 V-STROM DL650 MOTORBIKE',
'transmission': 'automatic',
'trim': 'DL650 MOTORBIKE',
'vin': 'JS1C733MZP7104973',
'year': 2023}
2026-03-26 08:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WDW%27 HTTP/1.1" 200 None
2026-03-26 08:14:27 [bca.uk] INFO: Saving data for FE23%20WDW: {'auction_closing_time': 1775124000.0, 'created_time': 1774339627.61312, 'last_price_update_time': 1774512867.059432}
2026-03-26 08:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520WDW') HTTP/1.1" 204 0
2026-03-26 08:14:27 [bca.uk] INFO: Found listing with ID: DG74%20JBV
2026-03-26 08:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:27 [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-26 08:14:27 [bca.uk] INFO: Scrape type for DG74%20JBV: 2
2026-03-26 08:14:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d922ad90-d564-5fd1-8c22-641d0d6937d0 with identifier: DG74%20JBV
2026-03-26 08:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d922ad90-d564-5fd1-8c22-641d0d6937d0 with scrape type 2
2026-03-26 08:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d922ad90-d564-5fd1-8c22-641d0d6937d0 with scrape type 2
2026-03-26 08:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d922ad90-d564-5fd1-8c22-641d0d6937d0, identifier: DG74%20JBV
2026-03-26 08:14:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d922ad90-d564-5fd1-8c22-641d0d6937d0 with identifier: DG74%20JBV
2026-03-26 08:14:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d922ad90-d564-5fd1-8c22-641d0d6937d0 with identifier: DG74%20JBV
2026-03-26 08:14:27 [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-26 08:14:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:27 [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-26 08:14:27 [bca.uk] INFO: Saving data for DG74%20JBV: {'auction_closing_time': 1775124000.0, 'created_time': 1774339630.930452, 'last_price_update_time': 1774512867.574369}
2026-03-26 08:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:27 [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-26 08:14:27 [bca.uk] INFO: Found listing with ID: BN71%20HSK
2026-03-26 08:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:27 [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-26 08:14:27 [bca.uk] INFO: Scrape type for BN71%20HSK: 2
2026-03-26 08:14:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a04b0ebc-8c92-50fe-883a-04069e726cbb with identifier: BN71%20HSK
2026-03-26 08:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a04b0ebc-8c92-50fe-883a-04069e726cbb with scrape type 2
2026-03-26 08:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a04b0ebc-8c92-50fe-883a-04069e726cbb with scrape type 2
2026-03-26 08:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a04b0ebc-8c92-50fe-883a-04069e726cbb, identifier: BN71%20HSK
2026-03-26 08:14:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a04b0ebc-8c92-50fe-883a-04069e726cbb with identifier: BN71%20HSK
2026-03-26 08:14:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a04b0ebc-8c92-50fe-883a-04069e726cbb with identifier: BN71%20HSK
2026-03-26 08:14:27 [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-26 08:14:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:28 [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-26 08:14:28 [bca.uk] INFO: Saving data for BN71%20HSK: {'auction_closing_time': 1775124000.0, 'created_time': 1774339561.891649, 'last_price_update_time': 1774512868.091501}
2026-03-26 08:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:28 [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-26 08:14:28 [bca.uk] INFO: Found listing with ID: SV22%20OOF
2026-03-26 08:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520OOF%27 HTTP/1.1" 200 None
2026-03-26 08:14:28 [bca.uk] INFO: Scrape type for SV22%20OOF: 2
2026-03-26 08:14:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f27d0823-d8b8-5045-9c2a-7c6801c58239 with identifier: SV22%20OOF
2026-03-26 08:14:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f27d0823-d8b8-5045-9c2a-7c6801c58239 with scrape type 2
2026-03-26 08:14:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f27d0823-d8b8-5045-9c2a-7c6801c58239 with scrape type 2
2026-03-26 08:14:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f27d0823-d8b8-5045-9c2a-7c6801c58239, identifier: SV22%20OOF
2026-03-26 08:14:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f27d0823-d8b8-5045-9c2a-7c6801c58239 with identifier: SV22%20OOF
2026-03-26 08:14:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 08:14:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver%2Fred HTTP/1.1" 200 None
2026-03-26 08:14:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 08:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 08:14:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f27d0823-d8b8-5045-9c2a-7c6801c58239 with identifier: SV22%20OOF
2026-03-26 08:14:28 [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-26 08:14:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520OOF%27 HTTP/1.1" 200 None
2026-03-26 08:14:28 [bca.uk] INFO: Saving data for SV22%20OOF: {'auction_closing_time': 1775124000.0, 'created_time': 1774339578.501496, 'last_price_update_time': 1774512868.610974}
2026-03-26 08:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:28 [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-26 08:14:28 [bca.uk] INFO: Found listing with ID: ST22%20UGE
2026-03-26 08:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:28 [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-26 08:14:28 [bca.uk] INFO: Scrape type for ST22%20UGE: 2
2026-03-26 08:14:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec with identifier: ST22%20UGE
2026-03-26 08:14:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec with scrape type 2
2026-03-26 08:14:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec with scrape type 2
2026-03-26 08:14:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec, identifier: ST22%20UGE
2026-03-26 08:14:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec with identifier: ST22%20UGE
2026-03-26 08:14:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec with identifier: ST22%20UGE
2026-03-26 08:14:28 [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-26 08:14:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:29 [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-26 08:14:29 [bca.uk] INFO: Saving data for ST22%20UGE: {'auction_closing_time': 1775124000.0, 'created_time': 1774339576.256145, 'last_price_update_time': 1774512869.029294}
2026-03-26 08:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:29 [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-26 08:14:29 [bca.uk] INFO: Found listing with ID: SP23%20WWH
2026-03-26 08:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:29 [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-26 08:14:29 [bca.uk] INFO: Scrape type for SP23%20WWH: 2
2026-03-26 08:14:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4d8b101-6057-5dc5-b28d-e545c8376e1e with identifier: SP23%20WWH
2026-03-26 08:14:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d8b101-6057-5dc5-b28d-e545c8376e1e with scrape type 2
2026-03-26 08:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4d8b101-6057-5dc5-b28d-e545c8376e1e with scrape type 2
2026-03-26 08:14:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4d8b101-6057-5dc5-b28d-e545c8376e1e, identifier: SP23%20WWH
2026-03-26 08:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4d8b101-6057-5dc5-b28d-e545c8376e1e with identifier: SP23%20WWH
2026-03-26 08:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4d8b101-6057-5dc5-b28d-e545c8376e1e with identifier: SP23%20WWH
2026-03-26 08:14:29 [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-26 08:14:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:29 [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-26 08:14:29 [bca.uk] INFO: Saving data for SP23%20WWH: {'auction_closing_time': 1775124000.0, 'created_time': 1774339571.14402, 'last_price_update_time': 1774512869.437622}
2026-03-26 08:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:29 [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-26 08:14:29 [bca.uk] INFO: Found listing with ID: HD57%20MCD
2026-03-26 08:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:29 [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-26 08:14:29 [bca.uk] INFO: Scrape type for HD57%20MCD: 2
2026-03-26 08:14:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f with identifier: HD57%20MCD
2026-03-26 08:14:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f with scrape type 2
2026-03-26 08:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f with scrape type 2
2026-03-26 08:14:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f, identifier: HD57%20MCD
2026-03-26 08:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f with identifier: HD57%20MCD
2026-03-26 08:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f with identifier: HD57%20MCD
2026-03-26 08:14:29 [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-26 08:14:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:29 [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-26 08:14:29 [bca.uk] INFO: Saving data for HD57%20MCD: {'auction_closing_time': 1775124000.0, 'created_time': 1774339559.484326, 'last_price_update_time': 1774512869.845344}
2026-03-26 08:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:29 [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-26 08:14:29 [bca.uk] INFO: Found listing with ID: YX73%20UXH
2026-03-26 08:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:29 [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-26 08:14:29 [bca.uk] INFO: Scrape type for YX73%20UXH: 2
2026-03-26 08:14:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba with identifier: YX73%20UXH
2026-03-26 08:14:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba with scrape type 2
2026-03-26 08:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba with scrape type 2
2026-03-26 08:14:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba, identifier: YX73%20UXH
2026-03-26 08:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba with identifier: YX73%20UXH
2026-03-26 08:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba with identifier: YX73%20UXH
2026-03-26 08:14:30 [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-26 08:14:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [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-26 08:14:30 [bca.uk] INFO: Saving data for YX73%20UXH: {'auction_closing_time': 1775124000.0, 'created_time': 1774339621.084725, 'last_price_update_time': 1774512870.301664}
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [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-26 08:14:30 [bca.uk] INFO: Found listing with ID: WF75%20VMR
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [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-26 08:14:30 [bca.uk] INFO: Scrape type for WF75%20VMR: 2
2026-03-26 08:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9a569e4-112b-519a-ad14-35f45de32c5d with identifier: WF75%20VMR
2026-03-26 08:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9a569e4-112b-519a-ad14-35f45de32c5d with scrape type 2
2026-03-26 08:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9a569e4-112b-519a-ad14-35f45de32c5d with scrape type 2
2026-03-26 08:14:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9a569e4-112b-519a-ad14-35f45de32c5d, identifier: WF75%20VMR
2026-03-26 08:14:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9a569e4-112b-519a-ad14-35f45de32c5d with identifier: WF75%20VMR
2026-03-26 08:14:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9a569e4-112b-519a-ad14-35f45de32c5d with identifier: WF75%20VMR
2026-03-26 08:14:30 [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-26 08:14:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&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-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [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-26 08:14:30 [bca.uk] INFO: Saving data for WF75%20VMR: {'auction_closing_time': 1775124000.0, 'created_time': 1774339545.861029, 'last_price_update_time': 1774512870.70502}
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [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-26 08:14:30 [bca.uk] INFO: Found listing with ID: KY24%20WZH
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [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-26 08:14:30 [bca.uk] INFO: Scrape type for KY24%20WZH: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: KM21%20LWE
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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-26 08:14:30 [bca.uk] INFO: Scrape type for KM21%20LWE: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: GL25%20UKC
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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-26 08:14:30 [bca.uk] INFO: Scrape type for GL25%20UKC: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: GD73%20PTY
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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-26 08:14:30 [bca.uk] INFO: Scrape type for GD73%20PTY: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: X23%20JCM
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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-26 08:14:30 [bca.uk] INFO: Scrape type for X23%20JCM: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: EX22%20BJV
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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-26 08:14:30 [bca.uk] INFO: Scrape type for EX22%20BJV: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: DA15%20NYV
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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-26 08:14:30 [bca.uk] INFO: Scrape type for DA15%20NYV: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: KM15%20VRP
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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-26 08:14:30 [bca.uk] INFO: Scrape type for KM15%20VRP: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: OW23%20FCE
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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-26 08:14:30 [bca.uk] INFO: Scrape type for OW23%20FCE: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: LF09%20YAW
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF09%2520YAW%27 HTTP/1.1" 200 None
2026-03-26 08:14:30 [bca.uk] INFO: Scrape type for LF09%20YAW: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: MX69%20CCU
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [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-26 08:14:30 [bca.uk] INFO: Scrape type for MX69%20CCU: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: OY72%20WFH
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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-26 08:14:30 [bca.uk] INFO: Scrape type for OY72%20WFH: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: YF63%20MZJ
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF63%2520MZJ%27 HTTP/1.1" 200 None
2026-03-26 08:14:30 [bca.uk] INFO: Scrape type for YF63%20MZJ: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: SV23%20XGR
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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-26 08:14:30 [bca.uk] INFO: Scrape type for SV23%20XGR: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: TFZ%201506
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TFZ%25201506%27 HTTP/1.1" 200 None
2026-03-26 08:14:30 [bca.uk] INFO: Scrape type for TFZ%201506: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: EF09%20CYO
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF09%2520CYO%27 HTTP/1.1" 200 None
2026-03-26 08:14:30 [bca.uk] INFO: Scrape type for EF09%20CYO: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: SH69%20XVL
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH69%2520XVL%27 HTTP/1.1" 200 None
2026-03-26 08:14:30 [bca.uk] INFO: Scrape type for SH69%20XVL: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: LL23%20XSK
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520XSK%27 HTTP/1.1" 200 None
2026-03-26 08:14:30 [bca.uk] INFO: Scrape type for LL23%20XSK: 0
2026-03-26 08:14:30 [bca.uk] INFO: Found listing with ID: KT15%20BWA
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520BWA%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for KT15%20BWA: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: WU68%20YOX
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520YOX%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for WU68%20YOX: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: FX14%20HBZ
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX14%2520HBZ%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for FX14%20HBZ: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: DU25%20CDO
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [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-26 08:14:31 [bca.uk] INFO: Scrape type for DU25%20CDO: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: DH19%20OEJ
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DH19%2520OEJ%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for DH19%20OEJ: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: WD14%20GVV
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [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-26 08:14:31 [bca.uk] INFO: Scrape type for WD14%20GVV: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: LM18%20BDE
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM18%2520BDE%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for LM18%20BDE: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: BN69%20MUP
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520MUP%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for BN69%20MUP: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: WJ66%20ONR
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ66%2520ONR%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for WJ66%20ONR: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: MT65%20OHE
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT65%2520OHE%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for MT65%20OHE: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: YC58%20HZY
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC58%2520HZY%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for YC58%20HZY: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: RJ69%20CFK
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ69%2520CFK%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for RJ69%20CFK: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: GM65%20NCC
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM65%2520NCC%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for GM65%20NCC: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: SK68%20ECX
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK68%2520ECX%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for SK68%20ECX: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: YB14%20HFT
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [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-26 08:14:31 [bca.uk] INFO: Scrape type for YB14%20HFT: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: ST64%20UOC
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST64%2520UOC%27 HTTP/1.1" 200 None
2026-03-26 08:14:31 [bca.uk] INFO: Scrape type for ST64%20UOC: 0
2026-03-26 08:14:31 [bca.uk] INFO: Found listing with ID: SE65%20YHM
2026-03-26 08:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:31 [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-26 08:14:31 [bca.uk] INFO: Scrape type for SE65%20YHM: 0
2026-03-26 08:14:52 [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-26 08:14:52 [bca.uk] INFO: Total items found: 100
2026-03-26 08:14:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded
2026-03-26 08:14:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-26 08:14:52 [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-26 08:14:52 [bca.uk] INFO: Found listing with ID: LO72%20KWR
2026-03-26 08:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520KWR%27 HTTP/1.1" 200 None
2026-03-26 08:14:52 [bca.uk] INFO: Scrape type for LO72%20KWR: 2
2026-03-26 08:14:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f67ae51f-5756-59e0-8842-e172fbf557d2 with identifier: LO72%20KWR
2026-03-26 08:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f67ae51f-5756-59e0-8842-e172fbf557d2 with scrape type 2
2026-03-26 08:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f67ae51f-5756-59e0-8842-e172fbf557d2 with scrape type 2
2026-03-26 08:14:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f67ae51f-5756-59e0-8842-e172fbf557d2, identifier: LO72%20KWR
2026-03-26 08:14:53 [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-26 08:14:53 [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-26 08:14:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f67ae51f-5756-59e0-8842-e172fbf557d2 with identifier: LO72%20KWR
2026-03-26 08:14:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f67ae51f-5756-59e0-8842-e172fbf557d2 with identifier: LO72%20KWR
2026-03-26 08:14:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f67ae51f-5756-59e0-8842-e172fbf557d2 with identifier: LO72%20KWR to the API
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20KWR-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric',
'id': 'f67ae51f-5756-59e0-8842-e172fbf557d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72 KWR',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20KWR&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'TOYOTA',
'model': 'COROLLA',
'odometer': 47122,
'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': 'TOYOTA COROLLA 1.8 VVT-I HYBRID EXCEL Hatchback',
'transmission': 'automatic',
'trim': 'VVT-I HYBRID EXCEL',
'vin': 'SB1K93BE60E356050',
'year': 2022}
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520KWR%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Saving data for LO72%20KWR: {'auction_closing_time': 1774519200.0, 'created_time': 1773838654.12019, 'last_price_update_time': 1774512893.335259}
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520KWR') HTTP/1.1" 204 0
2026-03-26 08:14:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: MC72%20VNB
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [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-26 08:14:53 [bca.uk] INFO: Scrape type for MC72%20VNB: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: LL71%20XBO
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520XBO%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for LL71%20XBO: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: YJ73%20PGW
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520PGW%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for YJ73%20PGW: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: WM72%20UME
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520UME%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for WM72%20UME: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: PO73%20UMT
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO73%2520UMT%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for PO73%20UMT: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: LL72%20KDF
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520KDF%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for LL72%20KDF: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: AF71%20ZPK
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520ZPK%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for AF71%20ZPK: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: DA72%20VZX
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520VZX%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for DA72%20VZX: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: LP73%20TUH
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520TUH%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for LP73%20TUH: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: KS71%20TPO
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520TPO%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for KS71%20TPO: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: SG20%20OCA
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG20%2520OCA%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for SG20%20OCA: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: FL73%20LGN
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL73%2520LGN%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for FL73%20LGN: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: DV20%20UCG
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520UCG%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for DV20%20UCG: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: BP25%20TXN
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [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-26 08:14:53 [bca.uk] INFO: Scrape type for BP25%20TXN: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: BT74%20OBJ
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [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-26 08:14:53 [bca.uk] INFO: Scrape type for BT74%20OBJ: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: CV22%20YMP
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [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-26 08:14:53 [bca.uk] INFO: Scrape type for CV22%20YMP: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: YR24%20GAA
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520GAA%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for YR24%20GAA: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: HK74%20JYC
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [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-26 08:14:53 [bca.uk] INFO: Scrape type for HK74%20JYC: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: YG73%20USV
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG73%2520USV%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for YG73%20USV: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: GU14%20KGK
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU14%2520KGK%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for GU14%20KGK: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: DY66%20XTG
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY66%2520XTG%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for DY66%20XTG: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: SK65%20VUA
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK65%2520VUA%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for SK65%20VUA: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: DL66%20OEC
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520OEC%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for DL66%20OEC: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: LE69%20BYN
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE69%2520BYN%27 HTTP/1.1" 200 None
2026-03-26 08:14:53 [bca.uk] INFO: Scrape type for LE69%20BYN: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: MW74%20DLO
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [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-26 08:14:53 [bca.uk] INFO: Scrape type for MW74%20DLO: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: ML24%20FDM
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [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-26 08:14:53 [bca.uk] INFO: Scrape type for ML24%20FDM: 0
2026-03-26 08:14:53 [bca.uk] INFO: Found listing with ID: GV71%20PYT
2026-03-26 08:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:53 [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-26 08:14:53 [bca.uk] INFO: Scrape type for GV71%20PYT: 2
2026-03-26 08:14:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31de69ed-cb0c-5a26-8df8-038956215375 with identifier: GV71%20PYT
2026-03-26 08:14:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31de69ed-cb0c-5a26-8df8-038956215375 with scrape type 2
2026-03-26 08:14:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31de69ed-cb0c-5a26-8df8-038956215375 with scrape type 2
2026-03-26 08:14:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31de69ed-cb0c-5a26-8df8-038956215375, identifier: GV71%20PYT
2026-03-26 08:14:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31de69ed-cb0c-5a26-8df8-038956215375 with identifier: GV71%20PYT
2026-03-26 08:14:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31de69ed-cb0c-5a26-8df8-038956215375 with identifier: GV71%20PYT
2026-03-26 08:14:54 [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-26 08:14:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&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-27T10: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': 'auction',
'location': 'Thurleigh',
'make': 'LAND ROVER',
'model': 'R/R EVOQUE',
'odometer': 32850,
'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 1.5 P300E 4WD R-DYNAMIC S Hatchback',
'transmission': 'automatic',
'trim': 'P300E 4WD R-DYNAMIC S',
'vin': 'SALZA2AT7NH171130',
'year': 2022}
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Saving data for GV71%20PYT: {'auction_closing_time': 1774605600.0, 'created_time': 1773837724.268671, 'last_price_update_time': 1774512894.351125}
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Found listing with ID: VK24%20MMX
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Scrape type for VK24%20MMX: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: BP73%20HWG
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Scrape type for BP73%20HWG: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: BP73%20KDO
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Scrape type for BP73%20KDO: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: LT72%20YAV
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Scrape type for LT72%20YAV: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: GU22%20VNA
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU22%2520VNA%27 HTTP/1.1" 200 None
2026-03-26 08:14:54 [bca.uk] INFO: Scrape type for GU22%20VNA: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: GY24%20TWL
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Scrape type for GY24%20TWL: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: GV74%20XKX
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Scrape type for GV74%20XKX: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: LS24%20VUX
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520VUX%27 HTTP/1.1" 200 None
2026-03-26 08:14:54 [bca.uk] INFO: Scrape type for LS24%20VUX: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: VK24%20NBM
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Scrape type for VK24%20NBM: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: BG24%20GUA
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Scrape type for BG24%20GUA: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: BP73%20HXY
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Scrape type for BP73%20HXY: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: MK24%20YNZ
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [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-26 08:14:54 [bca.uk] INFO: Scrape type for MK24%20YNZ: 0
2026-03-26 08:14:54 [bca.uk] INFO: Found listing with ID: BC74%20HGG
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520HGG%27 HTTP/1.1" 200 None
2026-03-26 08:14:54 [bca.uk] INFO: Scrape type for BC74%20HGG: 2
2026-03-26 08:14:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2587d34-65d6-55f4-b50d-9da237f06708 with identifier: BC74%20HGG
2026-03-26 08:14:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2587d34-65d6-55f4-b50d-9da237f06708 with scrape type 2
2026-03-26 08:14:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2587d34-65d6-55f4-b50d-9da237f06708 with scrape type 2
2026-03-26 08:14:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2587d34-65d6-55f4-b50d-9da237f06708, identifier: BC74%20HGG
2026-03-26 08:14:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2587d34-65d6-55f4-b50d-9da237f06708 with identifier: BC74%20HGG
2026-03-26 08:14:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2587d34-65d6-55f4-b50d-9da237f06708 with identifier: BC74%20HGG
2026-03-26 08:14:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2587d34-65d6-55f4-b50d-9da237f06708 with identifier: BC74%20HGG to the API
2026-03-26 08:14:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 08:14: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-26 08:14:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC74%20HGG-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a2587d34-65d6-55f4-b50d-9da237f06708',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BC74 HGG',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC74%20HGG&vehicleType=*',
'listing': 'auction',
'location': 'Bedford',
'make': 'PEUGEOT',
'model': '208',
'odometer': 13640,
'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 208 1.2 P/T 100 ALLURE Hatchback',
'transmission': 'manual',
'trim': 'P/T 100 ALLURE',
'vin': 'VR3UPHNE7R4332327',
'year': 2025}
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520HGG%27 HTTP/1.1" 200 None
2026-03-26 08:14:55 [bca.uk] INFO: Saving data for BC74%20HGG: {'auction_closing_time': 1774605600.0, 'created_time': 1773841912.52093, 'last_price_update_time': 1774512895.131141}
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC74%2520HGG') HTTP/1.1" 204 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: BC74%20HHL
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [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-26 08:14:55 [bca.uk] INFO: Scrape type for BC74%20HHL: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: GY24%20CFU
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [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-26 08:14:55 [bca.uk] INFO: Scrape type for GY24%20CFU: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: FP22%20KUF
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [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-26 08:14:55 [bca.uk] INFO: Scrape type for FP22%20KUF: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: LN23%20XPL
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN23%2520XPL%27 HTTP/1.1" 200 None
2026-03-26 08:14:55 [bca.uk] INFO: Scrape type for LN23%20XPL: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: RE15%20FWA
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE15%2520FWA%27 HTTP/1.1" 200 None
2026-03-26 08:14:55 [bca.uk] INFO: Scrape type for RE15%20FWA: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: DX10%20NRK
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX10%2520NRK%27 HTTP/1.1" 200 None
2026-03-26 08:14:55 [bca.uk] INFO: Scrape type for DX10%20NRK: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: YY05%20BXV
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [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-26 08:14:55 [bca.uk] INFO: Scrape type for YY05%20BXV: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: DP66%20YNJ
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP66%2520YNJ%27 HTTP/1.1" 200 None
2026-03-26 08:14:55 [bca.uk] INFO: Scrape type for DP66%20YNJ: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: LC69%20YVY
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14: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%2520YVY%27 HTTP/1.1" 200 None
2026-03-26 08:14:55 [bca.uk] INFO: Scrape type for LC69%20YVY: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: PY05%20AFF
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY05%2520AFF%27 HTTP/1.1" 200 None
2026-03-26 08:14:55 [bca.uk] INFO: Scrape type for PY05%20AFF: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: SY18%20XFG
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY18%2520XFG%27 HTTP/1.1" 200 None
2026-03-26 08:14:55 [bca.uk] INFO: Scrape type for SY18%20XFG: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: KW24%20FNA
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [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-26 08:14:55 [bca.uk] INFO: Scrape type for KW24%20FNA: 0
2026-03-26 08:14:55 [bca.uk] INFO: Found listing with ID: MW74%20NRL
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 08:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "